Commit Graph

8193 Commits (24293e8d728b137b42dc8ddbcfd45f256b1d753f)
 

Author SHA1 Message Date
nick black 24293e8d72
Revert "purge all references to nccell_{set}?_[fb]channel() #2571"
This reverts commit 4e0428dfcc.
3 years ago
nick black 860d06384d
ncchannels_bchannel: operate only on alpha+coloring bits #2571 3 years ago
nick black 9890346769
notcurses_plane.3: correct some signatures #2571 3 years ago
nick black f15fcac7f9
[drone] build FFI library in debian 3 years ago
nick black e33cb62de9
[ncplanes] remove ncplane_set_[bf]channel() #2571 3 years ago
nick black 4e0428dfcc
purge all references to nccell_{set}?_[fb]channel() #2571 3 years ago
nick black 3e8e11e7c5
[termdesc] identify Konsole by TDA of ~KDE #2556 3 years ago
nick black 514ee9892c
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 8d3eb96508
[termdesc] don't send OSC 4 palette queries to linux yet #2561 3 years ago
nick black cbd5db20c7 [freebsd] don't shadow global termname() ident ugh 3 years ago
nick black cf4d49ebae
debrelease: stop exporting false TERM 3 years ago
nick black 1cfe1360a4
[NEWS] add 3.0.6 entry 3 years ago
nick black dc845b5dcc
v3.0.5 3 years ago
nick black bc4bee8afc
[sixel] kill obsolete FIXME 3 years ago
nick black a6fc8f08ee
[rasterize_core] pass margin-adjusted location to sprixel_invalidate #2546 3 years ago
nick black 89e9be0b3c
[info] use gradient based on the detected palette #2568 3 years ago
nick black 6ccd425f5d
remove obsolete comment 3 years ago
nick black acca18b1b5
disable old python wrappers on macos for now 3 years ago
nick black 1754451cf9 [heuristics] break up apply_term_heuristics into per-term functors #2563 3 years ago
nick black 60158a19cf
ncpalette_get: can't return -1 on uint32_t erp 3 years ago
nick black 72678835f2
[ncpalette] add ncpalette_get() for orthogonality #2565 3 years ago
Harrison Katz 815bd9f7f2 docs: remove references to ncplane_growtext 3 years ago
nick black 337b1bc52c
[automaton] deinline some large functions, saves ~14KB of text #2563 3 years ago
nick black 1e7164926a
[termdesc] dynamically generate palette queries #2563 #2561 3 years ago
nick black 437f24c92c
[termdesc] don't duplicate query defs, saves ~10KB of object size 3 years ago
nick black 8431910937
update some copyrights for 2022 3 years ago
nick black 2c20769cc7
[termdesc] add FIXME to palette query about color count 3 years ago
José Luis Cruz 11e7e9211d
fix typo 3 years ago
nick black 3322125d69
[tty_emit] motivating comment #2558 3 years ago
nick black f1f9de718a
[create_inputctx] set coutstanding only if we issued queries #2558 3 years ago
nick black 96c1d190ef
[read_input_nblock] treat permanent failure reading as EOF #2558 3 years ago
nick black fb61736142
[cursor_yx_get] propogate return from get_cursor_location #2558 3 years ago
nick black 792dbf9a59
[get_cursor_location] unlock on error path, erp #2558 3 years ago
nick black 285aa9d92a
[termdesc] factor out handle_responses() 3 years ago
nick black b51fa64150
[PoCs] use modifier accessors 3 years ago
nick black 379b02c5cf
ncplayer: use modifier accessors 3 years ago
nick black 6472327dbf
[demo] no need to check for ctrl on lowercase 3 years ago
nick black 683c6ff6d8
[readline] use modifier accessors for shortcuts 3 years ago
nick black 1c10ee614c
[reader] use modifier accessors 3 years ago
nick black fbdbf03037
[notcurses-input] use modifier accessors 3 years ago
nick black cc5d3b55c2
[ncdirect_readline] properly check for EOF (capital D) #2558 3 years ago
nick black 05a5b64339
[input] check for output availability in process_bulk() #2548 3 years ago
nick black 23b3308c7a
[info] don't stain the emoji line 3 years ago
nick black e7fa7b452f
move process_input() normalizations to load_ncinput() 3 years ago
nick black 7e46e5fbe4
some subtle input changes
When CapsLock is detected, and we're working with
ASCII input, capitalize it, just as we do with
Shift or Ctrl. Don't consider CapsLock or NumLock
for ncinput_equals_p(). Closes #2555.
3 years ago
nick black b85c1f1dad
[NEWS] mention input changes 3 years ago
nick black 15e2c6eb12
[ncinput_equals] consider UNKNOWN == PRESS #2554 3 years ago
nick black 06d61b9025
[ncmenu] use modifiers in all ncmenu_sections 3 years ago
nick black a7a47f8e0c
[kitty] add support for capslock, numlock, hyper, and super #2553 3 years ago
nick black 1f7f1a8e50
[kitty] handle hyper, capslock, numlock #2553 3 years ago