William McBrine
758a55efb5
Better reverse attribute handling for Windows console *without*
...
COMMON_LVB_REVERSE_VIDEO.
2018-01-31 17:22:46 -05:00
William McBrine
ce63b796bb
Resize handling for ptest.
2018-01-31 15:38:56 -05:00
William McBrine
318dcd15ee
Reverse blink test.
2018-01-30 14:49:50 -05:00
William McBrine
9476684fea
Real blinking for the Windows console.
2018-01-30 13:57:15 -05:00
William McBrine
cdddccd6bb
The DLL-building options for Cygwin referred to pdcurses.def, which no
...
longer exists, and used the now-deprecated dllwrap. But I've so far been
unable to build x11 under current Cygwin, so an updated version is
passed over for now, pending that. (Note that Cygwin works fine with
wincon.)
2018-01-29 22:13:04 -05:00
William McBrine
8b75489cc2
Doc oversight from the configure move.
2018-01-29 21:54:21 -05:00
William McBrine
e2cdf6a691
Renamed "win32" to "wincon".
2018-01-29 21:42:13 -05:00
William McBrine
4a3cbec196
Also update the makefile comments.
2018-01-29 21:28:10 -05:00
William McBrine
a3207179c4
Renamed makefiles from "XXXYYY.mak" to "Makefile.XXX", where XXX is the
...
compiler, and YYY was the platform -- which was redundant with the
directory name. This way, the makefiles sort together, apart from the
source files. It also lets me drop the extension on one of them for each
port, so that one can be used without "-f". (I chose gcc for this,
somewhat arbitrarily.) Inspired by contemplating the renaming of
"win32".
2018-01-29 21:04:08 -05:00
William McBrine
a26c390c15
Check for a couple of additional error conditions in panel.
2018-01-29 17:46:14 -05:00
William McBrine
4731dc5a8e
Test for screens too small for ptest.
2018-01-29 17:41:27 -05:00
William McBrine
dfdd909b10
Updated description of available attributes.
2018-01-28 13:38:25 -05:00
William McBrine
5900870853
These vars unneeded without A_INVIS.
2018-01-28 12:27:19 -05:00
William McBrine
0307820513
The rest of the (currently unused) quasi-standard attributes.
2018-01-28 11:33:31 -05:00
William McBrine
94182c8cfa
The standard-defined behavior of A_PROTECT (though rarely implemented)
...
is nothing like what PDCurses was doing, which IMHO was not useful.
2018-01-28 11:26:09 -05:00
William McBrine
1169c14053
A_LEFT and A_RIGHT are quasi-standard, although no one seems to know
...
what they're supposed to do. So we may as well assign them the behaviors
of *LINE, and retain those as aliases.
2018-01-28 11:11:41 -05:00
William McBrine
d7963e49ff
Overloading A_INVIS with A_ITALIC meant that the attribute had radically
...
different behavior on different platforms, which seems highly
undesirable. Since A_INVIS is fairly useless anyway, pending more
available attribute bits, I'm redefining it to A_NORMAL (i.e. nothing),
and devoting the bit to A_ITALIC. (My only reservation here is that
A_INVIS is standard, while A_ITALIC is not.)
2018-01-28 10:32:34 -05:00
William McBrine
c66b7bd37a
Possibly an even better arrangement of the color cube.
2018-01-28 02:47:20 -05:00
William McBrine
9c7d8e8ef7
Platform-specific.
2018-01-28 01:37:38 -05:00
William McBrine
8701f07845
Slightly faster Windows compilarion.
2018-01-27 23:45:12 -05:00
William McBrine
e689c90074
Not used.
2018-01-27 22:18:14 -05:00
William McBrine
d40a4950b4
Redundant includes.
2018-01-27 20:48:53 -05:00
William McBrine
7f3f5129c9
X11 install was also broken. Fixes partly after M.H.
2018-01-26 20:54:31 -05:00
William McBrine
bf4c9d3a58
Dynamic X11 build broken since the configure move. Fix after Mark Hessling.
2018-01-26 13:42:54 -05:00
William McBrine
719d1b81ff
History for 3.5.
2018-01-15 21:34:46 -05:00
William McBrine
8c9c0611c1
Doesn't actually need to be set to 1 -- anything will do; formatting.
2018-01-14 20:58:15 -05:00
William McBrine
4e5bde67cb
Unused parameter.
2018-01-14 09:52:48 -05:00
William McBrine
eb87282857
Remove all trailing spaces.
2018-01-13 22:36:58 -05:00
William McBrine
ab2e22661b
Dropped MS C for DOS... it doesn't work anymore.
2018-01-13 10:25:27 -05:00
William McBrine
00a5144b18
After Bill Gray: "Don't redraw the entire screen each time a mouse
...
button goes up."
2018-01-12 22:54:28 -05:00
William McBrine
3d2ce1e5dc
Common .lrf file for Borland DOS and OS/2.
2018-01-12 19:29:20 -05:00
William McBrine
cf795e29f8
Need to remove the .map file here, too.
2018-01-12 18:53:12 -05:00
William McBrine
1999e3735c
Corrected Borland version number.
2018-01-12 18:50:38 -05:00
William McBrine
07fa7eb64d
Parameters too long for tlib in OS/2.
2018-01-12 18:45:19 -05:00
William McBrine
1ba0a7c070
Dropped support for Cset/2. I don't think I was ever able to test this.
2018-01-12 16:01:24 -05:00
William McBrine
9440109351
Date that sucker, finally.
2018-01-12 13:18:27 -05:00
William McBrine
86ceb0bafd
Build number.
2018-01-12 13:04:29 -05:00
William McBrine
80de555122
Updated configure.
2018-01-12 13:01:32 -05:00
William McBrine
97d32e7dce
Updated version number.
2018-01-12 12:33:57 -05:00
William McBrine
32cffc9e08
ALT key combos sometimes not reported in X11, per Mark Hessling et al.
2018-01-12 08:15:50 -05:00
ellie timoney
2ef81e5a0b
debug: document PDC_TRACE_FLUSH for PDCurses.md
2018-01-11 15:22:55 -05:00
ellie timoney
b9f639b5b6
debug: add PDC_TRACE_FLUSH env var to toggle aggressive fflush()
2018-01-11 15:22:51 -05:00
ellie timoney
01aedfcba6
debug: hold trace file open while trace is enabled
...
this gives a substantial increase in responsiveness during
traceon sessions compared to opening and closing the file
for every log line
2018-01-11 15:22:46 -05:00
William McBrine
209089a594
Clarify needed library.
2018-01-11 15:15:11 -05:00
William McBrine
a7870bf943
SDL1 deprecated for Windows -- use SDL2.
2018-01-11 15:13:14 -05:00
William McBrine
9ff8764d6b
From Mark Hessling: "Ensure -DPDC_WIDE is promulgated through to
...
xcurses-config so that projects using XCurses get the correct keyboard
values."
2018-01-09 18:59:19 -05:00
William McBrine
549aca1ffc
Updated SDL2 build notes (mostly from SDL1).
2018-01-09 15:59:59 -05:00
William McBrine
8b3627c070
Kludgy MinGW support added to SDL2 Makefile. Edit paths as needed.
2018-01-09 13:51:07 -05:00
William McBrine
775a2271bf
Lucida -> Consola looks slightly better on my Windows system. (Courier
...
New is rendered weirdly, with 'e' and 'S' out of line... gotta figure
that out.)
2018-01-09 08:11:34 -05:00
William McBrine
e6bc8553ce
Warning suppression for MinGW.
2018-01-09 01:00:12 -05:00