Nick Black
04b1ba8ed2
Dankamongmen/unify geom ( #1514 )
...
deprecate ncvisual_geom() in favor of new ncvisual_blitter_geom(), which allows caller to get the blitter used. replace the checks and calculations in ncvisual_render() with a call to ncvisual_blitter_geom(), unifying the two paths (and eliminating several bugs in the unloved ncvisual_geom()).
2021-04-10 04:04:02 -04:00
joseLuís
429ca673d3
rust: several fixes; add example for issue #1509
...
- fix method name: NcPlane.at_yx_cell().
- tell bidngen derive more traits when it can
- update .gitignore so it doesn't ignore rust/build
2021-04-08 14:48:16 +02:00
joseLuís
7d51756a12
rust: new poc-planebase example; doc improvements
...
- improve NcVisual.from_rgba documentation.
- fix Notcurses.term_dim_yx documentation.
- new example `poc-planebase` to help find the bug.
- improve full-capabilities example a little.
2021-04-08 13:11:06 +02:00
joseLuís
60c874f835
rust: impl ncplane_as_rgba; refactor macros
...
- rename and refactor NcPlane method rgba() to as_rgba().
- add example `issue-rgba` that shows a problem when the plane has text.
- refactor `error_ref` & `error_ref_mut` macros to allow custom return values
2021-04-08 11:07:04 +02:00
joseLuís
4996bebad0
rust: add constant NCOPTION_NO_CLEAR_BITMAPS
2021-04-08 09:22:56 +02:00
joseLuís
7c6083ee1a
rust: add missing functions & constants; refactor
...
- implement methods for ncplane_resize_marginalized & notcurses_debug_caps.
- add constants NCPLANE_OPTION_MARGINALIZED & NCPLANE_OPTION_VERALIGNED.
- signature updates for NcChannel* & NcPixel trait methods.
- minor improvements.
2021-04-08 08:35:35 +02:00
joseLuís
36a7355cd8
rust: minor examples updates
2021-04-07 21:27:10 +02:00
joseLuís
ae2af14281
rust: new methods, refactor methods and planes example
...
- add NcChannelPair constructors.
- change some NcChannel methods to return Self: set(), set_alpha()
- add NcPlane methods move_rel() & resize_simple_rel().
- add example full-planes (WIP).
- remove proto-example full-basics.
- small update of poc-menu example.
2021-04-07 20:32:46 +02:00
joseLuís
435b8cb6a7
rust: refactor examples & palette_size method
...
- refactor Notcurses.palette_size() to return an NcResult.
- refactor & rename example direct-text.rs to direct-capabilities.rs.
- new example full-capabilities.rs
2021-04-07 14:49:44 +02:00
joseLuís
1e274287f6
rust: add NcTree widget.
...
- created all methods except .goto().
- WIP callback types.
- minor updates.
- rustfmt.
2021-04-07 14:19:13 +02:00
joseLuís
aa9bf7a0e7
rust: add ncplane_abs_yx, ncplane_abs_y, ncplane_abs_x
...
- minor updates
2021-04-07 11:47:05 +02:00
joseLuís
29ac41440c
rust: add NcPlane methods resize_maximize & rgba; fix #1508
2021-04-06 19:29:03 +02:00
joseLuís
8cf52672cb
rust: rustfmt
2021-04-06 12:31:19 +02:00
joseLuís
63d8645f04
rust: improve pixel-cell example
2021-04-06 12:30:32 +02:00
joseLuís
89e38c11f3
rust: add ncvisual methods & pixel-cell example
2021-04-05 23:55:24 +02:00
joseLuís
1c5ee9eb8c
rust: add more functions and methods
...
- add functions: ncdirect_core_init & notcurses_core_init (methods pending)
- add functions & methods: ncdirect_readline & notcurses_can_braille
- minor fixes
2021-04-05 19:34:39 +02:00
joseLuís
5492119263
rust: add *_check_pixel_support functions + example
2021-04-05 11:16:34 +02:00
nick black
6760929f91
rust: s/blacklist/blocklist/g
2021-04-04 14:30:05 -04:00
nick black
8c78b089e1
v2.2.5
2021-04-04 14:28:16 -04:00
joseLuís
43d1f7192b
rust: refactor NcError constructor methods
2021-03-31 14:45:47 +02:00
nick black
57114c8005
[bitmaps] remove redundant PixelWipeBlocks test
2021-03-28 16:59:02 -04:00
nick black
a8a42c2a50
[planes] implement ncplane_resize_marginalized() #1472
2021-03-27 07:07:48 -04:00
nick black
50df69ab31
[planes] implement MARGINALIZED in ncplane_create() #1472
2021-03-27 07:07:48 -04:00
nick black
a9d9093e22
rust: fix up notcurses_align() unification #1468
2021-03-27 02:31:51 -04:00
nick black
df85fb55ba
[bitmaps] fix bitmap placement when making a new plane #1468
2021-03-27 02:31:51 -04:00
nick black
229c1ab3c2
ncplane_new_internal: use ncplane_valign() #1468
2021-03-27 02:31:51 -04:00
nick black
fc79dcd77a
update rust for halign/valign #1468
2021-03-27 02:31:51 -04:00
nick black
033ae7f93e
[capabilities] eradicate notcurses_canpixel()
2021-03-25 20:41:02 -04:00
nick black
1a1305faee
rust: adapt NcDirect::render_frame() #1411
2021-03-14 22:48:47 -04:00
nick black
bc84987af5
v2.2.3
2021-03-08 07:10:50 -05:00
nick black
70be457071
rust: hide blitset definition
2021-03-07 22:59:02 -05:00
nick black
74f7597d09
rust: drop unused import
2021-02-27 19:03:42 -05:00
nick black
53c52e30ff
remove c++/rust channel wholesalers
2021-02-27 19:03:42 -05:00
nick black
16ec1c3618
rust: purge NCOPTION_VERIFY_SIXEL
2021-02-27 19:03:42 -05:00
nick black
7724f6301e
s/notcurses_cansixel/notcurses_canpixel/g #200
2021-02-27 19:03:42 -05:00
nick black
901ccc2d28
rust/python: ncblit_sixel -> ncblit_pixel
2021-02-27 19:03:42 -05:00
Ben Spencer
9625450848
rust: fix a couple of doc comments
2021-02-21 15:11:21 -05:00
nick black
d732ffc1f4
rust: use CELL_BG_ALPHA_MASK not CHANNEL_ALPHA_MASK
2021-02-21 08:22:25 -05:00
nick black
c10f5a40ce
v2.2.2
2021-02-18 07:07:26 -05:00
nick black
f775ae6b59
rust: update stats()
2021-02-18 04:14:41 -05:00
nick black
be4a9154a8
v2.2.1
2021-02-09 19:34:03 -05:00
nick black
3cdf7160de
v2.2.0
2021-02-08 09:35:34 -05:00
nick black
54ca2249df
v2.1.8
2021-02-03 08:34:49 -05:00
nick black
46f17f4794
add LICENSE to rust/
2021-02-02 20:36:46 -05:00
nick black
68776b24e8
Add José to Cargo.toml, copy LICENSE #1163
2021-02-02 17:59:44 -05:00
nick black
6c48c82171
rust: CELL_NOBACKGROUND_MASK oughtn't be exported
2021-02-02 00:57:58 -05:00
nick black
121f10a9c5
v2.1.7
2021-01-21 03:21:31 -05:00
nick black
57271d09ce
v2.1.6
2021-01-21 02:44:00 -05:00
nick black
3ecdde74d0
v2.1.5
2021-01-15 05:14:07 -05:00
joseLuís
da5f86cc8f
rust: rename NcDimension to NcDim; rustfmt
2021-01-08 19:25:46 +01:00