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 24 hours
ago. based on code collected
about 24 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 23 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fixed: [Win32] The keypad / key for the WinNT driver. From information provided by: Warren H. Holt (wHolt/drs-ewns/com)
Salvador E. Tropea
More...
about 21 years ago
* Fixed: [Win32] The keypad / key for the WinNT driver. From information provided by: Warren H. Holt (wHolt/drs-ewns/com)
Salvador E. Tropea
More...
about 21 years ago
* Modified: [config] Use of "g++" in favor of "gcc -lstdc++". This is because newer gcc 3.x compilers can't compile C++ code without doing a mess when we use the gcc frontend. From a report by Baurjan Ismagulov - ibr
Salvador E. Tropea
More...
about 21 years ago
* Modified: [config] Use of "g++" in favor of "gcc -lstdc++". This is because newer gcc 3.x compilers can't compile C++ code without doing a mess when we use the gcc frontend. From a report by Baurjan Ismagulov - ibr
Salvador E. Tropea
More...
about 21 years ago
* Fixed: When using TButton callbacks the button called the CB but also sent the event. It is dangerous if the CB uses a dialog because the event will be received by this dialog. Now if the CB should generate the event if needed. * Added: A user provided data pointer to the callback. So it not only receives the command number but also a pointer to user defined data.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: When using TButton callbacks the button called the CB but also sent the event. It is dangerous if the CB uses a dialog because the event will be received by this dialog. Now if the CB should generate the event if needed. * Added: A user provided data pointer to the callback. So it not only receives the command number but also a pointer to user defined data.
Salvador E. Tropea
More...
over 21 years ago
* Added: A new function called CLY_memcpy to compatlayer.h. This must be used when we use memcpy and the blocks overlaps but we know the "normal" implementation will work. Platforms where the copy order isn't OK can define it to be memmove. A configuration option allows to do it too. * Fixed: Some calls to memcpy that overlaps are now to CLY_memcpy. From reports obtained by valgrind.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: A call to memcpy that overlaps are now to CLY_memcpy. From reports obtained by valgrind.
Salvador E. Tropea
More...
over 21 years ago
* Added: A new function called CLY_memcpy to compatlayer.h. This must be used when we use memcpy and the blocks overlaps but we know the "normal" implementation will work. Platforms where the copy order isn't OK can define it to be memmove. A configuration option allows to do it too. * Fixed: Some calls to memcpy that overlaps are now to CLY_memcpy. From reports obtained by valgrind.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: Use of delete[] for TVBitmapFontSize * objects. Reported by Oswald using valgrind. * Fixed: TListViewer::center not initialized. Reported by Oswald using valgrind.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: Use of delete[] for TVBitmapFontSize * objects. Reported by Oswald using valgrind. * Fixed: TListViewer::center not initialized. Reported by Oswald using valgrind.
Salvador E. Tropea
More...
over 21 years ago
Modified/Fixed/?: In "File Dialogs": Now as soon as the file list is selected the focused item is propagated to the other views (input line and info panel).
Salvador E. Tropea
More...
over 21 years ago
Modified/Fixed/?: In "File Dialogs": Now as soon as the file list is selected the focused item is propagated to the other views (input line and info panel).
Salvador E. Tropea
More...
over 21 years ago
Modified/Fixed/?: In "File Dialogs": Now as soon as the file list is selected the focused item is propagated to the other views (input line and info panel).
Salvador E. Tropea
More...
over 21 years ago
* Added: Support for the way that Putty uses to report Home and End keys. Not tested, from a report by Andras Szabo szaboan/kesz/hu.
Salvador E. Tropea
More...
over 21 years ago
* Added: Support for the way that Putty uses to report Home and End keys. Not tested, from a report by Andras Szabo szaboan/kesz/hu.
Salvador E. Tropea
More...
over 21 years ago
* Added: Code needed to test with the AlCon branch.
Salvador E. Tropea
More...
over 21 years ago
* Added: Code needed to test with the AlCon branch.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: Oops! the patch from the Unicode branch didn't apply propperly, now is fixed and the code compiles.
Salvador E. Tropea
More...
over 21 years ago
* Modified: When clicking in an object: if it doesn't receive the focus we no longer pass the the mouse event to this object. I think it doesn't have any sense. It helps to other objects to avoid losing the focus. * Modified: The basic "execDialog" function now sets the data before checking if the dialog is valid. It helps when using validators because they will indicate the dialog is invalid if the data is empty. * Added: A mechanism to set options to TInputLine class. The only option available is one to avoid passing the focus when the validator indicates the data is invalid. * Modified: Now dialogs become "inactive" (sfActive=False) after execution. In this way TView childs can know when the dialog is no longer running.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: Errors in the insert/overwrite logic of the new TInputLine code.
Salvador E. Tropea
More...
over 21 years ago
* Modified: When clicking in an object: if it doesn't receive the focus we no longer pass the the mouse event to this object. I think it doesn't have any sense. It helps to other objects to avoid losing the focus. * Modified: The basic "execDialog" function now sets the data before checking if the dialog is valid. It helps when using validators because they will indicate the dialog is invalid if the data is empty. * Added: A mechanism to set options to TInputLine class. The only option available is one to avoid passing the focus when the validator indicates the data is invalid. * Modified: Now dialogs become "inactive" (sfActive=False) after execution. In this way TView childs can know when the dialog is no longer running.
Salvador E. Tropea
More...
over 21 years ago
* Added: [config] another patch for compatibility with autotools. Patch by Aurelian.
Salvador E. Tropea
More...
over 21 years ago
* Added: [config] another patch for compatibility with autotools. Patch by Aurelian.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: [BC++] The version to use ISO C++ 1998 stuff seems to be >= 0x560. From a report by Hartmut Welpmann <
[email protected]
>
Salvador E. Tropea
More...
over 21 years ago
* Fixed: [BC++] The version to use ISO C++ 1998 stuff seems to be >= 0x560. From a report by Hartmut Welpmann <
[email protected]
>
Salvador E. Tropea
More...
over 21 years ago
* Added: [config] Some stuff to the configure and makefiles to maintain compatibility with packages that uses "auto tools". Patch by Aurelian Melinte (LinCS/tiger project).
Salvador E. Tropea
More...
over 21 years ago
* Added: [config] Some stuff to the configure and makefiles to maintain compatibility with packages that uses "auto tools". Patch by Aurelian Melinte (LinCS/tiger project).
Salvador E. Tropea
More...
over 21 years ago
* Fixed: Typos in big-endian fix.
Salvador E. Tropea
More...
over 21 years ago
* Fixed: [Linux] Problems with big-endian terminals using /dev/vcs* devices. Looks like the vcs format is platform dependent.
Salvador E. Tropea
More...
over 21 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
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