Commit Graph

1308 Commits (c87a9ed5ddf7445fa96b1035f94d6876f98295a8)
 

Author SHA1 Message Date
nick black c87a9ed5dd
Gradients: set alpha, better prechecks #389
Gradients can't use palette-indexed color, so don't allow it
in either the foreground or background of any channels. All
channels must have the same alpha setting, which will be matched
in the gradient. #389
4 years ago
nick black 1030409096
move fill/stain routines into fill.c 4 years ago
nick black a39efb1d6d
move selector, menu documentation to book 4 years ago
nick black fce0d9d88d
README: send multimedia to book 4 years ago
nick black 13beb9703f
move some README content to the book 4 years ago
Marek Habersack 3467a0adef [C++] API sync
Added:

  * NCKey: `ScrollUp`, `ScrollDown` and `Return`
  * Plane: is_mouse_event (`ncplane_mouseevent_p`)
4 years ago
nick black 5d8da395b9
demo: Fix JSON output for multiple runs #387 4 years ago
nick black 0dc5456035
Emit JSON on -J arg to demo #387
Accept -J as a parameter requiring an option to notcurses-demo(1).
Update the man page and usage message to reflect this. Open the
specified file for binary writing with truncation at option parsing
time; fail out if we can't open it. At the end of the demo, write
the results out as JSON, using full precision for all values #387.
4 years ago
nick black 87cac84db2
remove obsolete FIXME 4 years ago
nick black b7a028569c
gradient: support default/palette #376 4 years ago
nick black 5b4c6c14e3
gradient: implement + test 1d fills 4 years ago
nick black 5f971a6baa
ignore Cargo.lock for libraries 4 years ago
nick black b6438e415d
poc/geom: three new stupid unicode tricks 4 years ago
nick black 4fb8500631
README: add link to mailing list 4 years ago
nick black 2c98013150
python: fix up seqnum reference 4 years ago
nick black 519f77dd7f
notcurses_refresh: resynthesize unoptimized stream #380 4 years ago
nick black fddff356a4
ncdirect_clear(): don't deref null clear 4 years ago
nick black 0a1f36cbfa
debian: add ncdirect_ new to symbols 4 years ago
nick black a09bdc4ade
Add seqnum field to ncinput #374 4 years ago
nick black ddd33fea31
ncdirect_move() doc, readme, python, c++ #382 4 years ago
nick black a626178b16
ncdirect: cursor movement / geom detection #382 4 years ago
nick black 508da16b77
debian: drop graphviz build dep 4 years ago
nick black 91f59b763d
don't deadlock in demo when cancelled 4 years ago
nick black e72111ac8b
v1.2.2 4 years ago
nick black 0e3be34d2c demo: hook up Ctrl+L to refresh #379 4 years ago
nick black 9db4bdd599 ncselector: move to mouse press #305 4 years ago
nick black 2b0efddb27 poc/menu: make menu items visible 4 years ago
nick black 773b85e81e poc/menu: kill brown-bagger, add backgrounds #383 4 years ago
nick black c9a0964034 menu: check for mousepress #306 4 years ago
nick black 40428fd05e
Cell: non-OPAQUE always sets non-default bit 4 years ago
nick black bdd0917ea4
selector: transparent where we aren't 4 years ago
nick black 5980c9ae66
sliders: always an even width, for centering 2-digit IDs 4 years ago
nick black 9206329ea7
uniblock: annihilate RTL glitches, finally #259 4 years ago
nick black e7cc4a098c
debian: update symbols file 4 years ago
nick black 78595399a1
demo: properly color vertbar in summary line 4 years ago
nick black 339185dd6f
demo: handle_input() deadline check #377 4 years ago
nick black 58b67a56af
demo: still show elapsed time when aborting 4 years ago
nick black a88683fe3c
sliders: stainable numbers 4 years ago
nick black a9298e89e3
selector: scroll with mouse #305 4 years ago
nick black bf60c51b3d
nckey: aliases NCKEY_ENTER, SCROLL_* 4 years ago
nick black 9b0603bb32
Implement + test ncplane_mouseevent_p() #305 4 years ago
Marek Habersack 945c3a5f4f [C++] API sync
Added:
 * Cell: get_addrword (`cell.attrword`)
 * Cell: get_channels (`cell.channels`)
 * NotCurses: get_stdplane overloads (`notcurses_stddim_yx`)
 * Plane: putc (support for `ncplane_putsimple_stainable`,
   `ncplane_putegc_stainable`, `ncplane_putwegc_stainable`)
 * Plane: format (`ncplane_format`)
 * Plane: stain (`ncplane_stain`)
 * Plane: translate (`ncplane_translate`)
4 years ago
nick black 3f493691d0
Debian: pass USE_PYTHON=off to cmake #363 4 years ago
nick black 3483f019e3
NOTCURSES_SHARE: purely a C thing now #363 4 years ago
nick black 93c8860c13
Install to CMAKE_INSTALL_DATADIR, though #363 4 years ago
nick black e070c73f63
Allow NOTCURSES_SHARE to be specified #363 4 years ago
nick black c02e6311c7
sliders: use notcurses_stddim_yx() 4 years ago
nick black f452583094
DFSG build: don't try to load lamepatents.gif 4 years ago
Nick Black 745e742a12
Fix gradient engine #368 (#372)
Simplify and correct the gradient engine, resolving all test breakage.
4 years ago
nick black 3f6b9c3c62
input: interpret ht as tab 4 years ago