0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added: A doc directory and a file explaining implementation details of the X11 driver. More... about 23 years ago
* Modified: [X11] At least in my XFree86 (Debian GNU/Linux Potato) the Ctrl +Space combination maps to a keycode 0x20 but none translated symbol. As a workaround I added a test for this. I also found that shift tab was mapped to something called ISO_left_tab but nothing was reported to the application. For this I modified X11 configuration files. * Removed gkey.gpr, it no longer works. More... about 23 years ago
* Fixed: [MSVC] ssize_t isn't defined by standard headers. I also unified the mechanism to request it because BC++ and MinGW doesn't define it as MSVC and each one used a different mechanism. * Fixed: [MSVC] The C flags to include the -I../include. Both fixes from the output of MSVC sent by WintiX. More... about 23 years ago
* Fixed: [MSVC] C code compile rule, patch from WintiX. More... about 23 years ago
* Updated: The Win32 headers, some how S.F. CVS got unsynchronized. * Fixed: getopt and getline to compile with MSVC from output errors provided by WintiX. * Updated: Makefiles. CVS users will need to reconfigure. More... about 23 years ago
* Fixed: [MSVC] which header is needed for access function. * Fixed: [MSVC] rules to compile .c files and use of rm. Reported by WintiX More... about 23 years ago
* Fixed: [Linux] When the VCS access wasn't available the routine that restores the screen content put 0x0 attributes in spaces after the text. They become invisible and what's worst the cursor is also invisible when positioned over such a character. Now the buffer is properly filled with the default color (7). More... about 23 years ago
* Fixed: The Help Compiler to compile with gcc 3.x, also fixed some bugs. More... about 23 years ago
* Added: [Linux] driver options to disable: keyboard patching (PatchKeys), VCS use (UseVCS) and MDA use (UseMDA). More... about 23 years ago
* Modified: [QNX] When linking the dynamic library -lncursesS should be used, explained by Mike. More... about 23 years ago
* Updated: configfile.cc. More... about 23 years ago
* Added: [QNX] Package description contributed by Mike. More... about 23 years ago
* Fixed: A typedef struct v.s. struct issue reported by gcc 3.1. Reported by [email protected]. More... about 23 years ago
* Fixed: dlgdsn example to compile with gcc 3.1. Patch from Andris. More... about 23 years ago
* Fixed: MinGW pollutes the namespace by defining a global macro called environ in stdlib.h, looks like an MSVC inheritance. This forced to rename the TDisplay::environ member to TDisplay::environment after using stdlib.h in tdisplay.cc. * Modified: With the new configuration mechanism we no longer need to implement an environment variable to disable things, so I removed the comments in Linux/UNIX drivers. More... about 23 years ago
* Modified: deafultSetCrtMode/Ext now sets the cursor shape to visible. This is what other defaults expects. More... about 23 years ago
* Modified: Removed linuxso/Makefile and linuxso/compat.mak, they are created by Perl scripts and UNIX targets should have Perl anyways. More... about 23 years ago
* Fixed: [BC++] details to cleanly compile with BC++ 5.5. More... about 23 years ago
* Modified: [DJGPP] to use /dev/env/DJDIR/etc as directory for configuration. More... about 23 years ago
* Fixed: A couple of errors in new classes exposed when compiling for djgpp. More... about 23 years ago
* Added: "Priority" variable to the configuration section of each driver. So now you can change the importance of each driver. The section names of the drivers are DOS, Linux, QNX, UNIX, Win32, WinNT, X11 and XTerm. More... about 23 years ago
* Added: A new class to manage a configuration file. Right now only one setting is accepted in this file: ShowCursorEver. See TVConfigFile in configfile.cc and TProgInit::config. More... about 23 years ago
* Fixed: CLY_GetDefaultFileAttr(CLY_mode_t *mode) for UNIX, it didn't set writemask making new files to look like R.O. More... about 23 years ago
* Added: A new flag to TScreen to indicate is the driver really supports setCursorShape or just can hide/show the cursor. More... about 23 years ago
* Fixed: [X11] The "show cursor ever" flag didn't work OK. More... about 23 years ago
* Fixed: Small issue about cursor positioning in TDesktop. Now is cleaner. More... about 23 years ago
* Modified: [WWW] The QNX port is now finished, added as available target. More... about 23 years ago
* Added: [Linux] support for russian keyboards when the encoding is KOI8. Alexey Godin gave me the information about the layout. I tested it using the koi8-r fonts and ru1 keyboard map in my system + a translation of the "File" menu and worked. More... about 23 years ago
* Added: TScroller and TScrollBar now cooperates with Braille Terminals. From suggestions by Tapio. More... about 23 years ago
* Added: [Linux] A comment about LANG variable. Sent by Alexey Godin. More... about 23 years ago