nick black
|
81d78be211
|
[ncvgeom] move cellblit geom calculations into ncvisual_geom_inner()
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
ad12fe947e
|
[ncvgeom] close the ncvgeom loop for pixels, disgustingly
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
3297bb329c
|
unite pixel new+used plane geom
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
0363139593
|
[ncvgeom] fix bug in unit test
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
aed29467c3
|
[intro] cap orca at 1/2 height, 1/4 width
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
5ae6a2152f
|
[ncvgeom] always set pixy/pixx with non-NULL n
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
95f4ea32aa
|
[ncvgeom] perform further checks
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
2aabc30148
|
[ncvgeom] kill off ncvisual_blitset_geom
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
17b06b1180
|
[ncvgeom] add begy/begx and leny/lenx to ncvgeom
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
5ce1a11bce
|
[core] undo XTMODKEYS coming out of alternate screen
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
7f36bdaba0
|
[ncvisual_geom] always set up extrinsics
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
b19847a06a
|
[visual] extrinsic geometry unit tests
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
4028d3f56a
|
ncvisual_geom(NULL, non-NULL) unit test
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
a0b34f7062
|
[core] introduce ncvisual_geom(), replacing ncvisual_blitter_geom() #1684
|
2021-11-01 21:57:05 -04:00 |
|
nick black
|
71cd76d5c2
|
[intro] full exit on failure
|
2021-10-31 12:34:31 -04:00 |
|
nick black
|
469fde0545
|
clarify resize diagnostic #1696
|
2021-10-28 20:24:50 -04:00 |
|
nick black
|
cf4d657ece
|
[marginalized resizecb] move to the location solved for by margins #1472
|
2021-10-28 17:41:28 -04:00 |
|
nick black
|
0eda63daa5
|
[core] enable ghpa only on kitty for now #2199
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
8ee8b0081d
|
[raster] no need to position x for scroll event #2199
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
8a827224ba
|
PixelRender unit test: stretch to available geometry
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
50dfab7b7b
|
SixelsRoundtrip unit test: scale to available geometry #2304
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
e92aafd1b4
|
[sixeltests] use REQUIRE instead of CHECK on blit result #2304
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
086d77c320
|
[core] remove egc_rtl(), which only seems to cause problems #2128
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
a85a9097f9
|
[render] gratuitous hpa only on plane changes #2199
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
935e96a3bc
|
[stats] add hpa_gratuitous stat #2199
|
2021-10-28 06:42:19 -04:00 |
|
nick black
|
b81ab750cc
|
[macos] no pthread_condattr_setclock() #2302
|
2021-10-27 13:43:10 -04:00 |
|
nick black
|
fec64cfc33
|
[core] use pthread_condattr_setclock rather than pthread_cond_clockwait() #2302
|
2021-10-27 13:43:10 -04:00 |
|
nick black
|
26d6c27329
|
[windows] explicit pthread.h include #2303
|
2021-10-27 13:31:07 -04:00 |
|
nick black
|
29476a1f46
|
[plot] use cached color values always
|
2021-10-26 17:40:15 -04:00 |
|
nick black
|
a61af4f982
|
[plot] realloc channels on cell-pixel geometry change #2172
|
2021-10-26 17:10:08 -04:00 |
|
nick black
|
1f041edc40
|
[plot] kill last VLA #2172
|
2021-10-26 16:10:26 -04:00 |
|
nick black
|
548b4e2729
|
[CMake] add -Wvla #2301
|
2021-10-26 16:04:02 -04:00 |
|
nick black
|
f6443e2152
|
[plot] MB_CUR_MAX -> MB_LEN_MAX, kill VLA
|
2021-10-26 15:30:18 -04:00 |
|
nick black
|
45b061ad59
|
[linuxconjammer] kill VLA #2301
|
2021-10-26 15:29:01 -04:00 |
|
nick black
|
b5e4b58902
|
[linux] eliminate VLAs
|
2021-10-26 15:22:21 -04:00 |
|
nick black
|
80153f804d
|
[plot] calculate color vector once per lifetime #2172
|
2021-10-26 15:12:51 -04:00 |
|
nick black
|
cc62e81b0e
|
[fission] kill off VLA #2301
|
2021-10-26 15:09:30 -04:00 |
|
nick black
|
07fefa3004
|
[direct] MB_CUR_MAX -> MB_LEN_MAX, no VLAs #2301
|
2021-10-26 15:09:16 -04:00 |
|
nick black
|
ee784ece64
|
[tests] MB_CUR_MAX -> MB_LEN_MAX, no VLA #2301
|
2021-10-26 15:08:51 -04:00 |
|
nick black
|
5d6334a22d
|
[plots] calculate colors only once per draw run #2172
|
2021-10-26 14:43:17 -04:00 |
|
nick black
|
2770ae8a0b
|
[is_linux_console] reword diagnostic so it doesn't look like a failure
|
2021-10-26 10:39:01 -04:00 |
|
nick black
|
213fea7abd
|
don't blow away ret->loglevel
|
2021-10-26 10:37:29 -04:00 |
|
nick black
|
3c52635642
|
[env] make NOTCURSES_LOGLEVEL actually work
|
2021-10-26 10:33:44 -04:00 |
|
nick black
|
2cfe37a36a
|
tighten up init banner's terminfo version
|
2021-10-26 09:46:44 -04:00 |
|
nick black
|
bd00e7b507
|
[fission] fix regression where background was drawn above previous material #2299
|
2021-10-25 23:34:51 -04:00 |
|
nick black
|
5e3eeba355
|
[xray] destroy planes on exit
|
2021-10-23 06:26:05 -04:00 |
|
nick black
|
cf570a3d3f
|
[fission] kill background plane on exit
|
2021-10-23 06:17:32 -04:00 |
|
nick black
|
a83ff427e0
|
[egcpool_dup] deal with empty source (ubsan fix)
|
2021-10-23 05:59:18 -04:00 |
|
nick black
|
7c365fcfd6
|
[blitters] unit test blitter->string lookup
|
2021-10-23 05:45:03 -04:00 |
|
nick black
|
c188382f03
|
[zoo/outro] name planes
|
2021-10-23 05:12:13 -04:00 |
|