0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed(?): [MSVC] mlink.exe compilation. The /OUT: option must be passed to the linker with /link. From a report by Arnold. Untested. * Fixed(?): [MSVC] The unified make process didn't include dir.h. From a report by Arnold. Untested. More... almost 20 years ago
* Added: Polish translation. Contributed by Eddie. More... almost 20 years ago
* Added: Polish translation. Contributed by Eddie. More... almost 20 years ago
* Fixed: The TCalendar class in the demo program tested for wrong mouse coordinates to change the month. Patch by Eddie. More... almost 20 years ago
* Fixed: The TCalendar class in the demo program tested for wrong mouse coordinates to change the month. Patch by Eddie. More... almost 20 years ago
* Modified: [OpenWatcom] the compiler generates a warning when we use "delete[] (const char *)var" so now I cast all of them to (char *). Reported by Lothar. More... almost 20 years ago
* Modified: [OpenWatcom] the compiler generates a warning when we use "delete[] (const char *)var" so now I cast all of them to (char *). Reported by Lothar. More... almost 20 years ago
* Added: Some missing export directives for the DLL. Patch by Lothar. * Fixed: Missing TLookup* members. Patch by Lothar. * Updated: Spanish translation. More... almost 20 years ago
* Added: Some missing export directives for the DLL. Patch by Lothar. * Fixed: Missing TLookup* members. Patch by Lothar. * Updated: Spanish translation. More... almost 20 years ago
* Updated: Spanish translation. More... almost 20 years ago
* Updated: Spanish translation. More... almost 20 years ago
* Fixed: Another "class TEvent" reference. Reported by Eddie. More... almost 20 years ago
* Fixed: Another "class TEvent" reference. Reported by Eddie. More... almost 20 years ago
* Added: [MSVC] More information about installation. * Added: [MSVC] Diabled warning 4312. From a report by Eddie. More... almost 20 years ago
* Added: [MSVC] More information about installation. * Added: [MSVC] Diabled warning 4312. From a report by Eddie. More... almost 20 years ago
* Updated. More... almost 20 years ago
* Added: TLookupValidator and TStringLookupValidator from Borland's TV 2.0. More... almost 20 years ago
* Updated. More... almost 20 years ago
* Added: TLookupValidator and TStringLookupValidator from Borland's TV 2.0. More... almost 20 years ago
* Added: The Borland's TV 2.0 TInputLine functionality: * TValidator * as last constructor argument. * TValidator try/unroll code. * TValidator "transfer" stuff to meassure the size. * TValidators using the full input instead of the last char. * Shift+Arrows to select the text (I don't like the way that's implemented) * Added: TValidator * argument to inputBox helper. * Modified: Moved the hotKey function to misc, this function isn't used by TInputLine. * Added: A TPXPictureValidator example to the demo. * Modified: Version to 2.1.0 because the TInputLine and TValidator changes are an important API change. More... almost 20 years ago
* Fixed: [MSVC] Wrong pragma usage. Pointed out by Eddie. More... almost 20 years ago
* Added: The Borland's TV 2.0 TInputLine functionality: * TValidator * as last constructor argument. * TValidator try/unroll code. * TValidator "transfer" stuff to meassure the size. * TValidators using the full input instead of the last char. * Shift+Arrows to select the text (I don't like the way that's implemented) * Added: TValidator * argument to inputBox helper. * Modified: Moved the hotKey function to misc, this function isn't used by TInputLine. * Added: A TPXPictureValidator example to the demo. * Modified: Version to 2.1.0 because the TInputLine and TValidator changes are an important API change. More... almost 20 years ago
* Fixed: [MSVC] Wrong pragma usage. Pointed out by Eddie. More... almost 20 years ago
* Modified: [MSVC] Disabled warning 4291 in histlist.cc. The compiler is wrong. * Modified: [MSVC] Added support for 64 bits pointers in uipointer and clarified the warning 4311 issue (also disabled). Both from info sent by Eddie. More... almost 20 years ago
* Fixed: [MSVC] Wrong pragma usage. Pointed out by Eddie. More... almost 20 years ago
* Modified: [MSVC] Disabled warning 4291 in histlist.cc. The compiler is wrong. * Modified: [MSVC] Added support for 64 bits pointers in uipointer and clarified the warning 4311 issue (also disabled). Both from info sent by Eddie. More... almost 20 years ago
* Modified: [MSVC] Disabled the MSVC "pointer truncation" warning. I can't see any truncation because I think both are 32 bits unsigned values. I'll disable it until somebody can explain it. Eddie provided the pragma. More... almost 20 years ago
* Modified: [MSVC] Disabled the MSVC "pointer truncation" warning. I can't see any truncation because I think both are 32 bits unsigned values. I'll disable it until somebody can explain it. Eddie provided the pragma. More... almost 20 years ago
* Fixed: A couple of errors in the last modifications to TFrame. The move and grow should work only for mouse down. If not they get activated when we only get the up (i.e. when changing focus). More... almost 20 years ago
* Fixed: A couple of errors in the last modifications to TFrame. The move and grow should work only for mouse down. If not they get activated when we only get the up (i.e. when changing focus). More... almost 20 years ago