Commit Graph

64 Commits

Author SHA1 Message Date
nick black
ea7610abee
Merge branch 'master' of github.com:dankamongmen/notcurses 2020-04-10 12:37:16 -04:00
nick black
f28ccce12d
s/direct color/TrueColor/g 2020-04-10 12:37:12 -04:00
nick black
114cb1d680 debian: make notcurses-bin safely binNMUable 2020-04-10 11:27:48 -04:00
Nick Black
c2a645e9af
Rust wrapper work (#454)
* packaging: s/libtinfo/Terminfo/g
* rust: add stddim_yx()
* rust: check for valid init in unit tests
* rust: serialize up tests
* constify notcurses_term_dim_yx()
* rust: add dim wrappers
* remove notcurses_resize() from public API #367
* call notcurses_resize() from notcurses_refresh() #367
2020-04-08 05:39:41 -04:00
nick black
b320c6c0e2 debian: dep notcurses-bin on python3-notcurses 2020-04-08 04:04:38 -04:00
nick black
6c02012cbf debian: pull comments from dep list 2020-04-03 05:51:02 -04:00
nick black
f565c0472c rust: dep on clang-dev 2020-04-03 05:51:02 -04:00
nick black
716260831e drone: try building rust 2020-04-03 05:51:02 -04:00
nick black
508da16b77
debian: drop graphviz build dep 2020-02-24 05:54:35 -05:00
nick black
d32d71c868 Debian: notcurses-bin deps on {python3:Depends} 2020-02-20 22:04:59 -05:00
nick black
e55044e76a debian: wrap-and-sort -sbt pass 2020-02-20 05:20:00 -05:00
nick black
33b8ad0518
Don't build doxygen by default 2020-02-20 00:25:59 -05:00
nick black
83e73fb429
install notcurses-pydemo #359 2020-02-19 22:51:58 -05:00
Nick Black
e6637e81cc
Prep for serious rusting #101 (#354)
* CMake: add USE_PANDOC, USE_DOXYGEN options #101
* README: mention rust
* start integrating rust into build #101
* CMake: add USE_NETWORK option for cargo
* Debian: build-dep on doxygen
* rust: colloquy checks in Cargo.lock
* extract NCKEY defines into their own include
* colloquy: use clap to parse CLI args
* CMake: unify option namespace
* Python: update include path
* Rust: fix up --frozen workings for -DUSE_NETWORK=off
* CMake: abstract out colloquy a little
* Sync direct.hh to the New Way
2020-02-18 12:36:16 -05:00
nick black
2b08c53075 prep for 1.2.0 2020-02-17 21:57:52 -05:00
nick black
438ee1257b
remove doctest, rely on system 2020-02-17 17:36:27 -05:00
nick black
9fc53e811f
ncplane_perimeter() plus unit test 2020-02-12 12:29:28 -05:00
nick black
dd69695fde
Debian: add Rules-Requires-Root: no 2020-02-12 07:13:12 -05:00
nick black
c8dc9bda84
Debian: notcurses-{data, bin} -> graphics 2020-02-12 07:10:45 -05:00
nick black
e1eb6ee04d Debian: address lintian too-short warnings 2020-02-11 19:07:18 -05:00
nick black
3cf4c3c064 Debian: reduce build-dep to python3-dev 2020-02-11 18:55:14 -05:00
nick black
b8adfe1a39 Debian/python: make module runnable #335 2020-02-09 23:58:50 -05:00
nick black
b388fa90db restore shlibs dep to python3-notcurses #326 2020-02-08 23:01:32 -05:00
nick black
c2199d0673 Debian: add control stanza for python3-notcurses-dbg #326 2020-02-08 22:11:21 -05:00
nick black
2d685616a7 Debian: dep on python3-all-dbg for python dbgsyms generation 2020-02-08 16:42:41 -05:00
nick black
e5c5063603 Debian: drop unused shlib:Depends from python/data 2020-02-08 14:44:31 -05:00
nick black
736717f58b
DFSG: unit test using only free multimedia #326 2020-02-07 11:21:19 -05:00
nick black
24eb133b63 Debian: drop explicit g++ dep 2020-02-07 00:39:24 -05:00
nick black
e6c024216a
Debian: drop versioned dep on g++ 2020-02-07 00:25:38 -05:00
nick black
c4d7d3744c Debian: relax ncurses-dev versioned dep 2020-02-06 22:36:43 -05:00
nick black
a076bc1e4b Debian: correct libav* versioned deps 2020-02-06 22:35:18 -05:00
nick black
0ed348ff61 Drop unnecessary versioned depends 2020-02-06 22:12:56 -05:00
nick black
0271ba5abf python: fix debuild when no notcurses is present 2020-02-04 02:12:14 -05:00
nick black
ecf921c135
run wrap-and-sort -sbt per @edmonds 2020-02-04 01:44:35 -05:00
nick black
f0d2c51b85 Debian: use dh-sequence-python3 2020-02-02 05:13:40 -05:00
nick black
3ee6f44831 Debian: python3-notcurses deps on ${shlibs:Depends} 2020-01-29 01:27:45 -05:00
nick black
7ea49832ae
debian: minimum verison 4.20191017 for dh-python 2020-01-29 01:11:23 -05:00
nick black
a2f061a91d Python: build debian packages successfully #298
With this, we can finally build Python Debian packages. Of course,
it wrecks our standard Python installation capabilities. I'll need
fix that. I'm talking on #debian-python IRC now.
2020-01-28 19:00:42 -05:00
nick black
c1c25afcc7 Python: fix up debug package #298 2020-01-28 16:43:02 -05:00
nick black
278182e1f9 Debian: 'testsuite' is in debian/control 2020-01-27 23:27:18 -05:00
nick black
b2909e9e8e
Debian: try building python package #298 2020-01-27 23:24:01 -05:00
nick black
aadf98179a
Debian: dep on python3-cffi and -setuptools 2020-01-25 09:59:49 -05:00
nick black
e899f8b7ed demo summary: also print real FPS 2020-01-24 04:06:41 -05:00
nick black
5992d3f610
debian: update copyrights 2020-01-22 22:43:45 -05:00
nick black
d1d4b9f14e
debian policy 4.5.0.0 2020-01-22 22:38:25 -05:00
Marek Habersack
75a90461dd Add C++ bindings 2020-01-22 06:47:43 -05:00
nick black
17df279b66 libnotcurses-sys rust lowlevel bindings 2020-01-15 04:50:54 -05:00
nick black
202115d826 Add python3-all-dev build-dep 2020-01-07 16:15:27 -05:00
Nick Black
f6975d11d5
Docs/API sweep for 1.0.0 #244 #249 (#250)
* sync up some docs #244
* sync README and man page
* notcurses_output() man page work
* pull attr/channels from output functions #244
* witherworm: clean up explicit moves #244
* still more man page work
* notcurses_lines, last of the man pages i think
* panelreel man page #244
* debian: ruby-ronn->pandoc
* debian: full multiarch compliance
* debian: symbols file
* pandoc: fix syntax for lexgrog
* fm6.mkv: strip audio
* pandoc: fix up apropos man syntax #249
* ncurses_lines man page
2020-01-04 02:37:55 -05:00
nick black
2ea4f77875
introduce ncplane_aligned() #237 2019-12-30 02:28:40 -05:00