0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added TEditor family of classes. More... over 26 years ago
* Added the TEditor, TFileEditor, TEditorWindow and TMemo classes. I taked the code from the old RHIDE BETA 4 and adapted it for the new keyboard and did other small changes. * Added TEditorApp to the library and a small example to test it. More... over 26 years ago
* Minor changes in the readme.txt and porting.txt to give some hints. More... over 26 years ago
* Added support for S3 (buggy) BIOSes in vesa.cc. It helps to support VESA text modes when using S3 boards. More... over 26 years ago
*** empty log message *** More... over 26 years ago
* Doesn't work. More... over 26 years ago
* Created to make executable the needed files. More... over 26 years ago
* Recompiled under Linux using the shared repository. More... over 26 years ago
* Cleaned the /usr/... dependencies in the example gprs. More... over 26 years ago
* Cleaned the /usr/... dependencies in the example gprs. * Removed dos.h. More... over 26 years ago
* Adjusted the examples for Linux (some used dos.h). * Cleaned the /usr/... dependencies in the example gprs. * Trying to start a shared repository between DOS and Linux. More... over 26 years ago
*** empty log message *** More... over 26 years ago
* Fixed the UNIX terminals code to use the ACS_xxxx macros for the frames instead of falling back to just ASCII. It makes the program look *much* better when using xterm, gnome-terminal, eterm, etc. More... over 26 years ago
* Added Uses_n to get the n() macro. More... over 26 years ago
* Made the n() macro available only when Uses_n is declared. More... over 26 years ago
* Fixed conflicts with redefined NULL in djgpp v2.01. More... over 26 years ago
* Mentioned the redefined NULL case. More... over 26 years ago
* Added clarification in the readme.txt about: license, RHIDE version needed no-rtti stuff. * Made the n() macro in tvutil.h visible only when Uses_n is defined. (Problems reported by Jerzy Witkowski <[email protected]>). * Fixed the examples to avoid warnings about NULL redefined. More... over 26 years ago
* Fixed the gkey.gpr to be usable by anyone ;-). I added an rhide.env file to give just another example on how to use it with TVision. More... over 26 years ago
* Released the 1.0.3 version and uploaded to DJ's server. More... over 26 years ago
* Added code to the compress perl script to regenerate the makefile if the it's older than the project. More... over 26 years ago
* Fixed the djgpp makefile switchs. * Added code to the compress perl script to regenerate the makefile if the it's older than the project. More... over 26 years ago
* Added "delete.me" files to ensure the empty directories are packaged. More... over 26 years ago
* Added "delete.me" files to ensure the empty directories are packaged. * Silly boy, silly boy, I don't how but some silly options were included in the DOS libtv.gpr (-funsigned-char and a -W that makes problems with gcc 2.7.x). * Moved the #include of the standard headers to include these headers before the C++ headers. If I don't do it default djgpp installations barf about redefined NULL (no Linux libc5 nor glibc). * Added instructions to workaround a bug in the gettext distribution for djgpp. More... over 26 years ago
To ensure this directory is included in the .zip. More... over 26 years ago
Testing 1.0.3 release. More... over 26 years ago
Added "delete.me" files to tmp and obj directories to ensure they are included in the compressed package. More... over 26 years ago
More changes to fix the collisions between NULL definitions. I guess we'll see more in the future. More... over 26 years ago
Added #undef NULL to avoid redefintion of NULL in djgpp. More... over 26 years ago
Moved the standard headers before the tv.h because they unconditionally define NULL in djgpp. More... over 26 years ago