0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed: [MSVC] v7.1 defines read/write and in an incompatible way to our replacements for old versions. Reported by Eddie. More... almost 20 years ago
* Fixed: [MSVC] v7.1 defines read/write and in an incompatible way to our replacements for old versions. Reported by Eddie. More... almost 20 years ago
* Added: More export directives. Patch from Lothar. More... almost 20 years ago
* Added: More export directives. Patch from Lothar. More... almost 20 years ago
* Modified: All casts from void * to an integer to use uipointer. The problem with MSVC remains, but once we solve what to use as uipointer all the warnings will go away at once. Reported by Eddie. * Fixed: [MSVC] Some forward declarations for TEvent used class when that's an struct. Reported by Eddie. * Modified: [MSVC] The FA_* definitions in compatlayer and other places to be coherent. I'm not sure about them but now they are coherent to what findfirst returns. Reported by Eddie. More... almost 20 years ago
* Modified: All casts from void * to an integer to use uipointer. The problem with MSVC remains, but once we solve what to use as uipointer all the warnings will go away at once. Reported by Eddie. * Fixed: [MSVC] Some forward declarations for TEvent used class when that's an struct. Reported by Eddie. * Modified: [MSVC] The FA_* definitions in compatlayer and other places to be coherent. I'm not sure about them but now they are coherent to what findfirst returns. Reported by Eddie. More... almost 20 years ago
* Modified: All casts from void * to an integer to use uipointer. The problem with MSVC remains, but once we solve what to use as uipointer all the warnings will go away at once. Reported by Eddie. * Fixed: [MSVC] Some forward declarations for TEvent used class when that's an struct. Reported by Eddie. * Modified: [MSVC] The FA_* definitions in compatlayer and other places to be coherent. I'm not sure about them but now they are coherent to what findfirst returns. Reported by Eddie. More... almost 20 years ago
* Added: A small macro to help creating input lines with validators. That's related to S.F. FR #1248650 posted by Eddie. More... almost 20 years ago
* Added: A small macro to help creating input lines with validators. That's related to S.F. FR #1248650 posted by Eddie. More... almost 20 years ago
* Fixed: Wrong names in TPXPictureValidator members (IsValid vs isValid, etc.) Reported by Eddie. More... almost 20 years ago
* Fixed: Wrong names in TPXPictureValidator members (IsValid vs isValid, etc.) Reported by Eddie. More... almost 20 years ago
* Fixed: [MSVC] The __DELTA macro used for TStreamableClass casts a pointer to an integer type. The code used long which isn't a good choice for that. Reported by Eddie. More... almost 20 years ago
* Added: [gcc] Workaround for a gcc 2.95.2 bug. It looks like inline class members that have an extra ; at the end of the function body can confuse gcc (only in particular cases). Reported by Thiago. More... almost 20 years ago
* Added: A helper function to TView called putEvent. It fills a TEvent structure and calls putEvent (the original one). That's a common operation. More... almost 20 years ago
* Added: [Cosmetic] Icon animations for the close and zoom icons of TFrame. Based on code sent by Eddie. It can be disabled. More... almost 20 years ago
* Fixed: [MSVC] Ambiguous call to stdio's read. In modern C++ that's an overloaded function. So now TFileViewer::real_bufsize is of ssize_t type. I also changed some code to handle size_t return values. Reported by Eddie. More... almost 20 years ago
* Fixed: [MSVC] The __DELTA macro used for TStreamableClass casts a pointer to an integer type. The code used long which isn't a good choice for that. Reported by Eddie. More... almost 20 years ago
* Added: [gcc] Workaround for a gcc 2.95.2 bug. It looks like inline class members that have an extra ; at the end of the function body can confuse gcc (only in particular cases). Reported by Thiago. More... almost 20 years ago
* Added: A helper function to TView called putEvent. It fills a TEvent structure and calls putEvent (the original one). That's a common operation. More... almost 20 years ago
* Added: [Cosmetic] Icon animations for the close and zoom icons of TFrame. Based on code sent by Eddie. It can be disabled. More... almost 20 years ago
* Fixed: [MSVC] Ambiguous call to stdio's read. In modern C++ that's an overloaded function. So now TFileViewer::real_bufsize is of ssize_t type. I also changed some code to handle size_t return values. Reported by Eddie. More... almost 20 years ago
* Modified: [DJGPP?] Added workaround for problems compiling without i18n support using gcc 2.95.2 19991024 (release). Reported by Thiago. More... almost 20 years ago
* Modified: [DJGPP?] Added workaround for problems compiling without i18n support using gcc 2.95.2 19991024 (release). Reported by Thiago. More... almost 20 years ago
* Fixed: [Win32] Typo in the names of the two new prototypes for TWin32Screen. More... almost 20 years ago
* Fixed: [Win32] Typo in the names of the two new prototypes for TWin32Screen. More... almost 20 years ago
* Modified: The TValidator API to be compatible with Borland's TV 2.0 API. This will break some old programs but allow compilation of newer ones. More... almost 20 years ago
* Modified: The TValidator API to be compatible with Borland's TV 2.0 API. This will break some old programs but allow compilation of newer ones. More... almost 20 years ago
* Added: TPXPictureValidator, not tested. Closes SF FR #1235527. More... almost 20 years ago
* Added: TPXPictureValidator, not tested. Closes SF FR #1235527. More... almost 20 years ago
* Added: TPXPictureValidator, not tested. Closes SF FR #1235527. More... almost 20 years ago