openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Turbo Vision
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Aug 30, 2024 — Aug 30, 2025
Showing page 38 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fixed: The file viewer of the demo program didn't initialize the delta member generating aleatory memory corruptions. Seen on Cygwin and MinGW.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: [WinGr] priority to be the second option until the driver is finished.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: [CygWin/MinGW] Both of them needs libgdi32 for the new WinGr driver.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: I forgot to remove a test stop in the configuration.
Salvador E. Tropea
More...
almost 23 years ago
* Removed: The .mak files named in "lista" they are added by the compression script.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: [X11] When resizing the font I informed to the WM about the new cell size but I forgot to inform about the new minimal size. At least Enlightenment took it in a very funny way: computed the minimal size + the delta multiplied by the new cell size. It generated a negotiation between the application and the WM to converge in a wrong size. * Added: [X11] Information about the base size. At least E uses it to inform the window size in cells. If we don't set it the size reported is the current size minus the minimal size (40x5 for 80x25). * Added: More documentation to the X11 driver doc.
Salvador E. Tropea
More...
almost 23 years ago
* Added: [XTerm] A new configuration option called "UseShellScreen". It could help if someday we compile an RHIDE with TV 2.0.0 and want to use it running on a XTerm/Eterm. * Added: XTerm driver documentation and corrected some Eterm details.
Salvador E. Tropea
More...
almost 23 years ago
* Added: [XTerm] Support for "application mode" keys (4 arrows, home and end). Also modified the Xterm.res script to use them. These keys works ok for bash (readline) and mc (slang?). * Added: [XTerm] A correct color palette to the Xterm.res script the one used by xterm in my system doesn't match VGA BIOS.
Salvador E. Tropea
More...
almost 23 years ago
* Added: Eterm driver information to "doc" directory. * Modified: The Eterm theme and moved to an independent directory. Is quite functional. * Fixed: [Eterm] The SetWindowTitle() methode is not the same as used by XTerm. * Fixed: [Eterm] GetCurrentFontName() doesn't work on Eterm, must return error. If I don't do it Eterm thinks I want to set a font called "?".
Salvador E. Tropea
More...
almost 23 years ago
* Added: Experimental support for X11 under Win32. I just enabled the code for Cygwin, isn't tested.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: [UNIX] now the priority for linking the examples is: (1) installed libraries, (2) compiled dynamic and (3) compiled static. It implies the user must install the libraries if s/he had an old version installed. But this is the standard procedure. The advantage is smaller examples and at the same time you can test small changes without linking the examples again and again, even without installing using LD_LIBRARY_PATH * Removed: redundant argument of the configure script. * Modified: the help of the conf. script, now is easier to find what you want. * Added: a configuration option to install the dynamic libraries without running strip. * Fixed: [Linux] the driver always *must* detect the code pages to use them as defaults, it can't be skiped.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: [X11] Now the busy indicator shape is just XC_watch by default, using a configuration variable you can select Roman's cursor. Suggested by Ivan to allow better integration with the desktop.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: X11 detection mechanism. It failed for Darwin. * Fixed: other small configuration detail seen on Darwin.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: [DOS] The mouse handler un/hook methode. I got nasty GPFs with the old code. I also disabled some code in TVApplication that shouldn't be there. Some problems still there.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: The dummy international library used "gcc" inconditionally. Now is configured. * Added: Support for ranlib separated of ar. Darwin seems to have a POSIX ar that doesn't support -s, untested. * Added: -Wno-long-double option when Darwin is detected. * Added: Defaults to the AlphaTable, toLowerTable and toUpperTable tables. In this way they can be used before initialization when we just need ASCII information.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: XTerm driver needs UNIX mouse code, changed conditionals.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: XTerm driver included an uneeded ncurses header.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: The UNIX driver headers to be excluded if ncurses isn't available.
Salvador E. Tropea
More...
almost 23 years ago
* Modified: The configuration and code to make the UNIX driver optional.
Salvador E. Tropea
More...
almost 23 years ago
* Added: Spanish translations for most of the TV messages.
Salvador E. Tropea
More...
almost 23 years ago
* Added: A correct "default code page" mechanism to DOS, Linux, QNX, UNIX, Win32, WinNT, X11 and XTerm. WinGr needs more things and this isn't currently appliable.
Salvador E. Tropea
More...
almost 23 years ago
* Updated from the .in.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: [X11] Release X11 resources on driver destruction. * Updated: Debian packaging to version 2.0.0-0.5.
ivanbaldo
More...
almost 23 years ago
* Added: Another curses try.
Salvador E. Tropea
More...
almost 23 years ago
* Added: Try to detect curses.h.
Salvador E. Tropea
More...
almost 23 years ago
* Added: test for ar on Darwin.
Salvador E. Tropea
More...
almost 23 years ago
* Added: __ppc__ as a PPC identifier
Salvador E. Tropea
More...
almost 23 years ago
* Added: Darwin to the list of known OSs, is just to test. * Verified compilation and functionality for: + Debian GNU/Linux 3.0 Alpha EV67 (Tsunami Catamaran) COMPAQ AlphaServer DS20E 666 MHz. + Debian GNU/Linux 3.0 PPC 604ev5 (MachV) CHRP IBM,7043-150. + Debian GNU/Linux 3.0 SPARC Ultra60 TI UltraSparc II (BlackBird) Spitfire + Solaris SunOS 5.8 Sun E220R. All using xterm+ssh started with the script found in examples/xterm.
Salvador E. Tropea
More...
almost 23 years ago
* Fixed: XOpenDisplay should receive NULL instead of "".
ivanbaldo
More...
almost 23 years ago
* Fixed: TCommandSet handles 32 bits values but defined them as "unsigned long", they are 64 bits in PPC machines.
Salvador E. Tropea
More...
almost 23 years ago
←
1
2
…
34
35
36
37
38
39
40
41
42
…
69
70
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree