Commit Graph

455 Commits (master)

Author SHA1 Message Date
nick black 040ff99fb7
v3.0.9 1 year ago
Alex Samuel 9578e4c969
Merge pull request #2625 from alexhsamuel/feature/box
Feature/box
2 years ago
nick black 8dbfe858d9
v3.0.8 2 years ago
Alex Samuel 7c500ab4e1 [py] Add plane.scrollup(). 2 years ago
Alex Samuel d1b47cc8a4 [py] Remove y, x params from box(). 2 years ago
nick black 2d7350c9ac
v3.0.7 2 years ago
Alex Samuel bbdd67c23d [py] Use rgb(). 2 years ago
Alex Samuel 7e1a5d48e7 [py] Import rgb(). 2 years ago
Alex Samuel 3d1fff617d [py] Accept none or a channel value. Add rgb() function. 2 years ago
Alex Samuel f049b61b34 [py] Split out fg and bg params to box(). 2 years ago
Alex Samuel 9cdcd283d0 [py] box() example. 2 years ago
Alex Samuel 776680f5af [py] Basic box() function. 2 years ago
Alex Samuel 2be5517d7e [py] perimeter_rounded() takes kwargs. 2 years ago
nick black 810f8694ec
v3.0.6 2 years ago
Alex Samuel 2cf9abee93 set_scrolling() takes positional args. 2 years ago
Alex Samuel 8b86d0e013 Decode potentially more than one byte. 2 years ago
Alex Samuel 968155b2ab Clean up example script a bit. 2 years ago
Alex Samuel ce7d1f20f3 [py] Cast to silence warning. 2 years ago
Alex Samuel 1d7961e912 [py] Update stub file for get methods. 2 years ago
Alex Samuel bc98a52ea8 [py] Implement get() with deadline. 2 years ago
Alex Samuel e1d2b8bbf6 [py] Fix function signatures. 2 years ago
Alex Samuel 0efeb4e28f [py] Get the input tester to work. 2 years ago
Alex Samuel 87ffd4c160 [py] Implement Notcurses.get_blocking() and Notcurses.get_nblock(). 2 years ago
Alex Samuel ed2a459b6f [py] Add NcInput type. 2 years ago
Alex Samuel 008fb80a5b Use the right code for unsigned int. 2 years ago
nick black dc845b5dcc
v3.0.5 2 years ago
nick black 5943d4e256
v3.0.4 2 years ago
nick black b4bc770127
v3.0.3 2 years ago
nick black 86e09bec49
v3.0.2 2 years ago
nick black 2f00fadfdd eliminate some signedness changes in notcurses.h 2 years ago
nick black 53c95b6d86
v3.0.1 2 years ago
nick black 7bbc669813
v3.0.0 2 years ago
nick black caaeec5094
Place ncneofetch properly (#2415)
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
2 years ago
joseLuís ff27a0f40a [python] fix type 3 years ago
joseLuís 2f7b6e711f [python] fix type 3 years ago
nick black aa0c3ef1a9
sync all versions to 2.4.99 #2402 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 369602196b
[NEWS] ncstrwidth takeover 3 years ago
nick black 80bff7a687
[python] spelling 3 years ago
nick black 0dfc5facdf
2.4.98 trial balloon 3 years ago
nick black ce25472f50
[python] dump eliminated macros 3 years ago
nick black e205cde05f
set versions to 2.4.97 for prep nuget build #2354 3 years ago
nick black ca0b168192
name everything 2.4.99 3 years ago
nick black 36174c1291
[python] size_t for sbytes 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