Commit Graph

7686 Commits (2f7b6e711f7fccbaa92fd2ec487865df85374c87)
 

Author SHA1 Message Date
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
nick black 47e842d6dc [input] properly identify EINTR 3 years ago
nick black 0d933a180d [splice_rescale] implement, hook up to splice_zaxis_recursive #1687 3 years ago
nick black 6da5392724 [ncplane_reparent] pass cell-pixel geometries into splice_zaxis_recursive() #1687 3 years ago
nick black 135208eafe [input] recognize 0x1b 0x5b 0x45 as begin #2396 3 years ago
nick black cd9071b4a4
[ncstrwidth] comment clarification 3 years ago
joseLuís 1cc8640f52 fix typo 3 years ago
nick black ab233d85ee
[input] enable legacy f2 3 years ago
nick black f568f4617a
[FAQs] fix up syntax 3 years ago
nick black db9d15f795 [sprite_load] kill unnecessary check 3 years ago
nick black 0dbb469a27 [sprixels] use cell-pixel geometry from ncpile #1687 3 years ago