Commit Graph

5703 Commits (921c2ce0337baba79f8569070966254cf760c320)
 

Author SHA1 Message Date
nick black d8c9463175
none_destroy: free up subdata #1711 3 years ago
nick black 82fb065795
only manage ncvisual in toplayer with no media implementation #1711 3 years ago
nick black 5a4b6cdae0
ncvisual_destroy: free up structure on all paths #1711 3 years ago
nick black c2dd6b6a78
fix compilation error in textplay #1710 3 years ago
nick black 2aa63404e2
resize_bitmap: guard against potential overwrite 3 years ago
nick black bebd33a30a prune cruft 3 years ago
nick black f0bcf63214 properly inflate #1576 3 years ago
nick black 27b09da0f7 ncvisual_inflate: use dstride for new rowstride #1576 3 years ago
nick black b5174e75b7 Visual tests: properly base checks off rowstride 3 years ago
nick black 2dff72340f remove obsoleted inflate_bitmap() #1576 3 years ago
nick black 513dbc18fc factor out pad_for_image() #1705 3 years ago
nick black 7b72ef0567 unit tests now pass with null multimedia #1705 3 years ago
nick black f46012e2d9 hook up resize_bitmap() to null VI #1576 3 years ago
nick black f2fefacfc0 first go at generic resize_bitmap() for NCCSCALE_INFLATE #1576 3 years ago
nick black 3a6a2fa90b textplayer: dewhiten last character written on delay #1649 3 years ago
nick black e7d40e00e3 textplayer: support longdelay on '…' 3 years ago
nick black 52ebb71ac9
ncdirect_style_emit/render: take palette-indexing into account 3 years ago
nick black 8cf235e6b7
start on a GUIX module #1315 3 years ago
nick black 96d743536f
box demo: work when built without multimedia support 3 years ago
nick black 3ac445a328 enforce singleton across both direct and rendered mode #1694 3 years ago
nick black d170e6e7a2 man pages: document that only one context can be active at a time #1694 3 years ago
nick black e4aae2d9b7
tinfo_debug_caps: tighten up output a bit 3 years ago
joseLuís 47c794050a [rust] update example #1699 3 years ago
nick black 9c370806c5
CMake: define CMAKE_BUILD_TYPE prior to use 3 years ago
Nick Black cd2b5de5fa
Panblitter ncplane_as_rgba() (#1697)
ncplane_as_rgba: genericize across blitters

ncplane_as_rgba() previously was implemented explicitly
in terms of NCBLIT_2x1. it now uses the `egcs` field of the
`blitset`. this supports NCBLIT_2x2 and NCBLIT_3x2 in
ncplane_rgba(). Closes #1490.
3 years ago
nick black d216b4115e
scrub_color_table: use sprixel cell geom not plane cell geom #1689 3 years ago
nick black d20a4d8104
ncdirect: restore colors properly following sgr #1703 3 years ago
nick black 1f1bbadeac
demo: fpsgraph_init: ncuplot_create() kills plane on error 3 years ago
nick black 74eac6236b
ncXplot_create: own ncplane on all paths 3 years ago
joseLuís 9b5987e061 from_bgra(): repair mempcy #1700 3 years ago
joseLuís 8fa70935fe [rust] update issue-1699 example 3 years ago
joseLuís e839a95c2b [rust] fix build, remove raqote 3 years ago
joseLuís 7e51f04111 [rust] new example issue-1699; issue #1700
- add raqote 2D graphics library as a dev-dependency
3 years ago
nick black 217ab0cd90
cbreak_mode: require working file descriptor 3 years ago
nick black ccad97dcff cbreak_mode(): take no action on invalid file descriptor 3 years ago
nick black a0130a88e6 don't try to preserve termios sans terminal 3 years ago
nick black a4337ef144 merge tpreserved across direct/rendered #1525 3 years ago
nick black e10a2f7a21
unify ncinputlayer between direct and rendered mode #1525 3 years ago
nick black 36d1eaf37b
revert, revert, revert my idiot change 3 years ago
nick black d902dae60b
unify preserved termios between direct/rendered mode 3 years ago
nick black 73913c3f1a free_terminfo_cache: free up esctable #1525 3 years ago
nick black 2df95f7e25 load up ESCAPE_OC #1525 3 years ago
nick black 1b15de9532 convert last two into esctable (initc/getm) #1525 3 years ago
nick black 59ddd3b0aa move sc, rc, clear, and home to esctable #1525 3 years ago
nick black 567a1796a5 add smxx/rmxx to esctable #1525 3 years ago
nick black 857d5e5958 move smkx/rmkx smcup/rmcup into escape block #1525 3 years ago
nick black c4e5ee2c38 sgr-direct PoC: use ncdirect_supported_styles() to guide output 3 years ago
nick black a22414cd35 explicitly disable italics on ncv failure #1525 3 years ago
nick black d613ed0784 move cursor controls into escblock #1525 3 years ago
nick black 92873d6b6e move italics into esctable #1525 3 years ago