Commit Graph

7663 Commits

Author SHA1 Message Date
nick black
ab6740758f [kitty] rewrite compression using libdeflate #2314 2021-11-14 02:49:16 -05:00
nick black
d96cec38ff libdeflate version in init banner 2021-11-14 02:49:16 -05:00
nick black
32960be702 [kitty] spool out into a buffer rather than zctx #2314 2021-11-14 02:49:16 -05:00
nick black
66ecb45c17
[drone] ubuntu jellyfish 2021-11-14 02:48:04 -05:00
nick black
e20c7d1839
[ubuntu] try to get doctest compiling 2021-11-14 02:47:22 -05:00
joseLuís
da13d8938d [docs] fix ncplane_[format|stain] docs 2021-11-12 19:56:13 +01:00
nick black
8491b6f64b
fetch: include langinfo.h #2344 2021-11-12 10:34:45 -05:00
nick black
423ff7898e [ncneofetch] use nl_langinfo for fallback (windows has no LANG) 2021-11-12 02:28:58 -05:00
nick black
ef2c18810e
[kitty] spool out into a buffer rather than zctx #2314 2021-11-12 01:44:14 -05:00
nick black
7c9e459ff2
[ncneofetch] break down Windows product versions 2021-11-11 23:20:55 -05:00
nick black
0f1768187b
[ncneofetch] break down Windows product versions 2021-11-11 23:11:41 -05:00
nick black
c514d2a01c [windows] get animate demo working 2021-11-11 21:13:17 -05:00
nick black
7f7edcce87 [windows] properly call GetSystemInfo() 2021-11-11 20:37:17 -05:00
joseLuís
2620d8ded6 [docs] update outdated info & fix typo 2021-11-11 19:11:55 +01:00
nick black
427cbf2a90 [procroller] dump NO_ALTERNATE_SCREEN #2338 2021-11-11 12:15:09 -05:00
nick black
f401f2b4f1
[ncplayer] default to pixel blitting #2340 2021-11-11 11:42:03 -05:00
nick black
224743c22a
[ncneofetch] need strings.h 2021-11-11 10:21:27 -05:00
nick black
afc63dccba
[ncneofetch] get core count on ARM #2336 2021-11-11 10:19:00 -05:00
nick black
d74f0583b8
[selector] free memory leaks in unit tests 2021-11-11 10:12:55 -05:00
nick black
f377e30300
[fdplane] constify args/env, kill unit test memory leaks 2021-11-11 10:08:03 -05:00
nick black
d51318f58c
[ncmenu] kill memory leaks in unit tests 2021-11-11 09:49:25 -05:00
nick black
3bc2f40431
[notcurses.h] remove duplicate declarations 2021-11-11 08:23:51 -05:00
nick black
4c0e5aa369
[NEWS] update with 2.4.9 release date. on to 3.0.0! 2021-11-11 08:11:06 -05:00
nick black
c87ea7b162
[procroller] preserve cursor #2338 2021-11-11 07:15:34 -05:00
nick black
aae3cda8b3
[mouse] don't send command when mouseproto == 0 #2339 2021-11-11 06:26:30 -05:00
joseLuís
9c4a8d3028 minor fixes: args order, typo, doc warning 2021-11-11 12:10:09 +01:00
nick black
36174c1291
[python] size_t for sbytes 2021-11-10 23:51:49 -05:00
nick black
5ff59ce421
[putstr] take size_t* for sbytes, not int* #2331 2021-11-10 22:43:44 -05:00
nick black
9b4fb10d6a
[windows] use regular u7 for cursor location reports #2284 2021-11-09 18:12:53 -05:00
nick black
c52b240d76
[mice] DECRST the mode we DECSET #2334 2021-11-09 11:44:39 -05:00
nick black
7dd9454fb8
ncvgeom unit tests: another cellpix{yx} implication 2021-11-09 09:14:39 -05:00
nick black
dcede32e5c
[ncvgeom unit tests] expect cellpix{xy} -> cdim{xy} #2332 2021-11-09 09:06:01 -05:00
nick black
60d14ef527
[vizgeom unit tests] cdim{yx} ought always be set #2332 2021-11-09 08:51:15 -05:00
nick black
7cf819a40f
[automaton] fix xtgettcap-based terminal detection 2021-11-09 06:26:33 -05:00
nick black
981a1d06aa
use d=I for kitty SPRIXEL_HIDE to kill cache 2021-11-09 06:13:01 -05:00
nick black
9065975a3c
move synthesized events beyond unicode 2021-11-09 04:16:23 -05:00
nick black
3e201adf38
[debug] fix up format string 2021-11-09 03:41:24 -05:00
nick black
4153e24f8b
[zoo] clean up background 2021-11-09 03:41:10 -05:00
nick black
8dc396c916
[chunli] use centering options 2021-11-09 03:39:00 -05:00
nick black
c775e8b7af
static inline most capability functions 2021-11-09 02:31:51 -05:00
nick black
8a63270c00
notcurses_{top/bottom} become static inlines 2021-11-09 00:59:33 -05:00
nick black
b42587a1b9
notcurses_getc -> notcurses_get, absolute deadlines 2021-11-09 00:54:29 -05:00
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
2021-11-09 00:53:30 -05:00
nick black
12e01fdf5c [metric] prefix all defs with NC 2021-11-08 21:05:15 -05:00
nick black
c20e859a6d [python] API conversions 2021-11-08 21:05:15 -05:00
nick black
d29813457b stylemasks ought always be uint16_t 2021-11-08 21:05:15 -05:00
nick black
91420af5ce eliminate recursion in ncplane_polyfill_yx #2328 2021-11-08 21:05:15 -05:00
nick black
51e90ca7e9 [hud] use ncmetric for elapsed time 2021-11-08 21:05:15 -05:00
nick black
0231768406 prefix qprefix(), bprefix(), iprefix() with nc- 2021-11-08 21:05:15 -05:00
nick black
83ff2cfe5a unsigned geometries 2021-11-08 21:05:15 -05:00