Commit Graph

2046 Commits (478ebadd640864d0e55314f57e56665b7d6a6dac)
 

Author SHA1 Message Date
nick black 08190060e8 notcurses.3: update link to unicode chart 4 years ago
nick black 321908d824
ncplane_vprintf_prep(): remove dumb comment #612 4 years ago
nick black 5537692bd1
cells_rounded_box() is now exported 4 years ago
nick black e80ac4ddb9
normal demo: work with odd number of columns :/ 4 years ago
nick black bad0ea9127
normal demo: reset underlying plane 4 years ago
nick black 99990e9a92
sigh, rust 4 years ago
nick black 32d3ae91c8
v1.4.2.3 4 years ago
nick black 3e4e16f516
sign tags in release.sh 4 years ago
nick black e132c6bb24
v1.4.2.2 4 years ago
nick black 3a7ee4b757
direct mode unit tests: allow init failure 4 years ago
nick black 49fb03655e
v1.4.2.1 4 years ago
nick black 6edc6f098f
streamline unit test common initialization 4 years ago
nick black e2a9094ed0
notcurses_init(): drop_signals on error path 4 years ago
nick black 38e67abd9d
v1.4.2 4 years ago
nick black dcaf29323c
plane_rotate: fix unit tests 4 years ago
nick black d37a3934d1
normal-demo: get a nice scroll-opening 4 years ago
nick black 1337091c46
normal demo: get it mostly working 4 years ago
nick black bc7b58c5df
ncvisual_from_plane(): apply vertical scaling 4 years ago
nick black 8ec5388448
normal demo: use demodelay 4 years ago
nick black 30f049d2e6
metric: don't allow scales that cause overflow #611 4 years ago
nick black c01d0b227f
ncmetric unit tests for small values #607 4 years ago
nick black 0688b95c01
metric: properly print usuffix on small values 4 years ago
nick black b7a9b11f0c
test::reset_terminal(): properly check tigetstr() 4 years ago
nick black eb72a4612d
qprefix/bprefix: use uintmax_t for decimal 4 years ago
nick black 3b9232217e
rotation: comment out some debugging cruft 4 years ago
nick black e1c55041c7
mention mouse/margin translation in NEWS 4 years ago
nick black a6629e2ae8
handle_csi: translate mouse coordinates by margins #609 4 years ago
nick black 84c51d9bde
perfect exponential plots #606
Previously, we had the first interval top out at 1.0. This made
clean mathematical sense, but it meant that we wasted the lowest
|states - 1| representations. We now top out at ibase**(states - 1).
The very bottom representation tops out at 1, meaning that any data
is always distinguishable from no data. We no longer explicitly
print spaces (aka the zeroth state for each glyph clade), so that
we can exhibit more transparency. Properly account for miny at
all times. Slots in an exponential plot are now exponential
throughout; before, it was exponential across rows, and linear
within a row.
4 years ago
nick black 31cc26b893
xray demo: much simplification 4 years ago
nick black 25fee034cb
ncplot: print EGC before breaking on small glyph #605 4 years ago
nick black 532c1689a4
NEWS: stream API updates 4 years ago
nick black fe3d6b31e2
ncmetric: print prefix with %lc #540 4 years ago
nick black 168ec1e71d
Update USAGE for streaming API changes #604 4 years ago
nick black d1b5a39135 ncvisual_stream(): update python streamcb typedef 4 years ago
nick black c824e1ac02 ncvisual_stream(): update OIIO implementation #604 4 years ago
nick black 289b018612 view-demo: cleanup, opaque 4 years ago
nick black e751557936 debug(): stretch out headers/footers 4 years ago
nick black e36a42bb24 xray demo: adapt to new streaming API 4 years ago
nick black e9e4c55615 add ImTui to OTHERS.md 4 years ago
nick black 78e30831dd move timespec 4 years ago
nick black 61aa09eae0
ncplane_rgba(): properly set up alpha channel 4 years ago
nick black 2c73162c62
notcurses-view: %jd + intmax_t for 32-bit 4 years ago
nick black 2588baa7db
reel: correct wchar_t check for error on 32-bit 4 years ago
nick black 7d87f8aa20
demo: printf changes for 32-bit archs 4 years ago
nick black 33997d1f06
ncplane_dup: ensure we dup base cell #593 4 years ago
nick black 9ccbc99e9e
now in fedora core! 4 years ago
nick black 1c2f92b3bc
ncmetric: replace u with µ, define *COLUMNS #540 4 years ago
nick black e3df2dca16
ncvisual_bounding_box(): always initialize lcol/rcol 4 years ago
nick black 4b642bc68d
require oiio 2.15.0+ to get infinite loop fix #547 4 years ago
nick black 5081ed048c
do an OIIO rotate() #559 4 years ago