Commit Graph

2695 Commits (490f517bd98fd5c0b4e224a35936b802ed51491a)
 

Author SHA1 Message Date
nick black 490f517bd9
tools/release.sh: reflect rust unification #883 4 years ago
nick black adcabfae52
rust: assimilate #883 4 years ago
nick black 9704f5cbe7
v1.6.12 4 years ago
nick black 12a136cf6e
ncplane_puttext: remove meaningless assignment 4 years ago
nick black 1ada631e94 purge rust/notcurses 4 years ago
nick black ce5484c13c
notcurses_lex_scalemode(): return 0 on success 4 years ago
nick black 733da37bb5
zoo: render the last bit of text 4 years ago
nick black 7c373ecc3a
zoo demo: correct delaytime for spooling 4 years ago
nick black 8aa0986f7d
zoo: support widget use for the duration #835 4 years ago
nick black 7d1e4fae54
plug memory leak in PoC direct 4 years ago
nick black d5eca34cd5
plug memory leak in PoC selector 4 years ago
Nick Black c3508d524b
ncplane_puttext() work for longer lines (#880)
* The zoo demo made manifest that we had some serious problems handling sequences of longer lines in ncplane_puttext(). This remedies most of the problems, though it's not yet perfect. #871
* Guard notcurses* for NULL in log*() #878 #879
* Fix memory leak in ncdirect_dump_plane()
4 years ago
nick black 4de70913bf logging: only fallback to stderr on NULL nc for error/warn 4 years ago
nick black 05689b4828 logging: guard for NULL nc argument #878 4 years ago
nick black 3d96b5249b ncdirect_dump_plane(): plug memory leak of egc 4 years ago
nick black 3895eb911a
not anymore, we're not 4 years ago
nick black 45e5d95774
ugh 4 years ago
Nick Black 0c935d0aea
Merge pull request #875 from dankamongmen/joseluis-patch-1
fix return types
4 years ago
Nick Black e7ad2829e9
Merge branch 'master' into joseluis-patch-1 4 years ago
joseLuís efdb4ba4f1 pass rustfmt & fix typos 4 years ago
joseLuís 03f2e7c871 rust: implement palette functions 4 years ago
joseLuís 7070e532d6 fix typos 4 years ago
joseLuís 7abda11404 add comments for ncpixel functions 4 years ago
joseLuís dbec390fac rust: improve some channel functions
Functions `channel_set()`, `channels_set_fg()`, `channels_set_bg()`
don't return an error anymore. Instead of failing when the rgb value
has any of the last 8 bits set, now it just ignores those bits.
4 years ago
joseLuís 6424e453aa rust: add test modules skeletons 4 years ago
joseLuís ec92d13306 rust: improve info headers 4 years ago
joseLuís da34965fcd rust: implement pixel functions 4 years ago
José Luis Cruz 7bd29c9c17
fix return types
I bet those two return types shoud be unsigned
4 years ago
joseLuís 7790913d2f fix typos & improve comments 4 years ago
joseLuís 8b01f26730 rust: improve info headers for maximum consistency
and implement 1 palette fuction
4 years ago
joseLuís 70adc5645b rust: reimplement keys fns & consts 4 years ago
joseLuís 181a5a20ff Merge branch 'rust-no_std' of github.com:dankamongmen/notcurses into rust-no_std 4 years ago
joseLuís a29fa0395d add handy cargo aliases 4 years ago
joseLuís ba660aa69b make rust bindings no_std compatible, fixes #872 4 years ago
joseLuís 0362a11f63 make it compatible with no_std environment 4 years ago
joseLuís 799407f98c prepare modules for pending work 4 years ago
joseLuís 2fe9e4c22b make it compatible with no_std environment 4 years ago
nick black 8759572632
zoo demo: smooth out delays in mselect input #835 4 years ago
nick black e5d17fd20c
zoo demo: smooth out delays in selector input #835 4 years ago
nick black e0bb0607a0
scan-build false positive workarounds #624
Eliminate scan-build false positive about garbage value
in conditional by replacing a malloc+manual init with a
calloc() #624. The other error it has been reporting goes
away with -maxloop=1000, so I think we're fine now.

Also, simplify paint() by dumping the lfdimx parameter, which
is always the same thing as dstlenx (we originally wrote this
with different resizing semantics). Update callers.
4 years ago
nick black 5b432c6d94
tighten_reel: don't call trim_reel_overhang() with NULL 4 years ago
nick black 82fe736d15
qrcode: fix ncvisual memory leak 4 years ago
nick black 5d08641751
zoo: don't use initialized variable on error path 4 years ago
nick black ac4a53bf3b
trim_reel_overhang: don't rely on assert()s 4 years ago
nick black 4a8d56cbfc
zoo: propagate return codes out of selector demos #835 4 years ago
nick black d6e2ae5262
zoo demo: propagate out return code #835 4 years ago
nick black 02c29f39b6
reel demo: adapt to new tablet callback #818 4 years ago
nick black f0f3b9f45f
ThreeCycleDownNoTabletBorders unit test #818 4 years ago
nick black 1f296256e3
ncreel_trim: work on borderless reels #818 4 years ago
nick black f586e7f47d
ncreel_draw_tablet: properly resize borderless border plane #818 4 years ago