Commit Graph

546 Commits (4a23acab2d3a0e1acc5c70895619dfdf2acb548a)

Author SHA1 Message Date
joseLuís f1f97aeee7 [rust] continue solving bugs for #1339
also update `example-1832.rs` & run rustfmt
3 years ago
joseLuís f401d85733 [rust] update function-summary data & minor fix 3 years ago
nick black 1189891167
v2.3.8 3 years ago
nick black 8b6a30cba8
v2.3.7 3 years ago
joseLuís fc4757289b [rust] hide some macro docs intended for internal use
- and improve `issue-1832` example a little
3 years ago
joseLuís f8747ea3e9 [rust] add example for issue #1832 3 years ago
joseLuís 504dcaad59 [rust] remove `NcSignalSet`
- hopefully solved the remaining bug of #1339
3 years ago
joseLuís adc1447778 [rust] add `ncplane_scrolling_p` & `NcPlane.scrolling` 3 years ago
joseLuís c69c14e5be [rust] keep on solving multiple architecture bugs #1339
- fix notcurses_debug test on s390x & ppc64le.
- fix NcChannels parameters for NcPlane methods gradient & gradient_sized.
- fix ncplane_gradient & ncplane_gradient_sized on i686 & arm7hl by reimplementing them as a thin wrapper.
- fix ncdirect_hline_interp & ncdirect_vline_interp on i686 & arm7hl by reimplementing them as a thin wrapper.
- fix some docs & do some minimal refactoring.
3 years ago
joseLuís 0760223fb5 [rust] add NCOPTION_PRESERVE_CURSOR 3 years ago
joseLuís 8cc32fd065 [rust] bring back NCSTYLE_BLINK 3 years ago
joseLuís cadca69138 [rust] fix the `NcEgc` mess.
- An `EGC` is an UTF-8 string of length 1, not a unicode code point (char).
- remove the `NcEgc` type and use `&str` and `String`, instead (for now).
- update some docs.
- rustfmt.
3 years ago
nick black 9d7f07771b
GTFO NCSTYLE_DIM, NCSTYLE_REVERSE #1818 3 years ago
nick black 481d539092
v2.3.6 3 years ago
nick black 2ee6e23071
rust: no more NCSTYLE_STANDOUT 3 years ago
nick black 383678da4e
move remainder of debug_caps into notcurses-info #1793 3 years ago
nick black 8fc2a32990
remove NCSTYLE_{INVIS,BLINK,STANDOUT} #1818 3 years ago
nick black a14a5271ac
v2.3.5 3 years ago
joseLuís a3c593eed9 [rust] fix some docs 3 years ago
joseLuís fe275447fb [rust] rename `NcPixelGeometry` fields 3 years ago
joseLuís 42d0feb265 [rust] delete uneeded examples for closed issues 3 years ago
joseLuís bbc9f0e595 [rust] update example 3 years ago
joseLuís 7d5e800eb3 [rust] new example issue-rgb_packed #1806 3 years ago
joseLuís 3fed537854 [rust] remove NcDirectV type alias, use NcPlane instead 3 years ago
joseLuís a693455916 [rust] rename cell style methods
- on_styles → styles_on, off_styles → styles_on, set_stypes → styles_set
- improve some docs and fix doclinks.
3 years ago
joseLuís d6e724190a [rust] update readme 3 years ago
joseLuís 90a2ff6fca [rust] fix pixel-cell example
- fix some docs and parameter names.
3 years ago
joseLuís e5092ad4eb [rust] add ncvisual_from_rgb_* functions and methods
- update some docs.
3 years ago
joseLuís 4a16ccc78a [rust] temporary fix for bindgen warnings 3 years ago
joseLuís d38a63ca04 [rust] add NCDIRECT_OPTION[_VERY]_VERBOSE consts 3 years ago
joseLuís 391c58e4ed [rust]
- add ncdirect_canget_cursor
- made ncplane_notcurses require a non-mutable reference.
3 years ago
nick black bd633d697a
[rust] idiot 3 years ago
nick black b3ed98b686
rust: adapt to non-const ncdirect_get_{xy}() #1789 3 years ago
joseLuís 8f234368d8 make `ncplane_pixelgeom` require a const reference 3 years ago
joseLuís 1ea663229a [rust] refactor NcDirect
- add missing method `cansextant`.
- rename several cursor functions for consistency.
- fix & update poc-direct example.
- update docs.
3 years ago
joseLuís e74e2e3f67 [rust] add NcCapabilities & related NcDirect functions 3 years ago
joseLuís 7249ecccc1 [rust] add NCSTYLE_UNDERCURL 3 years ago
joseLuís c822aa345e [rust] remove duplicated method NcChannel.set_rgb 3 years ago
joseLuís 3e9b2c1fe4 [rust] rename `NcChannelPair` to `NcChannels`
- deprecate `NcChannelPair`
3 years ago
joseLuís 48876b42fb [rust] rename several constructor methods
For semantic consistency with the Rust API guidelines.

- rename most `NcChannel` & `NcCell` methods starting with `with_`* to `from_`*.
- update examples.
3 years ago
joseLuís 4c0268997c [rust] rename `NcColor` to `NcComponent`.
- fix docs.
3 years ago
joseLuís 2ba4777443 [rust] rename `NCCELL_`* constants to `NCALPHA_`*
- move `NCALPHA_`* constants to the channel module where `NcAlphaBits`
is defined.
- fix several docs and doclinks.
- rustfmt.
3 years ago
joseLuís bcd09be7d3 [rust] deprecate `Notcurses` use and rename it to `Nc`.
In order to be consistent with the rest of the naming scheme, and in order to avoid conflicts with the higher level rust wrappers, which will be using `Notcurses` for the wrapper struct from now on.

- also deprecate `NotcursesOptions` and rename it to `NcOptions`.
- update examples, docs and readme.
3 years ago
joseLuís d07071246b [rust] update docs
- add more NcPlane docs.
- minor fixes.
3 years ago
joseLuís e95f540c02 [rust] rename NcStyleMask to NcStyle 3 years ago
joseLuís 85cfca8df8 make `check_pixel_support` require a const reference
- fix rust bindings
- related #1766
3 years ago
joseLuís e14f77433f [rust]
- improve docs.
- fix some doclinks.
3 years ago
joseLuís 48c85d5220 [rust] rustfmt; fix docs 3 years ago
nick black ca4a1c7fd8 roll back wayward sed on rust 3 years ago
nick black cadd4aefee s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago