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
* Modified: [SSC] Enabled TTextDevice and most of TTerminal stuff when using SSC. Only otstream isn't supported. More... over 17 years ago
* Modified: The rhtv-config tool to report only the installation directory for the --include option. More... over 17 years ago
* Modified: The rhtv-config tool to report only the installation directory for the --include option. More... over 17 years ago
* Fixed: Access violation in TStringCollectionCIntl::freeItem() when HAVE_INTL_SUPPORT wasn't defined. Closes SF #1891237, reported by Peter Remmers. More... over 17 years ago
* Fixed: Access violation in TStringCollectionCIntl::freeItem() when HAVE_INTL_SUPPORT wasn't defined. Closes SF #1891237, reported by Peter Remmers. More... over 17 years ago
* Fixed: incorrect delete in TPalette::operator=. SF #1786428. Submitted by Baurzhan Ismagulov - ibr. More... almost 18 years ago
* Fixed: incorrect delete in TPalette::operator=. SF #1786428. Submitted by Baurzhan Ismagulov - ibr. More... almost 18 years ago
* Fixed: [TScreen] The image/pdf viewer mechanism to collect zombie children when the user manually closes the application helper. More... about 18 years ago
* Fixed: [TScreen] The image/pdf viewer mechanism to collect zombie children when the user manually closes the application helper. More... about 18 years ago
* Added: A new fpstream constructor. The original constructor enforces the binary flag (to avoid problems with binary data) but also adds the ios::out flag. This is bad when you open a read-only file. The new constructor doesn't add any flag (not even binary). From a problem seen on SETEdit and reported by Witek. More... about 18 years ago
* Added: A new fpstream constructor. The original constructor enforces the binary flag (to avoid problems with binary data) but also adds the ios::out flag. This is bad when you open a read-only file. The new constructor doesn't add any flag (not even binary). From a problem seen on SETEdit and reported by Witek. More... about 18 years ago
* Fixed: [TScreen] The last patch was wrongly applied and some members were declared inside TDisplay class. Reported by Witek. More... about 18 years ago
* Added: [TScreen] a mechanism to start external image and pdf viewers. Currently implemented only by the X11 driver. An example is included in examples/viewers. More... about 18 years ago
* Added: [TScreen] a mechanism to start external image and pdf viewers. Currently implemented only by the X11 driver. An example is included in examples/viewers. More... about 18 years ago
* Updated: [Debian] Packaging to version 2.1.0-4. More... about 18 years ago
* Updated: [Debian] Packaging to version 2.1.0-4. More... about 18 years ago
* Fixed: [config] the way --include option is processed. From a patch sent by Witek. More... about 18 years ago
* Fixed: [config] the way --include option is processed. From a patch sent by Witek. More... about 18 years ago
* Fixed: [Config] the ncurses' define_key test. Patch from Witek (Witold Filipczyk) More... about 18 years ago
* Fixed: [Config] the ncurses' define_key test. Patch from Witek (Witold Filipczyk) More... about 18 years ago
* Modified: The gpm mouse wheel support. Now it works better, tested. More... about 18 years ago
* Modified: The gpm mouse wheel support. Now it works better, tested. More... about 18 years ago
* Modified: The way LDFLAGS and libraries are used to link the final library. Now the libraries goes at the end of the line and not mixed with RHIDE_LDFLAGS. This is needed to use the --as-needed linker flag. I don't see the point using it for this library because we carefully chose which libraries are listed, but could help in the future. This patch is based on the SF patch #1642841. More... about 18 years ago
* Modified: The way LDFLAGS and libraries are used to link the final library. Now the libraries goes at the end of the line and not mixed with RHIDE_LDFLAGS. This is needed to use the --as-needed linker flag. I don't see the point using it for this library because we carefully chose which libraries are listed, but could help in the future. This patch is based on the SF patch #1642841. More... about 18 years ago
* Added: Support for mouse wheel in Linux console. Partially tested, needs a patched gpm. Patch from Witold Filipczyk witekfl/poczta/onet/pl. More... about 18 years ago
* Added: Support for mouse wheel in Linux console. Partially tested, needs a patched gpm. Patch from Witold Filipczyk witekfl/poczta/onet/pl. More... about 18 years ago
* Fixed: TFileInfoPane::draw() didn't protect a temporal buffer from overruns. Under some situations it could be overflowed. More... about 18 years ago
* Fixed: TFileInfoPane::draw() didn't protect a temporal buffer from overruns. Under some situations it could be overflowed. More... about 18 years ago
* Modified: The default time to sleep when no events are available. It was 10 µs, good for most Linux kernels, but 2.6.21 reduces the granularity and really sleeps for a small ammount of time. Now we sleep for 10 ms. From a report and test by Ivan Baldo. More... about 18 years ago
* Updated: [Debian] Packaging to version 2.1.0-3, small things. More... about 18 years ago