nick black
5d6df94187
add notcurses_str_scalemode()
2020-07-19 21:52:54 -04:00
nick black
765ff89a3b
notcurses_str_blitter(): rewrite using objects
2020-07-19 21:41:22 -04:00
nick black
5422268d6f
python: install notcurses-pydemo from setup.py
2020-07-19 21:41:02 -04:00
nick black
2a4e728de6
CMake: don't install notcurses-pydemo
2020-07-19 21:40:46 -04:00
nick black
308b49da5a
v1.6.5
2020-07-19 21:16:53 -04:00
nick black
ce32705c40
fix python compilation
2020-07-19 21:14:22 -04:00
nick black
b2e924319b
v1.6.4
2020-07-19 20:09:14 -04:00
nick black
37ceb753bf
notcurses-view: print blitter name #805
2020-07-19 02:54:53 -04:00
nick black
431d4a449d
use tty_emit() in place of term_emit() for tty-specific escapes #773
2020-07-19 02:19:19 -04:00
nick black
f2b48ab6f7
add mlterm to TERMS.md
2020-07-18 20:35:58 -04:00
nick black
d46ca758a0
highcontrast: stash fgstate for later reapplication #748
2020-07-18 20:27:13 -04:00
nick black
9bd0b42a0e
normal: fix ncvisual_rotate() abort reported as FAILED #802
2020-07-18 20:27:13 -04:00
nick black
f8c47b0681
normal: fix plane rotation quit reported as FAILED #802
2020-07-18 20:27:13 -04:00
nick black
d9bfb52225
highcontrast: unit test for #748
2020-07-18 20:27:13 -04:00
nick black
e0155c7d56
CELL_ALPHA_HIGHCONTRAST unit tests #748
2020-07-18 20:27:13 -04:00
Nick Black
82676cd395
linuxconjammer/linuxconsole PoCs: compile on freebsd
2020-07-16 14:33:42 -04:00
nick black
a4ee5bd9c7
v1.6.3
2020-07-16 12:53:42 -04:00
nick black
330b1612d4
CMake: fix up linux pkgconfig install path
2020-07-16 12:52:10 -04:00
nick black
3f544a4ed1
v1.6.2
2020-07-15 23:34:25 -04:00
nick black
86a75531c6
Support newlines in ncplane_putnstr() when scrolling #793
2020-07-15 18:37:54 -04:00
nick black
94a815b7d8
TERMS: note COLORTERM in linux console
2020-07-13 23:26:46 -04:00
nick black
b5cfc3e1ca
linux console: full quadblitter power #201
2020-07-13 23:23:27 -04:00
nick black
575c366960
linux console: we've got some hats now, motherfuckers #201
2020-07-13 23:23:27 -04:00
nick black
21d28e7234
linux console: shim in single quad block glyphs #201
2020-07-13 23:23:27 -04:00
nick black
eaa1c28756
linux console: shim in half blocks #201
2020-07-13 23:23:27 -04:00
nick black
a009eb946c
linux console: prep table for shims #201
2020-07-13 23:23:27 -04:00
Nick Black
50ce76bad8
Add kernel unicode-to-font mappings dynamically for line-drawing characters ( #794 )
...
Part 1 of a two-part revolution in Linux console graphics. Map all the line-drawing Unicode characters to similar glyphs. This means all our nice corners freely translate into rigid corners etc in the console, rather than hateful default characters (usually black diamonds). The demo and all widgets now look correct when drawing lines and boxes. Next, we'll add the actual glyphs for the block-drawing characters, and we'll have the finest graphics ever seen on a text-mode Linux console. #201
2020-07-13 18:04:43 -04:00
nick black
62f6896715
CMake: remove python stuff; it'll be built externally
2020-07-13 08:30:32 -04:00
nick black
fa343c92a4
install pkg-config to libdata on FreeBSD #792
2020-07-13 08:14:18 -04:00
nick black
1792f820e4
drone: shift ubuntu docker back to 2020-07-13a
2020-07-13 06:19:05 -04:00
nick black
ff569d7114
terminfo: chop off $<N> syntax #769
2020-07-13 05:54:59 -04:00
nick black
1c95241948
fileroller/procroller: check widget destructor for error #793
2020-07-13 05:26:29 -04:00
Nick Black
9ca7d14c2b
rust: drop libc_stdout from libnotcurses-sys tests #788
2020-07-13 02:41:19 -04:00
Nick Black
e3e7b40440
rust: use pkg-config results for -I values #788
2020-07-13 02:35:50 -04:00
nick black
1e39589c08
drone: update to 2020-07-13a builders
2020-07-13 01:56:24 -04:00
nick black
b0990c1389
dumbass
2020-07-13 01:52:53 -04:00
Nick Black
dbc83c41b3
linuxconsole PoC ( #791 )
...
* use ioctl(KDGETMODE) to detect Linux console
* diagnostic on KDGETMODE
* add logdebug()
* unit test for notcurses_drop_planes(), add ncplane_putnstr_aligned()
* linuxconsole PoC
* linuxconsole: dump unicode->font table
* linuxconsole: explode glyphs
* linuxconsole: show 7 glyphs per 'line'
* linuxconjammer: shim console font with half blocks
* signals: handler for SIGTERM
* man pages: update notcurses_init() for options
* add NCOPTION_NO_FONT_CHANGES #201
2020-07-13 01:21:41 -04:00
nick black
992eaea8d0
tetris: swap colors on level change
2020-07-12 08:29:51 -04:00
nick black
f5a84620d2
CMake: remove rust stuff; it's built externally
2020-07-12 06:36:55 -04:00
nick black
1cc0371373
v1.6.1
2020-07-12 03:20:50 -04:00
nick black
894c6d15f6
tetris: start on level 1
2020-07-12 03:12:42 -04:00
nick black
3a7dabd2c8
notcurses-tester: use -l6
2020-07-12 02:55:58 -04:00
nick black
4619492f28
doc up the linux console
2020-07-12 02:55:48 -04:00
nick black
20178290fc
Fill out some more C++ unit tests, basic ones #538
2020-07-12 01:42:17 -04:00
nick black
20864949fa
ncneofetch: check for swapped cursor coordinates #765
2020-07-11 01:38:23 -04:00
nick black
5cf912feb6
ncplane_printf_stainable() and _vfprintf_stainable() #754
2020-07-10 23:58:37 -04:00
nick black
4a97c139e6
add ncplane_putstr_stainable() #754
2020-07-10 23:43:47 -04:00
nick black
a6b002fa77
add ncdirect box-drawing functions #753
2020-07-10 18:41:25 -04:00
nick black
96c6dc8e16
add ncdirect_canopen_images() and ncdirect_canutf8() #753
2020-07-10 18:41:25 -04:00
nick black
c783244185
ncdirect_hline_interp(), ncdirect_vline_interp(), dirlines PoC #753
2020-07-10 18:41:25 -04:00