terminology/src/bin
Carsten Haitzler d9a5832bd6 font sizing - listen to elm config change events and re-apply font size
re-applying font size (setting it) will take int account any new scale
value that may be set. this allows elementary_config or any config
tool that is updating config to change scaling and terminology
properly adapts. elementary itself for all widgets already takes care
of its own gui elements, but since the terminal grid is a custom thing
for terminology - it is responsible for doing this itself. now it
does.

@feat
2020-11-24 09:18:52 +00:00
..
about.c about: add youtube channel 2020-07-23 22:52:47 +02: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 colors: list user-stored color schemes 2020-11-22 19:40:58 +01:00
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 group input: add config option about default to visible ones or all 2020-04-12 17:16:14 +02:00
controls.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
extns.c include private.h everywhere 2016-10-18 20:21:50 +02:00
extns.h add header guards 2014-01-12 23:10:40 +01: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 main: reorganize options 2020-11-14 22:32:22 +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 theme: have only one theme_apply function 2020-10-18 22:35:27 +02:00
media.h media/win: allow fallback to xdg-open after user interaction 2018-12-17 21:53:01 +01:00
meson.build mv src/bin/col.{c,h} src/bin/colors.{c,h} 2020-08-20 16:21:51 +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 test malloc/calloc's return. Fix CID1436182 2020-11-11 23:08:22 +01: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 utils: add open_url() to avoid code duplication 2020-11-11 22:51:51 +01: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 theme: have only one theme_apply function 2020-10-18 22:35:27 +02: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_theme: ensure the selected theme is the right one 2020-11-22 20:42: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 colors: no longer set all those "c%d" color classes 2020-11-15 20:18:37 +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 theme: have only one theme_apply function 2020-10-18 22:35:27 +02: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 colors: no longer set all those "c%d" color classes 2020-11-15 20:18:37 +01:00
termio.h termio/termptyesc: clean up mess with color classes 2020-11-15 00:15:10 +01:00
termiointernals.c colors: have 4 blocks: normal, bright, faint and bright+faint 2020-11-03 23:31:09 +01:00
termiointernals.h termptyesc: handle xterm 12 to change cursor color 2020-11-14 23:32:41 +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 improve translation strings 2020-09-15 21:46:22 +02:00
termpty.h termptyesc: explicit conversions 2020-06-13 00:13:12 +02: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: _handle_xterm_set_color_class() gets obj==NULL in tests 2020-11-15 20:10:43 +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: use theme_file if provided 2020-10-18 23:16:36 +02: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 Fix typos 2020-07-05 20:19:59 +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 Fix typos 2020-07-05 20:19:59 +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 tytest: makes more sense (to me) to check len 2020-11-15 20:19:21 +01:00
tytest.h tytest: those functions must return Eina_Bool 2020-11-15 13:42:25 +01:00
tytest_common.c tytest: those functions must return Eina_Bool 2020-11-15 13:42:25 +01:00
tytest_common.h have define BINARY_TYFUZZ/BINARY_TYTEST 2020-05-24 18:05:39 +02:00
unit_tests.h termiolink: parse css hsl color + unit test 2020-06-15 13:21:00 +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 font sizing - listen to elm config change events and re-apply font size 2020-11-24 09:18:52 +00:00
win.h win: constify background_set_shine() 2020-10-17 23:43:09 +02:00