Commit Graph

2011 Commits (297263b39bc0c56f9f84c88504c1709e4d888da8)
 

Author SHA1 Message Date
nick black f13478a72b remove age-old forgotten HUD hack #594 4 years ago
nick black 64d4981d36 scrub stdplane on demo loop #593 4 years ago
nick black 9f16034d02 add notcurses_debug() #594 4 years ago
nick black 3e1c9c05d4
demo: improve fpsplot colors 4 years ago
nick black 1075de7828
ncplot: restore non-exponential draw 4 years ago
nick black 8612461618 demo: move fpsplot with the mouse, hot holy shit #470 4 years ago
nick black 7e0a6cb581 demo: hud always exists, just hidden #591 4 years ago
nick black 19121e91f1 ncplot: implement exponential plots #470 4 years ago
nick black dd9f8254df ncplot: implement labels for exponentials #470 4 years ago
nick black a440382fb5 demo: use NCPLOT_OPTIONS_EXPOENTIALD #470 4 years ago
nick black 2cfa3bb3dc demo: hide fps plot by default, mention in help #470 4 years ago
nick black 1e0039aee2 demo: add menu option to toggle FPS plot #470 4 years ago
nick black cd8726e8ac demo-plot: use a translucent plot #470 4 years ago
nick black 53d924b374 ncplot: use same amount of space for all labels 4 years ago
nick black 7baca9615f demo: add fpsgraph along the bottom, AWESOME #470 4 years ago
nick black 720dd7c845
python: update ncreel_options definition #590 4 years ago
nick black fbed12cd80
ncreel_options: add flag field #590 4 years ago
nick black 66bafd59b3
subproc, fdplane, plot, selector, mselector: flag words #590 4 years ago
nick black bfdf6ef190
python: update for ncreader/ncmenu changes #590 4 years ago
nick black eaaa36f0c8
ncreader: ncplane as first arg #590 4 years ago
nick black 9446840b97
ncmenu: move to flag field #590 4 years ago
nick black fec423264f
selector: undo switch to notcurses from ncplane 4 years ago
nick black 4eb4c2909f
ncplane_erase(): only zero out gcluster #586 4 years ago
nick black f6a7adc7e8
reader PoC: print content on exit 4 years ago
nick black 98eddd86a9
README: link to hype videos 4 years ago
nick black 76d29ac4cc
Export notcurses_LIBRARIES in CMake 4 years ago
nick black fcc73856cb
notcurses_init(): call setlocale unless INHIBIT_SETLOCALE #579 4 years ago
nick black d89d8c52e9
notcurses_options: add flags field 4 years ago
nick black 006f430e10
selector poc: kill #ifdef 4 years ago
nick black 261cfadf40
link math libraries into notcurses-demo #589 4 years ago
nick black 95c17e52b0
freebsd: kill unused-param warning in ncsubproc 4 years ago
nick black dd044c96c8
tetris: replace cuserid with getpwuid #577 4 years ago
nick black d339b118f1 ncsubproc: decay to fork()/kill() on fbsd #574 4 years ago
nick black 7cb1558d21 FreeBSD: add LIB_DEPENDS for graphics/qr-code-generator #572 4 years ago
nick black df90cb48b6
qrcode demo: compile with USE_QRCODEGEN=off 4 years ago
nick black aec982bca5
demo: use pipes, not eventfd, for input #578
FreeBSD doesn't support eventfd, and this isn't at all
performance-critical code, so just downgrade to pipe2()
across the board. I've verified that FreeBSD *does* have
pipe2(), so we should be good there.
4 years ago
nick black 50c7c5b0f4
ncreader: only advance if we emitted columns 4 years ago
nick black 2eb3c8ea13
reader: support arrow keys #585 4 years ago
nick black 2f4a0a2a98
ncreader_clear: remove unnecessary homing #585 4 years ago
nick black a1eb39906f
reader: support ctrl+u to clear input #585 4 years ago
nick black 95ba340fba
ncplane_erase: fix bug in basecell preservation 4 years ago
nick black 3eb99b2447
reader: advance/backspace across lines #585 4 years ago
nick black 5ba7a4b371
ncreader: support backspace horizontally #585 4 years ago
nick black 1cc2d8a359
ncmetric: no need to use localeconv decicep with %f #545 4 years ago
nick black 00be9ad2e6
ncmetric: use %f to simplify #545 4 years ago
nick black b59f623249
reader: %lc wants wint_t, not wchar_t 4 years ago
nick black d2c968b948
notcurses_init(): interpret NULL as /dev/tty #571 4 years ago
nick black 05408f918c
python: remove raw notcurses_getc() wrapper #584 4 years ago
nick black 5a3e0625a4
enmetric unit tests: kill duplicated fesetround() 4 years ago
nick black abbda739d1
ncplane_contents(): plug up memory leak #580 4 years ago