Commit Graph

7254 Commits

Author SHA1 Message Date
nick black
bdab00a26b
ncplane_putwc_yx: kill VLA #2301 2021-10-26 15:09:52 -04:00
nick black
cc62e81b0e
[fission] kill off VLA #2301 2021-10-26 15:09:30 -04:00
nick black
07fefa3004
[direct] MB_CUR_MAX -> MB_LEN_MAX, no VLAs #2301 2021-10-26 15:09:16 -04:00
nick black
ee784ece64
[tests] MB_CUR_MAX -> MB_LEN_MAX, no VLA #2301 2021-10-26 15:08:51 -04:00
nick black
5d6334a22d
[plots] calculate colors only once per draw run #2172 2021-10-26 14:43:17 -04:00
nick black
44ec1352cd
[builddef.h] remove USE_READLINE, no longer used 2021-10-26 13:54:23 -04:00
nick black
2770ae8a0b
[is_linux_console] reword diagnostic so it doesn't look like a failure 2021-10-26 10:39:01 -04:00
nick black
213fea7abd
don't blow away ret->loglevel 2021-10-26 10:37:29 -04:00
nick black
3c52635642
[env] make NOTCURSES_LOGLEVEL actually work 2021-10-26 10:33:44 -04:00
nick black
95f659d62b
[notcurses_input.3] update to specify CLOCK_MONOTONIC 2021-10-26 09:59:33 -04:00
nick black
b9c4d359af
[docs] add notcurses_canpixel() to notcurses_capabilities.3 2021-10-26 09:55:24 -04:00
nick black
2cfe37a36a
tighten up init banner's terminfo version 2021-10-26 09:46:44 -04:00
nick black
bd00e7b507
[fission] fix regression where background was drawn above previous material #2299 2021-10-25 23:34:51 -04:00
nick black
97f63dc954
v2.4.8 2021-10-23 06:36:18 -04:00
nick black
5e3eeba355
[xray] destroy planes on exit 2021-10-23 06:26:05 -04:00
nick black
cf570a3d3f
[fission] kill background plane on exit 2021-10-23 06:17:32 -04:00
nick black
a83ff427e0
[egcpool_dup] deal with empty source (ubsan fix) 2021-10-23 05:59:18 -04:00
nick black
7c365fcfd6
[blitters] unit test blitter->string lookup 2021-10-23 05:45:03 -04:00
nick black
c188382f03
[zoo/outro] name planes 2021-10-23 05:12:13 -04:00
nick black
be92819b09
[render] damage glyphs underneath opaque kitty #2297 #1932 2021-10-23 04:48:31 -04:00
nick black
7c2276cce1
[demo-pulse] don't hang time off the end 2021-10-23 04:06:19 -04:00
nick black
a8b9dd4af7
[ncplane_pulse] replace explicit test with notcurses_canfade() 2021-10-23 04:02:10 -04:00
nick black
2f8d51dd8b
[README] remove obsolete entry about [intro] 2021-10-23 03:55:41 -04:00
nick black
67c3f64dc2
[yield] always erase bitmap planes on the standard pile #2298 2021-10-23 00:56:31 -04:00
nick black
2a924812c1 [demo] blue up the FPS plot a little 2021-10-22 22:50:57 -04:00
nick black
e746fff33e [trans] add image at end #2275 2021-10-22 22:50:57 -04:00
nick black
48ee66918a
[signals] include SIGBUS among fatal signals 2021-10-22 22:08:02 -04:00
nick black
cd5c913994 [yield] yank demo_nanosleep #1613 2021-10-22 22:00:41 -04:00
nick black
edc10fc054 [yield] pull demo_nanosleep() #1613 2021-10-22 22:00:41 -04:00
nick black
c2ed7d19fe [yield] two threads #1613 2021-10-22 22:00:41 -04:00
nick black
d3d418bb07 [yield] split main loop out suitable as pthread #1613 2021-10-22 22:00:41 -04:00
nick black
ef2c15abf2
[xray] decode in both threads concurrently, 40% FPS improvement #1613 2021-10-22 00:06:32 -04:00
nick black
1bdeb0d258
[demo] FPS not FPSS (thought i already made this change)? 2021-10-21 21:36:41 -04:00
nick black
85b6d55577
[utils] implement notcurses_osversion #2293 2021-10-21 19:02:09 -04:00
nick black
6e2ab83a08
[utils] declare notcurses_osversion #2293 2021-10-21 18:36:52 -04:00
nick black
20fa1db5dd define clockwait save in presence of _USE_GNU #2291 2021-10-21 17:07:57 -04:00
nick black
9b30487e4a [windows] define pthread_cond_clockwait() #2292 2021-10-21 17:07:57 -04:00
nick black
a3575ebfd8 [input] switch to pthread_cond_clockwait() #2291 2021-10-21 17:07:57 -04:00
nick black
864e2710a3 [demo] use pthread_cond_clockwait() with CLOCK_MONOTONIC #2291 2021-10-21 17:07:57 -04:00
nick black
3e0ce64b76 [input] try to use CLOCK_MONOTONIC for condvar
By default, Pthread condition variables use the wretched
CLOCK_REALTIME for pthread_cond_timedwait(). We reaaaaaaly
want it to use CLOCK_MONOTONIC instead. Where supported,
use pthread_condvar_setclock() to initialize the input
condvar with CLOCK_MONOTONIC, since every other operation
we perform is clocked against it. Closes #2291.
2021-10-21 17:07:57 -04:00
nick black
a087960ab7
[notcurses-demo] write input readiness to correct pipe side #2290 2021-10-21 14:02:21 -04:00
nick black
6da04e04db
[cmake] drop -fcx-limited-ops 2021-10-21 05:11:18 -04:00
nick black
b0e4bae2fe
[cmake] can't use -ffinite-math-only with libav 2021-10-21 04:48:31 -04:00
nick black
398266d10c
[make_sprixel_plane] properly set outx following scale #2278 2021-10-21 03:54:54 -04:00
nick black
d6e574f131
[input] on construction failure, return NULL initdata #2289 2021-10-21 03:16:53 -04:00
nick black
7071cb42fa [cmake] add USE_ASAN option to build with addresssanitizer 2021-10-20 12:03:08 -04:00
nick black
06de7ac582
[init_banner] no extra space when we don't know a version 2021-10-20 09:53:06 -04:00
nick black
86b81dfbd1 [sixel_refresh] bounds-check when damaging render state #2287 2021-10-20 09:41:24 -04:00
nick black
2b86835faa [ncplane_erase] call destroy_tam() #2286 2021-10-20 09:31:44 -04:00
nick black
7be722edb3
[ncplane_reparent_family] resolve use-after-free on error path #1348 2021-10-20 07:06:51 -04:00