openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Turbo Vision
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 21 of 70
Search / Filter on:
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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).
Salvador E. Tropea
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.
Salvador E. Tropea
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 ;-)
Salvador E. Tropea
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 ;-)
Salvador E. Tropea
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).
Salvador E. Tropea
More...
almost 21 years ago
* Modified: TDirListBox to show the directories alphabetically sorted.
Salvador E. Tropea
More...
almost 21 years ago
* Modified: TDirListBox to show the directories alphabetically sorted.
Salvador E. Tropea
More...
almost 21 years ago
* Fixed: [gcc] Errors in the examples when using 3.4.1. Patch by Andris.
Salvador E. Tropea
More...
almost 21 years ago
* Fixed: [gcc] Errors in the examples when using 3.4.1. Patch by Andris.
Salvador E. Tropea
More...
almost 21 years ago
* Modified: Boolean TInputLine::insertChar(TEvent &event) to insertCharEv because the C++ polimorphism is quite crapy for this case.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
More...
about 21 years ago
* Added: CVS ACLs
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [X11] Some gcc versions can optimize "while (!safeToUnHook);" to an endless loop. Patch by Andris.
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [X11] Some gcc versions can optimize "while (!safeToUnHook);" to an endless loop. Patch by Andris.
Salvador E. Tropea
More...
about 21 years ago
* Updated.
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [BC++] lack of QNX4 rule in "old mechanism" makefile.
Salvador E. Tropea
More...
about 21 years ago
* Updated.
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [BC++] lack of QNX4 rule in "old mechanism" makefile.
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [BC++] warnings in regex.c because of implicit const char * to unsigned char * conversion (double error).
Salvador E. Tropea
More...
about 21 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
…
69
70
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree