0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added: Some comments about TV streams in the doc directory. They are really small but includes an ASCII graphic showing the hierarchy. * Modified: TEditorApp to use messageBox as a printf instead of using strstreams. Now it can be done safetly because we use snprintf. More... over 22 years ago
* Fixed: [Cygwin] it have snprintf, no need for replacement. It makes DJGPP the only one without it, I guess it will be solved in 2.04. More... over 22 years ago
* Fixed: [Cygwin] it have snprintf, no need for replacement. It makes DJGPP the only one without it, I guess it will be solved in 2.04. More... over 22 years ago
* Fixed: The snprintf replacement (coded by Caolan McNamara <[email protected]>, thanks Caolan!) didn't return the expected value. According to modern implementations (like GNU one) it must return the number of characters we should write the buffer if it have enough space and not the ammount we wrote. I hope my changes are ok ;-) More... over 22 years ago
* Fixed: The snprintf replacement (coded by Caolan McNamara <[email protected]>, thanks Caolan!) didn't return the expected value. According to modern implementations (like GNU one) it must return the number of characters we should write the buffer if it have enough space and not the ammount we wrote. I hope my changes are ok ;-) More... over 22 years ago
* Fixed: [DOS] the arguments of TScreen::setCharacter (ushort to uint). More... over 22 years ago
* Added: Dummy versions of the TVIntl members for systems without gettext. More... over 22 years ago
* Added: Dummy versions of the TVIntl members for systems without gettext. More... over 22 years ago
* Updated: to include snprintf dependencies. More... over 22 years ago
* Updated: to include snprintf dependencies. More... over 22 years ago
* Updated. More... over 22 years ago
* Updated. More... over 22 years ago
* Updated: DJGPP project files. More... over 22 years ago
* Updated: DJGPP project files. More... over 22 years ago
* Updated: messageBox i18n usage. More... over 22 years ago
* Updated: messageBox i18n usage. More... over 22 years ago
* Fixed: unused variable. More... over 22 years ago
* Fixed: unused variable. More... over 22 years ago
* Added: i18n stuff. More... over 22 years ago
* Replaced by tvision.qpg. More... over 22 years ago
* Added: adapted the messageBox to the new i18n API. * Modified: messageBox to use snprintf instead a fixed size buffer. * Added: a snprinf replacement for systems without it, untested. More... over 22 years ago
* Removed garbage at the end of the file. More... over 22 years ago
* Added: adapted the messageBox to the new i18n API. * Modified: messageBox to use snprintf instead a fixed size buffer. * Added: a snprinf replacement for systems without it, untested. More... over 22 years ago
* Added: adapted the messageBox to the new i18n API. * Modified: messageBox to use snprintf instead a fixed size buffer. * Added: a snprinf replacement for systems without it, untested. More... over 22 years ago
* Modified: Files distribution list to reflect new QNX package. More... over 22 years ago
* Modified: Files distribution list to reflect new QNX package. More... over 22 years ago
* Fixed: The new intl.h header only worked for C++ code but the configuration script tests it using C code. Now it also defines things for C code. Reported by Mike. More... over 22 years ago
* Fixed: The new intl.h header only worked for C++ code but the configuration script tests it using C code. Now it also defines things for C code. Reported by Mike. More... over 22 years ago
* Patches from Mike: * Added: [QNX] pterm specific functions for more keycombination detect. Now running TV app under pterm have the same functionality as running under raw console. * Fixed: [QNX] russian text inputing, tested on CP866/WIn1251/KOI8-R. * Added: [QNX] more to QNX.txt ;) will be much more in future. * Updated: [QNX] package generation data. * Fixed: Lack of check in xgettext and recode tests and wrong link to dummy intl lib. More... over 22 years ago
* Patches from Mike: * Added: [QNX] pterm specific functions for more keycombination detect. Now running TV app under pterm have the same functionality as running under raw console. * Fixed: [QNX] russian text inputing, tested on CP866/WIn1251/KOI8-R. * Added: [QNX] more to QNX.txt ;) will be much more in future. * Updated: [QNX] package generation data. * Fixed: Lack of check in xgettext and recode tests and wrong link to dummy intl lib. More... over 22 years ago