Commit Graph

2145 Commits (fb13b148e95d6a4c2151c2e3c4fe7a19c41fa4b3)
 

Author SHA1 Message Date
nick black f0357ef6cb ncplane_contents(): declarations #582 4 years ago
nick black 48de25821c ncreader man page #403 4 years ago
nick black 98b8e167cf ncreader man page #403 4 years ago
nick black 3f86b649aa view: use c++ getc 4 years ago
nick black 384bdf88b2 tetris: use C++ refresh() 4 years ago
nick black 980e0ff29a ncreader: use underscore by default #403 4 years ago
nick black 4e94d942b0 reader unit test visualization #403 4 years ago
nick black 312e42add2 ncreader: C++ wrapper 4 years ago
nick black d174431187 ncreader_create: accept const options #403 4 years ago
nick black 7683973ee4 ncreader_options, bad options tests #403 4 years ago
nick black 4819c0e1c3 selector/multiselect: accept notcurses 4 years ago
nick black 064da8acb9 ncreader_destroy() / ncreader_plane() 4 years ago
nick black 5e1d8ccf75 ncreader introduced 4 years ago
nick black a5f2a6ff02
OTHERS: mention urwid and zui 4 years ago
nick black 88d14f2f9e
tetris: #include <array>, needed on freebsd #573 4 years ago
nick black d09f7c7899
CMake: check for qrcodegen/qrcodegen.h #572 4 years ago
nick black c0c76342a8
rotate test: relax ncvisual_render() checks 4 years ago
nick black 289aba6f68 CHANGELOG.md -> NEWS.md #570 4 years ago
nick black dbdaebb3a4
notcurses-view: verify Notcurses::can_open() 4 years ago
nick black 4460d8fc59
release.sh: clean up downloaded tarball 4 years ago
nick black e2b610506f
v1.3.4 4 years ago
nick black 52428b9f27
release.sh: search for OLDVERSION following sed 4 years ago
nick black 5d3d99c602
normal: don't produce unusable colors 4 years ago
nick black 94e42809fe
notcurses_resize(): kill unnecessary memset() 4 years ago
nick black fa865d1971
luigi: don't free garbage on error path 4 years ago
nick black 3384fad429
sliding demo: don't free garbage on error path 4 years ago
nick black a8b3780c21
demo: remove some unused vars 4 years ago
nick black ee196c299d
hud: plug memory leak on error path 4 years ago
nick black c958883a0e
fallin': plug memory leaks on error paths 4 years ago
nick black f3b9ff8de6
selector: properly free partial selector on error path 4 years ago
nick black ebe79eb339
ncplane_dup: return NULL on error path 4 years ago
nick black f466a45f8d
menu: fix free()s on error path 4 years ago
nick black 67048bf5fa
release-checklist: add scan-build invocation 4 years ago
nick black cbf46402f8
tests: portable find_data() 4 years ago
nick black ed548ab590
tests: apply clang modernizations 4 years ago
nick black a571f4daaa
tests/wide.cpp: use modern range loop 4 years ago
nick black 1526cfc7b8
handle_getc(): check for NULL ni before writing ->alt 4 years ago
nick black e97d16b85f
plot.cpp: modernize return types 4 years ago
nick black 3f93d15cda
widestomp: apply clang-tidy-11 fixes 4 years ago
nick black 173af7b3c6
unit test upper left of rotated visual #569 4 years ago
nick black f84435f708
unit test ncplane_rgba() #569 #559 4 years ago
nick black 3aa0e482d3
ncplane_rgba: set up frame #559 4 years ago
nick black c96498de8a
ncplane_rgba(): check for validity of input #559 4 years ago
nick black 7337280e17
ncplane_at_yx(): const ncplane argument 4 years ago
nick black 5bdfc0183f
ncvisual_from_plane() #559 4 years ago
nick black 90dacae213
python/docs: declare ncvisual_from_plane() 4 years ago
nick black 43a685be1e
ncsubproc: update unit tests for exit propagation #554 4 years ago
nick black efc8c027a0
ncsubproc: harvest with waitpid(), pass up wstatus #554 4 years ago
nick black 94fcada67c
ncvisual_rotate: unify _cw/_ccw, take radians 4 years ago
nick black 20d0048838
CMake improvements/cleanup #565
Rather than inspecting CMAKE_BUILD_TYPE manually and setting
DEBUG_OPTIONS based off the results, set CMAKE_{C/CXX}_FLAGS_DEBUG,
and allow that to be picked up by CMake #565. Remove repeated -W
flags that were all over the place, making them global compiler
flags. Remove repeated FORTIFY=2 definition that was all over the
place, making it a global compiler definition. Remove all uses of
${DEBUG_FLAGS}. Also, since CMake doesn't define a CMAKE_BUILD_TYPE
by default, instead just setting neither debugging nor optimization
flags, in what seems a pretty fucking boneheaded move, set it by
default to RelWithDebInfo. ugh. Explicitly disuse unused PoC variables.
4 years ago