nick black
7e9dc0d23b
trim README a bit
2020-12-30 01:06:51 -05:00
joseLuís
e174ad44e2
update rust version in readme
2020-12-23 20:17:10 +01:00
nick black
0920675db1
there are now three ways to hide a plane, sigh
2020-12-20 18:53:08 -05:00
nick black
45a7458553
grotesque
2020-12-16 10:58:36 -05:00
nick black
520ce356b0
add 2.1.0 to history
2020-12-13 03:24:20 -05:00
nick black
c8378e62ff
README: update video link
2020-12-03 01:58:15 -05:00
nick black
b9ae0eee8c
readme: note that some terminals draw block chars directly
2020-12-03 01:57:23 -05:00
nick black
f3688f44fb
CMake: add demo target
2020-12-03 01:47:40 -05:00
nick black
f6a5aebf71
link to ncurses/libunistring in readme
2020-12-03 01:39:09 -05:00
nick black
93fef72da8
mention ncls in README.md
2020-12-01 04:17:39 -05:00
nick black
1f40b0728e
link to 2.0 hype video
2020-11-28 20:45:16 -05:00
nick black
48efdeb84f
tighten up link to minidebconf
2020-11-28 20:45:16 -05:00
nick black
d5797d84d5
update data model diagram, link to debminiconf talk in history
2020-11-28 20:45:16 -05:00
Érico Nogueira Rolim
067b35fe9d
README: fix dpkg command.
2020-11-25 11:14:53 -05:00
nick black
27c58a0284
add crates.io crate
2020-11-22 01:17:50 -05:00
nick black
a5b6ce135d
README: list demo for example code
2020-11-18 06:29:10 -05:00
nick black
1a3bf4132e
sexblitter: eliminate use of uninitialized lowestcur in collect_mindiffs()
2020-10-29 18:15:42 -04:00
nick black
40ca9d3230
add pypi badge
2020-10-29 18:15:42 -04:00
nick black
356aad8eff
c and c++ badges
2020-10-29 18:15:42 -04:00
nick black
50a8981d0d
readme: align build badge
2020-10-29 18:15:42 -04:00
nick black
b56f5989bd
some shields
2020-10-29 18:15:42 -04:00
nick black
6415775326
what's up with mosh?
2020-10-23 06:59:56 -04:00
nick black
22b1169f49
colors: s/always/usually/g
2020-10-21 02:12:34 -04:00
nick black
69a32c7643
notcurses-planereels is not installed, don't list it
2020-10-21 02:11:31 -04:00
nick black
3fe707d32f
document installation of python/rust wrappers
2020-10-21 02:10:56 -04:00
nick black
1df48e47fc
remove doubled colons
2020-10-21 02:03:55 -04:00
nick black
c31a78a244
notcurses-view: move to a complex marshal
2020-10-21 02:00:42 -04:00
nick black
c1c187f247
losing my goddamned mind
2020-10-16 22:04:47 -04:00
nick black
a67819a4a2
README: add links to OTHERS.md and TERMS.md
2020-10-16 22:03:32 -04:00
nick black
f880f8e3cf
'a point' idiot
2020-10-16 21:57:18 -04:00
nick black
7186c2590d
clarify LANG in FAQs
2020-10-16 21:56:29 -04:00
nick black
9d917d3243
faq faq faq
2020-10-16 21:55:22 -04:00
nick black
7aeb9cdf2d
use boldface in FAQs for delimiting
2020-10-16 21:54:07 -04:00
nick black
84b55bf61a
tighten up FAQs
2020-10-16 21:47:43 -04:00
nick black
80ca70159c
fuck java forever
2020-10-16 21:44:10 -04:00
nick black
db0dc15088
mention that API is stable since 2.0
2020-10-15 07:01:36 -04:00
nick black
ddb8198414
terminate sentence with period
2020-10-15 06:59:08 -04:00
nick black
33340434c0
readme stylings
2020-10-15 06:58:33 -04:00
nick black
f3ddc48002
drop distro paragraph, add heads-up about src/poc
2020-10-15 06:57:41 -04:00
nick black
a44090a7f7
s/notcurses/Notcurses/g
2020-10-12 09:44:03 -04:00
nick black
f39de36b4c
two new FAQs
2020-10-10 21:09:50 -04:00
nick black
8cbc9e1b3b
add 1.7.0 to history section
2020-10-01 12:08:22 -04:00
nick black
aa7acc0e7a
quick wording change to FAQs
2020-10-01 12:03:23 -04:00
nick black
4d7941f1b9
CMake: add USE_POC to control building poc binaries
2020-08-29 18:55:21 -04:00
nick black
f8854f84e8
demo summary: scale TheoFPS div by 1000 #928
2020-08-20 16:19:35 -04:00
nick black
2add9bacd6
wisdom?
2020-08-15 17:38:20 -04:00
nick black
99d90a4ecf
charset vs charencoding terminology
2020-08-14 16:30:54 -04:00
nick black
aebf2cdb9c
CMake: restore 3.14.0+ requirements
2020-08-13 23:38:10 -04:00
nick black
45e5d95774
ugh
2020-08-11 19:45:00 -04:00
Nick Black
11d6a4eb89
New reel layout algorithm #818 ( #870 )
...
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818 , though I'm not marking that bug fixed until I've resolved the little issues remaining with this one.
Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851
Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833
Improve notcurses_debug() a bit
Add ncplane_new_named() and friends to expose plane naming to the user.
Add internal ncplane_genocide() to kill a plane and all its bound descendents
New industrial-strength ncreel unit testing
notcurses-ncreel now accepts -ln for log level n
Add ncplane_parent() and ncplane_parent_const()
2020-08-09 17:40:59 -04:00