Commit Graph

3358 Commits (f3cd1fb7552a98f92ac4f984bac41ee011d2a366)
 

Author SHA1 Message Date
nick black f3cd1fb755
ncinput_equal_p(): return bool, not int #1059 4 years ago
joseLuís 4beec0845f rust: type changes
- rename types in order to make them more similar to the original ones,
  and so that they play better alongside the higher types defined by
  notcurses-rs.
  	- Plane -> NcPlane
	- DirectMode -> NcDirect
	- DirectModeFlags -> NcDirectFlags
	- FullMode -> Notcurses
	- Align -> NcAlign
	- Blitter -> NcBlitter
	- Scale -> NcScale
- make `types` module re-exportable.
- rename nc module to notcurses.
- improve comments.
4 years ago
joseLuís d59d05990b rust: direct mode changes
- rename ncdirect_start to ncdirect_new
- add direct mode option flags
- fix examples
- refactor comments
4 years ago
joseLuís 00b5445418 fix typos 4 years ago
joseLuís 94827c12a2 rust: update dependencies 4 years ago
joseLuís fed2d7cb9b rust: fix comments 4 years ago
joseLuís e8ff092f50 rust: fix input; add constructor 4 years ago
joseLuís 2f3d99e4e7 rust: fix visual 4 years ago
joseLuís cfb2bf0824 rust: add input module with 1 static function 4 years ago
joseLuís 446d2179d6 update function-summary.sh stats; remove oldest stats 4 years ago
joseLuís 03d2ffffaf fix typo 4 years ago
joseLuís 09bdf6ebd4 rust: add visual module 4 years ago
joseLuís cb16c52eef rust: review functions; update headers 4 years ago
joseLuís 40621b7b95 rust: finish converting missing rgb calls 4 years ago
joseLuís 42250179f3 rust: add `Blitter` and `Scale` types 4 years ago
nick black 61aa96fd8a
eagle: 3x2->2x2 to match cowardly defaults 4 years ago
nick black 4ebaa42b28
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 5c8781ffbd
ncvisual: quadblitter by default for stretch, for now 4 years ago
José Luis Cruz 7139021e05
fix typo 4 years ago
nick black 168f0642e4
notcurses_visual.3 update man page syntax 4 years ago
nick black 20ff1fe73b
ncvisual_stream: erase before each draw for partial transparencies #1093 4 years ago
nick black 79e1a556ae
view: propagate blitter out of stream #1094 4 years ago
nick black 4fb09431ac
notcurses_visual/notcurses-view: update man pages for sexblitter 4 years ago
nick black 16bffab27a
eagle demo: use NCBLIT_3x2 4 years ago
nick black 5f91990ed1
dragon demo: use NCBLIT_3x2 4 years ago
nick black 84dde41dc8
add xcfs for galleries in doc/ 4 years ago
nick black fd29cab463
quadblitter all different unit test #1080 4 years ago
nick black 8548cdc780
sexblitter: restore transparency #1089 4 years ago
nick black 13a9b38390
demo: strip some explicit NCBLIT_2x2s, use NCBLIT_DEFAULT 4 years ago
nick black 78e5ac670d
default to NCBLIT_3x2, unify NCBLIT_DEFAULT selection #1088 4 years ago
nick black 5613eb6afe
blit.c: remove dead code 4 years ago
Nick Black a92f5f0c02
Sexblitter, perfected (#1087)
AWWW SHIT HE'S DONE IT AGAIN  exhaustive sex solver #1086
4 years ago
nick black e12cfe947b
ncpixel_set_g/ncpixel_set_b: correct #1080 4 years ago
nick black 0f5f4cd1c3
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 515aa881cc
ncpixel_b/ncpixel_g: fix for RGBA 4 years ago
nick black 7ddfaa79a7
sexblitter: swap fg/bg post-lerp 4 years ago
nick black f9b4993b07 notcurses-demo: implement debug window #1013 4 years ago
nick black 957d15410c notcurses-demo: draw debug window when relevant #1013 4 years ago
nick black 132c08e18c demo: add alt+d 'debug' menu option #1013 4 years ago
nick black 72ef243cb7 sexblitter: properly initialize mindiffbits 4 years ago
nick black 964cdee8f2 ncblit_bgrx: perform byte swap 4 years ago
nick black 73772e3a4b run lowestkey search on lowestcur match 4 years ago
nick black efe5e40141 kill sexblitter debugging for now 4 years ago
nick black dbb7348baa sexblitter: properly set foreground 4 years ago
nick black 1a3bf4132e sexblitter: eliminate use of uninitialized lowestcur in collect_mindiffs() 4 years ago
nick black 9a4460981f sexblitter: properly set background 4 years ago
nick black 210991991f blitters: drop bgr switch-hitting, rely on input swap 4 years ago
nick black 167317aecc ncvisual_from_bgra() byte order fix #1084 4 years ago
nick black 26bcc5d4c1 sexblitter: properly set foreground channel 4 years ago
nick black 40ca9d3230 add pypi badge 4 years ago