0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Applied patchs from Ivan for the Debian files (sets architecture to any). More... over 25 years ago
* Fixed: Architecture set to any. More... over 25 years ago
* Fixed: A wrong HAVE_DEFINE_KEY (instead of HAVE_KEYSYMS) in gkeyli.cc. More... over 25 years ago
* Modified: Now the initialization of the TScreen is called from TProgInit. I must test it under DOS. The old methode failed for the examples. More... over 25 years ago
* Added: [Linux] An example on how to suspend an application with ^Z and then resume it. More... over 25 years ago
* Modified: Now the initialization of the TScreen is called from TProgInit. I must test it under DOS. The old methode failed for the examples. * Added: [Linux] An example on how to suspend an application with ^Z and then resume it. More... over 25 years ago
* Fixed: A bug in the DeskLogo examples. Pointed as a problem by Arvin Baccay <[email protected]>. More... over 25 years ago
* Fixed: Problem with rhgdb messing terminal settings. Patch from Andris to enable the old code that saves/restores the terminfo stuff. More... over 25 years ago
* Updated Debian files from Ivan. More... over 25 years ago
* Modified: The code used to disable ^Q/^S is now more generic and also disables ^C, ^/ and ^Z. More... over 25 years ago
* Fixed call to dch. More... over 25 years ago
* Changed: Now TScreen is initialized from the TApplication constructor and not from a static variable that triggers the constructor. Suggested by Christoph Bauer <[email protected]>. More... over 25 years ago
* Added: [Linux] call to dch to update the Debian version. Suggested by Ivan. More... over 25 years ago
* Added: TFileDialog is now "growable". * Added: [Linux] TScreen disables the Xon/Xoff flow control so ^Q/^S can be used in X terminals. More... over 25 years ago
* Updated for release of 1.0.9. More... almost 26 years ago
* Added: Support for DOS greek keyboards. * Modified: Now all the classes that uses acelerators doesn't directly check the ASCII of the acelerator with the keyboard ASCII. That's because the same key could generate more than one ASCII. That's the case of greek keyboards where the keyboard generates the latin and greeks values. More... almost 26 years ago
* Added: examples/clean as shell script More... almost 26 years ago
* Added: some files missing in the distribution, not indispensable ones. * Added: [DOS] Now the configure script patches libint.h in case the user have a buggy one (found in gettext 0.10.32). More... almost 26 years ago
* Fixed: Applied patch for Debian files from Ivan. More... almost 26 years ago
* Fixed: I forgot to uncomment a test in the TListView class. It produced the wrong broadcast when the focus changed. More... almost 26 years ago
* Fixed: Compilation problems in vgastate.h when using gcc 2.95. First reported by Laurynas. Then by other user I don't have info right now. More... almost 26 years ago
* Fixed: A bug introduced by us to the TFileList class in the vertical scroll bar (wrong page step). I added a new member to TListViewer to fix it, is called setNumCols(int aNumCols) and it also updates scroll bars (not just the number of columns). Reported by Sean <[email protected]>. More... almost 26 years ago
* Added: Better handling of some situations in TScreen, patch from Robert: More... almost 26 years ago
* Added: Better handling of some situations in TScreen, patch from Robert: "I made now a patch for tscreen.cc to use at firts the infromation from terminfo to decide if we can use PAL_LOW ot PAL_HIGH and as next I used in mapcolor as the first choice the set_a_foreground and set_a_background strings and only if they are not defined using set_foreground and set_background. The reason for this is, that I analized some terminfo records and found, that often the set_a_... are defined but not the set_..." More... almost 26 years ago
* Fixed: Relative symlinks for dynamic libraries [Linux]. Patch by Ivan. * Fixed: Pemission 644 and not 755 for libraries [Linux]. Patch by Ivan. * Added: Now the Linux compress updates the debian/control file. * Modified: The Debian scripts (by Ivan). More... almost 26 years ago
* Added: Support for the FHS in the configure script (not used for the library). * Fixed: Some details of the configure process for Linux. More... almost 26 years ago
* Modified: Now the file open dialog have space for 2 more filenames. More... almost 26 years ago
* Moved a lot of code from the config.pl script to conflib.pl to share it with the editor. * Fixed: some small details in the configuration mechanism. Tested under DOS and works OK. More... almost 26 years ago
* Removed the compilation options from the .gpr files because that's configured by the configure mechanism now. * Added an option to makemak.pl to avoid displaying the installation options. That's to avoid confusion when the script is called from the makefile. More... almost 26 years ago
* Modified: to work better with the configure script. More... almost 26 years ago