Commit Graph

7696 Commits (34936d5f253d513f482fc153ca30f9b938e5e9a5)
 

Author SHA1 Message Date
Mukundan314 34936d5f25 fix pip installation for cffi 3 years ago
nick black d6ea511d15
[workflows] use -DUSE_STATIC=off on windows 3 years ago
nick black 117d72db31 [installer] drop static libs 3 years ago
joseLuís b1f636a2d9 [docs] rename plane/visual sections to regions 3 years ago
nick black a4d7bd5670
[TERMINALS.md] document PuTTY settings #1298 3 years ago
nick black 48b124f82b
legacy_cb_f3 conflicts with cursor location report, dump it 3 years ago
nick black fff7128c87 [windows] drop unnecessary libs from installer 3 years ago
nick black bce181a0d9 [ncneofetch] handle NULL from notcurses_data_dir() 3 years ago
nick black 629fbc689b
[nckeys] add NCKEY_TAB alias for ASCII 9 #2405 3 years ago
joseLuís ff27a0f40a [python] fix type 3 years ago
joseLuís 2f7b6e711f [python] fix type 3 years ago
nick black 46ebc1d9c6
ncplane_options: make margin fields unsigned 3 years ago
nick black 538dff91ba
[input] provide utf8 form in ncinput 3 years ago
nick black 62f694dfa3
extract_color_table: get cell-pixel geometry from bargs #2404 3 years ago
nick black 949eace5ff
[README] need html syntax in faqs 3 years ago
nick black 6a6578f0ee
mmm 3 years ago
nick black 6ee483d9c8
[README] FAQ entry aboiut the possessive form 3 years ago
nick black aa0c3ef1a9
sync all versions to 2.4.99 #2402 3 years ago
nick black cd870afc8f
[drone] use new alpine builder 3 years ago
nick black e57720ef51 [Stacking] fix unit test 3 years ago
nick black 6c5bc6b396 [rendercore] on fg elide, persist previous fg rgb 3 years ago
nick black ffc5993eec [rendercore] drop diagnostic 3 years ago
nick black 1be43cb54a [rendercore] omit fg on rgbequal #1316 3 years ago
nick black 0761994abb mark some string literals as utf8 3 years ago
nick black dc527439d4 [rendercore] cleanup, drop 'alttext', add 'noforeground' 3 years ago
nick black 7a91a2f905 normalize cell initializer names (prefix with NC) 3 years ago
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.
3 years ago
nick black 0b75f06abd add and unit test nccell_rgbequal_p() #1316 3 years ago
nick black c298563e32 [FgMatchesBg] new unit test for optimized fg==bg #1316 3 years ago
nick black 3139bf019a
[initlang] fix sense of ASCII test 3 years ago
nick black 282744b39d
much more attractive windows logo 3 years ago
nick black 75bd0dd0bc
use notcurses_data_dir() in tester, fetch 3 years ago
nick black d85a0b213a [windows] dump diagnostic 3 years ago
nick black 4b3b904040 [windows] use DataDir for registry key, not InstallDir 3 years ago
nick black abb99d4a67
[notcurses-demo] don't hardcode NOTCURSES_SHARE, use notcurses_data_dir() 3 years ago
nick black e4cf772a4d
[python] hate 3 years ago
nick black 5ab251e8d8
[python] sigh 3 years ago
nick black 17994e422f
[python] endless python troubles 3 years ago
nick black 7b4ff301eb
[python] long_as_ulong 3 years ago
nick black 8d0e452c9c
[python] long_as_ulong 3 years ago
nick black b6bcf93f83
[python] unsigned margins 3 years ago
nick black df689d9104
[notcurses_options] unsigned margins 3 years ago
nick black 233d32be04
kill obsolete FIXME in sprixel_rescale 3 years ago
nick black 2d3fb9f12e [xray] hold at 15s (true runtime of source media) 3 years ago
nick black 38daf44fb3 [sprite_rebuild] don't change state on a no-op 3 years ago
nick black 5665adc8cc fbcon_rebuild: use direct cellpx when appropriate 3 years ago
nick black 39310f5797 update_term_dimensions: set cpix for linuxfb 3 years ago
nick black 8645511b63 [sprixel_rescale] rebuild all cells using old TAM 3 years ago
nick black ae2338c7a5 [render] refresh on resize #1687 3 years ago
nick black affece853c [sprixel_rescale] hook up to the main paint() path #1687 3 years ago