Commit Graph

3366 Commits (d82f0934b397fa035b42b76810bfc2b423a76d92)
 

Author SHA1 Message Date
joseLuís d82f0934b3 rust: show inline documentation for curated bindings 4 years ago
joseLuís 27628e961a rust: improve bindings 4 years ago
joseLuís a40cabb9d0 rust: move integration tests out of lib.rs 4 years ago
joseLuís c8316d75ae rust: continue improving bindings and API
- use libc types and functions directly when possible
	- char32_t -> u32 -> char
	- size_t -> u64
	- free()
	- strcmp()
	NOTE: it seems libc::timespec doesn't work with notcurses_getc()
- rename types
  	- Input -> NcInput
	- Scale -> NcScale
- `suppuabize` function is now private.
- `bindings` module is now public.
- improve comments.
4 years ago
nick black 592e339c7e
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black c411b0a7b8
get your head in the fucking game nicholas #1059 4 years ago
joseLuís 98a2fcf336 rust: explicit bindgen imports for a better world 4 years ago
nick black 4b2edf0019
ncplot: add comment regarding d vs u 4 years ago
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