Commit Graph

1191 Commits (master)

Author SHA1 Message Date
nick black 1995749c4b
eliminate clang-tidy memory leak bitchery 3 months ago
nick black c19a715773
demo: use full zero initializers (closes #2739) 6 months ago
Tim Gates ab8590d7b3 docs: Fix a few typos
There are small typos in:
- src/demo/fission.c
- src/tests/wide.cpp

Fixes:
- Should read `obliterated` rather than `oblitrated`.
- Should read `range` rather than `reange`.
2 years ago
nick black f95e21ebd2
[demo] only reject NCTYPE_RELEASE for non-mouse events #2582 2 years ago
nick black 6472327dbf
[demo] no need to check for ctrl on lowercase 2 years ago
nick black 06d61b9025
[ncmenu] use modifiers in all ncmenu_sections 2 years ago
nick black 5b15703fa9
notcurses-demo: stop trying to read after NCKEY_EOF #2547 2 years ago
nick black b026c624a0
[reel] put legend on its own plane so as not to leak to other demos #2535 2 years ago
nick black 0c007078f0
kill some signed-vs-unsigneds 2 years ago
nick black 2b6070ca6f
[demo] don't try to use cell-pixel geometry if it's unavailable #2505 3 years ago
nick black e0c5cf5838
NCOPTION_SCROLLING, alias NCOPTION_CLI_MODE 3 years ago
nick black b429da0457 [ncls] implement -L option / symlink handling #2006 3 years ago
nick black 73f3e64bc9 [windows] kill compiler warning 3 years ago
nick black f8d5eac938 [demo] rewrite usage screen without direct mode #2486 3 years ago
nick black 07a424fdb2
[demo] run dragon following highcontrast 3 years ago
nick black 82adff4b77
[dragon] blit to another plane, preserving background #2419 3 years ago
nick black 15e0649941
[box] demo: use any blitter for ships 3 years ago
nick black 03aaa2eb87
[view] keep PIP aligned with right edge #2479 3 years ago
nick black b983e9b338
[view] use ncplane_resize_placewithin to keep PIP onscreen #2479 3 years ago
nick black 897d981b93 [demo] clean up datadir to keep asan/valgrind meaningful 3 years ago
nick black 0f69cdbd49 [demo] make directory diagnostic meaningful again 3 years ago
KristofferC a3c37932d6 check __MINGW32__ instead of __MINGW64__ 3 years ago
KristofferC d49a0375b7 use an explicit zero in initializers
empty initializers is a GNU extension
3 years ago
nick black 80c3463dbb
[demo] drop unused sums 3 years ago
nick black 46bbee55f3
[grid] fold ret into return value 3 years ago
nick black 02d95dc5af
[demo] add ctrl+L to menu 3 years ago
nick black 6c4c16465b
[xray] show only 1% of dropped frames 3 years ago
nick black d98eb2a454
grunt #2416 3 years ago
nick black 4a4bec5078
[demo] bring sham jungle definition up to date #2416 3 years ago
nick black b57d6eb8d8 notcurses_data_path: allow overrides 3 years ago
nick black 238de45e96 [nctetris] find the background everywhere #2042 3 years ago
nick black caaeec5094
Place ncneofetch properly (#2415)
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
3 years ago
joseLuís b1f636a2d9 [docs] rename plane/visual sections to regions 3 years ago
nick black a4d7bd5670
[TERMINALS.md] document PuTTY settings #1298 3 years ago
nick black 0761994abb mark some string literals as utf8 3 years ago
nick black 7a91a2f905 normalize cell initializer names (prefix with NC) 3 years ago
nick black abb99d4a67
[notcurses-demo] don't hardcode NOTCURSES_SHARE, use notcurses_data_dir() 3 years ago
nick black 2d3fb9f12e [xray] hold at 15s (true runtime of source media) 3 years ago
nick black ae2338c7a5 [render] refresh on resize #1687 3 years ago
nick black 0925da36f7
[xray] brighten drop count 3 years ago
nick black 6f90d20543
[xray] make the drop count redder with more drops 3 years ago
nick black 230e8713d8
[xray] don't even render drop count/slider when behind 3 years ago
nick black 07bdfd8b0f
[xray] balance out singleton case 3 years ago
nick black a5d79da1f0 [xray] add drop count with guy getting more and more pissed off 3 years ago
nick black 3a458c98c3 [xray] draw 5% of frames that would be dropped #2385 3 years ago
nick black 3cd09a0099 [xray] eliminate flicker on dropped frame #2385 3 years ago
nick black efc57333a7 [demo] pass start time to demos for more precise deadlines 3 years ago
nick black d5464deb9a [demo] use a single start time between HUD and recordkeeping 3 years ago
nick black 04ef46a067 [xray] take time at the beginning of demo 3 years ago
nick black cee5c267a2 [xray] 20s deadline #2385 3 years ago