Commit Graph

5153 Commits

Author SHA1 Message Date
nick black
3139bf019a
[initlang] fix sense of ASCII test 2021-11-30 01:53:01 -05:00
nick black
75bd0dd0bc
use notcurses_data_dir() in tester, fetch 2021-11-29 22:19:45 -05:00
nick black
d85a0b213a [windows] dump diagnostic 2021-11-29 22:02:24 -05:00
nick black
4b3b904040 [windows] use DataDir for registry key, not InstallDir 2021-11-29 22:01:40 -05:00
nick black
abb99d4a67
[notcurses-demo] don't hardcode NOTCURSES_SHARE, use notcurses_data_dir() 2021-11-29 21:34:32 -05:00
nick black
df689d9104
[notcurses_options] unsigned margins 2021-11-29 12:13:16 -05:00
nick black
233d32be04
kill obsolete FIXME in sprixel_rescale 2021-11-28 18:14:21 -05:00
nick black
2d3fb9f12e [xray] hold at 15s (true runtime of source media) 2021-11-28 18:13:48 -05:00
nick black
38daf44fb3 [sprite_rebuild] don't change state on a no-op 2021-11-28 18:13:48 -05:00
nick black
5665adc8cc fbcon_rebuild: use direct cellpx when appropriate 2021-11-28 18:13:48 -05:00
nick black
39310f5797 update_term_dimensions: set cpix for linuxfb 2021-11-28 18:13:48 -05:00
nick black
8645511b63 [sprixel_rescale] rebuild all cells using old TAM 2021-11-28 18:13:48 -05:00
nick black
ae2338c7a5 [render] refresh on resize #1687 2021-11-28 18:13:48 -05:00
nick black
affece853c [sprixel_rescale] hook up to the main paint() path #1687 2021-11-28 18:13:48 -05:00
nick black
47e842d6dc [input] properly identify EINTR 2021-11-28 18:13:48 -05:00
nick black
0d933a180d [splice_rescale] implement, hook up to splice_zaxis_recursive #1687 2021-11-28 18:13:48 -05:00
nick black
6da5392724 [ncplane_reparent] pass cell-pixel geometries into splice_zaxis_recursive() #1687 2021-11-28 18:13:48 -05:00
nick black
135208eafe [input] recognize 0x1b 0x5b 0x45 as begin #2396 2021-11-28 18:13:48 -05:00
nick black
ab233d85ee
[input] enable legacy f2 2021-11-28 11:56:40 -05:00
nick black
db9d15f795 [sprite_load] kill unnecessary check 2021-11-28 10:36:42 -05:00
nick black
0dbb469a27 [sprixels] use cell-pixel geometry from ncpile #1687 2021-11-28 10:36:42 -05:00
nick black
0925da36f7
[xray] brighten drop count 2021-11-28 10:07:39 -05:00
nick black
549fcac603
[ncplane_dup] don't use ncplane_cursor_move_yx(), set cursor directly 2021-11-28 08:14:11 -05:00
nick black
6f90d20543
[xray] make the drop count redder with more drops 2021-11-28 08:13:49 -05:00
nick black
fe20da9492
[input] legacy begin, end, home #2394 2021-11-28 07:03:44 -05:00
nick black
fc8b8813c2
[input] handle legacy disambiguated arrow keys #2394 2021-11-28 06:57:21 -05:00
nick black
230e8713d8
[xray] don't even render drop count/slider when behind 2021-11-28 06:36:22 -05:00
nick black
07bdfd8b0f
[xray] balance out singleton case 2021-11-28 06:28:24 -05:00
nick black
a5d79da1f0 [xray] add drop count with guy getting more and more pissed off 2021-11-28 06:09:10 -05:00
nick black
3a458c98c3 [xray] draw 5% of frames that would be dropped #2385 2021-11-28 06:09:10 -05:00
nick black
3cd09a0099 [xray] eliminate flicker on dropped frame #2385 2021-11-28 06:09:10 -05:00
nick black
efc57333a7 [demo] pass start time to demos for more precise deadlines 2021-11-28 06:09:10 -05:00
nick black
d5464deb9a [demo] use a single start time between HUD and recordkeeping 2021-11-28 06:09:10 -05:00
nick black
04ef46a067 [xray] take time at the beginning of demo 2021-11-28 06:09:10 -05:00
nick black
cee5c267a2 [xray] 20s deadline #2385 2021-11-28 06:09:10 -05:00
nick black
0c89881266 [xray] calculate 20s deadline #2385 2021-11-28 06:09:10 -05:00
nick black
2ac51d2404 [demo] workaround for summary tables =\ #2389 2021-11-28 06:09:10 -05:00
nick black
8f26eeea5c
[textlayout] plug memory leak in unit test 2021-11-28 03:21:28 -05:00
nick black
2fbfdbb19a
[stats] fix up non-linux unix compilation 2021-11-27 21:53:30 -05:00
nick black
5d547d3678
[stats] account for cell/pixel geometry changes #2384 2021-11-27 15:45:22 -05:00
nick black
8d84c79296
[stats] add new cell_geo_changes and pixel_geo_changes stats #2384 2021-11-27 15:17:12 -05:00
nick black
80dd726239
[cli PoC] fix compile on windows 2021-11-26 07:50:41 -05:00
nick black
55152a0e0c
[input] always drain event readiness pipe #2216 2021-11-26 07:48:49 -05:00
nick black
2d6428cb15
[cli PoC] add a poll on the eventready fd #2216 2021-11-26 07:34:43 -05:00
nick black
70bfd825d7 [windows] get InstallDir from registry, working 2021-11-26 07:01:48 -05:00
nick black
1e8e942594 [windows] implement tty_check() with _isatty() 2021-11-26 06:19:07 -05:00
nick black
455ec4eb66
combine path_seperator() functions 2021-11-26 05:54:26 -05:00
nick black
53a24e1e35
[oiio] erase plane in stream #2368 2021-11-26 05:54:26 -05:00
nick black
a7d54f90db zalgo: put prompt following output 2021-11-26 06:10:41 -03:00
nick black
c0daadeb9f
[visual] use absolute coordinate in diagnostic 2021-11-26 04:01:27 -05:00
nick black
821b2929b5
[input] only ever need 2 pfds 2021-11-26 02:58:51 -05:00
nick black
049f64ebf2
[input] check ipipe for readiness #2350 2021-11-26 02:58:11 -05:00
nick black
0c6b1b73a6
[ffmpeg] adapt to ncstrwidth() 2021-11-26 02:53:16 -05:00
nick black
0b4232d07d
[ncstrwidth] yield to ncstrwidth_valid 2021-11-26 01:36:52 -05:00
nick black
02f00b01e7
[nctetris] drop background to 3x2 from PIXEL #2380 2021-11-26 01:13:37 -05:00
nick black
46251c1d30
[visual] diagnostics on failures 2021-11-26 00:47:36 -05:00
nick black
4491ce0a94
[shame] 2021-11-25 19:25:35 -05:00
nick black
2fd8f5086f
[windows] add initc capability to windows, stop querying ccc #2377 2021-11-25 19:15:13 -05:00
nick black
ed78203a1f
[nctetris] tighten up notcurses logo 2021-11-25 18:46:37 -05:00
nick black
d5e451939b
[sixel] copy through sixel_maxy_pristine #2379 2021-11-25 18:46:34 -05:00
nick black
9d4b23d56f
[nctetris] add a Notcurses logo 2021-11-25 17:08:28 -05:00
nick black
e8f210135a
[cbreak_mode] don't tolerate error on GetConsoleMode() 2021-11-25 15:31:45 -05:00
nick black
198d3b5f19 windows/freebsd: add logos 2021-11-25 15:18:04 -05:00
nick black
f992a55b2d [paint] stop processing line of plane on linefeed #2196 2021-11-25 15:18:04 -05:00
nick black
88a3d42e8f [paint] stop processing line of plane on linefeed #2196 2021-11-25 15:18:04 -05:00
nick black
0003165180 [term] don't send keyboard upcodes if we're draining input #2374 2021-11-25 15:18:04 -05:00
nick black
9b0f806d04 remove filesystem #include 2021-11-25 15:18:04 -05:00
nick black
717aaf9d5d [cli PoC] set scrolling on stdn #2196 2021-11-25 15:18:04 -05:00
nick black
508e143916 [rendercore] move logendx to 0 on linefeed 2021-11-25 15:18:04 -05:00
nick black
4087d59a05 [ncneofetch] return error on failure to emit newline 2021-11-25 15:18:04 -05:00
nick black
06056f5f9c [rastercore] bump logendy if we saw a linefeed 2021-11-25 15:18:04 -05:00
nick black
253ab19cf3 [ncneofetch] fix up infoplane placement for bottom of screen #2196 2021-11-25 15:18:04 -05:00
nick black
6aeab473e5 [scroll_up] scroll up children only on true scroll 2021-11-25 15:18:04 -05:00
nick black
163637828e [sprite_init] stir timestamp into rand() for initial image id 2021-11-25 15:18:04 -05:00
nick black
f963b31d9d [goto_location] don't update logendy/x here 2021-11-25 15:18:04 -05:00
nick black
83fd6f83c7 [render] place space instead of newline in term_putc() #2196 2021-11-25 15:18:04 -05:00
nick black
f88f1b8697 [pool_blit_direct] pass newlines through #2196 2021-11-25 15:18:04 -05:00
nick black
7e63e33a0b [blitcore] accept newlines, set colcount = 1 #2196 2021-11-25 15:18:04 -05:00
nick black
b70afa8b5d [Media] unit tests: cap frames of video at 100 2021-11-25 15:18:04 -05:00
nick black
83902cf7f4 [xray] always provide sufficient topbanner 2021-11-25 15:18:04 -05:00
nick black
c030b53bb2 kill trailing whitespace 2021-11-25 15:18:04 -05:00
nick black
ea1c10dcfd kill trailing whitespace 2021-11-25 15:18:04 -05:00
nick black
50fbb0a778 [cli2 PoC] strip trailing whitespace 2021-11-25 15:18:04 -05:00
nick black
467b0294f3 [nctetris] kill memory leak of username 2021-11-25 15:18:04 -05:00
nick black
30dedad9df [info] print newline on last line #2196 2021-11-25 15:18:04 -05:00
nick black
8810ec9bb7 [cli PoC] emit a newline following input 2021-11-25 15:18:04 -05:00
nick black
279b3f4cfe [tester] don't require TERM on windows #2363 2021-11-24 11:48:27 -05:00
nick black
87d75fcb95
add TextLayout unit test for scrolling off long lines #1590 2021-11-24 02:22:40 -05:00
nick black
f5c99c0cb4 reader unit test: plug memory leak 2021-11-24 00:07:51 -05:00
nick black
6d0a855967 [tabbed] set widget on the correct plane 2021-11-23 20:43:18 -05:00
nick black
493b68d9eb
[rendercore] kill hardcursorpos, just set x/y=-1 2021-11-23 19:26:12 -05:00
nick black
efa5ca3ec2 cli2 PoC #2196 2021-11-23 19:18:26 -05:00
nick black
0f41620736 [interrogate_terminfo] kill redundant memset() 2021-11-23 19:18:26 -05:00
nick black
4375f421b8 [notcurses_init] factor out notcurses_early_init() 2021-11-23 19:18:26 -05:00
nick black
8bae41bdb2
[xray] now has 862 frames 2021-11-23 16:29:21 -05:00
nick black
22b0934c4f [windows] correct semantics for strndup, fixes [zoo] #2365 2021-11-23 16:28:35 -05:00
nick black
389cfeb72d
[interp] clean up on failure #2369 2021-11-22 11:59:21 -05:00
Nick Black
1f0cbc94ec [oiio] properly check for ffmpeg 2021-11-22 11:46:56 -05:00
nick black
ce66c8a90d
[whiteout] kill unused variable 2021-11-22 10:29:43 -05:00
nick black
6cbe73dd80
kill diagnostic 2021-11-22 09:32:41 -05:00