nick black
dee1ec861d
drone: use ubuntu 2020-11-21a builder
2020-11-21 02:44:21 -05:00
nick black
1328fc7cf8
drop -V argument from CTest
2020-11-20 19:45:02 -05:00
joseLuís
e23cd63aac
rust: improve comments
...
- use new syntax for doclinks
- improve some comments
- add README
2020-11-20 20:17:37 +01:00
nick black
7ee2d98f82
reel PoC: handle resizes
2020-11-18 08:36:59 -05:00
nick black
8dd8937ff3
notcurses.h: purge tildes
2020-11-18 08:01:27 -05:00
nick black
c0cb5c7ff9
add ncplane_resizecb() #1124
2020-11-18 08:00:02 -05:00
nick black
6084105c68
add ncplane_set_resizecb() #1124
2020-11-18 07:49:22 -05:00
nick black
a5b6ce135d
README: list demo for example code
2020-11-18 06:29:10 -05:00
nick black
27732cc7b6
ncmenu: logerror() on failure
2020-11-18 05:39:11 -05:00
nick black
7fa89b45da
rust: unfuck ncaligns #1115
2020-11-17 23:42:36 -05:00
nick black
fb5148f098
drone: step up to fedora34 builder
2020-11-17 23:42:36 -05:00
nick black
9ce821a045
[headscratch]
2020-11-17 23:42:36 -05:00
nick black
d0c63bcdf0
drone: build with two cpus per runner
2020-11-17 23:42:36 -05:00
nick black
ee019b2d5a
rust: clear all mention of ncplane->horiz #1115
2020-11-17 23:42:36 -05:00
nick black
bc245e09fc
rust: drop ncplane_options__bindgen_ty_1
2020-11-17 23:42:36 -05:00
nick black
35f52cec3f
index.html: drop newline at bottom
2020-11-17 23:42:36 -05:00
nick black
1e6f8e4901
USAGE/python/man: update ncplane_options #1115
2020-11-17 23:42:36 -05:00
nick black
a92e5d97e0
don't threaten to remove ncplane_new() #1115
2020-11-17 23:42:36 -05:00
nick black
61baabe9a1
eagle, HUD: use default blitter
2020-11-17 23:42:36 -05:00
nick black
f676cd34a8
convert remaining ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
3e209f3539
eagle, luigi, sliders, outro: ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
e8224dfa35
xray: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
eef6df8c0a
death to horiz #1115
2020-11-17 23:42:36 -05:00
nick black
719ed0658a
notcurses-view: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
0215f9482b
selector PoC: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
4a5fb14bc1
multiselector PoC: out with ncplane_new #1115
2020-11-17 23:42:36 -05:00
nick black
a66bef0aca
zaxis unit tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
dc8e52c3de
ncplane/resize/scroll/selector unit tests: ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
1d1e23cf2c
rotate tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
4b016ce4d2
notcurses unit tests: ncplane_new->ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
ff999ca268
wide tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
da5c1b2ed4
reader tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
9283db5ec9
notcurses.3.md: clean up intro a bit
2020-11-17 23:42:36 -05:00
nick black
23f102beb5
layout tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
42c5b60c5d
geom tests: ncplane_new -> ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
b7ad4fb7a6
fill tests: use ncplane_create #1115
2020-11-17 23:42:36 -05:00
nick black
5e9359ca15
cell tests: use ncplane_create()
2020-11-17 23:42:36 -05:00
nick black
55ac9cc231
convert ncplane_new() to ncplane_create() in blit tests
2020-11-17 23:42:36 -05:00
nick black
b8dc9544cf
deprecate ncplane_new()
2020-11-17 23:42:36 -05:00
nick black
886835a8b4
c++: deprecate ncplane_new() #1115
2020-11-17 23:42:36 -05:00
nick black
a3d9f78612
core: deprecate ncplane_new() #1115
2020-11-17 23:42:36 -05:00
nick black
a9fbe41f2b
document the New Way
2020-11-17 23:42:36 -05:00
nick black
181afbdeea
multistack comments #1078
2020-11-17 23:42:36 -05:00
nick black
c713c4c9ec
ncplane_reparent: new stacks #1078
2020-11-17 23:42:36 -05:00
nick black
05a8005b5d
drone: use 2020-11-17b debian autobuilder
2020-11-17 23:24:58 -05:00
joseLuís
4de2652f8d
rust: more fixes and improvements
...
- fix notcurses_init unit test
- fix fn call name: `nplane_at_cursor_cell` → `ncplane_at_cursor_cell`.
- make LIBC_FILE & NC_FILE type aliases with doc comment.
- add lib module comment.
- improve direct-cursor example.
- fix full-text example and rename it to full-basics.
2020-11-18 02:43:29 +01:00
joseLuís
9fe0363937
rust: improve testing
...
- add new alias `t_all` for running every test even if some fail.
- call it from `.drone.yml` to have more complete testing picture.
- add a new test for `notcurses_init` as the first test.
2020-11-18 01:48:54 +01:00
joseLuís
1f77571174
rust: cleanup
...
- remove deprecated functions ncplane_new & nctablet_ncplane
- fix some comments
- run rustfmt
2020-11-17 11:40:58 +01:00
nick black
8ab9bd4687
man pages: trim overlong lines
2020-11-17 02:25:40 -05:00
nick black
1051210679
pandoc: don't use smart extension
2020-11-17 02:25:30 -05:00