Commit Graph

7481 Commits

Author SHA1 Message Date
nick black
e205cde05f
set versions to 2.4.97 for prep nuget build #2354 2021-11-18 21:36:24 -05:00
nick black
c6c7d60193
add initial nuget spec file #1966 2021-11-18 21:32:06 -05:00
nick black
b0c75d84d1
[windows] settle on u7 for cursor location reports #2105 2021-11-18 18:13:19 -05:00
nick black
5e8ecebe21
[fbcon_scroll] don't try to memmove 0 bytes 2021-11-18 17:21:23 -05:00
nick black
59104a7ab4
[INSTALL] fix markdown syntax 2021-11-18 17:00:13 -05:00
nick black
2155ad32f9
[linux] memset correct area post-scroll 2021-11-18 16:48:09 -05:00
nick black
12ca5bb4fc
[Visual] tighten geometry unit test, always set maxpixely based off sixel_maxy #2351 2021-11-18 15:38:22 -05:00
nick black
741962b44a
[README] link to MSFT doc regarding utf8 code page 2021-11-18 04:02:09 -05:00
nick black
f0987c95da
[README] spec Windows 10 v1093+ for proper UTF8 support 2021-11-18 03:54:59 -05:00
nick black
ca0b168192
name everything 2.4.99 2021-11-17 19:40:32 -05:00
nick black
caa054cc43 [windows] setlocale(LC_ALL, ".UTF8") #2117 2021-11-17 19:10:48 -05:00
nick black
4d40401344 [utf8_egc_len] use MB_LEN_MAX to eliminate compile-time locale considerations 2021-11-17 18:52:04 -05:00
nick black
a0d37d442f
[ncvisual_simple_streamer] render *after* extracting subtitle 2021-11-17 08:39:10 -05:00
nick black
16325f0446
[input] diagnostics 2021-11-17 07:09:02 -05:00
nick black
42accab195
[input] stop using SIGCONT for readiness notification #2350 2021-11-17 06:18:14 -05:00
nick black
1d316273d2
[notcurses-input] use ncplane_resize_realign for the plot 2021-11-17 05:37:17 -05:00
nick black
952e4eaeb2
add render.h 2021-11-17 04:36:43 -05:00
nick black
0286798b2d
[notcurses-demo] HUD: use ncplane_resize_placewithin #1478 2021-11-17 04:03:14 -05:00
nick black
d1c9dd93cf
[core] add ncplane_resize_placewithin #1478 2021-11-17 04:02:49 -05:00
nick black
b91f150e96
[render] call notcurses_refresh() on sigcont #281 2021-11-17 03:14:34 -05:00
nick black
c707e49bd3
[signals] set up NCKEY_SIGNAL on SIGCONT #281 2021-11-17 03:08:57 -05:00
nick black
da4efcf905
notcurses_input.3: document NCKEY_SIGNAL 2021-11-17 03:07:47 -05:00
nick black
5730925b7d
[nckeys] break up NCKEY_SIGNAL and NCKEY_RESIZE 2021-11-17 03:07:19 -05:00
nick black
a4fe7abe93
[kittykbd] synthesize SIGSTOP for ctrl-z #2349 2021-11-17 02:34:56 -05:00
nick black
127a3ad888
[ncprogbar_destroy] set_widget(NULL, NULL) #2347 2021-11-17 02:20:56 -05:00
nick black
6fb7aeae9f
[ncreader_destroy_internal] set_widget(NULL, NULL) #2347 2021-11-17 02:20:01 -05:00
nick black
83b3926f92
[intro] drop greatscott() 2021-11-17 02:07:56 -05:00
nick black
0124daf8b7
restore ncselector_destroy API, set widget in ncreader #2347 2021-11-17 02:02:55 -05:00
nick black
c5986ef508
[ncmenu] refuse a bound plane #2347 2021-11-17 01:46:01 -05:00
nick black
13f5499648
[ncplot] refuse bound plane #2347 2021-11-17 01:41:11 -05:00
nick black
143c217332
[nctabbed_create] clean up error paths, refuse bound plane #2347 2021-11-17 01:35:40 -05:00
nick black
3d46681874
[LoadVideoPixelStretchOnePlane] greatly improve unit test 2021-11-17 01:23:42 -05:00
nick black
e03554870e
[initbanner] protect against USE_DEFLATE=off 2021-11-17 01:15:06 -05:00
nick black
3b6e08333f
[LoadVideoPixelStretchDifferentPlanes] greatly improve unit test 2021-11-17 01:07:21 -05:00
nick black
c75ec262c4
[NCFDPlane] kill memory leak when ncfdplane ought be destroyed inline 2021-11-17 00:58:31 -05:00
nick black
e1c08b969d
[tester] one more leak in Stacking tests 2021-11-17 00:42:49 -05:00
nick black
01c6f8ba3d
[tester] kill memory leaks in two unit tests 2021-11-17 00:39:23 -05:00
nick black
ce2a6dc686
[multiselector] refuse a bound plane #2347 2021-11-17 00:35:28 -05:00
nick black
717b4a40c1
[CMake] add USE_DEFLATE option, document it, reenable fedora drone #2348 2021-11-17 00:30:08 -05:00
nick black
50f6cf72b2
[plane] properly initialize options in unit test 2021-11-17 00:06:54 -05:00
nick black
0877973b10
[ncneofetch] tighten up infoplane 2021-11-16 23:32:00 -05:00
nick black
81a31c2a4b
[ncneofetch] remove screen dimensions, provide arch fallback #2341 #2336 2021-11-16 23:29:03 -05:00
nick black
76f2a3d374
notcurses_selector.3: document that n cannot be standard plane 2021-11-16 23:28:31 -05:00
nick black
12988bb556
add ImplicitDestroy and RefuseBoundCreatedPlane selector tests #2347 2021-11-16 23:28:09 -05:00
nick black
042c120cd2 add RefuseBoundCreatedPlane test #2347 2021-11-16 22:28:37 -05:00
nick black
656b6385d9 [reels] refuse an already-bound plane #2347 2021-11-16 22:28:37 -05:00
nick black
5beffcc06f nctree: move ncplane_destroy out of nctree_destroy() 2021-11-16 22:28:37 -05:00
nick black
762e54db49 [tabbed] protect destructor under ncplane_set_widget() #2342 2021-11-16 22:28:37 -05:00
nick black
ad8445f6d8 ncreel_del: move nctablet_delete_internal() to end 2021-11-16 22:28:37 -05:00
nick black
cca7d70142 widget destructor for nctablet 2021-11-16 22:28:37 -05:00