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
1 day
ago. based on code collected
1 day
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 60 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Modified: [UNIX] gkeyli.cc now should compile in most UNIX systems that have ncurses. All the funcy Linux stuff is conditional. * Modified: [UNIX] the KEY_MOUSE ncurses value seems to be new in 1.9.9 so to support older versions (as 1.8.6) now their use is conditional. * Fixed: The dependencies in the Linux Makefile to accomodate the new location of the headers.
root
More...
over 25 years ago
* Fixed: Now the Linux modes are used by any UNIX.
root
More...
over 25 years ago
*** empty log message ***
root
More...
over 25 years ago
* Modified: [UNIX] gkeyli.cc now should compile in most UNIX systems that have ncurses. All the funcy Linux stuff is conditional. * Modified: [UNIX] the KEY_MOUSE ncurses value seems to be new in 1.9.9 so to support older versions (as 1.8.6) now their use is conditional. * Fixed: The dependencies in the Linux Makefile to accomodate the new location of the headers. * Added: -I/usr/local/include and -L/usr/local/lib to FreeBSD compilation flags. Most of these changes are towards FreeBSD support with the help of some tests by Alex Matulich <
[email protected]
>.
root
More...
over 25 years ago
* Fixed: Tab is an exception to the modifications done in 1.129.
root
More...
over 25 years ago
* Modified: The configure process now only configures the target OS. * Modified: TStatusItem now uses copies of the strings passed.
root
More...
over 25 years ago
* Just reconfigured.
Salvador E. Tropea
More...
over 25 years ago
*** empty log message ***
Salvador E. Tropea
More...
over 25 years ago
* Modified: Now tv.h forces the inclusion of the configtv.h configuration file.
Salvador E. Tropea
More...
over 25 years ago
* Modified: [UNIX] Some code to make GPM optional. Also the configuration process doesn't stop if GPM isn't there. * Modified: [Linux] Removed all the #ifdef __linux__ in the screen, display and mouse stuff. It isn't really needed and stops people from testing it under other UNIX systems.
Salvador E. Tropea
More...
over 25 years ago
* Modified: The configuration scripts to distinguish between OS flavors. So now it detects UNIX flavor Linux. Also added flavor FreeBSD, it isn't yet a valid target, but is the first step towards it. * Modified: [UNIX] Some code to make GPM optional. Also the configuration process doesn't stop if GPM isn't there. * Modified: [Linux] Removed all the #ifdef __linux__ in the screen, display and mouse stuff. It isn't really needed and stops people from testing it under other UNIX systems. * Modified: Now tv.h forces the inclusion of the configtv.h configuration file.
Salvador E. Tropea
More...
over 25 years ago
* Added: [Win32] A readme and a reference to it in the main readme. * Modified: [Win32] The Makefile to generate the demo.exe from it and be configured in a more common way. Also to name the library in the same way used under DOS and Linux. I think that's the Right Thing(TM) because in this ways programs can be ported from one platform to another without changes.
Salvador E. Tropea
More...
over 25 years ago
* Added: Win32 target to the configure process. I must admit the user needs a very UNIXified system to run it joining Mingw32 with some goodies from Cygwin and Perl from djgpp but works as well as the DOS and Linux process. * Added: [Win32] A readme and a reference to it in the main readme. * Modified: [Win32] The Makefile to generate the demo.exe from it and be configured in a more common way. Also to name the library in the same way used under DOS and Linux. I think that's the Right Thing(TM) because in this ways programs can be ported from one platform to another without changes.
Salvador E. Tropea
More...
over 25 years ago
* Changed: Now tv.h is located in $prefix/include/rhtvision and the rest in $prefix/include/rhtvision/tv.
Salvador E. Tropea
More...
over 25 years ago
* Changed: Now tv.h is located in $prefix/include/rhtvision and the rest in $prefix/include/rhtvision/tv. It will avoid collisions with headers from other libraries. Suggested by Andris.
Salvador E. Tropea
More...
over 25 years ago
* Added: [Win32] A directory for the demo obj files.
Salvador E. Tropea
More...
over 25 years ago
* Fixed: [Win32] Some warning in compilation.
Salvador E. Tropea
More...
over 25 years ago
* Added: Now the demo sets the window title (only supported for DOS target running under W95+ and Win32 currently). * Fixed: [Win32] Some warning in compilation.
Salvador E. Tropea
More...
over 25 years ago
* Added: [Win32] Get/SetWindowTitle() members to TDisplay. * Fixed: [Win32] Some warning in compilation.
Salvador E. Tropea
More...
over 25 years ago
* Added: [Win32] Workaround for a "feature" in Mingw32 980701-4 localtime function. It returns a NULL pointer if the date is somewhat big.
Salvador E. Tropea
More...
over 25 years ago
* Added: [Win32] A directory for the demo obj files. * Added: [Win32] Workaround for a "feature" in Mingw32 980701-4 localtime function. It returns a NULL pointer if the date is somewhat big. * Added: [Win32] Get/SetWindowTitle() members to TDisplay. * Added: Now the demo sets the window title (only supported for DOS target running under W95+ and Win32 currently). * Fixed: [Win32] Some warning in compilation.
Salvador E. Tropea
More...
over 25 years ago
* Fixed: [Linux] An old annoying "feature" that made the code report control (arrows, etc.) keys as ASCII valid values.
root
More...
over 25 years ago
* Fixed: [Linux] An old annoying "feature" that made the code report control (arrows, etc.) keys as ASCII valid values. I got it reported many times but finally Andris triggered the fix.
root
More...
over 25 years ago
* Added: Win32 files.
Salvador E. Tropea
More...
over 25 years ago
* NEW: Merged patches from Vadim Beloborodov to support Win32 console.
Salvador E. Tropea
More...
over 25 years ago
* Added: A new couple of TScreen members to Set/Get the window title under Windows 9x. I hope to extend it to xterm.
Salvador E. Tropea
More...
over 25 years ago
* Adjustments to realease v1.0.10.
Salvador E. Tropea
More...
over 25 years ago
* Fixed missing initialized = 1
Salvador E. Tropea
More...
over 25 years ago
* Bug found: [Linux] When suspending a TV application in a remote terminal and using a font different than the default the frames gets scrambled when resuming the application. I can reproduce it, but I don't have a clue about the source of the problem. Remote terminals are complex and full of problems so I don't plan to spend time searching the source of the problem. Reported by Matt Mueller <
[email protected]
>
root
More...
over 25 years ago
* Added: Now the library also patches the Ctrl+Shift+Tab combination so the kernel reports it. Ivan reported it as a bug.
root
More...
over 25 years ago
←
1
2
…
56
57
58
59
60
61
62
63
64
…
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