terminology/src/bin
Simon Lees f73a806868 Switch to using a color scheme per file.
On Distro's we want to be able to ship color schemes as packages
as such we need an easy way to add and remove them this commit
implements the simplest possible solution of one color scheme per
file.
2021-11-23 15:56:55 +10:30
..
about.c po: use "YouTube" instead of "Youtube". Thanks to kingu for the suggestion 2021-01-10 12:43:02 +01:00
about.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
backlog.c backlog: don't convert -1 to unsigned 2020-04-17 00:00:46 +02:00
backlog.h termpty: fix ubsan-detected issue 2020-06-12 22:38:33 +02:00
colors.c Switch to using a color scheme per file. 2021-11-23 15:56:55 +10:30
colors.h colors: no longer set all those "c%d" color classes 2020-11-15 20:18:37 +01:00
config.c config: ensure config->colorscheme is set. Closes T8855 2020-11-14 22:16:35 +01:00
config.h config: add color_scheme 2020-11-04 23:14:33 +01:00
controls.c controls - dont "done" more than once in window controls 2021-01-11 13:23:13 +00:00
controls.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
extns.c extns: add extn_matches() and extn_is_media() + unit test 2021-09-13 22:48:29 +02:00
extns.h extns: add extn_matches() and extn_is_media() + unit test 2021-09-13 22:48:29 +02:00
gravatar.c improve translation strings 2020-09-15 21:46:22 +02:00
gravatar.h fix const on hyperlink urls 2018-10-13 22:05:48 +02:00
ipc.c main: add --colorscheme 2020-11-09 22:26:23 +01:00
ipc.h main: add --colorscheme 2020-11-09 22:26:23 +01:00
keyin.c test malloc/calloc's return. Fix CID1436182 2020-11-11 23:08:22 +01:00
keyin.h move input handling to win.c 2018-02-05 00:07:47 +01:00
main.c respect login shell config on start 2021-08-29 20:03:45 +01:00
main.h main: change prototype for main_new() 2019-10-26 18:13:25 +02:00
md5.c Get rid of trailing whitespaces 2020-06-24 22:49:17 +02:00
md5.h mv src/bin/md5/md5.{c,h} src/bin/ 2020-05-24 17:48:59 +02:00
media.c media: have media_src_type_get() use extn api 2021-09-13 23:30:09 +02:00
media.h media: have media_src_type_get() use extn api 2021-09-13 23:30:09 +02:00
meson.build extns: add extn_matches() and extn_is_media() + unit test 2021-09-13 22:48:29 +02:00
miniview.c theme: have only one theme_apply function 2020-10-18 22:35:27 +02:00
miniview.h tyfuzz: stub functions from termio 2019-02-06 23:19:29 +01:00
options.c options_color: rewrite to display color schemes 2020-11-03 23:33:42 +01:00
options.h options_behavior: share OPTIONS_CB/OPTIONS_CX/OPTIONS_SEPARATOR 2020-06-15 13:21:00 +02:00
options_background.c media: have media_src_type_get() use extn api 2021-09-13 23:30:09 +02:00
options_background.h s/wallpaper/background/ 2017-11-11 22:24:35 +01:00
options_behavior.c theme: have only one theme_apply function 2020-10-18 22:35:27 +02:00
options_behavior.h add header guards 2014-01-12 23:10:40 +01:00
options_colors.c terminology: Increase size of 'buf' to avoid possible truncated string 2021-09-21 10:18:04 -04:00
options_colors.h options_color: rewrite to display color schemes 2020-11-03 23:33:42 +01:00
options_elm.c improve translation strings 2020-09-15 21:46:22 +02:00
options_elm.h add a Toolkit settings category to launch elementary_config. Closes T1492 2014-09-14 23:18:55 +02:00
options_font.c options_font: focus font search entry. 2021-03-08 13:54:09 +00:00
options_font.h options_font: be able to have multiple instances 2018-01-12 23:27:19 +01:00
options_keys.c theme: have only one theme_apply function 2020-10-18 22:35:27 +02:00
options_keys.h add header guards 2014-01-12 23:10:40 +01:00
options_mouse.c win/options_mouse: apply mouse timer change to current terms 2020-08-10 22:43:34 +02:00
options_mouse.h mv options_helpers.{c,h} options_mouse.{c,h} 2020-06-15 13:21:00 +02:00
options_theme.c options: add note on colorschemes about current theme and vice-versa 2020-11-29 15:52:58 +01:00
options_theme.h options_theme: be able to have multiple instances 2018-01-13 19:25:31 +01:00
options_themepv.c termio: set scale only when font/size is set 2020-12-05 16:14:18 +01:00
options_themepv.h options_themepv: add color mode 2020-11-03 23:33:01 +01:00
private.h private.h: add static_strequal() 2020-09-01 19:00:30 +02:00
sb.c sb: extract tests 2020-05-24 19:00:24 +02:00
sb.h termiolink: add unit test on parsing edc color 2020-06-15 13:20:59 +02:00
sel.c smart objects - remember to free smart data 2021-03-18 11:21:38 +00:00
sel.h tab_selector: fix focus issue 2019-07-08 21:30:27 +02:00
term_container.h win: constify 2020-04-11 10:01:13 +02:00
termcmd.c mv utils.{c,h} theme.{c,h} 2020-06-23 12:48:27 +02:00
termcmd.h add some infra for cmd-mode for terminology. only 1 working cmd atm 2012-08-14 12:30:55 +00:00
termio.c termptyesc: add focus reporting 2021-11-02 23:28:37 +01:00
termio.h termio: add termio_is_focused() 2021-11-02 23:26:40 +01:00
termiointernals.c stop jumping down to the bottm on config changes when no font sz changed 2021-08-09 22:20:55 +01:00
termiointernals.h stop jumping down to the bottm on config changes when no font sz changed 2021-08-09 22:20:55 +01:00
termiolink.c termiolink: fix _hsl_to_rgb() + update tests 2020-07-17 12:58:22 +02:00
termiolink.h link: display tooltip on colors like #ff00ff 2020-06-15 13:20:58 +02:00
termpty.c termptyesc: add focus reporting 2021-11-02 23:28:37 +01:00
termpty.h termptyesc: add focus reporting 2021-11-02 23:28:37 +01:00
termptydbl.c termptydbl: be strict on what is wide and do not try to be smart. 2020-08-10 22:44:41 +02:00
termptydbl.h termptydbl: generate the exact double width test 2020-07-05 23:34:13 +02:00
termptyesc.c termptyesc: add focus reporting 2021-11-02 23:28:37 +01:00
termptyesc.h termptyesc: export termptyesc_safechar() 2020-11-15 13:48:20 +01:00
termptyext.c termptyext: be able to test color links 2020-06-15 13:20:58 +02:00
termptyext.h tytest: add framework to add special escape codes for tests 2019-02-06 23:19:29 +01:00
termptygfx.c Get rid of trailing whitespaces 2020-06-24 22:49:17 +02:00
termptygfx.h constify 2017-07-06 21:37:56 +02:00
termptyops.c rewrite changing of background/foreground colors from escape codes 2020-06-22 23:41:27 +02:00
termptyops.h termptyops: ensure clearing cells do not increase link count 2019-01-03 22:46:07 +01:00
theme.c theme: ensure group exists in file before using it 2020-11-26 22:50:37 +01:00
theme.h theme: have only one theme_apply function 2020-10-18 22:35:27 +02:00
tty_keys.h keys: add underscore as special key. Should close T2369 2015-04-26 13:14:56 +02:00
tyalpha.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 2019-12-05 19:58:25 +01:00
tybg.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 2019-12-05 19:58:25 +01:00
tycat.c tycat: use extn_matches() 2021-09-13 22:56:20 +02:00
tycommon.c tycommon: ensure common tools are running in terminology 2020-04-05 15:50:12 +02:00
tycommon.h tycommon: ensure common tools are running in terminology 2020-04-05 15:50:12 +02:00
tyfuzz.c tests: rework tytest.c/tyfuzz.c to no longer #include one in the other 2020-05-23 11:59:24 +02:00
tyls.c Revert "tyls: use eina_fnmatch" 2021-05-26 22:53:14 +02:00
typop.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 2019-12-05 19:58:25 +01:00
tyq.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 2019-12-05 19:58:25 +01:00
tysend.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 2019-12-05 19:58:25 +01:00
tytest.c extns: add extn_matches() and extn_is_media() + unit test 2021-09-13 22:48:29 +02:00
tytest.h tytest: those functions must return Eina_Bool 2020-11-15 13:42:25 +01:00
tytest_common.c termio: add termio_is_focused() 2021-11-02 23:26:40 +01:00
tytest_common.h have define BINARY_TYFUZZ/BINARY_TYTEST 2020-05-24 18:05:39 +02:00
unit_tests.h extns: add extn_matches() and extn_is_media() + unit test 2021-09-13 22:48:29 +02:00
utf8.c utf8: avoid implicit signedness conversions 2020-06-13 00:13:18 +02:00
utf8.h use a bit more Eina_Unicode 2014-03-25 21:35:31 +01:00
utils.c utils: add open_url() to avoid code duplication 2020-11-11 22:51:51 +01:00
utils.h utils: add open_url() to avoid code duplication 2020-11-11 22:51:51 +01:00
win.c media: have media_src_type_get() use extn api 2021-09-13 23:30:09 +02:00
win.h win: constify background_set_shine() 2020-10-17 23:43:09 +02:00