0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed: [X11] Now when the WM sends a DELETE_WINDOW message (usually because the user used the close button) the TV application gets a cmQuit event. More... about 23 years ago
* Added: Thanks to JASC in the X11 code, I think he deserves it. More... about 23 years ago
* Fixed: [X11] the driver didn't map ^a-^z, reported by Ivan. More... about 23 years ago
* Updated: Distribution files list to include update and THANKS. More... about 23 years ago
* Fixed: Missing space separator. More... about 23 years ago
* Modified: Now the configuration determines the directories where extra libraries could be located and adds it to the list of directories. More... about 23 years ago
* Fixed: yet another *.* More... about 23 years ago
* Fixed: Another *.* pattern, reported by Tapio. More... about 23 years ago
* Fixed: [Linux] Now I use a separated file handle for the stdin. The explanation is in the code and is complex. Fixes random fails on cursor position restore at exit. More... about 23 years ago
* Fixed: When no window was in the desktop and a dialog was executed it left the cursor in the last used position. Now TDesktop detects it and if the cursor will remain visible is moved to the last line in the screen. More... about 23 years ago
* Fixed: demo file for QNX. When I moved includes to Uses_* forgot to include the config header. Reported by Mike. More... about 23 years ago
* Updated: The list of files to convert when using the UNIX tarball. More... about 23 years ago
* Modified: Now specialCharacters is part of the TView class and not just a variable. While we don't use namespaces I think we should try to avoid defining things outside classes if not necesary. More... about 23 years ago
* Added: So I save some typing. More... about 23 years ago
* Added: THANKS file with the list of contributors, also updated the www site. More... about 23 years ago
* Modified: Added comments and removed dead code on the last changes. More... about 23 years ago
* Added: Now TDeskTop moves the cursor to the bottom of the screen when an object lost the focus and we are in the "Braille friendly" mode. Until now the changes are good according to Tapio. More... about 23 years ago
* Fixed: [Linux] The Resume member needed a fflush before calling a child process (a shell for example). More... about 23 years ago
* Added: Uses_chdir request to compatlayer (needed for MSVC where the name is _chdir). * Fixed: Absent Uses_getcwd action for MSVC (direct.h _getcwd). More... about 23 years ago
* Updated/Added: Win32 makefiles. More... about 23 years ago
* Fixed: Some MSVC issues from feedback sent by WintiX <[email protected]> More... about 23 years ago
* Fixed: TMenuBar::getItemRect, the return value was commented by Anatoli, but not all compilers (read MSVC) are cleaver enough to realize this code is never used. I re-enabled the code but it could interfere with another compiler. We'll see. More... about 23 years ago
* Fixed: The code that helps Win32 ports in the configuration script. It touched files of the current target, was outdated and have case sensitive file systems bugs. More... about 23 years ago
* Modified: [QNX] A new patch from Mike for the keyboard tables. * Added/Fixed: Some small details in the demo code. Patches from Mike, but applied in a different way. More... about 23 years ago
* Fixed: Project and .mak to exclude the help.cc and helpbase.cc. More... about 23 years ago
* Added: [Win32] The "WinNT" driver. Now this is available and I also adapted things so the "Win32" driver is also available. It means that both: the code from Anatoli and Vadim can be used for BC++, Cygwin and MinGW. It looks like Anatoli's code is much faster and less complex. Currently the WinNT driver have more priority for BC++ and less for Cygwin/MinGW. More... about 23 years ago
* Copying winnt files. More... about 23 years ago
* Copying winnt files. More... about 23 years ago
* Copying winnt files. More... about 23 years ago
* Fixed: [DOS] Typo in cursor shape code (let it enabled all the time). * Fixed: [DOS] Palette must be restored each time a mode is set. More... about 23 years ago