Commit Graph

412 Commits (5e1620880166a9834d9ba7097c26e0c05c3c46f6)

Author SHA1 Message Date
José Luis Cruz 7e37ebed92
add link to matrix chat badge in readme 3 years ago
igo95862 459f1857b2
Update Github Actions status badge
Move to new Ubuntu tests action
3 years ago
nick black 7eedc7714d
recognize Contour via XTVERSION, and turn on quadrants/rgb for it #1781 3 years ago
nick black 0d7a5a5ef8 remove the majority of notcurses_check_pixel_support() calls #1469 3 years ago
Michael Bradley, Jr 28b2555195 github actions workflow: macos, ubuntu, windows+msys2 3 years ago
nick black c56dfc2607
install caps-rendered as notcurses-info #1745 3 years ago
nick black 01c4ec61f3 termdesc: add get_escape(), tables #1525 3 years ago
nick black 903e6c891d FAQ: add entry about mixing rendered/direct mode, note about signal handlers 3 years ago
nick black a6633b854f FAQs: clarify sixel answer 3 years ago
nick black 6720871448 README: detail linking/compiling against notcurses-core 3 years ago
nick black 3477f479bf README: kill unnecessary pronoun 3 years ago
nick black f5160f5378
README: update vague 'things' link 3 years ago
nick black 014a88a09c
always enable 8bpc RGB for kitty, alacritty, and foot #1641 3 years ago
nick black eced048de1
readme: shield for matrix chatroom 3 years ago
nick black fceaad5183
README: add note about Pandoc stack + interrogations 3 years ago
nick black ba059692f9
README: we're no longer necessarily 'svelter' 3 years ago
nick black 20b01e41a8
README: fix zig link 3 years ago
nick black e301ef34ae
disable alacritty sixel until ayosec/graphics is merged #1430 3 years ago
nick black 0fade67ae1
link to Jakub Dundalek's zig example 3 years ago
nick black 01b82ebab8
[README] fix links to man pages/doxygen, erp #1497 3 years ago
nick black acc5be058c [plots] move plot.cpp to C plot.c #1421 3 years ago
nick black b13544122e
[README] add FAQ about image manipulation functionality 4 years ago
nick black ee93d1cf2c
README: add sixel/kitty links 4 years ago
nick black 30e65a915b
README: note about sshd AcceptEnv 4 years ago
nick black 9a1c22ef3c
README: nccell not cell, update Sixel question 4 years ago
nick black 7bc3800e27 [direct] accept limits for prep_image() #1411 4 years ago
nick black d8d8251a0e
notcurses-tester: enforce minimum geometry 4 years ago
nick black 0f52b01584
FAQ: add a link to Jexer for the java folks 4 years ago
nick black 9a544488db
README: demo/tester want 'data', not 'tests', argh 4 years ago
nick black 211f180c56
README: provide the Focal PPA 4 years ago
nick black 87e7c2c490
differentiate ourselves from the python competition lol 4 years ago
nick black 97082cabc0 README: fix readline link 4 years ago
nick black fb11bbce6f
update unicode emoji link to 13.1 4 years ago
nick black 874a1fcdbe
remove bogon and confusing FAQ entry 4 years ago
nick black 9a77f843a9
fundamental theorem of notcurses 4 years ago
nick black a15141f16e
README: fold up unnecessary list 4 years ago
nick black 2cd8b9d82e
Further reduction of our gigantic README
Extract Curses differences and adaptation sections, and
move them to doc/CURSES.md. Reference this new document
in README.md. We now have sufficiently few sections that
we can dispense with the ToC. Do so.
4 years ago
nick black 56686348d7
more README.md trimming 4 years ago
nick black dc436ec026
reorganize documentation, trim README.md 4 years ago
nick black c35c87ba75
FAQs: add Q about COLORTERM and ssh 4 years ago
nick black 8416e6dfcf add José and igo95862 to README.md 4 years ago
nick black 7e227744d4
link to FOSDEM presentation video 4 years ago
nick black 52b9b9304a
link to FOSDEM presentation 4 years ago
nick black 6bb88c42ef
simplify wording in FAQ entry 4 years ago
nick black 7eafcfe598
rename notcurses-tetris -> nctetris 4 years ago
nick black b0301c834d
git mv TERMS.md TERMINALS.md 4 years ago
nick black feb592e590
add a note about static linking #1306 4 years ago
nick black f8a835ce7c
not just poc but also pocpp 4 years ago
nick black 1631818784
rename notcurses-view to ncplayer #1299 4 years ago
Nick Black 9112185657
Split up notcurses/notcurses-core (#1297)
Extract `libnotcurses-core` from `libnotcurses`. The former contains everything except multimedia code. The latter contains multimedia stuff (a wrapper around FFmpeg or OIIO). If built with `-DUSE_MULTIMEDIA=none`, there will not be any `libnotcurses.so` generated. `libnotcurses.so` uses library constructors/destructors to insert its implementation into the `ncvisual` stack at runtime. Users linking `-lnotcurses` will get the full implementation; users linking `-lnotcurses-core` only will get the stack less multimedia code.

The upshot of this is that someone can compile/install only `libnotcurses-core`, and a program linked against it will work just fine. This eliminates the need to install the full (large) dependency stack of the multimedia code unless necessary. This will hopefully be useful for e.g. installers etc. Closes #339.
4 years ago