Commit Graph

1925 Commits

Author SHA1 Message Date
nick black
d9bb9b03af notcurses-tester: run passing tests in C locale #325 2020-05-11 05:59:55 -04:00
nick black
7dae248a41 box demo: work in ASCII encoding #325 2020-05-11 05:59:55 -04:00
nick black
25baa10f72 special-case double/rounded boxes in ASCII #325 2020-05-11 05:59:55 -04:00
nick black
7b4ebed07d cache utf8 encoding check #325 2020-05-11 05:59:55 -04:00
nick black
48c07cac01
Merge branch 'master' of github.com:dankamongmen/notcurses 2020-05-10 22:52:53 -04:00
nick black
759dfbf499
add 1.4.0 to README.md 2020-05-10 22:52:49 -04:00
nick black
8b5b44cf36
v1.4.1 2020-05-10 22:21:48 -04:00
nick black
d6e349209c
v1.4.0 2020-05-10 22:21:01 -04:00
nick black
646b8ba4a5
rotate unit test: don't depend on size 2020-05-10 22:19:34 -04:00
nick black
3a8b0b9716
v1.4.0 2020-05-10 21:39:02 -04:00
nick black
5a46aee74b
release.sh: NEWS not CHANGELOG 2020-05-10 21:38:46 -04:00
nick black
6a22040584
v1.4.0 2020-05-10 21:36:48 -04:00
nick black
ea3ca7d503
demo: only move fpsgraph when grabbed #595 2020-05-10 20:41:48 -04:00
nick black
454806d53a extend notcurses_debug() 2020-05-10 20:23:02 -04:00
nick black
f13478a72b remove age-old forgotten HUD hack #594 2020-05-10 20:21:40 -04:00
nick black
64d4981d36 scrub stdplane on demo loop #593 2020-05-10 19:53:12 -04:00
nick black
9f16034d02 add notcurses_debug() #594 2020-05-10 19:47:23 -04:00
nick black
3e1c9c05d4
demo: improve fpsplot colors 2020-05-09 14:12:52 -04:00
nick black
1075de7828
ncplot: restore non-exponential draw 2020-05-09 13:37:56 -04:00
nick black
8612461618 demo: move fpsplot with the mouse, hot holy shit #470 2020-05-09 13:35:20 -04:00
nick black
7e0a6cb581 demo: hud always exists, just hidden #591 2020-05-09 13:35:20 -04:00
nick black
19121e91f1 ncplot: implement exponential plots #470 2020-05-09 13:35:20 -04:00
nick black
dd9f8254df ncplot: implement labels for exponentials #470 2020-05-09 13:35:20 -04:00
nick black
a440382fb5 demo: use NCPLOT_OPTIONS_EXPOENTIALD #470 2020-05-09 13:35:20 -04:00
nick black
2cfa3bb3dc demo: hide fps plot by default, mention in help #470 2020-05-09 13:35:20 -04:00
nick black
1e0039aee2 demo: add menu option to toggle FPS plot #470 2020-05-09 13:35:20 -04:00
nick black
cd8726e8ac demo-plot: use a translucent plot #470 2020-05-09 13:35:20 -04:00
nick black
53d924b374 ncplot: use same amount of space for all labels 2020-05-09 13:35:20 -04:00
nick black
7baca9615f demo: add fpsgraph along the bottom, AWESOME #470 2020-05-09 13:35:20 -04:00
nick black
720dd7c845
python: update ncreel_options definition #590 2020-05-09 09:22:37 -04:00
nick black
fbed12cd80
ncreel_options: add flag field #590 2020-05-09 09:19:34 -04:00
nick black
66bafd59b3
subproc, fdplane, plot, selector, mselector: flag words #590 2020-05-09 09:06:06 -04:00
nick black
bfdf6ef190
python: update for ncreader/ncmenu changes #590 2020-05-09 08:46:51 -04:00
nick black
eaaa36f0c8
ncreader: ncplane as first arg #590 2020-05-09 08:41:19 -04:00
nick black
9446840b97
ncmenu: move to flag field #590 2020-05-09 08:41:03 -04:00
nick black
fec423264f
selector: undo switch to notcurses from ncplane 2020-05-09 07:51:23 -04:00
nick black
4eb4c2909f
ncplane_erase(): only zero out gcluster #586 2020-05-09 07:05:48 -04:00
nick black
f6a7adc7e8
reader PoC: print content on exit 2020-05-09 06:44:00 -04:00
nick black
98eddd86a9
README: link to hype videos 2020-05-09 06:08:23 -04:00
nick black
76d29ac4cc
Export notcurses_LIBRARIES in CMake 2020-05-09 05:51:00 -04:00
nick black
fcc73856cb
notcurses_init(): call setlocale unless INHIBIT_SETLOCALE #579 2020-05-09 04:46:28 -04:00
nick black
d89d8c52e9
notcurses_options: add flags field 2020-05-09 04:45:51 -04:00
nick black
006f430e10
selector poc: kill #ifdef 2020-05-09 03:50:27 -04:00
nick black
261cfadf40
link math libraries into notcurses-demo #589 2020-05-09 03:47:56 -04:00
nick black
95c17e52b0
freebsd: kill unused-param warning in ncsubproc 2020-05-09 03:38:54 -04:00
nick black
dd044c96c8
tetris: replace cuserid with getpwuid #577 2020-05-09 03:36:36 -04:00
nick black
d339b118f1 ncsubproc: decay to fork()/kill() on fbsd #574 2020-05-09 03:26:29 -04:00
nick black
7cb1558d21 FreeBSD: add LIB_DEPENDS for graphics/qr-code-generator #572 2020-05-09 03:11:02 -04:00
nick black
df90cb48b6
qrcode demo: compile with USE_QRCODEGEN=off 2020-05-09 03:01:37 -04:00
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.
2020-05-09 02:55:40 -04:00