Commit Graph

7670 Commits (b340f01a0a05fe0c2421b9271f32847a384ac6ca)
 

Author SHA1 Message Date
nick black 623d2bf8eb
[ncneofetch] arch moved its logo 3 years ago
nick black ac9ae26e46
kill obsolete FIXME 3 years ago
nick black ae95310dd8
[drone] disable jellyfish for now 3 years ago
nick black 01606de5a7
[xray] kill lplane on each cycle, eliminating draw residue #2318 3 years ago
nick black ff37ec6bf9 [drone] disable fedora build until we package libdeflate #2346 3 years ago
nick black 491a7f74dc [ncneofetch] ponly want langinfo.h on non-windows 3 years ago
nick black ef53094e53 [windows] chill out, PRIuPTR for size_t 3 years ago
nick black ab6740758f [kitty] rewrite compression using libdeflate #2314 3 years ago
nick black d96cec38ff libdeflate version in init banner 3 years ago
nick black 32960be702 [kitty] spool out into a buffer rather than zctx #2314 3 years ago
nick black 66ecb45c17
[drone] ubuntu jellyfish 3 years ago
nick black e20c7d1839
[ubuntu] try to get doctest compiling 3 years ago
joseLuís da13d8938d [docs] fix ncplane_[format|stain] docs 3 years ago
nick black 8491b6f64b
fetch: include langinfo.h #2344 3 years ago
nick black 423ff7898e [ncneofetch] use nl_langinfo for fallback (windows has no LANG) 3 years ago
nick black ef2c18810e
[kitty] spool out into a buffer rather than zctx #2314 3 years ago
nick black 7c9e459ff2
[ncneofetch] break down Windows product versions 3 years ago
nick black 0f1768187b
[ncneofetch] break down Windows product versions 3 years ago
nick black c514d2a01c [windows] get animate demo working 3 years ago
nick black 7f7edcce87 [windows] properly call GetSystemInfo() 3 years ago
joseLuís 2620d8ded6 [docs] update outdated info & fix typo 3 years ago
nick black 427cbf2a90 [procroller] dump NO_ALTERNATE_SCREEN #2338 3 years ago
nick black f401f2b4f1
[ncplayer] default to pixel blitting #2340 3 years ago
nick black 224743c22a
[ncneofetch] need strings.h 3 years ago
nick black afc63dccba
[ncneofetch] get core count on ARM #2336 3 years ago
nick black d74f0583b8
[selector] free memory leaks in unit tests 3 years ago
nick black f377e30300
[fdplane] constify args/env, kill unit test memory leaks 3 years ago
nick black d51318f58c
[ncmenu] kill memory leaks in unit tests 3 years ago
nick black 3bc2f40431
[notcurses.h] remove duplicate declarations 3 years ago
nick black 4c0e5aa369
[NEWS] update with 2.4.9 release date. on to 3.0.0! 3 years ago
nick black c87ea7b162
[procroller] preserve cursor #2338 3 years ago
nick black aae3cda8b3
[mouse] don't send command when mouseproto == 0 #2339 3 years ago
joseLuís 9c4a8d3028 minor fixes: args order, typo, doc warning 3 years ago
nick black 36174c1291
[python] size_t for sbytes 3 years ago
nick black 5ff59ce421
[putstr] take size_t* for sbytes, not int* #2331 3 years ago
nick black 9b4fb10d6a
[windows] use regular u7 for cursor location reports #2284 3 years ago
nick black c52b240d76
[mice] DECRST the mode we DECSET #2334 3 years ago
nick black 7dd9454fb8
ncvgeom unit tests: another cellpix{yx} implication 3 years ago
nick black dcede32e5c
[ncvgeom unit tests] expect cellpix{xy} -> cdim{xy} #2332 3 years ago
nick black 60d14ef527
[vizgeom unit tests] cdim{yx} ought always be set #2332 3 years ago
nick black 7cf819a40f
[automaton] fix xtgettcap-based terminal detection 3 years ago
nick black 981a1d06aa
use d=I for kitty SPRIXEL_HIDE to kill cache 3 years ago
nick black 9065975a3c
move synthesized events beyond unicode 3 years ago
nick black 3e201adf38
[debug] fix up format string 3 years ago
nick black 4153e24f8b
[zoo] clean up background 3 years ago
nick black 8dc396c916
[chunli] use centering options 3 years ago
nick black c775e8b7af
static inline most capability functions 3 years ago
nick black 8a63270c00
notcurses_{top/bottom} become static inlines 3 years ago
nick black b42587a1b9
notcurses_getc -> notcurses_get, absolute deadlines 3 years ago
nick black fe924be5ef
ABI3 changes (#2333)
Long-planned changes for API/ABI3 #1777

* remove old-style notcurses_ rendering functions
* Make notcurses_render() a static inline wrapper around
 ncpile_render(). Remove the deprecated
 notcurses_render_to_file() and ncpile_render_to_file().
* ncstrwidth() becomes static inline wrapper #1777
* remove deprecated ncvisual_subtitle()
* kill ncvisual_inflate(), long deprecated #1777
* remove deprecated palette256 wrappers #1777
* kill ncplane_new() #1777
* remove deprecated renderfp field from notcurses_options #1777
* reorder ncstats fields to match documentation #1777
* kill deprecated style functions #1777
* ncplane_move{top, bottom} become static inline #1777
** ncplane_pixelgeom -> ncplane_pixel_geom() #1777
* ncstyle functions ought return uint16_t #1777 #2200
* ncvisualplane_create: provide new pile functionality #1462
* [heuristics] GNU screen 4x never has rgb
* [BitmapSmoothMove] only WARN in test until sixel supports this #2258
* contour: enable sextants
* interp PoC: clean up ncvisual #2266
* ncselector_options: constify string arguments
* Constify strings in selector/mselector_items
 Use internal types to track items within the
 selector/mselector widgets, rather than pressing the
 user-provided item structs into double-duty. With this
 change, we can constify the strings within those
 user-provided items. Do so, also removing the internal-side
 elements. Update documentation. Closes #2267.
* constify ncmenu_item/_section strings
* constify strings in nctabbed_options
* notcurses-demo FPS graph: back to straight seconds
* remove unused wchar_from_utf8()
* nstrwidth_valid(): properly initialize bytes/width
* [ncneofetch] use GetSystemInfo on Windows
3 years ago