Commit Graph

111 Commits (master)

Author SHA1 Message Date
Alex Samuel 9578e4c969
Merge pull request #2625 from alexhsamuel/feature/box
Feature/box
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
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 776680f5af [py] Basic box() function. 2 years ago
Alex Samuel 2be5517d7e [py] perimeter_rounded() takes kwargs. 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 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 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 2f00fadfdd eliminate some signedness changes in notcurses.h 2 years ago
joseLuís ff27a0f40a [python] fix type 3 years ago
joseLuís 2f7b6e711f [python] fix type 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 ce25472f50
[python] dump eliminated macros 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
nick black c20e859a6d [python] API conversions 3 years ago
nick black b0acd369c8
[drone] use new debian builder, set USE_GPM=on 3 years ago
nick black 73c9242c08 [python] update for new signatures #1696 3 years ago
nick black 49c9d1db3b python: remove unused render_fd_object #2081 3 years ago
nick black b978f58985 stop supporting/advertising renderfp #2081 3 years ago
nick black 0be5089d2c
adapt new python to rgb8 updates 3 years ago
nick black 3e3f5d1174
update new python for rgb8 functions 3 years ago
nick black 92293dd402
adapt new python to NCCHANNEL 3 years ago
nick black 83d8724e63
updating CELL_ -> NC_ references 3 years ago
nick black 603fd770fe
update new python for CHANNEL_RGB change 3 years ago
igo95862 ec0d2b065f
python: Use pile rendering to files and buffers 3 years ago
nick black f2c8cd31c8
[python] comment out for deprecation 3 years ago
nick black 6eae6fc6b9
build new python wrappers in ubuntu/fedora drones #1770 #1154 3 years ago
nick black 32852c48fc
comment out python notcurses_render_to_{buffer, file}() #1770 3 years ago
igo95862 9befa0ceae python: Added py.typed file to indicate that package is typed 3 years ago
igo95862 d9146de068 python: Finished NcPlane stub 3 years ago
igo95862 4fb67d6a91
python: Fix copyright years 3 years ago
igo95862 c30343e6f6 python: Merge fixes 3 years ago
igo95862 bcf216a667
python: Small imports sort 3 years ago