8 colors for OS/2 full-screen. To Do: Hardware blinking?
Ad hoc test for windowed vs. full-screen VIO (OS/2) session, since they
ACS_BLOCK is poorly supported (at least as a cell-filling block).
Yes, it still works
Close clipboard even if emptying fails.
Clear the clipboard in the clipboard test.
Open the clipboard before trying to empty it (and then close it). Problem
Merge pull request #171 from fragglet/master
x11: Fix broken `-c -o` test in configure script
Missing parens. To Do: Redundant text
Tables for USERS.md
Man update
More compatible table rendering
Excess spacing; update MANUAL.md
Moar tables
Clarity
Table markdown for "Portability" sections
Align table
Markdown block indentation
Markdown tables
After Bill Gray: "touchoverlap() un-touches parts of lines (Issue #149)"
Redundant dereferences.
Update ncurses_tests to 6.4
"subwin() made the subwindow one row/line too small when fed nlines=0
"Fix text selection memory corruption with long codepoints", by
Unused now
Fix for _override() in panel, after B.G.
Absorb resize events in ptest, rather than advancing. After Bill Gray.
Add back Mac font for SDL1.
Rebuilt MANUAL.md.
Outdated reference since 3.9.
Suppress KEY_RESIZE on window motion in X11. See issue #90. After Bill
Dynamic libs for sdl1 needs work, should probably be deprecated anyway.
Clean all the things. (Remove all dyanmic libraries without having to
oops
Merge pull request #102 from TurkeyMcMac/sdl2-shared
Fix sdl2 dll check for Windows
Use DLL=Y to build sdl2 pdcurses.so/pdcurses.dylib
Clean up sdl1 pdcurses.so in make clean
Implement pdcurses.so recipe for sdl1
Give SDL2 shared library the right suffix on MacOS
Update sdl2 README with .so info
Implement .so for sdl2
Build number update; spacing
Doc fixes
Merge pull request #106 from uhlin/master
Moved timeout()
Added wgetscrreg()
Added wgetparent()
Moved typeahead()
Added wgetdelay()
Added is_notimeout() and is_subwin()
Added is_idcok() and is_idlok()
Added declarations for the newly added functions
Updated "Return Value"
Added function is_scrollok()
Added function is_cleared()
Added function is_immedok()
Added function is_nodelay()
Added function is_syncok()
Mouse scroll event coordinates for SDL2 need a little bit more.
Return proper coordinates instead of -1,-1 for DOS/SDL/X11. To Do: test.
WINCON: Send real mouse position with scroll event
Merge pull request #91 from mannyamorim/mouse-pos-scroll-event
Merge branch 'master' of github.com:wmcbrine/PDCurses
Fix SDL2 resizing issue on Ubuntu MATE
use DESTDIR
Merge pull request #111 from astralchan/makefile
Merge pull request #110 from TurkeyMcMac/sdl2-window-shown-event
Merge pull request #127 from GiorgosXou/master
FIXED: pads with panels
Merge pull request #132 from kklobe/allow-cpp-curspriv
Allow C++ compilation of curspriv.h
unspaced
Minor documentation changes.
Update config.guess and config.sub.
XCurses: Make sure the window can be focused
Merge pull request #137 from BitterlyIronic/master
Fix wgetnstr with PDC_WIDE
Merge pull request #136 from chasonr/wgetnstr-wide
No SF downloads page
Line breaks
Redundant distribution stati
Doc re-org -- index no longer needed
index -> md
take 2
New front page test
Separate the images from the docs, preparing for reorg.
Supress unused parameter warnings with latest Watcom.
Restart output using the non-ansi (WriteConsoleOutput) method when
Revert 07e4d2d8c82ef3af72665d783bfe05b198d47883. The new mappings casued
Extra spaces
Fix for #122 by Bill Gray, reported by GiorgosXou
Fixed: access violation reading
Update pad.c
Update pad.c
Merge pull request #121 from GiorgosXou/master
Wait until window is exposed before getting surface. (Initial screen
Duplicative code.
Corrected comments. Reported by Bill Gray.