.. |
about.c
|
about: add youtube channel
|
3 years ago |
about.h
|
controls: use both "bg" and "base" evas objects
|
5 years ago |
backlog.c
|
backlog: don't convert -1 to unsigned
|
3 years ago |
backlog.h
|
termpty: fix ubsan-detected issue
|
3 years ago |
colors.c
|
colors: there are 4 color sets…
|
2 years ago |
colors.h
|
config: add color_scheme
|
2 years ago |
config.c
|
config: upgrade to set color schemes
|
2 years ago |
config.h
|
config: add color_scheme
|
2 years ago |
controls.c
|
group input: add config option about default to visible ones or all
|
3 years ago |
controls.h
|
controls: use both "bg" and "base" evas objects
|
5 years ago |
extns.c
|
include private.h everywhere
|
7 years ago |
extns.h
|
add header guards
|
9 years ago |
gravatar.c
|
improve translation strings
|
3 years ago |
gravatar.h
|
fix const on hyperlink urls
|
5 years ago |
ipc.c
|
main: add --colorscheme
|
2 years ago |
ipc.h
|
main: add --colorscheme
|
2 years ago |
keyin.c
|
keyin: rename macro to improve readability
|
3 years ago |
keyin.h
|
move input handling to win.c
|
5 years ago |
main.c
|
main: add --colorscheme
|
2 years ago |
main.h
|
main: change prototype for main_new()
|
3 years ago |
md5.c
|
Get rid of trailing whitespaces
|
3 years ago |
md5.h
|
mv src/bin/md5/md5.{c,h} src/bin/
|
3 years ago |
media.c
|
theme: have only one theme_apply function
|
2 years ago |
media.h
|
media/win: allow fallback to xdg-open after user interaction
|
4 years ago |
meson.build
|
mv src/bin/col.{c,h} src/bin/colors.{c,h}
|
3 years ago |
miniview.c
|
theme: have only one theme_apply function
|
2 years ago |
miniview.h
|
tyfuzz: stub functions from termio
|
4 years ago |
options.c
|
options_color: rewrite to display color schemes
|
2 years ago |
options.h
|
options_behavior: share OPTIONS_CB/OPTIONS_CX/OPTIONS_SEPARATOR
|
3 years ago |
options_background.c
|
options: word-wrap some labels
|
3 years ago |
options_background.h
|
s/wallpaper/background/
|
5 years ago |
options_behavior.c
|
theme: have only one theme_apply function
|
2 years ago |
options_behavior.h
|
add header guards
|
9 years ago |
options_colors.c
|
options_colors: be able to select color scheme
|
2 years ago |
options_colors.h
|
options_color: rewrite to display color schemes
|
2 years ago |
options_elm.c
|
improve translation strings
|
3 years ago |
options_elm.h
|
add a Toolkit settings category to launch elementary_config. Closes T1492
|
9 years ago |
options_font.c
|
theme: have only one theme_apply function
|
2 years ago |
options_font.h
|
options_font: be able to have multiple instances
|
5 years ago |
options_keys.c
|
theme: have only one theme_apply function
|
2 years ago |
options_keys.h
|
add header guards
|
9 years ago |
options_mouse.c
|
win/options_mouse: apply mouse timer change to current terms
|
3 years ago |
options_mouse.h
|
mv options_helpers.{c,h} options_mouse.{c,h}
|
3 years ago |
options_theme.c
|
options_themepv: add color mode
|
2 years ago |
options_theme.h
|
options_theme: be able to have multiple instances
|
5 years ago |
options_themepv.c
|
options_themepv: add color mode
|
2 years ago |
options_themepv.h
|
options_themepv: add color mode
|
2 years ago |
private.h
|
private.h: add static_strequal()
|
3 years ago |
sb.c
|
sb: extract tests
|
3 years ago |
sb.h
|
termiolink: add unit test on parsing edc color
|
3 years ago |
sel.c
|
theme: have only one theme_apply function
|
2 years ago |
sel.h
|
tab_selector: fix focus issue
|
4 years ago |
term_container.h
|
win: constify
|
3 years ago |
termcmd.c
|
mv utils.{c,h} theme.{c,h}
|
3 years ago |
termcmd.h
|
add some infra for cmd-mode for terminology. only 1 working cmd atm
|
11 years ago |
termio.c
|
colors: have 4 blocks: normal, bright, faint and bright+faint
|
2 years ago |
termio.h
|
termio: add termio_character_size_get()
|
2 years ago |
termiointernals.c
|
colors: have 4 blocks: normal, bright, faint and bright+faint
|
2 years ago |
termiointernals.h
|
rewrite changing of background/foreground colors from escape codes
|
3 years ago |
termiolink.c
|
termiolink: fix _hsl_to_rgb() + update tests
|
3 years ago |
termiolink.h
|
link: display tooltip on colors like #ff00ff
|
3 years ago |
termpty.c
|
improve translation strings
|
3 years ago |
termpty.h
|
termptyesc: explicit conversions
|
3 years ago |
termptydbl.c
|
termptydbl: be strict on what is wide and do not try to be smart.
|
3 years ago |
termptydbl.h
|
termptydbl: generate the exact double width test
|
3 years ago |
termptyesc.c
|
termptyesc: simplify code. CID1431130
|
2 years ago |
termptyesc.h
|
constify
|
6 years ago |
termptyext.c
|
termptyext: be able to test color links
|
3 years ago |
termptyext.h
|
tytest: add framework to add special escape codes for tests
|
4 years ago |
termptygfx.c
|
Get rid of trailing whitespaces
|
3 years ago |
termptygfx.h
|
constify
|
6 years ago |
termptyops.c
|
rewrite changing of background/foreground colors from escape codes
|
3 years ago |
termptyops.h
|
termptyops: ensure clearing cells do not increase link count
|
4 years ago |
theme.c
|
theme: use theme_file if provided
|
2 years ago |
theme.h
|
theme: have only one theme_apply function
|
2 years ago |
tty_keys.h
|
keys: add underscore as special key. Should close T2369
|
8 years ago |
tyalpha.c
|
tycommon: add ty_write() to handle EINTR/EAGAIN on write()
|
3 years ago |
tybg.c
|
tycommon: add ty_write() to handle EINTR/EAGAIN on write()
|
3 years ago |
tycat.c
|
Fix typos
|
3 years ago |
tycommon.c
|
tycommon: ensure common tools are running in terminology
|
3 years ago |
tycommon.h
|
tycommon: ensure common tools are running in terminology
|
3 years ago |
tyfuzz.c
|
tests: rework tytest.c/tyfuzz.c to no longer #include one in the other
|
3 years ago |
tyls.c
|
Fix typos
|
3 years ago |
typop.c
|
tycommon: add ty_write() to handle EINTR/EAGAIN on write()
|
3 years ago |
tyq.c
|
tycommon: add ty_write() to handle EINTR/EAGAIN on write()
|
3 years ago |
tysend.c
|
tycommon: add ty_write() to handle EINTR/EAGAIN on write()
|
3 years ago |
tytest.c
|
termiolink: parse css hsl color + unit test
|
3 years ago |
tytest.h
|
have define BINARY_TYFUZZ/BINARY_TYTEST
|
3 years ago |
tytest_common.c
|
mv src/bin/col.{c,h} src/bin/colors.{c,h}
|
3 years ago |
tytest_common.h
|
have define BINARY_TYFUZZ/BINARY_TYTEST
|
3 years ago |
unit_tests.h
|
termiolink: parse css hsl color + unit test
|
3 years ago |
utf8.c
|
utf8: avoid implicit signedness conversions
|
3 years ago |
utf8.h
|
use a bit more Eina_Unicode
|
9 years ago |
utils.c
|
utils: add the source files
|
3 years ago |
utils.h
|
utils: add the source files
|
3 years ago |
win.c
|
colors: have 4 blocks: normal, bright, faint and bright+faint
|
2 years ago |
win.h
|
win: constify background_set_shine()
|
2 years ago |