William McBrine
866dbb68b0
Rebuilt MANUAL.md.
2023-06-01 20:15:29 -04:00
William McBrine
df68c5b06d
Outdated reference since 3.9.
2023-06-01 20:13:34 -04:00
William McBrine
5b5c3d349b
Suppress KEY_RESIZE on window motion in X11. See issue #90 . After Bill
...
Gray.
2023-05-28 18:24:46 -04:00
William McBrine
8ab6f88ebe
Dynamic libs for sdl1 needs work, should probably be deprecated anyway.
2023-05-28 17:39:21 -04:00
William McBrine
997576bab3
Clean all the things. (Remove all dyanmic libraries without having to
...
respecify DLL=Y in sdl2.)
2023-05-28 17:31:00 -04:00
William McBrine
b4ae9f4b89
oops
2023-05-28 17:18:07 -04:00
William McBrine
c1f68a8028
Merge pull request #102 from TurkeyMcMac/sdl2-shared
...
Implement SDL1 and SDL2 shared libraries
2023-05-28 17:02:38 -04:00
William McBrine
943e284e7b
Build number update; spacing
2023-05-28 10:36:09 -04:00
William McBrine
436e3da700
Doc fixes
2023-05-27 05:22:44 -04:00
William McBrine
c4fa20c4e3
Merge pull request #106 from uhlin/master
...
Curses window properties
2023-05-27 04:57:41 -04:00
William McBrine
8e2b0a2b7f
Mouse scroll event coordinates for SDL2 need a little bit more.
2023-05-26 22:58:32 -04:00
William McBrine
7b22dfa982
Return proper coordinates instead of -1,-1 for DOS/SDL/X11. To Do: test.
2023-05-26 22:32:46 -04:00
William McBrine
5596bd765c
Merge pull request #91 from mannyamorim/mouse-pos-scroll-event
...
WINCON: Send real mouse position with scroll event
2023-05-26 22:03:08 -04:00
William McBrine
f62cfb9ef4
Merge branch 'master' of github.com:wmcbrine/PDCurses
2023-05-26 17:05:09 -04:00
William McBrine
5850b21926
Merge pull request #111 from astralchan/makefile
...
use DESTDIR
2023-05-26 17:00:28 -04:00
William McBrine
8ad2437968
Merge pull request #110 from TurkeyMcMac/sdl2-window-shown-event
...
Fix SDL2 redrawing issue on Ubuntu MATE
2023-05-26 16:59:10 -04:00
William McBrine
c612ba1192
Merge pull request #127 from GiorgosXou/master
...
FIXED: pads with panels
2023-05-26 16:56:47 -04:00
William McBrine
bc8b3702a1
Merge pull request #132 from kklobe/allow-cpp-curspriv
...
Allow C++ compilation of curspriv.h
2023-05-26 16:51:30 -04:00
William McBrine
331ae0b56e
unspaced
2023-05-16 10:30:11 -04:00
William McBrine
0eb254ae43
Minor documentation changes.
2023-05-16 10:12:51 -04:00
Markus Uhlin
b3276a8873
Added wgetparent()
2022-11-17 01:13:51 +01:00
Markus Uhlin
d086665eb5
Added wgetscrreg()
2022-11-16 23:24:48 +01:00
Markus Uhlin
318f68ca26
Moved timeout()
2022-11-16 22:14:37 +01:00
Markus Uhlin
fdf7ba37c2
Moved typeahead()
2022-11-16 22:12:06 +01:00
Markus Uhlin
6cab50eaad
Added wgetdelay()
2022-11-16 21:50:37 +01:00
Markus Uhlin
2308a1cbee
Added is_notimeout() and is_subwin()
2022-11-16 20:22:40 +01:00
William McBrine
f2d31a2633
Update config.guess and config.sub.
2022-10-20 00:01:01 -04:00
William McBrine
67e56b6006
Merge pull request #137 from BitterlyIronic/master
...
XCurses: Make sure the window can be focused
2022-10-19 14:19:49 -04:00
Bitterly Ironic
a3d2bbb763
XCurses: Make sure the window can be focused
...
Sets the WM_TAKE_FOCUS procotol and the WM_HINTS input field
2022-10-19 13:49:08 -04:00
William McBrine
e3f8956e3c
Merge pull request #136 from chasonr/wgetnstr-wide
...
Fix wgetnstr with PDC_WIDE
2022-09-27 23:36:01 -04:00
Ray Chason
41707e0202
Fix wgetnstr with PDC_WIDE
...
Casting an array of wchar_t to wint_t * works as intended only if
wchar_t and wint_t have the same size. If they don't, wgetnstr will
not work. Cast the elements to wchar_t instead.
2022-09-27 22:58:37 -04:00
Kirk Klobe
5af2bb705e
Allow C++ compilation of curspriv.h
2022-04-27 14:47:37 -05:00
William McBrine
2fa0f10dd8
No SF downloads page
2022-01-14 20:11:05 -05:00
William McBrine
3c2694a36f
Line breaks
2022-01-14 16:21:05 -05:00
William McBrine
c9367727b0
Redundant distribution stati
2022-01-14 16:15:31 -05:00
William McBrine
db923bd3e0
Doc re-org -- index no longer needed
2022-01-14 14:55:33 -05:00
William McBrine
af0fd7dba8
index -> md
2022-01-12 16:04:20 -05:00
William McBrine
0bd4c130d3
take 2
2022-01-12 15:59:23 -05:00
William McBrine
db47a49c4d
New front page test
2022-01-12 15:53:25 -05:00
William McBrine
6c8e32ee9b
Separate the images from the docs, preparing for reorg.
2022-01-11 00:32:26 -05:00
William McBrine
f1cd4f4569
Restart output using the non-ansi (WriteConsoleOutput) method when
...
running under Windows Terminal, and printing an ACS character below
space (i.e. in the control character range). Partial reversal of
b6d6abbf -- extended attributes and redefined basic colors will be
disabled only in the case when printing one of these characters; i.e.,
testcurs looks correct now. ;)
2021-12-08 18:04:46 -05:00
William McBrine
a7b47c22f3
Supress unused parameter warnings with latest Watcom.
2021-12-06 19:12:09 -05:00
GiorgosXou
934bc40ed9
FIXED: pads with panels
2021-11-21 08:49:45 +02:00
William McBrine
6c31f22692
Revert 07e4d2d8c8. The new mappings casued
...
problems for some compilers. More to understand here.
2021-11-19 23:07:17 -05:00
William McBrine
2e15c90f12
Fix for #122 by Bill Gray, reported by GiorgosXou
2021-10-19 20:40:07 -04:00
William McBrine
2f31a22d66
Extra spaces
2021-10-17 20:11:05 -04:00
William McBrine
ada954f2a3
Merge pull request #121 from GiorgosXou/master
...
Fixed: access violation reading | prefresh
2021-10-17 19:10:28 -04:00
GiorgosXou
b5b0a0d596
Update pad.c
2021-10-17 09:31:17 +03:00
GiorgosXou
af431757dc
Update pad.c
2021-10-17 09:27:39 +03:00
GiorgosXou
6db050244c
Fixed: access violation reading
...
int sline = sy1; int pline = py;
2021-10-16 11:26:06 +03:00