.. |
lz4
|
lz4: fix CID 1339837: Null pointer dereference
|
7 years ago |
md5
|
add md5.c,h
|
8 years ago |
Makefile.am
|
add tyfuzz utility used for fuzzing the escape code parsing routines
|
7 years ago |
about.c
|
update contributors
|
8 years ago |
about.h
|
add header guards
|
9 years ago |
col.c
|
Revert "fix colors and show darkgray. Closes T2245"
|
8 years ago |
col.h
|
major color correctness and sizing correctness fixes to miniview
|
9 years ago |
config.c
|
Option to disable cd to current tab dir.
|
7 years ago |
config.h
|
Option to disable cd to current tab dir.
|
7 years ago |
controls.c
|
refactor win.c to use the Term_Container abstraction
|
8 years ago |
controls.h
|
add header guards
|
9 years ago |
dbus.c
|
add xterm 777 notification support. Closes T1765
|
8 years ago |
dbus.h
|
update teamwork usage for new version compat
|
9 years ago |
extns.c
|
Add .dds to list of image extensions, for tycat
|
8 years ago |
extns.h
|
add header guards
|
9 years ago |
gravatar.c
|
reorganize config struct
|
8 years ago |
gravatar.h
|
set media type as an enum
|
8 years ago |
ipc.c
|
Avoid crash when socket address lenght is bigger than 126
|
10 years ago |
ipc.h
|
Add splits as startup arguments
|
9 years ago |
keyin.c
|
Passing KP_ keys to pty
|
7 years ago |
keyin.h
|
add meta/hyper to key bindings. Closes T1985
|
8 years ago |
main.c
|
fix startup split and commands
|
7 years ago |
main.h
|
Revert "splits are back again"
|
8 years ago |
media.c
|
fix typop no longer working for still images. Add some error messages
|
8 years ago |
media.h
|
do an HTTP HEAD to get media type when poping media
|
8 years ago |
miniview.c
|
BACKLOG_ROW_GET() should not be called with a "screen" value
|
8 years ago |
miniview.h
|
constify key_down event in termio
|
9 years ago |
options.c
|
[options] size options list according to scale
|
7 years ago |
options.h
|
add guard header
|
9 years ago |
options_behavior.c
|
Option to disable cd to current tab dir.
|
7 years ago |
options_behavior.h
|
add header guards
|
9 years ago |
options_colors.c
|
colors ui: "improved" color namming
|
8 years ago |
options_colors.h
|
add header guards
|
9 years ago |
options_elm.c
|
add a Toolkit settings category to launch elementary_config. Closes T1492
|
9 years ago |
options_elm.h
|
add a Toolkit settings category to launch elementary_config. Closes T1492
|
9 years ago |
options_font.c
|
options_font: fix CID 1339833
|
7 years ago |
options_font.h
|
add header guards
|
9 years ago |
options_helpers.c
|
gettextify options
|
9 years ago |
options_helpers.h
|
add header guards
|
9 years ago |
options_keys.c
|
add meta/hyper to key bindings. Closes T1985
|
8 years ago |
options_keys.h
|
add header guards
|
9 years ago |
options_theme.c
|
options_theme: fix CID 1339832: Null pointer dereference
|
7 years ago |
options_theme.h
|
add header guards
|
9 years ago |
options_themepv.c
|
always support double-width
|
7 years ago |
options_themepv.h
|
add header guards
|
9 years ago |
options_video.c
|
options: remove unused global variable
|
9 years ago |
options_video.h
|
add header guards
|
9 years ago |
options_wallpaper.c
|
options_wallpaper: fix CID 1339834: Null pointer dereference
|
7 years ago |
options_wallpaper.h
|
add header guards
|
9 years ago |
private.h
|
fix --split option
|
7 years ago |
sel.c
|
sel: fix incorrect event struct use
|
8 years ago |
sel.h
|
refactor win.c to use the Term_Container abstraction
|
8 years ago |
term_container.h
|
correctly set working dir on split
|
7 years ago |
termcmd.c
|
apply zoom level/font size to all terms in a window
|
8 years ago |
termcmd.h
|
add some infra for cmd-mode for terminology. only 1 working cmd atm
|
11 years ago |
termio.c
|
[zoom] Smooth the scaling of fonts when zooming
|
7 years ago |
termio.h
|
fix selections (again and again) of single-char words
|
7 years ago |
termiolink.c
|
correctly fix coverity issue found in termiolink.c
|
8 years ago |
termiolink.h
|
add header guards
|
9 years ago |
termpty.c
|
[zoom] fix crash fix.
|
7 years ago |
termpty.h
|
tyfuzz: read from stdin but write to /dev/null
|
7 years ago |
termptydbl.c
|
separate "termstate" from cursor state and screens. Closes T725
|
8 years ago |
termptydbl.h
|
always support double-width
|
7 years ago |
termptyesc.c
|
fix crash when running tyfuzz. not in terminology
|
7 years ago |
termptyesc.h
|
fix segfault due to using isdigit with non unsigned char value. Closes T1625
|
9 years ago |
termptyext.c
|
s/__UNUSED__/EINA_UNUSED/g
|
10 years ago |
termptyext.h
|
add header guards
|
9 years ago |
termptygfx.c
|
separate "termstate" from cursor state and screens. Closes T725
|
8 years ago |
termptygfx.h
|
separate "termstate" from cursor state and screens. Closes T725
|
8 years ago |
termptyops.c
|
fix typo/bug spotted by afl-fuzz
|
7 years ago |
termptyops.h
|
rename a bunch of _termpty_*() to termpty_*()
|
8 years ago |
termptysave.c
|
comment unused code to remove dependency
|
7 years ago |
termptysave.h
|
renames to make the code more consistant
|
8 years ago |
tty_keys.h
|
keys: add underscore as special key. Should close T2369
|
8 years ago |
tyalpha.c
|
fix some possible bug in tyalpha, tybg, typop, tyq commands
|
8 years ago |
tybg.c
|
tybg: fix indentation
|
7 years ago |
tycat.c
|
fix compile warning
|
8 years ago |
tyfuzz.c
|
fix crash when running tyfuzz. not in terminology
|
7 years ago |
tyls.c
|
code cleanup: s/if (X) free(X);/free(X);/
|
8 years ago |
typop.c
|
fix some possible bug in tyalpha, tybg, typop, tyq commands
|
8 years ago |
tyq.c
|
fix some possible bug in tyalpha, tybg, typop, tyq commands
|
8 years ago |
utf8.c
|
we can't be sure of the signedness of Eina_Unicode
|
9 years ago |
utf8.h
|
use a bit more Eina_Unicode
|
9 years ago |
utils.c
|
terminology themes - use theme in home dir over system one always
|
8 years ago |
utils.h
|
options: theme preview cursor/selection bug fix
|
9 years ago |
win.c
|
fix tabbar not working after tab is closed. Closes T3105
|
7 years ago |
win.h
|
send ctrl[1-0] to term if "going to tab#" is not possible. Closes T2723
|
8 years ago |