Commit Graph

6516 Commits (2bd3fe5f9272e5b5ca7435ac4e9b5770190e832d)
 

Author SHA1 Message Date
nick black e8cdff6cf9 kitty: reference/produce frames properly with a=c #1900 3 years ago
nick black 1f29036fb5 implement reflective kitty animation #1900 3 years ago
nick black e399687d7d kitty: tripartite blit implementation #1900 3 years ago
nick black 57f962399d statepixel: use black foreground so we can read errors 3 years ago
nick black 0ba45c44da notcurses-info: abuse internals less egregiously 3 years ago
nick black e0a8e9abc5
notcurses-info: more, always more 3 years ago
nick black 99843190c0
notcurses-info: draw a bit more 3 years ago
nick black 269196c39c
linux fbcon: wipe + restore #1954 3 years ago
nick black 0be5089d2c
adapt new python to rgb8 updates 3 years ago
nick black 3e3f5d1174
update new python for rgb8 functions 3 years ago
nick black 7e74d96792
rust: update to new set_{fg,bg}_rgb() 3 years ago
nick black 1e99a2a202 Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 0a6fd661b4 set_rgb: unsigned unless we're clipping 3 years ago
nick black b6caf147ca
pause new python wrappers on macos for now 3 years ago
nick black f9e24bbed4
sprixel_free: close mstreamfp if it's open 3 years ago
nick black f67091794a
change python/setup.py version in release.sh 3 years ago
nick black 8c8d07d5e8 kill some warnings on macos 3 years ago
nick black 4f1ef47b09
remove stray 'u' from plot summary 3 years ago
nick black 1597b25d39
procroller: use notcurses_get() over notcurses_getc() #1686 3 years ago
nick black 0d289958f9
death to sigset_t #1967 3 years ago
nick black 14ca7b6bf5
use CMAKE_INSTALL{LIB,DATA}DIR not bare INSTALL_PREFIX 3 years ago
nick black 374863aecf
use macOS for shield 3 years ago
nick black b7b8aa5ee8
kill windows_test.yml on master 3 years ago
nick black 93fe6db376
check for support in ncdirect_on_styles() 3 years ago
nick black 540442fe9f macos workflow: drop PKG_CONFIG_PATH export #1933 3 years ago
nick black e638ea09f9 CMake: defer to PKG_CONFIG_PATH if it exists #1933 3 years ago
nick black cc139d50b1 CMake: find homebrew deps on OS X #1933 3 years ago
nick black ddbc36e872
ncdirect_dump_plane: fix sprite_draw() error check #1980 3 years ago
nick black b67c6b8fb2
ncplayer: pass loglevel through to direct mode #1981 3 years ago
nick black 31b208502a
[ncpp] Direct constructor: accept flags #1981 3 years ago
nick black d79c1334f6
remove stargazers plot until it's back up 3 years ago
nick black 45986668a1
Linux framebuffer in direct mode (#1959)
In direct mode, we need to call through to `pixel_draw()` rather than just printing it ourselves, given that Linux framebuffer drawing doesn't involve printing (but instead writing to the memory map). Do so.
3 years ago
nick black 4f1de02710
replace random() with rand() for windows goodness 3 years ago
nick black 613d437b87
input: don't error out on all special keys, egads =[ 3 years ago
nick black 2fb9db77e8
fbcon: update auxvecs on reblit 3 years ago
nick black cd635316d9
fbcon_wipe: preserve auxvec 3 years ago
nick black 1113f7dd35
windows: patch out more constants 3 years ago
nick black f28152d95e
ncplayer: eliminate %j conversions 3 years ago
nick black 1e2f3252bd
hark! a vagrant! get windows library linking 3 years ago
nick black e5d77037dc
CMake: link in ws2_32 on windows 3 years ago
nick black dd9e5bc312
CMake: exclude libm/librt on win32 3 years ago
nick black 03fbf57f24
fix up windows strndup compilation 3 years ago
nick black a26b28e10f
prefer ansi c rand() to posix random(), doh 3 years ago
nick black 3f8e21fc61
huh, it's macOS, not OS X now 3 years ago
nick black b867935708
termdesc: wrap linux-only parts up for linux 3 years ago
nick black 3172f4712a
s/SA_SIGNINFO/SA_SIGINFO/g =[ 3 years ago
nick black 3d3561fe0e
windows: elide still more signal jank 3 years ago
nick black 59cb0b8bfa
plot: use PRIu64 3 years ago
nick black 0d0f30ca93
windows: don't try and use termios 3 years ago
nick black fd13b70d27
windows: no sys/ioctl.h, move to compat.h 3 years ago