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 15 hours
ago. based on code collected
about 15 hours
ago.
Aug 26, 2024 — Aug 26, 2025
Showing page 41 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Added: Some preliminary support for SFT files containing just a range of the supported symbols.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: The font request call back naturally should use GetFont(), it returns a newly allocated memory block so is better to do all dynamic. It means DOS driver must free the requested font.
Salvador E. Tropea
More...
about 23 years ago
* Updated: Debian packaging to 2.0.0-0.3. * Modified: my email changed from lubaldo to ibaldo. * Broked: everything, this is a sabotage!, SET is on vacations!!!
ivanbaldo
More...
about 23 years ago
* Updated: Debian packaging to 2.0.0-0.3. * Modified: my email changed from lubaldo to ibaldo. * Broked: everything, this is a sabotage!, SET is on vacations!!!
ivanbaldo
More...
about 23 years ago
* Fixed: [DOS] The 90x34 and 94x34 video modes uses 14 lines fonts but didn't set it into the BIOS DATA AREA, for this reason some BIOSes didn't show the cursor.
Salvador E. Tropea
More...
about 23 years ago
* Modified: Part of the font settings API, now you can set both fonts in one call. Modified for X11, Linux and DOS. Tested for X11 and Linux. * Fixed: [X11] various bugs with the cursor that appears when: a) you change the font size and b) you use 2 fonts. * Added: A message to the font example to explain a fail to set a secondary font that have a size that doesn't match the primary font.
Salvador E. Tropea
More...
about 23 years ago
* Updated dependencies.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: Lack of Uses_limits in fontcol.cc.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: getopt changes were incomplete.
Salvador E. Tropea
More...
about 23 years ago
* Added: [MSVC] some code to solve link problems.
Salvador E. Tropea
More...
about 23 years ago
* Updated: fontcoll.cc dependencies.
Salvador E. Tropea
More...
about 23 years ago
* Added: New methods to TListBox that allows setting a new list without destroying the one currently used. * Updated: MSVC and BC++ makefiles.
Salvador E. Tropea
More...
about 23 years ago
* Added: Mechanisms to list the available fonts from a directory and create dialogs with it (collection and list box for the structure). * Modified: TSortedListBox::getKey to be protected and not private. No special reason but I think that's better.
Salvador E. Tropea
More...
about 23 years ago
* Modified: [Linux] code 30 to be the "enter" symbol and not V/T. * Fixed: [Linux] ISO-1 code page to differentiate 160 from 32. This isn't important nor used but I think that's better. * Modified: Clarified the error that Linux code pages contain about the double frames. I confirmed that's an error. * Added: Support for font width to .SFT format. * Added: Support fot width>8 in TVFontCollection. * Modified: [X11] Removed the 12x24 font and put a nice 10x20 font I created using the 10x20.pcf included in XFree86 plus some modifications. This font is simple but quite nice. * Added: [X11] A Font10x20 configuration option to select the new font. * Added: [X11] Support for setfont with widths greater than 8. Is incomplete and untested. * Added: Support for width>8 to the genraw.cc example. Also added optional code to generate headers intead of raw fonts (used for the X11 driver ;-)
Salvador E. Tropea
More...
about 23 years ago
* Modified: The Uses_getopt now defines CLY_* names, so you must use CLY_getopt, etc. It avoids all kind of coliisions. QNX is an example. Looks like they have a getopt function but not getopt_long and our definition collides. Reported by Mike.
Salvador E. Tropea
More...
about 23 years ago
* Added: [X11] Support for fonts with width > 8 pixels. For testing purposes I added a 12x24 font. The code can be compiled to use it.
Salvador E. Tropea
More...
about 23 years ago
* Updated: DOS project. * Fixed: Compilation of dosscr.cc, I forgot one debug macro.
Salvador E. Tropea
More...
about 23 years ago
* Added: TVFontCollection class. It handles 8xN bitmap fonts. Also added an example.
Salvador E. Tropea
More...
about 23 years ago
* Added: Options to compile the DOS+WinOldAp clipboard routines with a lot of verbosity. It looks like the code is failing in Win2K and I need to test it.
Salvador E. Tropea
More...
about 23 years ago
* Added: Default code page concept. * Fixed:(?) Remapping problem when the "similar" was outside the ASCII range. * Fixed: IndexToID was wrongly implemented. * Added: TButtonRef, a button that just uses a reference to the "title". * Modified: TScrollbars, they are now less configurable but doesn't fail when remapping the screen.
Salvador E. Tropea
More...
about 23 years ago
* Modified: The TVCodePage semantics. Now is more clear. I hope it doesn't break the code ;-).
Salvador E. Tropea
More...
about 23 years ago
* Added: A mechanism to allow applications to provide a new font when the one currently in use doesn't match a new video mode.
Salvador E. Tropea
More...
about 23 years ago
* Modified: Removed the TFont class. Now this functionallity is in TScreen. May be I'll add more things to make it as flexible as this class. * Added: [DOS] Font restore on suspend and resume. Also after a change in video mode. * Added: Shell example to the font's example, it is good for testing the fonts suspend/resume behavior. Also added a video mode change when compiling for DOS. Also good for testing.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: [MSVC] more compatlayer issues, added pclose and pipe, commented utime macro, etc. From SETEdit compilation errors sent by WintiX.
Salvador E. Tropea
More...
about 23 years ago
* Modified: Removed the TFont class. Now this functionallity is in TScreen. May be I'll add more things to make it as flexible as this class. * Added: [DOS] Font restore on suspend and resume. Also after a change in video mode. * Added: Shell example to the font's example, it is good for testing the fonts suspend/resume behavior. Also added a video mode change when compiling for DOS. Also good for testing.
Salvador E. Tropea
More...
about 23 years ago
* Added: [FreeBSD] Code to solve the "last line problem". It was suggested by Mike and should be tested by miniEleph.
Salvador E. Tropea
More...
about 23 years ago
* Added: [MSVC] A lot of translations to MSVC library names. Most of the POSIX low level stuff (open, close, etc.) exists in MSVC but the names are changed to _*, may be Microsoft thinks that POSIX is polluting the ANSI namespace ;-). From output sent by WintiX.
Salvador E. Tropea
More...
about 23 years ago
* Added: [MSVC] More compatlayer entries for __inline__, utime and opendir.
Salvador E. Tropea
More...
about 23 years ago
* Fixed: GetCodePage, currently it have some complexity that may be is better to remove. * Modified: TDesktop to remap background character after a code page change. Not sure if that's the best. * Added: [DOS] partial font support. I copied the code I had in TFont and adapted it. More things must be adjusted, TFont removed and add some font restore at exit/suspend. The example works.
Salvador E. Tropea
More...
about 23 years ago
* Modified: [BC++/MSVC] these compilers doesn't use the configuration mechanism instead a custom configtv.h is used. I unified it for both compilers. Untested.
Salvador E. Tropea
More...
about 23 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
…
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