KristofferC
81d36891da
make a shared lib with the static inline functions
...
This is to be used for wrappers of notcurses that do not otherwise
have an easy way of getting access to the definitions of the `static
inline` functions
2021-12-23 09:51:29 -05:00
nick black
86e09bec49
v3.0.2
2021-12-21 09:01:43 -05:00
nick black
43654547a0
neofetch-ripper: write ubuntu alias #2494
2021-12-20 13:47:49 -05:00
nick black
53c95b6d86
v3.0.1
2021-12-12 15:11:17 -05:00
nick black
7bbc669813
v3.0.0
2021-12-02 04:41:48 -05:00
nick black
a4bc4e1897
[windows] fall back to NOTCURSES_SHARE
2021-12-02 03:53:17 -05:00
nick black
744e1ce015
[installforge] up to speed with 2.4.999
2021-12-02 02:54:29 -05:00
nick black
373ab921ad
[release] update file name of Windows installer
2021-12-02 02:54:02 -05:00
nick black
ec404f801b
[relase] update version in InstallForge config
2021-12-02 02:51:38 -05:00
nick black
caaeec5094
Place ncneofetch properly ( #2415 )
...
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
2021-12-02 01:45:49 -05:00
nick black
117d72db31
[installer] drop static libs
2021-11-30 09:52:50 -05:00
nick black
fff7128c87
[windows] drop unnecessary libs from installer
2021-11-30 08:06:41 -05:00
nick black
aa0c3ef1a9
sync all versions to 2.4.99 #2402
2021-11-30 02:16:17 -05:00
nick black
4b3b904040
[windows] use DataDir for registry key, not InstallDir
2021-11-29 22:01:40 -05:00
nick black
70bfd825d7
[windows] get InstallDir from registry, working
2021-11-26 07:01:48 -05:00
nick black
35a3b1184d
[installforge] set up registry key for install path
2021-11-26 06:19:07 -05:00
nick black
a74e7c12b4
2.4.99 InstallForge release candidate
2021-11-21 23:59:28 -05:00
nick black
ec972dd33b
add installforge config #2071
2021-11-21 22:31:21 -05:00
nick black
251fc52d9d
[nuget] install static libraries
2021-11-21 15:58:19 -05:00
nick black
0dfc5facdf
2.4.98 trial balloon
2021-11-21 00:33:46 -05:00
nick black
5a56962b1b
[nuget] only one requireLicenseAcceptance
2021-11-21 00:33:01 -05:00
nick black
6a1364d9d5
[nuget] list LibDeflate.native 1.7.1+ as dep #2354
2021-11-18 22:57:07 -05:00
nick black
e26756565c
[nuget] add some fields to metadata, install dlls to lib/ #2354
2021-11-18 22:48:30 -05:00
nick black
e205cde05f
set versions to 2.4.97 for prep nuget build #2354
2021-11-18 21:36:24 -05:00
nick black
c6c7d60193
add initial nuget spec file #1966
2021-11-18 21:32:06 -05:00
nick black
717b4a40c1
[CMake] add USE_DEFLATE option, document it, reenable fedora drone #2348
2021-11-17 00:30:08 -05:00
nick black
44ec1352cd
[builddef.h] remove USE_READLINE, no longer used
2021-10-26 13:54:23 -04:00
nick black
b5c161a07c
Unify control sequence automata #2183 ( #2208 )
...
Unify the dynamic, dataflow special keys automaton and the static, codeflow terminal response automaton, yielding a single automaton. Add kitty keyboard support information to `notcurses-info`. Closes #2183 .
2021-09-30 05:08:19 -04:00
nick black
da6fc8420d
[input] consider a drop to be an input_error
2021-09-18 12:42:36 -04:00
nick black
24eac43f4f
interrogate_terminfo: allow for NULL termtype
2021-09-18 11:21:04 -04:00
joseLuís
4060368c23
[rust-split] remove unneeded scripts from tools/ #2171
...
- rm -r `tools/function-summary/`
- rm `tools/rustdoc-update-gh-pages.sh`
- rm `tools/blame-nick.sh`
- remove actions related to the rust bindings from `release.sh`.
2021-09-16 17:01:39 +02:00
joseLuís
bab123913a
[rust] update function-summary & pending changes
2021-08-26 16:49:38 +02:00
nick black
b8c01eacc8
tighten up include paths, libgpm connect #1986
2021-08-24 01:56:12 -04:00
joseLuís
dbc060503c
[rust] fix example; update function-summary.sh
2021-07-27 16:54:12 +02:00
nick black
f67091794a
change python/setup.py version in release.sh
2021-07-25 05:56:56 -04:00
nick black
de75f124a0
sanity check CMakeLists.txt pre- and post-sed
2021-07-21 07:53:39 -04:00
nick black
5879c8a523
rustdoc-update-gh-pages: git pull at end
2021-07-20 16:03:41 -04:00
joseLuís
f401d85733
[rust] update function-summary data & minor fix
2021-07-04 11:23:04 +02:00
nick black
06c66c5911
v2.4.7
2021-06-29 07:04:21 -04:00
nick black
845ab5cdf9
Fix 'Name' fields in pkgconfig files
2021-06-26 18:27:28 -04:00
nick black
9ed9f6bfc0
add USE_READLINE cmake flag
2021-06-25 00:21:08 -04:00
joseLuís
125ab361e6
[rust] add pending functions
...
- include new functions: ncdirect_stream, ncdirect_supported_styles, ncdirect_styles, nccell_width, ncinput_nomod_p.
- account for functions: ncplane_halign, ncplane_valign.
- rename ncpalette_get_rgb and ncpalette_set_rgb to ncpalette_get_rgb8 and ncpalette_set_rgb8 respectively.
- minor formatting fixes.
2021-06-12 21:29:03 +02:00
joseLuís
bb07a995d5
[tools] update function-summary data
2021-06-03 16:11:55 +02:00
nick black
e6f226452d
fix erroneous comment in NEWS
2021-06-03 03:04:29 -04:00
nick black
8cf235e6b7
start on a GUIX module #1315
2021-06-01 18:19:33 -04:00
Nick Black
cd2b5de5fa
Panblitter ncplane_as_rgba() ( #1697 )
...
ncplane_as_rgba: genericize across blitters
ncplane_as_rgba() previously was implemented explicitly
in terms of NCBLIT_2x1. it now uses the `egcs` field of the
`blitset`. this supports NCBLIT_2x2 and NCBLIT_3x2 in
ncplane_rgba(). Closes #1490 .
2021-06-01 02:25:11 -04:00
nick black
92fcbce415
support DEBVERSION in debrelease.sh
2021-05-20 00:54:52 -04:00
nick black
0d70d73100
Write Requires.private in pc files based off discovered TERMINFO_LIBRARIES #1635
2021-05-08 13:48:14 -04:00
nick black
052b9148e7
pkgconfig: move stdc++ dep from notcurses-core.pc to notcurses.pc #1635
2021-05-07 17:48:24 -04:00
nick black
06e7391b89
release.sh: change both instances of the version in index.html
2021-05-05 05:20:27 -04:00