nick black
8228ba8204
drone: run notcurses-direct-pydemo
2020-10-07 19:44:47 -04:00
nick black
d0f7d6be27
notcurses-direct-pydemo: disable cursor
2020-10-07 18:37:59 -04:00
nick black
d101d2d2d9
add ncdirect_init() inhibit cbreak flag #1049
2020-10-07 07:43:50 -04:00
nick black
4e8cae7b2c
zoo: don't check cursor results, so we can run on vt100 #1047
2020-10-07 04:31:15 -04:00
nick black
fa92e0ffe8
purge stray #undef #1046
2020-10-07 04:24:49 -04:00
nick black
c6c157a5ad
notcurses_stats_alloc() everywhere
2020-10-07 04:24:10 -04:00
nick black
bf28170c61
mark cliptop unused in reel poc
2020-10-07 02:28:58 -04:00
nick black
8acd0dea58
MultiglyphWidth test: work around freebsd breakage #1046
2020-10-07 02:27:17 -04:00
nick black
0a3f697bc7
c++ ncplane: braces around initializer
2020-10-07 02:24:01 -04:00
nick black
f9e2c7863b
add notcurses_stats_alloc #1043
2020-10-06 23:33:28 -04:00
nick black
23bd4a2ac8
be less aggressive inserting LTR following bidi #850
2020-10-05 18:56:09 -04:00
nick black
4466f1aaff
pool_load_direct: call egc_rtl() for RTL U200E forcings #850
2020-10-05 18:56:09 -04:00
nick black
955c4b9baa
reel unit tests: correct for considering reel border
2020-10-05 17:33:11 -04:00
nick black
4d95ae185f
account for reel borders when laying out tablets #1036
2020-10-05 16:46:56 -04:00
nick black
1eff105cb9
reel poc: print error on redraw fail #1036
2020-10-05 15:39:19 -04:00
nick black
270b1b20ee
implement notcurses_render_to_buffer() #214
2020-10-04 11:43:25 -04:00
nick black
b4f1065f69
declare notcurses_render_to_buffer() #214
2020-10-04 11:43:25 -04:00
nick black
cc99f06a2a
tighten up render/writer columns
2020-10-04 10:04:02 -04:00
nick black
bb6887e05d
break up stattracking #1039
2020-10-04 10:04:02 -04:00
nick black
f999f413c5
break out raster_and_write() #214
2020-10-04 10:04:02 -04:00
nick black
222861de13
add ncstats to USAGE.md
2020-10-04 10:04:02 -04:00
nick black
29c7f960cc
add writeout_ stats, document stats #1039
2020-10-04 10:04:02 -04:00
nick black
4db2b49535
add CONTRIBUTING.md
2020-10-04 00:18:01 -04:00
nick black
4a9be7fa90
include memory.h where necessary
2020-10-03 18:54:34 -04:00
Marek Habersack
a29bfe9c42
[C++] Deal with widgets grabbing full ownership of Panel
...
Fixes: https://github.com/dankamongmen/notcurses/issues/1009
Whenever a widget is created with its `*_create` function it currently
claims full ownership of the passed panel, including its destruction.
However, the C++ wrapper around the panel is not aware of this and will
attempt to destroy the native panel in the destructor, leading to
segfaults.
Fix this by introduction of a `Widget` class which contains the logic to
properly modify the `Panel` instance to not double-destroy the native
panel. The solution is a bit fragile since the `Panel` instance is left
intact (we can't free it for the user) in a state that's safe for the
C++ wrapper, but calling any C function via the wrapper **will** pass a
`NULL` pointer in the panel argument - therefore the C functions MUST be
proofed against this. The proofing belongs in the C backend code since
this protects also C and other language binding users from such abuse.
The Widget class will first verify that the passed `Plane` instance
hasn't already been "disowned" and will throw an exception to the effect
if it was. Next, it will proceed to take over ownership of the native
panel instance and mark the passed `Panel` as "invalid" (i.e. not owning
any native panel instance anymore)
The above changes require modification of `Panel` instances and so all
the widget constructors taking `const*` or `const&` have been removed
from widget classes.
2020-10-03 13:19:49 -04:00
nick black
7241e0a5e1
demo tabletfxn: cliptop __attribute__ ((unused))
2020-10-03 02:43:18 -04:00
nick black
8cbc9e1b3b
add 1.7.0 to history section
2020-10-01 12:08:22 -04:00
nick black
aa7acc0e7a
quick wording change to FAQs
2020-10-01 12:03:23 -04:00
nick black
c2c4811053
reel: cap return lines at max size, warn on excess
2020-09-30 04:23:21 -04:00
nick black
bf40e163c8
reel poc: cap return at true size
2020-09-30 03:43:41 -04:00
nick black
20a49d053d
v1.7.5
2020-09-29 13:12:17 -04:00
nick black
afa65f640f
update notcurses_plane.3 and USAGE.md for new styles API
2020-09-29 13:09:44 -04:00
nick black
683217ef07
normalize style setters #1034
2020-09-29 13:09:44 -04:00
nick black
174a00b56c
add deprecated nctablet_ncplane() for old binaries
2020-09-29 11:59:33 -04:00
nick black
6ddf105746
uninline ncplane_new() so older binaries continue to link
2020-09-29 11:52:48 -04:00
nick black
8d347d14bb
move ncreel to PoCs, don't install #1033
2020-09-28 07:20:16 -04:00
nick black
f15dc9ba80
ncreel: properly size tablets in all border conditions #1031
2020-09-28 07:08:17 -04:00
nick black
c236b65266
name standard plane 'std'
2020-09-28 07:08:17 -04:00
nick black
a591e11c96
retain nctablet_ncplane() as deprecated alias
2020-09-28 07:08:17 -04:00
nick black
8b5e3f5000
add four unit test for reel tablet sizes
2020-09-28 07:08:17 -04:00
nick black
315df85b2b
note that python bindings are quite incomplete
2020-09-28 02:03:52 -04:00
nick black
afd444cea3
kill stray decl ncdirect_getc_nonblocking() #1028
2020-09-28 01:28:46 -04:00
nick black
20bf1ae2d4
nctablet_ncplane() -> nctablet_plane()
2020-09-27 16:46:39 -04:00
nick black
ec85dd1c3b
ncreel_destroy: return void
2020-09-27 15:57:03 -04:00
Marek Habersack
943e23535f
[C++] API sync
...
Fixes: https://github.com/dankamongmen/notcurses/issues/1025
Added:
* Direct: flush (`ncdirect_flush`)
* Direct: getc (`ncdirect_getc_blocking` and `ncdirect_getc_nblock`)
* Direct: getc (`ncdirect_getc`)
* Direct: get_inputready_fd (`ncdirect_inputready_fd`)
* NotCurses: align (`notcurses_align`)
* NotCurses: ucs32_to_utf8 (`notcurses_ucs32_to_utf8`)
* NotCurses: get_bottom (`notcurses_bottom`)
* Plane: resize_realign (`ncplane_resize_realign`)
* Plane: get_x (`ncplane_x`)
* Plane: get_y (`ncplane_y`)
* Plane: mergedown (`ncplane_mergedown`)
* Plane: putwc_stained (`ncplane_putwc_stained`)
* Plane: putstr_stained (`ncplane_putstr_stained`)
* Plane: set_fchannel (`ncplane_set_fchannel`)
* Plane: set_bchannel (`ncplane_set_bchannel`)
* Plane: get_styles (`ncplane_styles`)
* Plane: get_above (`ncplane_above`)
* Reader: move_left (`ncreader_move_left`)
* Reader: move_right (`ncreader_move_right`)
* Reader: move_up (`ncreader_move_up`)
* Reader: move_down (`ncreader_move_down`)
* Reader: write_egc (`ncreader_write_egc`)
* Visual: get_default_blitter (`ncvisual_default_blitter`)
Fixed:
* NotCurses: `cursor_{enable,disable}` must use `NOEXCEPT_MAYBE`
* Plane: renamed `putcw` to `putwc`
2020-09-27 15:32:25 -04:00
nick black
7089f31456
NCBLIT_BRAILLE: invert horizontal layout, fixes plots #1026
2020-09-23 07:48:04 -04:00
nick black
364cf61004
drone: ubuntu builer 2020-09-22a
2020-09-22 23:59:11 -04:00
joseLuís
38314d5e76
update function-summary.sh stats
2020-09-22 14:08:32 +02:00
joseLuís
bcc5481899
rust: update example
...
- use ncdirect_flush function for flushing
2020-09-22 13:34:10 +02:00
joseLuís
5be9edd6f4
rust: convert all rgb calls & new plane functions #1024
...
- add (TBD) ncplane_putchar, ncplane_putchar_yx
- delete ncplane_bound, ncplane_new, ncplane_pusimple & ncplane_putsimple_yx
- rename `.*_[bf]g.*_rgb` → .`*_[bf]g.*_rgb8`
- rename `.*_[bf]g` → .`*_[bf]g.*_rgb`
2020-09-22 13:33:13 +02:00