Commit Graph

7808 Commits

Author SHA1 Message Date
nick black
7b4ff301eb
[python] long_as_ulong 2021-11-29 13:10:37 -05:00
nick black
8d0e452c9c
[python] long_as_ulong 2021-11-29 12:57:19 -05:00
nick black
b6bcf93f83
[python] unsigned margins 2021-11-29 12:41:59 -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
cd9071b4a4
[ncstrwidth] comment clarification 2021-11-28 18:11:09 -05:00
joseLuís
1cc8640f52 fix typo 2021-11-28 20:54:54 +01:00
nick black
ab233d85ee
[input] enable legacy f2 2021-11-28 11:56:40 -05:00
nick black
f568f4617a
[FAQs] fix up syntax 2021-11-28 11:34:34 -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
b26bc27072 FAQ entry about 'just displaying an image' 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
37856d9ae3 [manpages] new notcurses_pile.3, cleanups 2021-11-28 02:53:43 -05:00
nick black
207b037464
FAQ entry about ffmpeg vs openimageio 2021-11-27 23:49:15 -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
35a3b1184d [installforge] set up registry key for install path 2021-11-26 06:19:07 -05:00