0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed: [MSVC] MSVC 6.0 also failed to compile the WinGr driver, so we are just disabling it for MSVC. More... almost 21 years ago
* Fixed: [MSVC] MSVC 6.0 also failed to compile the WinGr driver, so we are just disabling it for MSVC. More... almost 21 years ago
* Modified: [MSVC] At least MSVC 6.0 (version 12.00) have a erong implementation of vsnprintf. As I already had too much problems with this issue I switching to the compatlayer replacements. Reported by Arnold. More... almost 21 years ago
* Modified: [MSVC] At least MSVC 6.0 (version 12.00) have a erong implementation of vsnprintf. As I already had too much problems with this issue I switching to the compatlayer replacements. Reported by Arnold. More... almost 21 years ago
* Added: Horizontal scroll bar to the TDirListBox. * Added: Visible cursor to the TDirListBox, it shows the state of the incremental search. It should also help for Braille terminals. More... almost 21 years ago
* Added: Horizontal scroll bar to the TDirListBox. * Added: Visible cursor to the TDirListBox, it shows the state of the incremental search. It should also help for Braille terminals. More... almost 21 years ago
* Fixed: Call to drawView() before updating the topItem memeber in TListViewer::focusItem. Patch by Egon Eckert (egon/heaven/industries/cz). More... almost 21 years ago
* Added: Sorted directories for the non POSIX platforms in TDirListBox. * Modified: The TDirListBox code to be easier to maintain. I hope the changes doesn't break all platforms ;-) * Added: Incremental search in the TDirListBox. More... almost 21 years ago
* Added: Sorted directories for the non POSIX platforms in TDirListBox. * Modified: The TDirListBox code to be easier to maintain. I hope the changes doesn't break all platforms ;-) More... almost 21 years ago
* Added: Sorted directories for the non POSIX platforms in TDirListBox. * Modified: The TDirListBox code to be easier to maintain. I hope the changes doesn't break all platforms ;-) More... almost 21 years ago
* Fixed: Call to drawView() before updating the topItem memeber in TListViewer::focusItem. Patch by Egon Eckert (egon/heaven/industries/cz). More... almost 21 years ago
* Modified: TDirListBox to show the directories alphabetically sorted. More... almost 21 years ago
* Modified: TDirListBox to show the directories alphabetically sorted. More... almost 21 years ago
* Fixed: [gcc] Errors in the examples when using 3.4.1. Patch by Andris. More... almost 21 years ago
* Fixed: [gcc] Errors in the examples when using 3.4.1. Patch by Andris. More... almost 21 years ago
* Modified: Boolean TInputLine::insertChar(TEvent &event) to insertCharEv because the C++ polimorphism is quite crapy for this case. More... almost 21 years ago
* Added: Compatibility with gcc 3.4 streams. It isn't fully compatible with 3.1-3.3 but defines a special filebuf that can be created from a C stream. Andris suggested it. * Fixed: gcc 3.4 seems to enforce a much more strict selection of overloaded operators when a minimal ambiguity appears. To solve it the operands must be casted. In this case stream offsets can't be added to long values, casting the long value to a stream offset solves the problem. More... about 21 years ago
* Added: Compatibility with gcc 3.4 streams. It isn't fully compatible with 3.1-3.3 but defines a special filebuf that can be created from a C stream. Andris suggested it. * Fixed: gcc 3.4 seems to enforce a much more strict selection of overloaded operators when a minimal ambiguity appears. To solve it the operands must be casted. In this case stream offsets can't be added to long values, casting the long value to a stream offset solves the problem. More... about 21 years ago
* Added: When you disable a TLabel the linked object gets disabled. After all what other thing could be expected? * Added: Disabled TLabels are painted in a different way. Currently using the "disabled button" color because we don't have much space in the pal. * Added: TRadioButtons have a new member setEnableMask, with it you can control the enabled/disabled state of upto 32 TViews without needing to inherit a new class. More... about 21 years ago
* Added: When you disable a TLabel the linked object gets disabled. After all what other thing could be expected? * Added: Disabled TLabels are painted in a different way. Currently using the "disabled button" color because we don't have much space in the pal. * Added: TRadioButtons have a new member setEnableMask, with it you can control the enabled/disabled state of upto 32 TViews without needing to inherit a new class. More... about 21 years ago
* Added: When you disable a TLabel the linked object gets disabled. After all what other thing could be expected? * Added: Disabled TLabels are painted in a different way. Currently using the "disabled button" color because we don't have much space in the pal. * Added: TRadioButtons have a new member setEnableMask, with it you can control the enabled/disabled state of upto 32 TViews without needing to inherit a new class. More... about 21 years ago
* Added: When you disable a TLabel the linked object gets disabled. After all what other thing could be expected? * Added: Disabled TLabels are painted in a different way. Currently using the "disabled button" color because we don't have much space in the pal. * Added: TRadioButtons have a new member setEnableMask, with it you can control the enabled/disabled state of upto 32 TViews without needing to inherit a new class. More... about 21 years ago
* Added: CVS ACLs More... about 21 years ago
* Fixed: [X11] Some gcc versions can optimize "while (!safeToUnHook);" to an endless loop. Patch by Andris. More... about 21 years ago
* Fixed: [X11] Some gcc versions can optimize "while (!safeToUnHook);" to an endless loop. Patch by Andris. More... about 21 years ago
* Updated. More... about 21 years ago
* Fixed: [BC++] lack of QNX4 rule in "old mechanism" makefile. More... about 21 years ago
* Updated. More... about 21 years ago
* Fixed: [BC++] lack of QNX4 rule in "old mechanism" makefile. More... about 21 years ago
* Fixed: [BC++] warnings in regex.c because of implicit const char * to unsigned char * conversion (double error). More... about 21 years ago