Mukundan314
34936d5f25
fix pip installation for cffi
2021-11-30 10:10:07 -05:00
nick black
d6ea511d15
[workflows] use -DUSE_STATIC=off on windows
2021-11-30 09:53:08 -05:00
nick black
117d72db31
[installer] drop static libs
2021-11-30 09:52:50 -05:00
joseLuís
b1f636a2d9
[docs] rename plane/visual sections to regions
2021-11-30 15:39:58 +01:00
nick black
a4d7bd5670
[TERMINALS.md] document PuTTY settings #1298
2021-11-30 09:01:16 -05:00
nick black
48b124f82b
legacy_cb_f3 conflicts with cursor location report, dump it
2021-11-30 08:23:16 -05:00
nick black
fff7128c87
[windows] drop unnecessary libs from installer
2021-11-30 08:06:41 -05:00
nick black
bce181a0d9
[ncneofetch] handle NULL from notcurses_data_dir()
2021-11-30 06:55:09 -05:00
nick black
629fbc689b
[nckeys] add NCKEY_TAB alias for ASCII 9 #2405
2021-11-30 06:20:40 -05:00
joseLuís
ff27a0f40a
[python] fix type
2021-11-30 12:17:07 +01:00
joseLuís
2f7b6e711f
[python] fix type
2021-11-30 12:10:00 +01:00
nick black
46ebc1d9c6
ncplane_options: make margin fields unsigned
2021-11-30 05:44:41 -05:00
nick black
538dff91ba
[input] provide utf8 form in ncinput
2021-11-30 04:27:46 -05:00
nick black
62f694dfa3
extract_color_table: get cell-pixel geometry from bargs #2404
2021-11-30 02:56:23 -05:00
nick black
949eace5ff
[README] need html syntax in faqs
2021-11-30 02:45:07 -05:00
nick black
6a6578f0ee
mmm
2021-11-30 02:43:24 -05:00
nick black
6ee483d9c8
[README] FAQ entry aboiut the possessive form
2021-11-30 02:41:46 -05:00
nick black
aa0c3ef1a9
sync all versions to 2.4.99 #2402
2021-11-30 02:16:17 -05:00
nick black
cd870afc8f
[drone] use new alpine builder
2021-11-30 02:10:28 -05:00
nick black
e57720ef51
[Stacking] fix unit test
2021-11-30 02:03:09 -05:00
nick black
6c5bc6b396
[rendercore] on fg elide, persist previous fg rgb
2021-11-30 02:03:09 -05:00
nick black
ffc5993eec
[rendercore] drop diagnostic
2021-11-30 02:03:09 -05:00
nick black
1be43cb54a
[rendercore] omit fg on rgbequal #1316
2021-11-30 02:03:09 -05:00
nick black
0761994abb
mark some string literals as utf8
2021-11-30 02:03:09 -05:00
nick black
dc527439d4
[rendercore] cleanup, drop 'alttext', add 'noforeground'
2021-11-30 02:03:09 -05:00
nick black
7a91a2f905
normalize cell initializer names (prefix with NC)
2021-11-30 02:03:09 -05:00
nick black
b340f01a0a
always use space when fgrgb == bgrgb #1316
...
When both foreground and background are using RGB, and
the two channels are the same RGB value, the glyph will
be invisible; emitting a space with the correct background
can save RGB escapes and glyph bytes. Eliminates several
longstanding FIXMEs in the Stacking unit tests. Add a new
function nccell_rgbequal_p(), and unit testing for it.
Add a new unit test to check that this optimization has
taken place, and that it has only taken place in the
rasterization phase--the original plane must be unchanged.
Closes #1316 .
2021-11-30 02:03:09 -05:00
nick black
0b75f06abd
add and unit test nccell_rgbequal_p() #1316
2021-11-30 02:03:09 -05:00
nick black
c298563e32
[FgMatchesBg] new unit test for optimized fg==bg #1316
2021-11-30 02:03:09 -05:00
nick black
3139bf019a
[initlang] fix sense of ASCII test
2021-11-30 01:53:01 -05:00
nick black
282744b39d
much more attractive windows logo
2021-11-29 22:25:07 -05:00
nick black
75bd0dd0bc
use notcurses_data_dir() in tester, fetch
2021-11-29 22:19:45 -05:00
nick black
d85a0b213a
[windows] dump diagnostic
2021-11-29 22:02:24 -05:00
nick black
4b3b904040
[windows] use DataDir for registry key, not InstallDir
2021-11-29 22:01:40 -05:00
nick black
abb99d4a67
[notcurses-demo] don't hardcode NOTCURSES_SHARE, use notcurses_data_dir()
2021-11-29 21:34:32 -05:00
nick black
e4cf772a4d
[python] hate
2021-11-29 13:53:28 -05:00
nick black
5ab251e8d8
[python] sigh
2021-11-29 13:32:25 -05:00
nick black
17994e422f
[python] endless python troubles
2021-11-29 13:20:59 -05:00
nick black
7b4ff301eb
[python] long_as_ulong
2021-11-29 13:10:37 -05:00
nick black
8d0e452c9c
[python] long_as_ulong
2021-11-29 12:57:19 -05:00
nick black
b6bcf93f83
[python] unsigned margins
2021-11-29 12:41:59 -05:00
nick black
df689d9104
[notcurses_options] unsigned margins
2021-11-29 12:13:16 -05:00
nick black
233d32be04
kill obsolete FIXME in sprixel_rescale
2021-11-28 18:14:21 -05:00
nick black
2d3fb9f12e
[xray] hold at 15s (true runtime of source media)
2021-11-28 18:13:48 -05:00
nick black
38daf44fb3
[sprite_rebuild] don't change state on a no-op
2021-11-28 18:13:48 -05:00
nick black
5665adc8cc
fbcon_rebuild: use direct cellpx when appropriate
2021-11-28 18:13:48 -05:00
nick black
39310f5797
update_term_dimensions: set cpix for linuxfb
2021-11-28 18:13:48 -05:00
nick black
8645511b63
[sprixel_rescale] rebuild all cells using old TAM
2021-11-28 18:13:48 -05:00
nick black
ae2338c7a5
[render] refresh on resize #1687
2021-11-28 18:13:48 -05:00
nick black
affece853c
[sprixel_rescale] hook up to the main paint() path #1687
2021-11-28 18:13:48 -05:00