0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added: AlCon driver, this is the conio emulation code on top of Allegro. From the alcon branch and contributed by Grzegorz Adam Hankiewicz. * Fixed: TVConfigFile::GetString() leaked memory and returned an unprocessed string. * Fixed: Memory leaks in X11 driver. More... about 16 years ago
* Added: AlCon driver, this is the conio emulation code on top of Allegro. From the alcon branch and contributed by Grzegorz Adam Hankiewicz. * Fixed: TVConfigFile::GetString() leaked memory and returned an unprocessed string. * Fixed: Memory leaks in X11 driver. More... about 16 years ago
* Modified: TParamText::setText to take a constant string as first argument (not modified). More... about 16 years ago
* Modified: TParamText::setText to take a constant string as first argument (not modified). More... about 16 years ago
* Modified: [WWW] SF Logo according to the new policy. * Fixed: [WWW] Some HTML errors. More... over 16 years ago
* Modified: [WWW] SF Logo according to the new policy. * Fixed: [WWW] Some HTML errors. More... over 16 years ago
* Modified: [tlistvie.cc] To avoid ambiguous if/else. * Modified: [Debian] Package version to 5 for Lenny. * Fixed: [WWW] Link to CVS source code. * Modified: [WWW] Script to upload htmls to SF. More... over 16 years ago
* Modified: [tlistvie.cc] To avoid ambiguous if/else. * Modified: [Debian] Package version to 5 for Lenny. * Fixed: [WWW] Link to CVS source code. * Modified: [WWW] Script to upload htmls to SF. More... over 16 years ago
* Fixed: [config.pl] sys/io.h detection. The code didn't compile with gcc 4.3.x. * Modified: [tbutton.cc teditor.cc tmenuvie.cc tpxvalid.cc tscrolle.cc tstatict.cc tview.cc] To avoid gcc warnings about ambiguous else statements More... over 16 years ago
* Fixed: [config.pl] sys/io.h detection. The code didn't compile with gcc 4.3.x. * Modified: [tbutton.cc teditor.cc tmenuvie.cc tpxvalid.cc tscrolle.cc tstatict.cc tview.cc] To avoid gcc warnings about ambiguous else statements More... over 16 years ago
* Modified: [newstr.cc tmenuvie.cc] Use of NULL instead of 0. * Modified: [tfileinp.cc tfilelis.cc tgkey.cc codepage.h gkey.h menuitem.h screen.h tmenuvie.cc] Use of const char * for some functions/values taking string constants. * Fixed: [tpxvalid.cc] TPXPictureValidator passed a const char * to picture * Modified: [linuxkey.cc xtermkey.cc] Useless typedef keyword. * Modified: [linuxscr.cc qnx4scr.cc unixscr.cc xtermscr.cc x11src.cc] execvp takes a char *const and not const char *, so now we allocate copies. * Modified: [x11src.cc] classHint members are declared a char * and not const char *. * Fixed(?): [listbox.h] TListBoxRec should be packed for 64 bits architectures. More... over 16 years ago
* Modified: [newstr.cc tmenuvie.cc] Use of NULL instead of 0. * Modified: [tfileinp.cc tfilelis.cc tgkey.cc codepage.h gkey.h menuitem.h screen.h tmenuvie.cc] Use of const char * for some functions/values taking string constants. * Fixed: [tpxvalid.cc] TPXPictureValidator passed a const char * to picture * Modified: [linuxkey.cc xtermkey.cc] Useless typedef keyword. * Modified: [linuxscr.cc qnx4scr.cc unixscr.cc xtermscr.cc x11src.cc] execvp takes a char *const and not const char *, so now we allocate copies. * Modified: [x11src.cc] classHint members are declared a char * and not const char *. * Fixed(?): [listbox.h] TListBoxRec should be packed for 64 bits architectures. More... over 16 years ago
* Modified: TCalculator::keyChar to be constant. SF #2526590 patch submitted by Larry Ziegenbein (SF larryzie) More... over 16 years ago
* Modified: TCalculator::keyChar to be constant. SF #2526590 patch submitted by Larry Ziegenbein (SF larryzie) More... over 16 years ago
* Added: [doc] Visual Studio 2008 compilation procedure. Contributed by Harry Sack <tranzedude/gmail/com> More... over 16 years ago
* Added: [doc] Visual Studio 2008 compilation procedure. Contributed by Harry Sack <tranzedude/gmail/com> More... over 16 years ago
[Updated] Debian version to 2.1.0-4. More... almost 17 years ago
* Corrected bad format for changelog entry, sorry, has been a long time! :-) More... almost 17 years ago
[Updated] Debian version to 2.1.0-4. More... almost 17 years ago
* Modified: [Debian] To also support libgm-dev as a builing package. More... about 17 years ago
* Added: Some equivalences to the Unicode table. More... about 17 years ago
* Modified: Libraries named to create the library (exclude itself). More... about 17 years ago
* Modified: [Debian] To also support libgm-dev as a builing package. More... about 17 years ago
* Added: Some equivalences to the Unicode table. More... about 17 years ago
* Modified: Libraries named to create the library (exclude itself). More... about 17 years ago
* Fixed: [X11] The cursor became invisible if it was over a character with background color = foreground color. More... over 17 years ago
* Fixed: [X11] The cursor became invisible if it was over a character with background color = foreground color. More... over 17 years ago
* Modified: [X11] To fully skip request to draw areas with the same content. Previous code did some work even if nothing was actually drawn. More... over 17 years ago
* Modified: [X11] To fully skip request to draw areas with the same content. Previous code did some work even if nothing was actually drawn. More... over 17 years ago
* Modified: [SSC] Enabled TTextDevice and most of TTerminal stuff when using SSC. Only otstream isn't supported. More... over 17 years ago