Commit Graph

455 Commits

Author SHA1 Message Date
nick black
040ff99fb7
v3.0.9 2022-12-10 05:20:23 -05:00
Alex Samuel
9578e4c969
Merge pull request #2625 from alexhsamuel/feature/box
Feature/box
2022-05-02 22:35:52 -07:00
nick black
8dbfe858d9
v3.0.8 2022-04-06 06:25:53 -04:00
Alex Samuel
7c500ab4e1 [py] Add plane.scrollup(). 2022-03-31 03:19:12 -04:00
Alex Samuel
d1b47cc8a4 [py] Remove y, x params from box(). 2022-02-21 23:25:15 -05:00
nick black
2d7350c9ac
v3.0.7 2022-02-20 15:20:12 -05:00
Alex Samuel
bbdd67c23d [py] Use rgb(). 2022-02-16 01:00:01 -05:00
Alex Samuel
7e1a5d48e7 [py] Import rgb(). 2022-02-16 00:59:39 -05:00
Alex Samuel
3d1fff617d [py] Accept none or a channel value. Add rgb() function. 2022-02-16 00:58:54 -05:00
Alex Samuel
f049b61b34 [py] Split out fg and bg params to box(). 2022-02-15 23:45:00 -05:00
Alex Samuel
9cdcd283d0 [py] box() example. 2022-02-13 18:14:08 -05:00
Alex Samuel
776680f5af [py] Basic box() function. 2022-02-13 18:13:57 -05:00
Alex Samuel
2be5517d7e [py] perimeter_rounded() takes kwargs. 2022-02-11 01:16:36 -05:00
nick black
810f8694ec
v3.0.6 2022-02-09 22:36:37 -05:00
Alex Samuel
2cf9abee93 set_scrolling() takes positional args. 2022-02-09 08:41:33 -05:00
Alex Samuel
8b86d0e013 Decode potentially more than one byte. 2022-02-09 08:40:30 -05:00
Alex Samuel
968155b2ab Clean up example script a bit. 2022-02-09 08:35:03 -05:00
Alex Samuel
ce7d1f20f3 [py] Cast to silence warning. 2022-02-08 01:48:57 -05:00
Alex Samuel
1d7961e912 [py] Update stub file for get methods. 2022-02-08 01:48:57 -05:00
Alex Samuel
bc98a52ea8 [py] Implement get() with deadline. 2022-02-08 01:48:57 -05:00
Alex Samuel
e1d2b8bbf6 [py] Fix function signatures. 2022-02-06 22:19:38 -05:00
Alex Samuel
0efeb4e28f [py] Get the input tester to work. 2022-02-06 22:19:38 -05:00
Alex Samuel
87ffd4c160 [py] Implement Notcurses.get_blocking() and Notcurses.get_nblock(). 2022-02-06 22:19:38 -05:00
Alex Samuel
ed2a459b6f [py] Add NcInput type. 2022-02-06 22:19:38 -05:00
Alex Samuel
008fb80a5b Use the right code for unsigned int. 2022-02-04 10:47:36 -05:00
nick black
dc845b5dcc
v3.0.5 2022-01-21 12:39:27 -05:00
nick black
5943d4e256
v3.0.4 2022-01-08 14:37:08 -05:00
nick black
b4bc770127
v3.0.3 2022-01-02 12:31:25 -05:00
nick black
86e09bec49
v3.0.2 2021-12-21 09:01:43 -05:00
nick black
2f00fadfdd eliminate some signedness changes in notcurses.h 2021-12-19 07:26:44 -05:00
nick black
53c95b6d86
v3.0.1 2021-12-12 15:11:17 -05:00
nick black
7bbc669813
v3.0.0 2021-12-02 04:41:48 -05:00
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
2021-12-02 01:45:49 -05:00
joseLuís
ff27a0f40a [python] fix type 2021-11-30 12:17:07 +01:00
joseLuís
2f7b6e711f [python] fix type 2021-11-30 12:10:00 +01:00
nick black
aa0c3ef1a9
sync all versions to 2.4.99 #2402 2021-11-30 02:16:17 -05:00
nick black
e4cf772a4d
[python] hate 2021-11-29 13:53:28 -05:00
nick black
5ab251e8d8
[python] sigh 2021-11-29 13:32:25 -05:00
nick black
17994e422f
[python] endless python troubles 2021-11-29 13:20:59 -05:00
nick black
7b4ff301eb
[python] long_as_ulong 2021-11-29 13:10:37 -05:00
nick black
8d0e452c9c
[python] long_as_ulong 2021-11-29 12:57:19 -05:00
nick black
b6bcf93f83
[python] unsigned margins 2021-11-29 12:41:59 -05:00
nick black
369602196b
[NEWS] ncstrwidth takeover 2021-11-26 03:27:25 -05:00
nick black
80bff7a687
[python] spelling 2021-11-26 03:22:54 -05:00
nick black
0dfc5facdf
2.4.98 trial balloon 2021-11-21 00:33:46 -05:00
nick black
ce25472f50
[python] dump eliminated macros 2021-11-19 05:37:33 -05:00
nick black
e205cde05f
set versions to 2.4.97 for prep nuget build #2354 2021-11-18 21:36:24 -05:00
nick black
ca0b168192
name everything 2.4.99 2021-11-17 19:40:32 -05:00
nick black
36174c1291
[python] size_t for sbytes 2021-11-10 23:51:49 -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