nick black
7c6b655483
v1.2.4
2020-03-24 16:25:47 -04:00
nick black
3fff41ffa2
Doxygen: update INPUT for include hierarchy
2020-03-22 18:06:43 -04:00
Nick Black
52bdbc6724
ncplane_translate() accept NULL dest as standard plane #408 ( #411 )
...
* tetris man page
* tetris basic skeleton
* tetris: Ticker()
* README: fix up some obsolete terminology
* tetris: draw the game board
* tetris: add NewPiece()
* tetris: draw tetriminos
* tetris: check for stuck piece, move it down
* Accept NULL dst in ncplane_translate() #408
2020-03-22 17:33:08 -04:00
nick black
38f4255dc0
Define ncplane_mergedown() #361
...
ncplane_mergedown() is similar to the "Merge down" operation
in the GIMP. It writes to the destination plane the result
of rendering the source and destination frames per se.
2020-03-21 05:09:31 -04:00
nick black
ba90c70a47
ncplane_cursor_yx() takes const first argument
2020-03-14 21:15:37 -04:00
nick black
db30bcf0d2
document new ncdirect functions for cursor #402
2020-03-13 09:56:46 -04:00
Nick Black
c056a0a026
Subregion renders #293 ( #404 )
...
Add four new fields to notcurses_options: margin_{tblr}, which requests margins to the top, right, bottom, and left. Render only within those margins, leaving the screen otherwise untouched (well, cleared if using the alternate screen). #293
2020-03-13 05:07:33 -04:00
nick black
be089747a7
ncmultiselector_selected() #322
2020-03-09 15:31:16 -04:00
nick black
2dd97de4e4
multiselector man page
2020-03-09 15:31:16 -04:00
nick black
a9c64a8c8b
yummy covid-19
2020-03-09 15:31:16 -04:00
nick black
eead4c1414
notcurses_highgradient() added #398
2020-03-08 04:05:55 -04:00
nick black
ac683e21d2
v1.2.3
2020-03-07 18:53:36 -05:00
nick black
333f7c1192
define ncplane_rotate_cw/ccw()
2020-03-05 18:07:20 -05:00
nick black
afe724ee1d
docs: update for ncplane_translate_abs()
2020-03-03 01:04:28 -05:00
nick black
bb579d0d05
notcurses_directmode()->ncdirect_init()
2020-03-02 20:19:16 -05:00
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 .
2020-02-27 05:17:07 -05:00
nick black
a09bdc4ade
Add seqnum field to ncinput #374
2020-02-24 18:11:39 -05:00
nick black
ddd33fea31
ncdirect_move() doc, readme, python, c++ #382
2020-02-24 16:56:51 -05:00
nick black
e72111ac8b
v1.2.2
2020-02-24 00:03:00 -05:00
nick black
773b85e81e
poc/menu: kill brown-bagger, add backgrounds #383
2020-02-23 23:57:27 -05:00
nick black
9b0603bb32
Implement + test ncplane_mouseevent_p() #305
2020-02-23 03:50:17 -05:00
nick black
5e38da9ea3
implement ncplane_stain() #347
2020-02-21 07:00:53 -05:00
nick black
002e8be574
implement ncplane_format() #347
2020-02-21 06:52:57 -05:00
nick black
2780734efd
add ncplane_translate()
2020-02-21 06:26:57 -05:00
nick black
dc4271ca23
dumbass
2020-02-21 00:13:47 -05:00
nick black
f9d98dd05c
notcurses_stdplane_dimyx() #365
2020-02-20 23:40:13 -05:00
nick black
88c49df1b1
v1.2.1
...
DSFG demo can't have luigi
s/1.2.0/1.2.1/g
2020-02-20 05:13:22 -05:00
nick black
35d850f008
Implement + test ncplane_putegc_stainable() #352
2020-02-20 04:41:56 -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
69e2e8ec26
add notcurses-pydemo(1) man page #359
2020-02-19 22:51:02 -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
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
Jakub Wilk
f08d51c5e7
fix typos
2020-02-18 08:03:59 -05:00
nick black
d8dce42f94
Add a Doxyfile #297
2020-02-18 01:05:59 -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
2b08c53075
prep for 1.2.0
2020-02-17 21:57:52 -05:00
nick black
438ee1257b
remove doctest, rely on system
2020-02-17 17:36:27 -05:00
nick black
5f9e6fa706
release-checklist: purge src/demo/jungle.c
2020-02-17 03:23:21 -05:00
nick black
c6520ab84c
add notcurses_drop_planes, use from demo #346
2020-02-16 11:21:21 -05:00
nick black
643c1f4ed4
drop 0.4.0-sheet.png from README.md
2020-02-16 11:21:21 -05:00
nick black
8ecb4ba6a8
declare gradient functions #340
2020-02-16 11:21:21 -05:00
nick black
124004c87c
add nplane_polyfill_yx() #340
2020-02-14 05:38:08 -05:00
nick black
ce3e5d112e
add ncdirect_clear() #343
2020-02-14 05:38:08 -05:00
nick black
6d629025e3
add ncdirect_fg_default() and ncdirect_bg_default()
2020-02-14 05:38:08 -05:00
nick black
9923b69296
demo: remove H option, no longer necessary
2020-02-12 19:43:30 -05:00
nick black
8beb5d66fd
demo: hook up Ctrl+'u' for about screen #338
2020-02-12 13:13:03 -05:00
nick black
9fc53e811f
ncplane_perimeter() plus unit test
2020-02-12 12:29:28 -05:00
nick black
d8c42d4d1e
ncmenu_selected() fills in an ncinput #333
2020-02-12 09:11:28 -05:00
nick black
048b17952e
notcurses_ncinput(3): add NOTE about shift key
2020-02-11 22:44:45 -05:00
nick black
e71c9284ef
man pages: address some syntax issues
2020-02-11 20:46:39 -05:00
nick black
155650afa4
notcurses_ncplane(3): update blitter signatures
2020-02-11 20:36:42 -05:00
nick black
78ff79fb34
sign our tags
2020-02-11 20:12:15 -05:00
nick black
887726b0d9
Debian: move all symbols/history to 1.1.8
2020-02-11 19:11:34 -05:00
nick black
cda600a4aa
:/
2020-02-10 21:37:20 -05:00
nick black
b0c72607c4
ncmenu_offer_input(), use it in demo/pocmenu #333
2020-02-10 20:22:23 -05:00
nick black
aacec297b2
ncmenu: declare ncmenu_offer_input()
2020-02-10 15:41:25 -05:00
nick black
74b9690cf3
ncmenu: remove dumb restrictions/special casing
2020-02-10 15:18:28 -05:00
nick black
1b6727404a
notcurses_output: spelling
2020-02-10 01:04:01 -05:00
nick black
b7a92e0321
notcurses-tester(1) man page #326
2020-02-08 22:58:46 -05:00
nick black
889e29731b
add back doc/0.4.0-sheet.png
2020-02-08 16:48:26 -05:00
nick black
2d685616a7
Debian: dep on python3-all-dbg for python dbgsyms generation
2020-02-08 16:42:41 -05:00
nick black
1ed6000193
ncstats: add plane count, fix fbbytes accounting
2020-02-07 09:19:08 -05:00
nick black
8e29b5ba0f
add highcon demo #181
2020-02-07 09:19:08 -05:00
nick black
05997f9988
notcurses-demo: accept -i to continue on demo failure
2020-02-07 01:05:27 -05:00
nick black
0daf7503d5
expand DFSG removals
2020-02-06 21:04:37 -05:00
nick black
74775b97ec
enmetric->ncmetric #324
2020-02-05 20:18:11 -05:00
nick black
89f516dcaa
tablet->nctablet, add ncreel to python #324
2020-02-05 20:04:56 -05:00
nick black
c519c95fff
panelreel -> ncreel #324
2020-02-05 17:29:42 -05:00
nick black
01bc543399
tag demos requiring ffmpeg
2020-02-05 10:41:13 -05:00
nick black
959b2b8d70
notcurses-demo(1): markdown syntax
2020-02-05 09:39:35 -05:00
nick black
b284901d18
prep for 1.1.6
2020-02-05 04:08:42 -05:00
nick black
bb7b92ea4a
ncdirect_styles_*() declarations #321
2020-02-05 02:27:41 -05:00
nick black
429e00d612
v1.1.5
2020-02-04 23:26:55 -05:00
nick black
d13e7fced4
DFSG: add release notes, remove unused media #316
2020-02-04 23:18:40 -05:00
nick black
116453bfec
notcurses-demo(1): add note about DFSG build #316
2020-02-04 23:18:40 -05:00
nick black
5cd3a4c41d
ncdirect_dim_y()/x()
2020-02-04 03:04:38 -05:00
nick black
2a9f3c5ab3
ncmenu_selected(), update docs #179
2020-02-04 01:05:51 -05:00
nick black
4d613217b3
ncmenu: only allow one at a time
2020-02-04 00:17:51 -05:00
nick black
10a269c963
ncmenu: reject double menu
2020-02-04 00:08:03 -05:00
nick black
49013433ea
demo: spruce up table a bit more
2020-02-03 22:37:08 -05:00
nick black
2ced7357ce
ncmenu man page #179
2020-02-02 12:57:32 -05:00
nick black
db53b36d94
ncmenu: calculate height based off sections #179
2020-02-02 12:57:32 -05:00
nick black
fdc541c6e5
copy over menu elements #179
2020-02-02 05:13:40 -05:00
nick black
8984422f1e
basics of menu #179
2020-02-02 05:13:40 -05:00
nick black
6fde6e66b7
markdown syntax fixen
2020-02-02 05:13:40 -05:00
nick black
6e642f1749
more menu work #179
2020-02-02 05:13:40 -05:00
nick black
e9dba91cf4
menus: basic declarations #179
2020-02-02 05:13:40 -05:00
nick black
60c19017f0
v1.1.4
2020-02-02 02:48:22 -05:00
nick black
25ce448889
rgba_blit()/bgrx_blit() #311
2020-02-02 02:20:01 -05:00
nick black
81d69c6ce6
v1.1.3
2020-02-01 02:40:20 -05:00
nick black
746ef96ea1
prep for v1.1.3
2020-02-01 02:37:55 -05:00
nick black
eefd6eda38
notcurses_select(3): fix man page formatting
2020-02-01 02:31:05 -05:00
nick black
c1664170fd
selector: bgchannels only inside the body #302
2020-01-31 21:25:21 -05:00
nick black
741761787f
notcurses_selector(3) man page #302
2020-01-31 17:44:30 -05:00
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.
2020-01-30 08:55:01 -05:00
nick black
c9bfc54381
prep for 1.1.2
2020-01-29 01:03:00 -05:00
nick black
c1c25afcc7
Python: fix up debug package #298
2020-01-28 16:43:02 -05:00
nick black
69bbe575b3
release checklist: test debian package
2020-01-27 02:23:27 -05:00