Commit Graph

4078 Commits (d73bc392ab1137047b8cf045f29579e7ba89d197)
 

Author SHA1 Message Date
nick black e37b466eea
notcurses-demo: support 'V' for version out #1266 4 years ago
nick black 4616d60ae9
notcurses-view: support 'V' for version out #1266 4 years ago
nick black 0bcb107ae6
fallin: don't carry cell across planes #1265 4 years ago
nick black 7ab2bddde7
notcurses-tester: no alternate screen 4 years ago
nick black 5c3818b103
notcurses-demo.1: use proper pandoc syntax 4 years ago
nick black 84d6d0fae2
mention notcurses-demo geometry requirements 4 years ago
joseLuís 8c29276c70 rust: improve some comments 4 years ago
nick black 99f04fd7e3
correct title for notcurses_progbar.3 link in index.html 4 years ago
joseLuís 5e7bf86b9c rust: almost complete poc-menu example, still has bugs.
- add NcMenuSection::new_separator() constructor.
- rename constructor method for an empty NcInput to new();
- fix notcurses_getc_blocking() function name and error logic.
- improve comments.
- change type of NCMENU_OPTION_* to u64 (like in C API)
- fix error_str![] macro.
- improve error messages.
4 years ago
joseLuís 31e7305ce8 rust: start improving errors reporting.
- refactor error![] macro, switch place for $msg & $ok parameters.
- add more meaningful NcError return values in several functions related with poc-menu example, for starters.
- the poc-menu example now doesn't randomly fail, IDKW but OK I guess.
- minor unrelated corrections.
4 years ago
joseLuís 8e5e60f588 rust: Continue with poc-menu example.
- add NcPlane.pustr_aligned() method.
- disable notcurses_stddim_yx* functions & methods for now.
- make input argument optional for notcurses_getc_nblocking().
- update full-basics example.
- fix comments.
4 years ago
nick black e522429dfb
direct: reorder declarations to please freebsd 4 years ago
nick black f471ab15df
update copyrights for 2021, ho humm 4 years ago
nick black 449455cf4b
microoptimize channels_blend() top half #1262 4 years ago
nick black 7e9dc0d23b
trim README a bit 4 years ago
nick black 8e4158a817
inline postpaint_cell into raster #1262 4 years ago
joseLuís 624bee6d71 rust: add most NcCell methods
- add & fix comments.
- add methods links.
4 years ago
nick black 279d9a7f43
ncls.1 man page: mention --help 4 years ago
nick black 23d3e03386
ncls: handle --help option 4 years ago
joseLuís 7b4c105fdf rust: finish updating rust for ncdirect changes
- update function and method names.
- update intra-doc links.
- update examples.
4 years ago
nick black a7b131a11c
update rust for ncdirect changes 4 years ago
nick black 05b318e487
cffi: sync to new ncdirect functions 4 years ago
nick black c3557dc56a
drone: use new ubuntu builder 4 years ago
nick black eb64ce090d
cffi: sync to new ncdirect functions 4 years ago
nick black f78fadc356
drone: use es_ES on ubuntu for madlad decimal separator testing 4 years ago
nick black 69e329d328
BigMult unit tests: fix for non-'.' decseps 4 years ago
nick black 7e20a25482
ncdirect_*_palindex -> ncdirect_set_*_palindex #1261 4 years ago
nick black f1253560ad
ncdirect: set_ on rgb functions #1261 4 years ago
nick black 5d99b440e7
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 76d8e2dfce
ncdirect_{fg, bg}_default() -> ncdirect_set_{fg, bg}_default() #1261 4 years ago
joseLuís ff2a22a9a9 rust: Finish adding NcChannel* methods.
- make channels_set[f|b]g_rgb() functions (and corresponding methods) return the NcChannelPair, taking advantage of the fact that those functions can't fail in Rust.
- documentation fixes.
- fix NCSCALE definition typo.
4 years ago
nick black 713498efc5
syntax error in notcurses_input.3 4 years ago
nick black e6d1cbb2b4
clean up notcurses_input.3 4 years ago
nick black 0fb8427fca
notcurses-demo.1: better mojibake description 4 years ago
nick black 5cf546b84f
notcurses-demo.1: add Alt+d and P commands 4 years ago
nick black 6a969e1f52
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black c62b0d3aa1
finish sentence in notcurses-demo man page 4 years ago
joseLuís b6c84cfce2 rust: more 2.1.2 catch-ups
- deprecate old ncdirect_style_* functions.
- add `NCSCALE_*_HIRES` constants.
- BONUS: update ncdirect_raster_frame, removed parameters.
4 years ago
nick black 58bc9bd3bc
fix up writeout stats, report in shutdown banner 4 years ago
nick black 0e8faed3f5
ncneofetch: check LOGO field in /etc/os-release #1246 4 years ago
nick black 638dde7657
remove unnecessary args from ncdirect_raster_frame() #1248 4 years ago
nick black 1d8fcbb5e4
ncdirect: styles{set, on, off} -> _styles #1247 4 years ago
nick black 66349ecbd0
progress bar unit tests: skip non-utf8 4 years ago
nick black 1c4d942cfc DualCell{Left, Right} unit tests #1258 4 years ago
nick black f608df2af8 progbar PoC: call through on 1 #1258 4 years ago
nick black 8824495924 uniblock demo: properly set progress 4 years ago
nick black f729d855f9 complete SingleCellDown/SingleCellUp tests #1258 4 years ago
nick black cd8dd4232c Progress bar unit test SingleCellUp #1258 4 years ago
nick black b0c6f697e0
yield: render in pfill loop so we never look locked up 4 years ago
nick black 68f5ea711e
demo: move HUD over by 2, don't block legend 4 years ago