Commit Graph

5533 Commits

Author SHA1 Message Date
nick black
6fd7a4cd52
convert a few 'cell' instances to 'nccell' in docs 2021-05-14 03:51:03 -04:00
nick black
1a7c5172f4
add note about sprixel/fb relationship to NEWS.md 2021-05-14 01:45:20 -04:00
nick black
346512ccdf
eliminate type-2 gclusters, sprixels no longer interact with fb #1656 2021-05-14 01:39:04 -04:00
nick black
b87407eb36
remove unused cell_sprixel_id() #1656 2021-05-14 01:15:38 -04:00
nick black
f64b1deeb7
dump unused sprixel_by_id() #1656 2021-05-14 01:13:57 -04:00
nick black
ce2f2c6509 ncplane_dup: don't dup sprixcells #1654 2021-05-13 21:09:30 -04:00
nick black
8bd73378cf
add NCSCALE_INFLATE 2021-05-12 13:07:23 -04:00
nick black
9ce8222d36
drop "available" output from reel demo 2021-05-12 13:02:14 -04:00
Daniel Eklöf
632cbcc881 fetch: add artix to distro info 2021-05-11 11:56:22 -04:00
igo95862
0c532a1669
python: Fix translate function. 2021-05-10 22:24:48 +03:00
nick black
29b161f1c0 [box] place ships underneath grid #1639 2021-05-10 04:45:57 -04:00
nick black
a39b5f9347 [box] add some spaceships #1639 2021-05-10 04:45:57 -04:00
nick black
d80df651b3
textplay: expose more of the source material 2021-05-10 01:20:59 -04:00
nick black
d441dd4d0d
fix up compilation on freebsd #1644 2021-05-09 23:18:15 -04:00
nick black
af1641be4e
empty implementation of nctree_goto() #1643 2021-05-09 23:09:09 -04:00
nick black
644b008671
add 2.3.0 to HISTORY.md 2021-05-09 21:10:48 -04:00
nick black
ea4c593455
v2.3.0 2021-05-09 18:54:22 -04:00
nick black
fd7a1a5d6d
sixel_destroy: be more precise with damage #1616 2021-05-08 21:31:18 -04:00
nick black
19006b4988
account for margins in sixel/kitty_destroy() #1588 2021-05-08 20:53:21 -04:00
nick black
dc9db79100
v2.2.11 2021-05-08 18:25:13 -04:00
nick black
ee638b9a96
nccell_width() return -1 on utf8_egc_len() error #1627 2021-05-08 18:05:31 -04:00
nick black
e0e747837e
kitty: must damage cells underneath a sprixel when hiding #1562 2021-05-08 17:13:59 -04:00
nick black
8f6879ab7f Fix sixel reload cached wipe display #1557
In Sixel, we must supply a value for P2; essentially, 1
means that there are transparent pixels, while 0 means
there are not, or that we don't care what's already
present (P2=0 is implemented faster by some terminals).
We set P2=1 upon encountering a transparent pixel, or
after wiping a cell, but we weren't doing so when we
reloaded a bitmap and prewiped due to cached ANNIHILATION
values in the TAM. Do so. This fixes up the flickering
we saw in the yield demo, as we no longer printed over
the text. Furthermore, we can now properly return 0 from
sixel_wipe() on a cached wipe, eliminating a great many
invalidations and redraws. Move the ANNIHILATION check
into the shared code of sprite_wipe(), removing it from
sixel_wipe() and kitty_wipe().

Oh, what a happy, happy, happy day!
2021-05-08 16:57:33 -04:00
nick black
3f908d43a2 sprixel_debug: show glyph length 2021-05-08 16:57:33 -04:00
nick black
022c6350e2 use ncplane_erase_region() in wipebitmap PoC 2021-05-08 16:57:33 -04:00
nick black
f080e1502b add ncplane_erase_region() 2021-05-08 16:57:33 -04:00
nick black
e4a1b44ffa sixel: restore bad 1 on cached wipe 2021-05-08 16:57:33 -04:00
nick black
f067f03832 wipebitmap PoC: more close-in testing 2021-05-08 16:57:33 -04:00
nick black
88936490bb further wipebitmap PoC flushwork 2021-05-08 16:57:33 -04:00
nick black
00962bb99f
add note about Requires.private to NEWS.md #1635 2021-05-08 15:39:52 -04:00
nick black
8025beb6d8
[rust] fix issue-1559 example, i think #1559 2021-05-08 15:28:31 -04:00
igo95862
a41c3f3030
python: Use ncchannels instead of channel like upstream 2021-05-08 22:15:28 +03:00
igo95862
e305e49a00
python: NcPlane_create now requires rows and collumns 2021-05-08 22:15:27 +03:00
igo95862
2ff4c575f9
python: Updated examples to use new code 2021-05-08 22:15:27 +03:00
igo95862
f08405a946
python: Fixes of argument parsing 2021-05-08 22:15:27 +03:00
igo95862
15f1ae8c16
python: Uncaught exceptions are now printed after context close 2021-05-08 22:15:27 +03:00
igo95862
01e433f8ad
python: Added check macros that return -1 2021-05-08 22:15:27 +03:00
igo95862
671c140186
python: Update imports 2021-05-08 22:15:27 +03:00
igo95862
38bad51fd9
python: Rename ncpile_create to pile_create 2021-05-08 22:15:27 +03:00
igo95862
9bfdca5c1e
python: Finished all NcPlane functions 2021-05-08 22:15:27 +03:00
igo95862
55d2c5a44c
python: NcPallete rename 2021-05-08 22:15:26 +03:00
igo95862
6792baf3ff
python: Implemented half of NcPlane functions 2021-05-08 22:15:26 +03:00
igo95862
4d4d5c043d
python: Add NcPlane initializers 2021-05-08 22:15:26 +03:00
igo95862
f88dededc0
python: Started with NcPlane 2021-05-08 22:15:26 +03:00
igo95862
4e820c779d
python: Implemented most of the notcurses context functions
The ones that depends on some other objects such as NcPlane
will be implemented in the future.
2021-05-08 22:15:26 +03:00
igo95862
0fc3d3efa6
python: Added notcurses context object with initializer and dealloc 2021-05-08 22:15:26 +03:00
igo95862
b9cf59ad22
python: Expose the variables containing definitions.
Instead of exposing all functions between modules we can only
expose the variables that contain the function pointers such
as `ChannelsFunctions` which has all channels functions.
2021-05-08 22:15:26 +03:00
igo95862
1037b652f9
python: Split new python binds module in to separated source files
Less thousand lines files
2021-05-08 22:15:26 +03:00
igo95862
92159867fc
python: Added all channels functions 2021-05-08 22:15:26 +03:00
igo95862
080428d3f7
python: Renamed check macros to use GNU prefix
Since they use GNU extensions. This reduces the collision
probability with the Python header.
2021-05-08 22:15:25 +03:00