Commit Graph

4534 Commits

Author SHA1 Message Date
nick black
e2885b5a68
nctree: implement NCKEY_END 2021-03-11 23:19:07 -05:00
nick black
64634143ca
keller: render to new planes 2021-03-11 22:44:23 -05:00
nick black
9534bfdefd
ncplane_reparent: nonnull annotations 2021-03-11 22:38:06 -05:00
nick black
b9382231e2
c++: pass self on reparenting, not nullptr 2021-03-11 22:37:54 -05:00
nick black
04a7736112
demo: move fpsgraph/hud to another pile when hidden #1402 2021-03-11 22:36:43 -05:00
nick black
7dfb366cbc
notcurses-demo: drop 'i' argument 2021-03-11 22:28:30 -05:00
nick black
268a720225
Keep hardcursurpos bool across rasterizations
Move hardcursorpos into the renderstate carried
across rasterizations. This eliminates undesirable vertical
movement following pixel image emission #1400.
2021-03-11 20:46:54 -05:00
nick black
3574e3ec2f
keller: use NCSCALE_SCALE for NCBLIT_PIXEL 2021-03-11 18:46:52 -05:00
nick black
660d25eb4a
kitty: use 32-bit RGBA draws for transparency #1399 2021-03-11 18:13:51 -05:00
nick black
825b8bd3fb oiio/null mediacores: propagate CELL_PIXELS 2021-03-10 05:29:53 -05:00
nick black
a3c7b5ea69 pixels: properly set width and CELL_PIXEL_GRAPHICS #1397 2021-03-10 05:29:53 -05:00
nick black
715a4fea7c add pixel PoC 2021-03-10 05:29:53 -05:00
nick black
678085ab0c
TERMINALS: add foot, fix table 2021-03-09 20:07:39 -05:00
nick black
6672590996
index.html: properly sort notcurses_reel.3 2021-03-09 00:00:20 -05:00
nick black
1dabe17d84
notcurses_tree.3: update version to 2.2.3 2021-03-08 23:58:51 -05:00
nick black
5e74070c77
index.html: add notcurses_tree.3 2021-03-08 23:57:41 -05:00
nick black
f35e2eb982
notcurses_visual.3: link to sixel/kitty 2021-03-08 23:31:27 -05:00
nick black
16d0b71162 kitty: fix overactive green channel #1095 2021-03-08 23:21:43 -05:00
nick black
3818f0b31f kitty: get graphics protocol syntactic #1095 2021-03-08 23:21:43 -05:00
nick black
26d2ad8e7b kitty: add some FIXMEs #1095 2021-03-08 23:21:43 -05:00
nick black
5b3d4c7961 kitty: base64-encode payload #1095 2021-03-08 23:21:43 -05:00
nick black
bdf54518e3 kitty encoder up to base64 encoding #1095 2021-03-08 23:21:43 -05:00
nick black
4d5fd3c465 add kitty_blit, divert to it in kitty #1095 2021-03-08 23:21:43 -05:00
nick black
bc84987af5
v2.2.3 2021-03-08 07:10:50 -05:00
nick black
c882a44ac5 CMake: CMAKE_REQUIRED_INCLUDES everywhere #1387 2021-03-08 08:32:11 -03:00
nick black
17e92a69f9
keller: work around damage check for pixel #1381 2021-03-08 05:02:15 -05:00
Nick Black
cde75505ea Work around OpenImageIO bswap definition #1392
Recent OpenImageIO (on Fedora Rawhide, at least) export
a bswap symbol, causing us no end of pain. Perform a
massive rearrangement to deal with this annoyance,
splitting oiio.c into C++ and C contents. Closes #1392.
2021-03-08 03:30:17 -05:00
nick black
6c1e3565ac
Merge branch 'master' of github.com:dankamongmen/notcurses 2021-03-07 22:59:11 -05:00
nick black
70be457071
rust: hide blitset definition 2021-03-07 22:59:02 -05:00
nick black
f0c2570915
sixel: don't print empty bands #1391 2021-03-07 22:51:41 -05:00
nick black
b6d818c8f7
OTHERS: add jexer. java gets on the board! 2021-03-07 21:56:07 -05:00
nick black
91b83ea2d9
ncls: accept -b param to specify blitter 2021-03-07 21:37:52 -05:00
nick black
228b9edf09
ncneofetch: adapt to screen width for neofetch-style logos 2021-03-07 21:25:57 -05:00
nick black
ef5a3200de
pull pixelon/pixeloff out of tinfo struct 2021-03-07 19:50:55 -05:00
nick black
6693e5f386
pass tcache down through visual blit stack #1095 2021-03-07 19:30:43 -05:00
nick black
014e2ea8f8
sixel: undo pixelon tcache change, breaks direct mode 2021-03-07 19:10:44 -05:00
nick black
210052906e
sixel: write pixelon/off from tcache #1095 2021-03-07 19:06:42 -05:00
nick black
5bd1db168b
ncvisual_render_pixels(): unite duplicated code 2021-03-07 16:44:42 -05:00
nick black
103eb7fe01
remove codeql-analysis.yml 2021-03-07 15:08:20 -05:00
nick black
cdf8685154
keller: don't use NCSCALE_STRETCH with NCBLIT_PIXEL...yet #1381 2021-03-07 14:16:16 -05:00
nick black
9b2ce38385
ncneofetch: print units on RAM output 2021-03-07 14:11:59 -05:00
nick black
d1fc0c3adc
ncneofetch: no newline in RAM line #1386 2021-03-07 14:10:50 -05:00
nick black
e57a714936
init banner: more vibrant RGB indicator 2021-03-07 14:10:19 -05:00
nick black
0576793565
sixel: back out Set Raster Attributes (PR #1384)
Set Raster Attributes allows us to specify the pixel
aspect ratio and the image geometry. Unfortunately, it
has the side effect of filling in all unspecified sixels
with Color Register 0, which we do not want.
2021-03-07 13:53:00 -05:00
Daniel Eklöf
0b89c8943f sixel: use Set Raster Attributes to configure image size
This lets the terminal allocate the image once, instead of dynamically
resizing the image as the sixel data is emitted.

Note that this isn’t limiting the sixel size - if the sixel ends up
being larger than advertised here, the terminal is required to resize
the image to fit the entire sixel (i.e. you cannot use this to crop
the image to something that isn’t a multiple of 6).
2021-03-07 11:51:13 -05:00
Daniel Eklöf
3e8e51525a sixel: don’t emit DECGNL after the last row
Emitting DECGNL is the sixel equivalent of printing ‘\n’, and can
cause the terminal content to scroll.
2021-03-07 11:49:49 -05:00
nick black
e277df390b
sixel: remove obsolete comments 2021-03-04 15:19:01 -05:00
nick black
717562f54e
sixel: binary search, cut another 40% #1380 2021-03-04 02:25:10 -05:00
nick black
76e1f01572
ncls: use NCBLIT_PIXEL 2021-03-04 02:24:55 -05:00
nick black
c0cad0d497
sixel: heap-allocate ctable directly 2021-03-03 23:59:09 -05:00