Commit Graph

1234 Commits (83e73fb429f7e96b09f6a39a4169f0cc210cb561)
 

Author SHA1 Message Date
nick black 83e73fb429
install notcurses-pydemo #359 4 years ago
nick black 69e2e8ec26
add notcurses-pydemo(1) man page #359 4 years ago
nick black 02f27b3520
colloquy: license declaration 4 years ago
nick black 5bf66563d3
notcurses-demo(1): note that jungle doesn't run without ccc 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
Marek Habersack e429724287 [C++] API sync + some (breaking) changes
Added:

 * Plane: gradient (`ncplane_gradient`)
 * Plane: gradient_sized (`ncplane_gradient_sized`)
 * NotCurses: drop_planes (`ncplane_drop_planes`)
 * NcReel: constructor which takes `Plane&`
 * Visual: constructors which take `Plane const*`, `Plane&` and `Plane const&`)
 * ncpp_build: a nonsensical "demo" which exists purely to test whether
   the C++ builds and does absolutely nothing interesting.

Broke:
 * All exceptions throw temporary objects instead of allocated
   instances. Less typing in `catch` :P (and more conventional)
4 years ago
Jakub Wilk f08d51c5e7 fix typos 4 years ago
nick black 3734262a52
README: link to Doxygen output 4 years ago
nick black f5eda4b773
intro: constrain horizontal size of center panel for new logo 4 years ago
nick black d8dce42f94
Add a Doxyfile #297 4 years ago
nick black 7c76f26a16
drone: 2020-02-17a builders 4 years ago
nick black d8fc0da91d
README: add link to guidebook 4 years ago
nick black 111a44fde5
update HISTORY with 1.2.0 release 4 years ago
nick black 2dc103f447 update primary versions to 1.2.1 for new cycle 4 years ago
nick black 68f7054e7f
debian: update symbols files 4 years ago
nick black 2b08c53075 prep for 1.2.0 4 years ago
nick black 1077debaa5
debian/copyright: flatten copyright hierarchy 4 years ago
nick black 39d5063518
Yank out our copy of doctest, use system copy 4 years ago
nick black 438ee1257b
remove doctest, rely on system 4 years ago
nick black 1130938d4f
remove poc/jungle.c 4 years ago
nick black b076253b16
python/LICENSE.txt: reduce to proper apache format 4 years ago
nick black 5f9e6fa706
release-checklist: purge src/demo/jungle.c 4 years ago
nick black 8d952534ce
Add apache-2.0 COPYRIGHT. Drop LICENSE. 4 years ago
nick black 03756d05a4
demo: throw border around HUD, make HUD more transparent 4 years ago
nick black 636f1ec09b
demo: on restart, maintain HUD if up 4 years ago
nick black 7120d428e8 boxdemo: finally do something worth doing 4 years ago
nick black 865241ee7c
intro: always reset cursor on entrance 4 years ago
nick black def5dd49e2 intro: throw up a nice gradient 4 years ago
nick black 2114cc2eda demo: rewrite handloop with ncplane_gradient() 4 years ago
nick black 7addd06341 more gradient work, more unit tests #340 4 years ago
nick black 61fe5f5b7e gradient + unit test #340 4 years ago
nick black 75ef60b249 demo: lighten ABORTED/ERROR 4 years ago
nick black 936ff4304b whiteout: reliable abortion detection 4 years ago
nick black 86668ab6d5 whiteout-demo: propagate abortion result 4 years ago
nick black 272c5bdc57 demo: fix ncmenu null deref + uninitialized ignore_failures 4 years ago
nick black fb58fade85 improve notcurses_init() warning color 4 years ago
nick black c6520ab84c add notcurses_drop_planes, use from demo #346 4 years ago
nick black ab9cbf82dc drop all images from README.md 4 years ago
nick black 6e97501ef7 add menu example to README 4 years ago
nick black 43bf0874d7 trim down NCKEY repetitions from README 4 years ago
nick black 643c1f4ed4 drop 0.4.0-sheet.png from README.md 4 years ago
nick black 8ecb4ba6a8 declare gradient functions #340 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 082f35c7f7 purge debugging cruft 4 years ago
nick black 124004c87c add nplane_polyfill_yx() #340 4 years ago
nick black ce3e5d112e add ncdirect_clear() #343 4 years ago