joseLuís
|
fed2d7cb9b
|
rust: fix comments
|
2020-11-03 21:05:57 +01:00 |
|
joseLuís
|
e8ff092f50
|
rust: fix input; add constructor
|
2020-11-03 20:59:57 +01:00 |
|
joseLuís
|
2f3d99e4e7
|
rust: fix visual
|
2020-11-03 20:40:04 +01:00 |
|
joseLuís
|
cfb2bf0824
|
rust: add input module with 1 static function
|
2020-11-03 20:26:33 +01:00 |
|
joseLuís
|
09bdf6ebd4
|
rust: add visual module
|
2020-11-03 19:59:13 +01:00 |
|
joseLuís
|
cb16c52eef
|
rust: review functions; update headers
|
2020-11-03 19:59:10 +01:00 |
|
joseLuís
|
40621b7b95
|
rust: finish converting missing rgb calls
|
2020-11-03 19:56:54 +01:00 |
|
joseLuís
|
42250179f3
|
rust: add Blitter and Scale types
|
2020-11-03 19:56:28 +01:00 |
|
nick black
|
8189d21709
|
v2.0.2
|
2020-10-25 10:10:50 -04:00 |
|
nick black
|
a4546c86e3
|
v2.0.1
|
2020-10-19 03:15:32 -04:00 |
|
nick black
|
65974aeb0b
|
v2.0.0
|
2020-10-12 12:33:21 -04:00 |
|
nick black
|
8c9611d085
|
v1.7.6
|
2020-10-09 20:07:01 -04:00 |
|
nick black
|
c6c157a5ad
|
notcurses_stats_alloc() everywhere
|
2020-10-07 04:24:10 -04:00 |
|
nick black
|
20a49d053d
|
v1.7.5
|
2020-09-29 13:12:17 -04:00 |
|
joseLuís
|
bcc5481899
|
rust: update example
- use ncdirect_flush function for flushing
|
2020-09-22 13:34:10 +02:00 |
|
joseLuís
|
5be9edd6f4
|
rust: convert all rgb calls & new plane functions #1024
- add (TBD) ncplane_putchar, ncplane_putchar_yx
- delete ncplane_bound, ncplane_new, ncplane_pusimple & ncplane_putsimple_yx
- rename `.*_[bf]g.*_rgb` → .`*_[bf]g.*_rgb8`
- rename `.*_[bf]g` → .`*_[bf]g.*_rgb`
|
2020-09-22 13:33:13 +02:00 |
|
joseLuís
|
a09ed747ca
|
rust: update example direct-cursor
|
2020-09-21 20:03:18 +02:00 |
|
nick black
|
f02263e977
|
v1.7.4
|
2020-09-20 17:30:46 -04:00 |
|
nick black
|
21b8a50da0
|
rust: s/NCCHANNEL_ALPHA_MASK/CHANNEL_ALPHA_MASK/g
|
2020-09-20 16:16:40 -04:00 |
|
nick black
|
97dc50db1a
|
kill stray entry in NEWS
|
2020-09-20 05:52:27 -04:00 |
|
nick black
|
4459efa216
|
v1.7.3
|
2020-09-19 21:21:52 -04:00 |
|
nick black
|
e42dbdfd60
|
_stainable() -> _stained() #985
|
2020-09-18 02:02:08 -04:00 |
|
nick black
|
bc097a5674
|
v1.7.2
|
2020-09-10 04:14:01 -04:00 |
|
nick black
|
70f062aff5
|
v1.7.1
|
2020-08-31 21:49:39 -04:00 |
|
nick black
|
64fe8f6c07
|
v1.7.0
|
2020-08-30 19:12:16 -04:00 |
|
nick black
|
4c7a1d0427
|
ncdirect_init: add flags parameter #976
|
2020-08-30 13:38:33 -04:00 |
|
nick black
|
c93243fd54
|
v1.6.20
|
2020-08-30 01:25:44 -04:00 |
|
nick black
|
e92b7fd6ea
|
v1.6.19
|
2020-08-27 12:43:28 -04:00 |
|
nick black
|
6526e58c00
|
v1.6.18.4
|
2020-08-27 12:30:29 -04:00 |
|
nick black
|
6ea73e6e45
|
v1.6.18.3
|
2020-08-27 08:18:38 -04:00 |
|
nick black
|
550c02d8ac
|
v1.6.18.2
|
2020-08-27 07:26:28 -04:00 |
|
nick black
|
d11d8175d0
|
v1.6.18.1
|
2020-08-27 03:10:48 -04:00 |
|
nick black
|
6d7f9eb501
|
v1.6.18
|
2020-08-25 18:24:19 -04:00 |
|
nick black
|
026b94969d
|
cffi heap allocations are zero-initialized #942
|
2020-08-23 22:27:50 -04:00 |
|
joseLuís
|
1e6558fed9
|
new type aliases FullMode & Input
|
2020-08-23 18:29:17 +02:00 |
|
joseLuís
|
246cde91f9
|
+notcurses_align & modify ncplane_align #937
|
2020-08-23 18:27:14 +02:00 |
|
nick black
|
4ebf8f748c
|
v1.6.16
|
2020-08-22 23:12:04 -04:00 |
|
joseLuís
|
eab553d3d1
|
rust: update libc
|
2020-08-21 10:31:31 +02:00 |
|
joseLuís
|
2c1c150969
|
rust: add more type aliases, format
add new type aliases for: cell, ncplane, palette256, ncalign_e &
ncdirect + alignment constants.
|
2020-08-21 10:26:49 +02:00 |
|
joseLuís
|
ed748a5162
|
rust: new example: direct cursor
issue: only updates the screen after a newline
|
2020-08-20 18:02:03 +02:00 |
|
joseLuís
|
8c2d7bc5ac
|
rust: EGC type safe wrapping for real this time
|
2020-08-20 17:25:24 +02:00 |
|
joseLuís
|
73961c04ce
|
rust: rename ffi:: namespace to nc::
+rustfmt
|
2020-08-20 16:50:28 +02:00 |
|
joseLuís
|
9dc847c8b5
|
rust: add simple wrapper over ncdirect_init
|
2020-08-20 16:40:15 +02:00 |
|
joseLuís
|
d17460b875
|
rust: del uneeded alias
|
2020-08-20 16:01:25 +02:00 |
|
joseLuís
|
e975211a29
|
rust: even safer casting to char
|
2020-08-20 16:00:22 +02:00 |
|
joseLuís
|
356b44b015
|
rust: finish up EGC type safe wrapping.
|
2020-08-20 15:53:57 +02:00 |
|
joseLuís
|
3e4a074f8f
|
rust: del ncplane_highgradient_sized due to #922
|
2020-08-19 19:17:10 +02:00 |
|
joseLuís
|
cac8202e03
|
rust: egc char related fixes
|
2020-08-19 18:36:49 +02:00 |
|
joseLuís
|
f25ba1b83c
|
rust: +11 plane functions, ±finishing ncplane.
- Functions ncplane_putw* considered unnecessary from Rust.
- Functions & macros ncplane_printf* pending evaluation.
|
2020-08-19 18:09:58 +02:00 |
|
joseLuís
|
9b827f22b6
|
rust: +6 plane functions
|
2020-08-19 03:21:29 +02:00 |
|