Commit Graph

399 Commits (53894caccb2eac321cafd455cfd1035e7acde616)

Author SHA1 Message Date
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()).
3 years ago
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
4 years ago
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.
4 years ago
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
4 years ago
joseLuís 4996bebad0 rust: add constant NCOPTION_NO_CLEAR_BITMAPS 4 years ago
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.
4 years ago
joseLuís 36a7355cd8 rust: minor examples updates 4 years ago
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.
4 years ago
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
4 years ago
joseLuís 1e274287f6 rust: add NcTree widget.
- created all methods except .goto().
- WIP callback types.
- minor updates.
- rustfmt.
4 years ago
joseLuís aa9bf7a0e7 rust: add ncplane_abs_yx, ncplane_abs_y, ncplane_abs_x
- minor updates
4 years ago
joseLuís 29ac41440c rust: add NcPlane methods resize_maximize & rgba; fix #1508 4 years ago
joseLuís 8cf52672cb rust: rustfmt 4 years ago
joseLuís 63d8645f04 rust: improve pixel-cell example 4 years ago
joseLuís 89e38c11f3 rust: add ncvisual methods & pixel-cell example 4 years ago
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
4 years ago
joseLuís 5492119263 rust: add *_check_pixel_support functions + example 4 years ago
nick black 6760929f91
rust: s/blacklist/blocklist/g 4 years ago
nick black 8c78b089e1
v2.2.5 4 years ago
joseLuís 43d1f7192b rust: refactor NcError constructor methods 4 years ago
nick black 57114c8005
[bitmaps] remove redundant PixelWipeBlocks test 4 years ago
nick black a8a42c2a50 [planes] implement ncplane_resize_marginalized() #1472 4 years ago
nick black 50df69ab31 [planes] implement MARGINALIZED in ncplane_create() #1472 4 years ago
nick black a9d9093e22 rust: fix up notcurses_align() unification #1468 4 years ago
nick black df85fb55ba [bitmaps] fix bitmap placement when making a new plane #1468 4 years ago
nick black 229c1ab3c2 ncplane_new_internal: use ncplane_valign() #1468 4 years ago
nick black fc79dcd77a update rust for halign/valign #1468 4 years ago
nick black 033ae7f93e [capabilities] eradicate notcurses_canpixel() 4 years ago
nick black 1a1305faee rust: adapt NcDirect::render_frame() #1411 4 years ago
nick black bc84987af5
v2.2.3 4 years ago
nick black 70be457071
rust: hide blitset definition 4 years ago
nick black 74f7597d09 rust: drop unused import 4 years ago
nick black 53c52e30ff remove c++/rust channel wholesalers 4 years ago
nick black 16ec1c3618 rust: purge NCOPTION_VERIFY_SIXEL 4 years ago
nick black 7724f6301e s/notcurses_cansixel/notcurses_canpixel/g #200 4 years ago
nick black 901ccc2d28 rust/python: ncblit_sixel -> ncblit_pixel 4 years ago
Ben Spencer 9625450848 rust: fix a couple of doc comments 4 years ago
nick black d732ffc1f4
rust: use CELL_BG_ALPHA_MASK not CHANNEL_ALPHA_MASK 4 years ago
nick black c10f5a40ce
v2.2.2 4 years ago
nick black f775ae6b59 rust: update stats() 4 years ago
nick black be4a9154a8
v2.2.1 4 years ago
nick black 3cdf7160de
v2.2.0 4 years ago
nick black 54ca2249df
v2.1.8 4 years ago
nick black 46f17f4794
add LICENSE to rust/ 4 years ago
nick black 68776b24e8 Add José to Cargo.toml, copy LICENSE #1163 4 years ago
nick black 6c48c82171 rust: CELL_NOBACKGROUND_MASK oughtn't be exported 4 years ago
nick black 121f10a9c5
v2.1.7 4 years ago
nick black 57271d09ce
v2.1.6 4 years ago
nick black 3ecdde74d0
v2.1.5 4 years ago
joseLuís da5f86cc8f rust: rename NcDimension to NcDim; rustfmt 4 years ago