0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Modified: [UNIX] gkeyli.cc now should compile in most UNIX systems that have ncurses. All the funcy Linux stuff is conditional. * Modified: [UNIX] the KEY_MOUSE ncurses value seems to be new in 1.9.9 so to support older versions (as 1.8.6) now their use is conditional. * Fixed: The dependencies in the Linux Makefile to accomodate the new location of the headers. More... over 25 years ago
* Fixed: Now the Linux modes are used by any UNIX. More... over 25 years ago
*** empty log message *** More... over 25 years ago
* Modified: [UNIX] gkeyli.cc now should compile in most UNIX systems that have ncurses. All the funcy Linux stuff is conditional. * Modified: [UNIX] the KEY_MOUSE ncurses value seems to be new in 1.9.9 so to support older versions (as 1.8.6) now their use is conditional. * Fixed: The dependencies in the Linux Makefile to accomodate the new location of the headers. * Added: -I/usr/local/include and -L/usr/local/lib to FreeBSD compilation flags. Most of these changes are towards FreeBSD support with the help of some tests by Alex Matulich <[email protected]>. More... over 25 years ago
* Fixed: Tab is an exception to the modifications done in 1.129. More... over 25 years ago
* Modified: The configure process now only configures the target OS. * Modified: TStatusItem now uses copies of the strings passed. More... over 25 years ago
* Just reconfigured. More... over 25 years ago
*** empty log message *** More... over 25 years ago
* Modified: Now tv.h forces the inclusion of the configtv.h configuration file. More... over 25 years ago
* Modified: [UNIX] Some code to make GPM optional. Also the configuration process doesn't stop if GPM isn't there. * Modified: [Linux] Removed all the #ifdef __linux__ in the screen, display and mouse stuff. It isn't really needed and stops people from testing it under other UNIX systems. More... over 25 years ago
* Modified: The configuration scripts to distinguish between OS flavors. So now it detects UNIX flavor Linux. Also added flavor FreeBSD, it isn't yet a valid target, but is the first step towards it. * Modified: [UNIX] Some code to make GPM optional. Also the configuration process doesn't stop if GPM isn't there. * Modified: [Linux] Removed all the #ifdef __linux__ in the screen, display and mouse stuff. It isn't really needed and stops people from testing it under other UNIX systems. * Modified: Now tv.h forces the inclusion of the configtv.h configuration file. More... over 25 years ago
* Added: [Win32] A readme and a reference to it in the main readme. * Modified: [Win32] The Makefile to generate the demo.exe from it and be configured in a more common way. Also to name the library in the same way used under DOS and Linux. I think that's the Right Thing(TM) because in this ways programs can be ported from one platform to another without changes. More... over 25 years ago
* Added: Win32 target to the configure process. I must admit the user needs a very UNIXified system to run it joining Mingw32 with some goodies from Cygwin and Perl from djgpp but works as well as the DOS and Linux process. * Added: [Win32] A readme and a reference to it in the main readme. * Modified: [Win32] The Makefile to generate the demo.exe from it and be configured in a more common way. Also to name the library in the same way used under DOS and Linux. I think that's the Right Thing(TM) because in this ways programs can be ported from one platform to another without changes. More... over 25 years ago
* Changed: Now tv.h is located in $prefix/include/rhtvision and the rest in $prefix/include/rhtvision/tv. More... over 25 years ago
* Changed: Now tv.h is located in $prefix/include/rhtvision and the rest in $prefix/include/rhtvision/tv. It will avoid collisions with headers from other libraries. Suggested by Andris. More... over 25 years ago
* Added: [Win32] A directory for the demo obj files. More... over 25 years ago
* Fixed: [Win32] Some warning in compilation. More... over 25 years ago
* Added: Now the demo sets the window title (only supported for DOS target running under W95+ and Win32 currently). * Fixed: [Win32] Some warning in compilation. More... over 25 years ago
* Added: [Win32] Get/SetWindowTitle() members to TDisplay. * Fixed: [Win32] Some warning in compilation. More... over 25 years ago
* Added: [Win32] Workaround for a "feature" in Mingw32 980701-4 localtime function. It returns a NULL pointer if the date is somewhat big. More... over 25 years ago
* Added: [Win32] A directory for the demo obj files. * Added: [Win32] Workaround for a "feature" in Mingw32 980701-4 localtime function. It returns a NULL pointer if the date is somewhat big. * Added: [Win32] Get/SetWindowTitle() members to TDisplay. * Added: Now the demo sets the window title (only supported for DOS target running under W95+ and Win32 currently). * Fixed: [Win32] Some warning in compilation. More... over 25 years ago
* Fixed: [Linux] An old annoying "feature" that made the code report control (arrows, etc.) keys as ASCII valid values. More... over 25 years ago
* Fixed: [Linux] An old annoying "feature" that made the code report control (arrows, etc.) keys as ASCII valid values. I got it reported many times but finally Andris triggered the fix. More... over 25 years ago
* Added: Win32 files. More... over 25 years ago
* NEW: Merged patches from Vadim Beloborodov to support Win32 console. More... over 25 years ago
* Added: A new couple of TScreen members to Set/Get the window title under Windows 9x. I hope to extend it to xterm. More... over 25 years ago
* Adjustments to realease v1.0.10. More... over 25 years ago
* Fixed missing initialized = 1 More... over 25 years ago
* Bug found: [Linux] When suspending a TV application in a remote terminal and using a font different than the default the frames gets scrambled when resuming the application. I can reproduce it, but I don't have a clue about the source of the problem. Remote terminals are complex and full of problems so I don't plan to spend time searching the source of the problem. Reported by Matt Mueller <[email protected]> More... over 25 years ago
* Added: Now the library also patches the Ctrl+Shift+Tab combination so the kernel reports it. Ivan reported it as a bug. More... over 25 years ago