0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 22, 2024 — Aug 22, 2025
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) 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) 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 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 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. 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. 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. More... over 21 years ago
* Fixed: A call to memcpy that overlaps are now to CLY_memcpy. From reports obtained by valgrind. 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. 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. 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. 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). 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). 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). 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. 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. More... over 21 years ago
* Added: Code needed to test with the AlCon branch. More... over 21 years ago
* Added: Code needed to test with the AlCon branch. More... over 21 years ago
* Fixed: Oops! the patch from the Unicode branch didn't apply propperly, now is fixed and the code compiles. 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. More... over 21 years ago
* Fixed: Errors in the insert/overwrite logic of the new TInputLine code. 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. More... over 21 years ago
* Added: [config] another patch for compatibility with autotools. Patch by Aurelian. More... over 21 years ago
* Added: [config] another patch for compatibility with autotools. Patch by Aurelian. 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]> 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]> 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). 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). More... over 21 years ago
* Fixed: Typos in big-endian fix. More... over 21 years ago
* Fixed: [Linux] Problems with big-endian terminals using /dev/vcs* devices. Looks like the vcs format is platform dependent. More... over 21 years ago