Commit Graph

1673 Commits

Author SHA1 Message Date
nick black
e17f7198e7
printf(%lc) is wint_t not wchar_t 2020-08-06 03:08:00 -04:00
nick black
58f7dab1c0 doc it up (a plan for ncreels, that is) 2020-08-06 01:13:21 -04:00
nick black
a080ac83b8 ncreel: remove wresize wrapper, introduce direction_e 2020-08-06 01:13:21 -04:00
nick black
3ba98c8b22 move ncselector defintiion into selector.c 2020-08-06 01:13:21 -04:00
nick black
c618096083
ncselector_redraw(): don't call notcurses_render() #627 2020-08-05 21:26:32 -04:00
nick black
ead60d06cc
unexport cell_egc_idx() 2020-08-02 23:45:58 -04:00
nick black
ca2a6501e6
rasterize: remove noforeground check, no longer useful 2020-08-02 23:37:14 -04:00
nick black
78fdad0f43
demo: simplify HUD code, print top to bottom 2020-08-02 21:41:15 -04:00
nick black
bc9ecd86a8
kill -Wempty-body warning 2020-08-02 19:17:23 -04:00
Cheong Sik Feng
ccbb3fda22 use ncplane_resize_simple() instead of ncplane_resize() 2020-08-02 19:15:13 -04:00
Cheong Sik Feng
91613528f2 resize plane in additem and delitem when necessary
Signed-off-by: Cheong Sik Feng <sikfeng@gmail.com>
2020-08-02 19:15:13 -04:00
nick black
b0c1a0ae18
zoo: fix reference to loaded file, use find_data() 2020-08-02 14:59:04 -04:00
nick black
5c5077840e
intro/hud: place things a bit tighter to avoid HUD stomping intro line 2020-08-01 17:08:33 -04:00
nick black
ce8b34da86 Glyph transparency in selector backgrounds #847 2020-08-01 16:51:54 -04:00
nick black
7e43077128
ncselector_additem: extend longops/longdesc if necessary #846 2020-08-01 03:49:24 -04:00
nick black
835a62361d
cell_nobackground_p(): load time, 5% perf win =] =] =] #838 2020-07-31 23:55:14 -04:00
nick black
2dcab374c4 mojibake: fix some row overruns #842 2020-07-31 23:05:09 -04:00
nick black
ca6ecf2f35 ncplane_resize(): fix irregular keep areas #842 2020-07-31 23:05:09 -04:00
nick black
fe904cc8da resize PoC: restore bottom stanza 2020-07-31 23:05:09 -04:00
nick black
886255e941 mojibake: clean up topmost line of display #842 2020-07-31 23:05:09 -04:00
nick black
c1c1238e7e resize PoC: add some functionality #842 2020-07-31 23:05:09 -04:00
nick black
63556d295f
demo: color HUD light rather than dark 2020-07-30 04:09:50 -04:00
nick black
ac59918682
zoo: mention plots! #835 2020-07-30 03:56:21 -04:00
nick black
9a758b82e2 zoo: speed up the "typing" 2020-07-30 03:50:44 -04:00
nick black
b7b6572bc7 zoo: render informative text on ncreader #835 2020-07-30 03:50:44 -04:00
nick black
5a9e2645a5 zoo: blend reader background 2020-07-30 03:50:44 -04:00
nick black
78a7b4d255 constify ncreader_options->egc 2020-07-30 03:50:44 -04:00
nick black
c8f623a426 zoo: add necessary locking #835 2020-07-30 03:50:44 -04:00
nick black
bea35fb91f zoo: delay based off mult, add reader thread #835 2020-07-30 03:50:44 -04:00
nick black
86e6b2d89b
cell_load_direct(): simplify conditionals 2020-07-30 01:24:45 -04:00
nick black
620ae34c02
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-07-29 08:23:49 -04:00
nick black
1a82273231
selector: handle nonzero defidx with zero maxdisplay #834 2020-07-29 08:23:10 -04:00
nick black
0b55b360ff
mojibake: leave some wiggle room for invalid wcwidth() 2020-07-29 06:38:54 -04:00
nick black
aec5f79369
demo: move HUD down, right above FPS plot 2020-07-29 06:30:51 -04:00
nick black
dde540b1da
zoo demo: render prior to inter-widget pause 2020-07-29 04:34:15 -04:00
nick black
2b4b516260
selector PoC: use CHANNELS_RGB_INITIALIZER() 2020-07-29 04:08:32 -04:00
nick black
d23bf9a393
zoo demo: use CHANNELS_RGB_INITIALIZER() for selector 2020-07-29 04:00:46 -04:00
nick black
47800e57f1
zoo demo: multiselector use CHANNELS_RGB_INIT 2020-07-29 03:56:33 -04:00
nick black
6d6c375265 notcurses-demo: accept --help longform argument 2020-07-29 01:15:50 -04:00
nick black
8f9646c194 zoo: delay + handle input for multiselector #628 2020-07-29 01:15:50 -04:00
nick black
c036f14b07 zoo: pause following selector, handling input #628 2020-07-29 01:15:50 -04:00
nick black
e0cf13999d zoo: text for multiselect #628 2020-07-29 01:15:50 -04:00
nick black
74d80d76b1 zoo demo: handle inputs 2020-07-29 01:15:50 -04:00
nick black
a5f2160558 zoo demo: background 2020-07-29 01:15:50 -04:00
nick black
c7cd82af55 update zoo demo for no itemcount 2020-07-29 01:15:50 -04:00
nick black
e24d0f9b0a zoo: add items to selector 2020-07-29 01:15:50 -04:00
nick black
7174a84e94 zoo: add multiselector 2020-07-29 01:15:50 -04:00
nick black
988bb1f2a6 zoo: create selector 2020-07-29 01:15:50 -04:00
nick black
f62277a69b add zoo demo #628 2020-07-29 01:15:50 -04:00
nick black
ab2710cf7a
selector poc: improve background contrast 2020-07-28 22:46:26 -04:00