Commit Graph

4791 Commits (945b560dc2f3cd1ba82f6845ec7dd313013ce4bf)
 

Author SHA1 Message Date
nick black 945b560dc2
mention direct mode in CURSES document 3 years ago
nick black 35e44d81c5
caps-rendered: differentiate sixel v kitty 3 years ago
nick black 1f33ada62e
[cffi] update for ncplane_as_rgba() 3 years ago
nick black 582bdebbc3
lol remove notcurses_debug() from notcurses_render() 3 years ago
nick black f294c6bb0b
add ncplane_pixelgeom() #1507 3 years ago
nick black d75590694a
[drone] enable qrcodegen where available 3 years ago
nick black d153ccb8f4
[ncvisual] properly size created plane
if we go into ncvisual_render() looking to render a number
of rows not evenly divisible by the scaling factor, we need
to get an extra row (duh). correct ncvisual_render_cell() to
reflect this. the blitters already know to fill this line in
with transparency wherever the image is not defined. fix up
rotation unit tests to reflect this. closes #1513.
3 years ago
nick black 94839c2958
[ncdirect_stream] kill unused variable warnings 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
3 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.
3 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
3 years ago
nick black 05082fc277
ncplane_as_rgba(), returns pixel geometry along with bitmap #1508 3 years ago
joseLuís 4996bebad0 rust: add constant NCOPTION_NO_CLEAR_BITMAPS 3 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.
3 years ago
nick black 694a0c133f
[terminfo] only interrogate for sixel when pixel geometry is defined #1511 #1506 3 years ago
nick black 217453780e
[terminfo] remove alacritty hacks #1506 #1430 3 years ago
nick black b1baa5e88a
[demo] print that we're checking for pixel support #1506 3 years ago
nick black 3b169dfa31
[notcurses.h] improve ncvisual_from_rgba() docs #1488 3 years ago
nick black 8e61429789
[notcurses.h] remove bogus restriction for ncvisual_render #1488 3 years ago
nick black cc3cddf40b
[sprixel] don't yet enable sixel on alacritty 3 years ago
nick black 0febe3428f
[sprixels] simplify query_sixel() 3 years ago
joseLuís 36a7355cd8 rust: minor examples updates 3 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.
3 years ago
nick black 9dad70568b
[plot] drop inline from update_sample 3 years ago
joseLuís f2dd921caa update info on wezterm and alacritty terminals
- confirmed that wezterm supports pixels.
- add a link to the alacritty repository with WIP pixel support.
3 years ago
joseLuís fce6c6873f fix typos 3 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
3 years ago
joseLuís 1e274287f6 rust: add NcTree widget.
- created all methods except .goto().
- WIP callback types.
- minor updates.
- rustfmt.
3 years ago
joseLuís aa9bf7a0e7 rust: add ncplane_abs_yx, ncplane_abs_y, ncplane_abs_x
- minor updates
3 years ago
joseLuís 29ac41440c rust: add NcPlane methods resize_maximize & rgba; fix #1508 3 years ago
joseLuís 7b9a38d2f1 rust: update function-summary system of scripts
- update script `function_summary.sh`
- new script `compare_outputs.sh` to compile the differences between versions
- create changes files that summarizes diffs between versions
- remove outdated ouput folders
3 years ago
joseLuís 8cf52672cb rust: rustfmt 3 years ago
joseLuís 63d8645f04 rust: improve pixel-cell example 3 years ago
joseLuís 89e38c11f3 rust: add ncvisual methods & pixel-cell example 3 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
3 years ago
joseLuís 5492119263 rust: add *_check_pixel_support functions + example 3 years ago
nick black 8db054ede7
kill off get_controlling_tty in favor of get_tty_fd #1504 3 years ago
nick black 6760929f91
rust: s/blacklist/blocklist/g 3 years ago
nick black 8c78b089e1
v2.2.5 3 years ago
nick black 7865539505
query_sixel: support alacritty's ugh decisions #1430 3 years ago
nick black 0c2e3d6e35
[sixel] make some sixeltable args const 3 years ago
Nick Black 7e78690597
[bitmaps] new unit test LoadVideoPixelScaleDifferentPlanes (#1502) 3 years ago
nick black 7c35d94a9b
paint: referene crender, not rvec #1482 3 years ago
nick black 0dbd3cf830
ncvisual_render_pixels: hide any old sprixels 3 years ago
nick black 2f47d9adef
[bitmaps] new unit test LoadVideoPixelScaleDifferentPlanes 3 years ago
nick black 656b3221af
refresh: initialize with init_rvec, not memset() 3 years ago
nick black ee39fb8cd7
testing: add battery of bitmap tests 3 years ago
nick black 01b82ebab8
[README] fix links to man pages/doxygen, erp #1497 3 years ago
nick black 123447183c
[jungle] fix invalid access on some window geometries 3 years ago
nick black 9546b7e914
move logo to doc/ from data/ to keep install simple 3 years ago