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 8 hours
ago. based on code collected
about 8 hours
ago.
Sep 03, 2024 — Sep 03, 2025
Showing page 43 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Added: A doc directory and a file explaining implementation details of the X11 driver.
Salvador E. Tropea
More...
about 23 years ago
* Modified: [X11] At least in my XFree86 (Debian GNU/Linux Potato) the Ctrl +Space combination maps to a keycode 0x20 but none translated symbol. As a workaround I added a test for this. I also found that shift tab was mapped to something called ISO_left_tab but nothing was reported to the application. For this I modified X11 configuration files. * Removed gkey.gpr, it no longer works.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [MSVC] ssize_t isn't defined by standard headers. I also unified the mechanism to request it because BC++ and MinGW doesn't define it as MSVC and each one used a different mechanism. * Fixed: [MSVC] The C flags to include the -I../include. Both fixes from the output of MSVC sent by WintiX.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [MSVC] C code compile rule, patch from WintiX.
Salvador E. Tropea
More...
about 23 years ago
* Updated: The Win32 headers, some how S.F. CVS got unsynchronized. * Fixed: getopt and getline to compile with MSVC from output errors provided by WintiX. * Updated: Makefiles. CVS users will need to reconfigure.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [MSVC] which header is needed for access function. * Fixed: [MSVC] rules to compile .c files and use of rm. Reported by WintiX
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [Linux] When the VCS access wasn't available the routine that restores the screen content put 0x0 attributes in spaces after the text. They become invisible and what's worst the cursor is also invisible when positioned over such a character. Now the buffer is properly filled with the default color (7).
Salvador E. Tropea
More...
about 23 years ago
* Fixed: The Help Compiler to compile with gcc 3.x, also fixed some bugs.
Salvador E. Tropea
More...
about 23 years ago
* Added: [Linux] driver options to disable: keyboard patching (PatchKeys), VCS use (UseVCS) and MDA use (UseMDA).
Salvador E. Tropea
More...
about 23 years ago
* Modified: [QNX] When linking the dynamic library -lncursesS should be used, explained by Mike.
Salvador E. Tropea
More...
about 23 years ago
* Updated: configfile.cc.
Salvador E. Tropea
More...
about 23 years ago
* Added: [QNX] Package description contributed by Mike.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: A typedef struct v.s. struct issue reported by gcc 3.1. Reported by
[email protected]
.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: dlgdsn example to compile with gcc 3.1. Patch from Andris.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: MinGW pollutes the namespace by defining a global macro called environ in stdlib.h, looks like an MSVC inheritance. This forced to rename the TDisplay::environ member to TDisplay::environment after using stdlib.h in tdisplay.cc. * Modified: With the new configuration mechanism we no longer need to implement an environment variable to disable things, so I removed the comments in Linux/UNIX drivers.
Salvador E. Tropea
More...
about 23 years ago
* Modified: deafultSetCrtMode/Ext now sets the cursor shape to visible. This is what other defaults expects.
Salvador E. Tropea
More...
about 23 years ago
* Modified: Removed linuxso/Makefile and linuxso/compat.mak, they are created by Perl scripts and UNIX targets should have Perl anyways.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [BC++] details to cleanly compile with BC++ 5.5.
Salvador E. Tropea
More...
about 23 years ago
* Modified: [DJGPP] to use /dev/env/DJDIR/etc as directory for configuration.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: A couple of errors in new classes exposed when compiling for djgpp.
Salvador E. Tropea
More...
about 23 years ago
* Added: "Priority" variable to the configuration section of each driver. So now you can change the importance of each driver. The section names of the drivers are DOS, Linux, QNX, UNIX, Win32, WinNT, X11 and XTerm.
Salvador E. Tropea
More...
about 23 years ago
* Added: A new class to manage a configuration file. Right now only one setting is accepted in this file: ShowCursorEver. See TVConfigFile in configfile.cc and TProgInit::config.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: CLY_GetDefaultFileAttr(CLY_mode_t *mode) for UNIX, it didn't set writemask making new files to look like R.O.
Salvador E. Tropea
More...
about 23 years ago
* Added: A new flag to TScreen to indicate is the driver really supports setCursorShape or just can hide/show the cursor.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [X11] The "show cursor ever" flag didn't work OK.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: Small issue about cursor positioning in TDesktop. Now is cleaner.
Salvador E. Tropea
More...
about 23 years ago
* Modified: [WWW] The QNX port is now finished, added as available target.
Salvador E. Tropea
More...
about 23 years ago
* Added: [Linux] support for russian keyboards when the encoding is KOI8. Alexey Godin gave me the information about the layout. I tested it using the koi8-r fonts and ru1 keyboard map in my system + a translation of the "File" menu and worked.
Salvador E. Tropea
More...
about 23 years ago
* Added: TScroller and TScrollBar now cooperates with Braille Terminals. From suggestions by Tapio.
Salvador E. Tropea
More...
about 23 years ago
* Added: [Linux] A comment about LANG variable. Sent by Alexey Godin.
Salvador E. Tropea
More...
about 23 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
…
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