Commit Graph

131 Commits (e070c73f63886bbd4d085ada7c16fcc270dfd755)

Author SHA1 Message Date
nick black e070c73f63
Allow NOTCURSES_SHARE to be specified #363 4 years ago
nick black bd015434e6
CMake: provide --locked --release 4 years ago
nick black 8e2e1d26b8
python: final fix for arch packaging #357 4 years ago
nick black adfbedf3ef
python: prep to install with DESTDIR 4 years ago
nick black 447ca1f3b9
unlock the python build secret #357 4 years ago
nick black 33b8ad0518
Don't build doxygen by default 4 years ago
nick black 1c05fdb013
python: --single-version-externally-managed 4 years ago
nick black 83e73fb429
install notcurses-pydemo #359 4 years ago
Nick Black e5d6685c92
No locks, more lox #290 (#358)
* README/CMake: only require doctest 2.3.5

* man pages: remove talk of locking #290

* Remove locking from notcurses core #290

* Purge locking from notcurses core #290
4 years ago
nick black 887d4f1f79
switch subtitles to HIGHCONTRAST, big improvement! =D 4 years ago
nick black 4bea8048d4
CMake/Rust: hack in the full rust build #101 4 years ago
nick black b2210f0cf9
Rust: build libnotcurses-sys from CMake #320 4 years ago
Nick Black e6637e81cc
Prep for serious rusting #101 (#354)
* CMake: add USE_PANDOC, USE_DOXYGEN options #101
* README: mention rust
* start integrating rust into build #101
* CMake: add USE_NETWORK option for cargo
* Debian: build-dep on doxygen
* rust: colloquy checks in Cargo.lock
* extract NCKEY defines into their own include
* colloquy: use clap to parse CLI args
* CMake: unify option namespace
* Python: update include path
* Rust: fix up --frozen workings for -DUSE_NETWORK=off
* CMake: abstract out colloquy a little
* Sync direct.hh to the New Way
4 years ago
nick black 2dc103f447 update primary versions to 1.2.1 for new cycle 4 years ago
nick black 2b08c53075 prep for 1.2.0 4 years ago
nick black 39d5063518
Yank out our copy of doctest, use system copy 4 years ago
Marek Habersack fc264677f5 Sync C++ wrapper with the latest API changes
New classes:

 * Direct (`ncdirect_*`)
 * Menu (`ncmenu_*`)
 * Selector (`ncselector_*`)

Updates:

 * Plane: added copy constructors (mapped to `ncplane_dup`)
 * Plane: added `perimeter` (`ncplane_perimeter`)
 * Plane: added `polyfill` (`ncplane_polyfill`)
 * Plane: added `blit_bgrx` (`ncblit_bgrx`)
 * Plane: added `blit_rgba` (`ncblit_rgba`)
4 years ago
nick black 887726b0d9 Debian: move all symbols/history to 1.1.8 4 years ago
nick black cda600a4aa :/ 4 years ago
nick black b8adfe1a39 Debian/python: make module runnable #335 4 years ago
nick black acbff55994 so deeply sick of python packaging woes #335 4 years ago
nick black 1626c9f9ab
cmake: use pkg-config static results for static lib #330 4 years ago
nick black 53df21b977
python: run sdist in build process 4 years ago
nick black a05e54ca7e CMake: remove deb logic #326 4 years ago
nick black 43e6d6577d
debian: python woes 4 years ago
nick black 3aa969f2a7 CMake: build static library #330 4 years ago
nick black c82cb66fab
CMake: install notcurses-tester 4 years ago
nick black c690e2db27 cmake: fix up avutil includes 4 years ago
nick black e6c024216a
Debian: drop versioned dep on g++ 4 years ago
nick black 8256b2331e
CMake: explicitly pull in avutil 4 years ago
nick black 4c334aaf2b
CMake: explicitly link in avcodec 4 years ago
nick black 74775b97ec
enmetric->ncmetric #324 4 years ago
nick black c519c95fff
panelreel -> ncreel #324 4 years ago
nick black b284901d18
prep for 1.1.6 4 years ago
nick black 116453bfec notcurses-demo(1): add note about DFSG build #316 4 years ago
nick black ab3a91c5d0
python for ncdirect 4 years ago
nick black 0271ba5abf python: fix debuild when no notcurses is present 4 years ago
nick black aea6cdab08
CMake: isometrize data for testing 4 years ago
nick black 31a07dab33
menu: extend across width of screen #179 4 years ago
nick black 60c19017f0
v1.1.4 4 years ago
nick black 20e4c106a2
FreeBSD build fixen #304 4 years ago
nick black 99b79cbf4f
ncselector_create: fix base_egc fuckup #302 4 years ago
nick black 26791bd994 CMake: correct ENV syntax 4 years ago
nick black ca628e55bb python: do all work in build directory 4 years ago
nick black 7bb864b999
CMake: check for DEB_BUILD_ARCH 4 years ago
Nick Black da0283ac25
Selector widget #166, subtitles #95 (#301)
Get rid of annoying empty line in notcurses-view (and ncvisuals at offsets in general)
Implement most of the Selector widget. Need to add styling and scrolling still. #166
Reenable ubuntu focal build
Subtitles! We decode them, and display them in notcurses-view. If ncvisual_simple_streamer() is provided an extra ncplane, it will use it to display subtitles. #95
We now build Python by default, as things are working much better.
ncplane_set_base() now takes channel, attrword, and EGC, so you can usually avoid having to set up and release a cell. ncplane_set_base_cell() takes over duty from ncplane_set_base() for ease of conversion.
notcurses-demo and notcurses-view now both accept a 0 for delay multiplier, meaning 'go as fast as you possibly can'. Very small multipliers (e.g. 0.00001) no longer cause floating point exceptions.
fading routines no longer cause floating point exceptions on very small timescales.
4 years ago
nick black c9bfc54381
prep for 1.1.2 4 years ago
nick black c6397f20eb
Python: require BUILD_PYTHON for now 4 years ago
nick black 7bea85bb79
Python: only do deb stuff when DEB_VENDOR is defined 4 years ago
nick black fad46d8656
CMake: invoke python build_ext in build step #298 4 years ago