Commit Graph

2802 Commits

Author SHA1 Message Date
nick black
6d62470032
zoo demo: feed ncplane_puttext() atomic words #897 2020-08-16 18:23:10 -04:00
nick black
1a0d28d8d0
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-16 17:57:07 -04:00
nick black
26ea0b3785
dirgb PoC: throw in some italics 2020-08-16 17:56:55 -04:00
joseLuís
8eefeb2a73 rust: fix builder rerun condition 2020-08-16 21:58:29 +02:00
nick black
03cff6b7fd USAGE: update ncplane_putsimple_yx() definition 2020-08-16 15:57:32 -04:00
nick black
a2c95814b7 Remove cell_simple_p()
Get notcurses-tetris working again, since its collision
detection relied on simple vs non-simple EGCs, which are
no longer an operative concept. Closes #899.
2020-08-16 15:57:32 -04:00
nick black
49ae79341d
v1.6.15 2020-08-16 11:04:43 -04:00
nick black
7933f2baa7
dispose of 1.6.14. PYTHHHHHONNNN 2020-08-16 10:26:04 -04:00
joseLuís
6a19d31bd9 Merge branch 'master' of github.com:dankamongmen/notcurses 2020-08-16 16:23:25 +02:00
joseLuís
ccac3d033e rust: update types 2020-08-16 16:22:58 +02:00
nick black
d24ad003bf
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-16 10:21:44 -04:00
nick black
5d1adda150
python: notcurses.py needs stylemask, not attrword 2020-08-16 10:21:40 -04:00
joseLuís
59546eaf40 rust: update dependency cstr_core; fixes #898 2020-08-16 16:20:48 +02:00
nick black
9e6e884a49
release.sh: correctly switch directory to python 2020-08-16 10:07:10 -04:00
nick black
dc99d56ac1
v1.6.14 2020-08-16 10:06:33 -04:00
nick black
18d79c195d
python: get us linking once more... 2020-08-16 10:02:14 -04:00
nick black
5ade4b1f1e
notcurses_plane.3: remove ncplane_styles() 2020-08-16 09:51:17 -04:00
nick black
f2dce8ab3f
update docs for tabletcb from ncreel 2020-08-16 09:06:09 -04:00
nick black
ddcb5ca60c
release.sh: only one level of rust 2020-08-16 08:55:38 -04:00
nick black
e897de3700
v1.6.13 2020-08-16 08:54:22 -04:00
nick black
0f2bb4efc6
wide tests: remove netinet/in.h 2020-08-16 08:51:45 -04:00
nick black
c878d0b5ea
python: add ncplane_set_attr() 2020-08-16 07:27:55 -04:00
nick black
202b88615f
kill ncplane_styles(), duplicates ncplane_attrs() 2020-08-16 07:26:16 -04:00
nick black
d57e1880e0
demo: free up menu on exit 2020-08-16 07:25:23 -04:00
nick black
4bc808404a
ncmenu_destroy(): free short descriptions 2020-08-16 07:25:01 -04:00
nick black
666bdb5fda
ncreel unit tests: call ncreel_destroy() 2020-08-16 06:52:45 -04:00
nick black
dee27be3c2
highcon: silence scan-build warning 2020-08-16 06:16:01 -04:00
nick black
78803f8c1d
ncmultiselector: support pgup/pgdown #862 2020-08-16 06:02:00 -04:00
nick black
cdec910d7e
bulk up notcurses_selector.3 man page #862 2020-08-16 05:54:58 -04:00
nick black
02fb9b078f
ncselector: implement pgup/pgdown #862 2020-08-16 05:50:18 -04:00
nick black
046d4a9d5d
python: update *_palette_size() 2020-08-16 05:42:30 -04:00
nick black
0b70bbd66f
tty_emit(): loop on EAGAIN #894 2020-08-16 04:04:10 -04:00
nick black
7100e2b83c
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-16 02:39:25 -04:00
nick black
b63cad270f
uniblock: only emit U+200E when necessary 2020-08-16 02:39:19 -04:00
nick black
50ba30b113 NEWS: mention notcurses_palette_size() 2020-08-16 01:51:34 -04:00
nick black
d884dea8d7 notcurses-capabilities man page 2020-08-16 01:51:34 -04:00
nick black
f9eed1c412 palette_size is unsigned #891 2020-08-16 01:51:34 -04:00
nick black
8b072c0b5f rust: attrword -> stylemask, u32 -> u16 2020-08-16 01:44:36 -04:00
nick black
d982006bc7 python: kill duplicate ncplane_attr 2020-08-16 01:44:36 -04:00
nick black
4fdb11089f idiot 2020-08-16 01:44:36 -04:00
nick black
16ff667325 blissful endianness-opacity
not caring about endianness is the opiate of the masses.
happy, happy masses. remove endianness.h and all its baleful
influence by explicitly breaking up the cell structure. #892
2020-08-16 01:44:36 -04:00
nick black
248c49402e
drone: use new builders 2020-08-15 23:57:48 -04:00
nick black
37d1464d6f
allglpyhs: don't do pointless header updates 2020-08-15 22:41:44 -04:00
nick black
24e457ace2
yield: only do land, much better 2020-08-15 22:05:41 -04:00
nick black
0464845cff
whiteout: disable bidi text until we have solution to #881 2020-08-15 21:54:58 -04:00
nick black
b5d93077f1
drone: revert to older fedora until new one's fixed 2020-08-15 17:39:40 -04:00
nick black
73bd0785a5 demo: make the HUD more readable 2020-08-15 17:38:20 -04:00
nick black
7811663223 inlined EGCs + styling unit tests #830 2020-08-15 17:38:20 -04:00
nick black
807af53fbb sgr/sgr-direct: knock out compiler warnings 2020-08-15 17:38:20 -04:00
nick black
489ad88954 trans: add some style to legend 2020-08-15 17:38:20 -04:00