Commit Graph

20 Commits (d7ea87e129c7f860222b9c9d40b929ebc8cc4f0a)

Author SHA1 Message Date
nick black ac683e21d2
v1.2.3 5 years ago
nick black bb579d0d05
notcurses_directmode()->ncdirect_init() 5 years ago
nick black ddd33fea31
ncdirect_move() doc, readme, python, c++ #382 5 years ago
nick black e72111ac8b
v1.2.2 5 years ago
nick black 88c49df1b1
v1.2.1
DSFG demo can't have luigi
s/1.2.0/1.2.1/g
5 years ago
nick black 2b08c53075 prep for 1.2.0 5 years ago
nick black ce3e5d112e add ncdirect_clear() #343 5 years ago
nick black 6d629025e3 add ncdirect_fg_default() and ncdirect_bg_default() 5 years ago
nick black 887726b0d9 Debian: move all symbols/history to 1.1.8 5 years ago
nick black cda600a4aa :/ 5 years ago
nick black b284901d18
prep for 1.1.6 5 years ago
nick black bb7b92ea4a
ncdirect_styles_*() declarations #321 5 years ago
nick black 429e00d612 v1.1.5 5 years ago
nick black 5cd3a4c41d
ncdirect_dim_y()/x() 5 years ago
nick black fdc541c6e5 copy over menu elements #179 5 years ago
nick black 60c19017f0
v1.1.4 5 years ago
nick black 746ef96ea1 prep for v1.1.3 5 years ago
nick black c9bfc54381
prep for 1.1.2 5 years ago
nick black ac791c781d
1.1.1, update version numbers 5 years ago
nick black 1fd0563093
Direct mode with its own type #77
Introduce the new type 'ncdirect', a stripped-down 'notcurses'
suitable for inline modification of regular output. Used the new
type because otherwise there were going to be if(directmode) checks
everywhere. Direct mode encompasses only colorizing and styling.
Add new man page notcurses_directmode(3). Add new section to README.
Add new PoC using direct mode RGB. Update demo table summary to use
direct mode.
5 years ago