Commit Graph

2753 Commits (489ad88954bec815a400d3a62e15734397c628cb)
 

Author SHA1 Message Date
nick black ca2a6501e6
rasterize: remove noforeground check, no longer useful 4 years ago
nick black 78fdad0f43
demo: simplify HUD code, print top to bottom 4 years ago
nick black bc9ecd86a8
kill -Wempty-body warning 4 years ago
Cheong Sik Feng ccbb3fda22 use ncplane_resize_simple() instead of ncplane_resize() 4 years ago
Cheong Sik Feng 91613528f2 resize plane in additem and delitem when necessary
Signed-off-by: Cheong Sik Feng <sikfeng@gmail.com>
4 years ago
nick black c6e136f7c9
index.html: center bottom text 4 years ago
nick black bf18be1816
index.html: embed packaging status matrix 4 years ago
nick black b0c1a0ae18
zoo: fix reference to loaded file, use find_data() 4 years ago
nick black 3d6fad1477
python: update ncreader_options definition 4 years ago
nick black 9443b2f316
release: supply -s -udankamongmen to twine 4 years ago
nick black 8cfd1677c4
v1.6.10 4 years ago
nick black 5c5077840e
intro/hud: place things a bit tighter to avoid HUD stomping intro line 4 years ago
nick black ce8b34da86 Glyph transparency in selector backgrounds #847 4 years ago
nick black 7e43077128
ncselector_additem: extend longops/longdesc if necessary #846 4 years ago
Marek Habersack 2fabe85e6a [C++] API sync
Been a while, apologies :)

Added:
  * Direct: fg_palindex (`ncdirect_fg_palindex`)
  * Direct: bg_palindex (`ncdirect_bg_palindex`)
  * Direct: get_palette_size (`ncdirect_palette_size`)
  * Direct: putstr (`ncdirect_putstr`)
  * Direct: hline_interp (`ncdirect_hline_interp`)
  * Direct: vline_interp (`ncdirect_vline_interp`)
  * Direct: box (`ncdirect_box`)
  * Direct: rounded_box (`ncdirect_rounded_box`)
  * Direct: double_box (`ncdirect_double_box`)
  * Direct: canopen_images (`ncdirect_canopen_images`)
  * Direct: canutf8 (`ncdirect_canutf8`)
  * Menu: get_mouse_selected (`ncmenu_mouse_selected`)
  * NotCurses: version_components (`notcurses_version_components`)
  * NotCurses: str_blitter (`notcurses_str_blitter`)
  * NotCurses: str_scalemode (`notcurses_str_scalemode`)
  * NotCurses: lex_margins (`notcurses_lex_margins`)
  * NotCurses: lex_blitter (`notcurses_lex_blitter`)
  * NotCurses: lex_scalemode (`notcurses_lex_scalemode`)
  * NotCurses: render_to_file (`notcurses_render_to_file`)
  * Plane: putstr_stainable (`ncplane_putstr_stainable`)
  * Plane: printf_stainable (`ncplane_printf_stainable`)
  * Plane: vprintf_stainable (`ncplane_vprintf_stainable`)
  * Reel: offer_input (`ncreel_offer_input`)

Changed:
  * Direct: set_fg_alpha uses `unsigned alpha`
  * Direct: set_bg_alpha uses `unsigned alpha`
  * Plane: set_fg_alpha uses `unsigned alpha`
  * Plane: set_bg_alpha uses `unsigned alpha`
  * Root: made `error_guard` and `error_guard_cond` static
4 years ago
nick black 835a62361d
cell_nobackground_p(): load time, 5% perf win =] =] =] #838 4 years ago
nick black 2dcab374c4 mojibake: fix some row overruns #842 4 years ago
nick black ca6ecf2f35 ncplane_resize(): fix irregular keep areas #842 4 years ago
nick black fe904cc8da resize PoC: restore bottom stanza 4 years ago
nick black 886255e941 mojibake: clean up topmost line of display #842 4 years ago
nick black c1c1238e7e resize PoC: add some functionality #842 4 years ago
nick black 63556d295f
demo: color HUD light rather than dark 4 years ago
nick black ac59918682
zoo: mention plots! #835 4 years ago
nick black 9a758b82e2 zoo: speed up the "typing" 4 years ago
nick black b7b6572bc7 zoo: render informative text on ncreader #835 4 years ago
nick black 5a9e2645a5 zoo: blend reader background 4 years ago
nick black 78a7b4d255 constify ncreader_options->egc 4 years ago
nick black c8f623a426 zoo: add necessary locking #835 4 years ago
nick black bea35fb91f zoo: delay based off mult, add reader thread #835 4 years ago
nick black 86e6b2d89b
cell_load_direct(): simplify conditionals 4 years ago
nick black 0006c4c914
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black b8e6458de1
Revert "start working through notcurses.h with inlined utf8 #830"
This reverts commit 17b6706d3e. It
belonged on a branch, and was not intended for master. #830
4 years ago
nick black f5f9808d80 install notcurses-pydemo.1 as part of python #836 4 years ago
nick black 620ae34c02
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 1a82273231
selector: handle nonzero defidx with zero maxdisplay #834 4 years ago
nick black 0b55b360ff
mojibake: leave some wiggle room for invalid wcwidth() 4 years ago
nick black 2b5c87c9c5
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black aec5f79369
demo: move HUD down, right above FPS plot 4 years ago
nick black d9b0a8fac4
throw up affiliate link 4 years ago
nick black dde540b1da
zoo demo: render prior to inter-widget pause 4 years ago
nick black 2b4b516260
selector PoC: use CHANNELS_RGB_INITIALIZER() 4 years ago
nick black d23bf9a393
zoo demo: use CHANNELS_RGB_INITIALIZER() for selector 4 years ago
nick black 47800e57f1
zoo demo: multiselector use CHANNELS_RGB_INIT 4 years ago
nick black 17b6706d3e
start working through notcurses.h with inlined utf8 #830 4 years ago
nick black 6d6c375265 notcurses-demo: accept --help longform argument 4 years ago
nick black 8f9646c194 zoo: delay + handle input for multiselector #628 4 years ago
nick black c036f14b07 zoo: pause following selector, handling input #628 4 years ago
nick black e0cf13999d zoo: text for multiselect #628 4 years ago
nick black 74d80d76b1 zoo demo: handle inputs 4 years ago
nick black a5f2160558 zoo demo: background 4 years ago