nick black
8e2e1d26b8
python: final fix for arch packaging #357
2020-02-20 01:50:13 -05:00
nick black
adfbedf3ef
python: prep to install with DESTDIR
2020-02-20 01:23:49 -05:00
nick black
447ca1f3b9
unlock the python build secret #357
2020-02-20 01:12:16 -05:00
nick black
33b8ad0518
Don't build doxygen by default
2020-02-20 00:25:59 -05:00
nick black
e9818fe8e8
pydemo: extract demo from main module
2020-02-20 00:25:08 -05:00
nick black
1c05fdb013
python: --single-version-externally-managed
2020-02-19 23:31:45 -05:00
nick black
7b27953c17
notcurses_reel(3): fix up some references
2020-02-19 23:00:52 -05:00
nick black
902766feaf
index.html: add Doxygen link
2020-02-19 22:58:43 -05:00
nick black
83e73fb429
install notcurses-pydemo #359
2020-02-19 22:51:58 -05:00
nick black
69e2e8ec26
add notcurses-pydemo(1) man page #359
2020-02-19 22:51:02 -05:00
nick black
02f27b3520
colloquy: license declaration
2020-02-19 18:53:15 -05:00
nick black
5bf66563d3
notcurses-demo(1): note that jungle doesn't run without ccc
2020-02-19 18:44:53 -05:00
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
2020-02-18 20:03:20 -05:00
nick black
887d4f1f79
switch subtitles to HIGHCONTRAST, big improvement! =D
2020-02-18 16:28:11 -05:00
nick black
4bea8048d4
CMake/Rust: hack in the full rust build #101
2020-02-18 13:41:57 -05:00
nick black
b2210f0cf9
Rust: build libnotcurses-sys from CMake #320
2020-02-18 13:18:20 -05:00
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
2020-02-18 12:36:16 -05:00
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)
2020-02-18 12:30:13 -05:00
Jakub Wilk
f08d51c5e7
fix typos
2020-02-18 08:03:59 -05:00
nick black
3734262a52
README: link to Doxygen output
2020-02-18 01:26:37 -05:00
nick black
f5eda4b773
intro: constrain horizontal size of center panel for new logo
2020-02-18 01:06:50 -05:00
nick black
d8dce42f94
Add a Doxyfile #297
2020-02-18 01:05:59 -05:00
nick black
7c76f26a16
drone: 2020-02-17a builders
2020-02-17 23:03:35 -05:00
nick black
d8fc0da91d
README: add link to guidebook
2020-02-17 22:48:07 -05:00
nick black
111a44fde5
update HISTORY with 1.2.0 release
2020-02-17 22:45:04 -05:00
nick black
2dc103f447
update primary versions to 1.2.1 for new cycle
2020-02-17 22:43:14 -05:00
nick black
68f7054e7f
debian: update symbols files
2020-02-17 22:05:24 -05:00
nick black
2b08c53075
prep for 1.2.0
2020-02-17 21:57:52 -05:00
nick black
1077debaa5
debian/copyright: flatten copyright hierarchy
2020-02-17 21:25:52 -05:00
nick black
39d5063518
Yank out our copy of doctest, use system copy
2020-02-17 21:04:54 -05:00
nick black
438ee1257b
remove doctest, rely on system
2020-02-17 17:36:27 -05:00
nick black
1130938d4f
remove poc/jungle.c
2020-02-17 17:34:38 -05:00
nick black
b076253b16
python/LICENSE.txt: reduce to proper apache format
2020-02-17 03:24:51 -05:00
nick black
5f9e6fa706
release-checklist: purge src/demo/jungle.c
2020-02-17 03:23:21 -05:00
nick black
8d952534ce
Add apache-2.0 COPYRIGHT. Drop LICENSE.
2020-02-17 03:22:55 -05:00
nick black
03756d05a4
demo: throw border around HUD, make HUD more transparent
2020-02-17 02:51:15 -05:00
nick black
636f1ec09b
demo: on restart, maintain HUD if up
2020-02-17 02:13:55 -05:00
nick black
7120d428e8
boxdemo: finally do something worth doing
2020-02-17 02:06:35 -05:00
nick black
865241ee7c
intro: always reset cursor on entrance
2020-02-16 18:36:46 -05:00
nick black
def5dd49e2
intro: throw up a nice gradient
2020-02-16 11:37:52 -05:00
nick black
2114cc2eda
demo: rewrite handloop with ncplane_gradient()
2020-02-16 11:21:21 -05:00
nick black
7addd06341
more gradient work, more unit tests #340
2020-02-16 11:21:21 -05:00
nick black
61fe5f5b7e
gradient + unit test #340
2020-02-16 11:21:21 -05:00
nick black
75ef60b249
demo: lighten ABORTED/ERROR
2020-02-16 11:21:21 -05:00
nick black
936ff4304b
whiteout: reliable abortion detection
2020-02-16 11:21:21 -05:00
nick black
86668ab6d5
whiteout-demo: propagate abortion result
2020-02-16 11:21:21 -05:00
nick black
272c5bdc57
demo: fix ncmenu null deref + uninitialized ignore_failures
2020-02-16 11:21:21 -05:00
nick black
fb58fade85
improve notcurses_init() warning color
2020-02-16 11:21:21 -05:00
nick black
c6520ab84c
add notcurses_drop_planes, use from demo #346
2020-02-16 11:21:21 -05:00
nick black
ab9cbf82dc
drop all images from README.md
2020-02-16 11:21:21 -05:00