You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bill-Gray
d348eb66d6
I expect to make the 'blink state' a steadily incremented value in at least some ports, instead of being a simple on/off switch. If blinking text occurs over stages, instead of just flashing, it may be less jarring.
|
3 weeks ago |
.. |
acs_defs.h
|
Thick-lined top tee character was, in Unicode, actually a top tee character with a thick line horizontally and 'normal' vertically. Now, it's thick in all three directions.
|
2 years ago |
config_curses.c
|
Some progress in use of a 'configure' option with OpenWATCOM in DOS. Long file names cause trouble.
|
3 years ago |
dosutil.c
|
'dosutil.c' : clarified a comment.
|
11 months ago |
font437.h
|
New .h file needed by SDL2
|
5 years ago |
icon32.xpm
|
Icons for X11 and SDL flavors
|
5 years ago |
icon64.xpm
|
Icons for X11 and SDL flavors
|
5 years ago |
iconbmp.h
|
Icons for X11 and SDL flavors
|
5 years ago |
libobjs.mif
|
Framebuffer/DRM port can now _show_ (but doesn't yet respond to) a mouse cursor, if built with HAVE_MOUSE=Y. Getting clicks/move events will be a separate, and probably simple, issue.
|
3 weeks ago |
mouse.c
|
MSVC objected to implicit casts from integer to short.
|
4 weeks ago |
pdcclip.c
|
Implicitly cast a size_t value to an integer, in 'calendar' demo and in generic clipboard function. Errors spotted by MSVC.
|
3 years ago |
pdccolor.c
|
I expect to make the 'blink state' a steadily incremented value in at least some ports, instead of being a simple on/off switch. If blinking text occurs over stages, instead of just flashing, it may be less jarring.
|
3 weeks ago |
pdccolor.h
|
PDC_blink_state should be (and now is) part of the SCREEN structure. (Many externals should be part of SCREEN. This is a start.)
|
1 month ago |
pdccolor.txt
|
'pdccolor.txt' : updated the memory usage figures (we now use about 25 bytes/color pair instead of four) and fixed a few poorly worded sentences.
|
3 years ago |
pdcurses.rc
|
Versioning in the .rc file assumed only a major and minor version number. We now have changes and the possibility of build numbers.
|
5 years ago |
watcom.mif
|
'watcom.mif' revised so one can build the test programs with OpenWATCOM
|
1 year ago |
winclip.c
|
WinCon/WinGUI PDC_clearclipboard() function now returns PDC_CLIP_SUCCESS only if the EmptyClipboard() call succeeds, aligning with wmcbrine/PDCurses@26f091f0b6 and wmcbrine/PDCurses@da691a62eb . Also some minor reformatting of associated documentation, again to bring it into alignment with William McBrine's version.
|
1 month ago |