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
* Fixed: [X11] If a modifier key is released when we lose the focus we don't know about it and our information gets outdated. So now I also take a look at the modifiers of each key to find such a case. This is less portable but solves the problem. Now I'll find the values for Solaris. More... over 23 years ago
* Added: A batch of patches from Mike for QNX. * Configuration for libstdc++ * strings.h inclusion. * Class: member(value) -> Class { member=value; for some cases reported by the compiler as problematic. * Fixed: exclusion of X11 driver initialization if no X detected. * time.h for puzzle.h demo. More... over 23 years ago
* Added: QNX needs -shared to create a module for a dynamic library. Pointed out by Mike. More... over 23 years ago
* Added: The first patches to configure under QNX, they just add QNX detection but more will be added. Patches by Mike Gorchak <[email protected]> More... over 23 years ago
* Added: A directory called include/tv/skeleton with explained headers that could help creating a new driver. More... over 23 years ago
* Fixed: Default CFLAGS for FreeBSD used -L/usr/local/include. Reported by miniEleph (Andrew 'Onyx' Shevtsov). More... over 23 years ago
* Modified: Updates to Debian packaging. * Fixed: reordered external library linking for dynamic library (I think thats the correct order). * Fixed: add -lX11 to the linking of the dynamic library if building with X11 support (creates needed dependency between the rhtvision library and X11 library, and allows compilation of rhtvision programs without needing to specify -lX11). More... over 23 years ago
* Added: [X11] get/set window title. More... over 23 years ago
* Moved X11 headers. More... over 23 years ago
* Modified: Now x11 headers are in the include/tv/x11 directory. Reported by miniEleph. More... over 23 years ago
* Finished moving X11 headers. More... over 23 years ago
* Moved to x11 directory. More... over 23 years ago
* Idem More... over 23 years ago
* Moving x11 headers More... over 23 years ago
* Modified: The intl/dummy/Makefile didn't define CC and GNU make used cc. More... over 23 years ago
* Fixed: X11 cursor, again. More... over 23 years ago
* Modified: [Win32] Reenabled code by Vadim that is supposed to compress the mouse queue. Needs more investigation. More... over 23 years ago
* Fixed: Win32 makefile now needs vpath for the DOS files (now separated). * Updated: The files distribution list. * Fixed: [Win32] Many typos and missing references in the Win32 code so now it compiles. * Added: [Win32] the console state and cursor position/shape is restored. * Fixed: [Win32] the screen content is now restored, Vadim specified a wrong rectangle. * Updated: [Win32] the readme. * I tested all with Cygwin and seems to quite functional. More... over 23 years ago
* Modified: [UNIX] Now the FHS detection is more strict, the existance of share/doc is not enough, share/man and shared/info must exist. * Fixed: [UNIX] The FHS detection looks in $prefix and not in /usr. More... over 23 years ago
* Reverted. More... over 23 years ago
* Made executable. More... over 23 years ago
* Changing other. More... over 23 years ago
*** empty log message *** More... over 23 years ago
* Va otra. More... over 23 years ago
*** empty log message *** More... over 23 years ago
* 3 2 1 Probando. More... over 23 years ago
*** empty log message *** More... over 23 years ago
* 1 2 3 Probando More... over 23 years ago
* Fixed: [UNIX] makemak.pl assumed perl is installed in /usr/bin/perl, it doesn't have to be true. Now the makefile uses: "perl makemak.pl". More... over 23 years ago
* Fixed: [Solaris] getopt.c didn't include some needed headers. More... over 23 years ago