terminology/src/bin
Boris Faure a29dbe45a7 options_wallpaper: fix CID 1339834: Null pointer dereference 2015-11-19 21:04:17 +01:00
..
lz4 lz4: fix CID 1339837: Null pointer dereference 2015-11-19 20:58:17 +01:00
md5 add md5.c,h 2014-10-15 21:44:58 +02:00
Makefile.am add tyfuzz utility used for fuzzing the escape code parsing routines 2015-11-08 13:05:43 +01:00
about.c update contributors 2015-09-05 14:06:30 +02:00
about.h add header guards 2014-01-12 23:10:40 +01:00
col.c Revert "fix colors and show darkgray. Closes T2245" 2015-03-30 20:47:35 +02:00
col.h major color correctness and sizing correctness fixes to miniview 2014-05-16 17:44:11 +09:00
config.c config: add config_new() to create a new default config 2015-11-08 13:05:43 +01:00
config.h config: add config_new() to create a new default config 2015-11-08 13:05:43 +01:00
controls.c refactor win.c to use the Term_Container abstraction 2015-04-23 20:07:59 +02:00
controls.h add header guards 2014-01-12 23:10:40 +01:00
dbus.c add xterm 777 notification support. Closes T1765 2015-01-12 23:13:43 +01:00
dbus.h update teamwork usage for new version compat 2013-12-30 12:54:15 -05:00
extns.c Add .dds to list of image extensions, for tycat 2015-04-07 14:49:44 +09:00
extns.h add header guards 2014-01-12 23:10:40 +01:00
gravatar.c reorganize config struct 2014-10-15 21:44:59 +02:00
gravatar.h set media type as an enum 2014-10-15 21:44:58 +02:00
ipc.c Avoid crash when socket address lenght is bigger than 126 2013-09-06 17:41:24 -03:00
ipc.h Add splits as startup arguments 2014-08-09 12:22:19 +02:00
keyin.c send ctrl[1-0] to term if "going to tab#" is not possible. Closes T2723 2015-09-14 23:01:32 +02:00
keyin.h add meta/hyper to key bindings. Closes T1985 2015-04-13 21:37:09 +02:00
main.c fix startup split and commands 2015-11-19 20:24:36 +01:00
main.h Revert "splits are back again" 2014-12-03 08:42:51 +09:00
media.c fix typop no longer working for still images. Add some error messages 2015-09-04 20:30:29 +02:00
media.h do an HTTP HEAD to get media type when poping media 2015-02-21 11:40:10 +01:00
miniview.c BACKLOG_ROW_GET() should not be called with a "screen" value 2015-08-09 14:10:12 +02:00
miniview.h constify key_down event in termio 2014-08-19 23:09:50 +02:00
options.c add a Toolkit settings category to launch elementary_config. Closes T1492 2014-09-14 23:18:55 +02:00
options.h add guard header 2014-05-24 16:14:20 +02:00
options_behavior.c add option to disable terminology escape codes that could be considered 2015-08-23 20:57:49 +02:00
options_behavior.h add header guards 2014-01-12 23:10:40 +01:00
options_colors.c colors ui: "improved" color namming 2015-04-14 22:18:52 +02:00
options_colors.h add header guards 2014-01-12 23:10:40 +01:00
options_elm.c add a Toolkit settings category to launch elementary_config. Closes T1492 2014-09-14 23:18:55 +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 font selector: use bg/fg for the preview from config/theme 2015-03-01 17:20:18 +01:00
options_font.h add header guards 2014-01-12 23:10:40 +01:00
options_helpers.c gettextify options 2014-07-26 11:37:26 +02:00
options_helpers.h add header guards 2014-01-12 23:10:40 +01:00
options_keys.c add meta/hyper to key bindings. Closes T1985 2015-04-13 21:37:09 +02:00
options_keys.h add header guards 2014-01-12 23:10:40 +01:00
options_theme.c usual round of fixes to make it compile with efl 1.7 2015-02-14 12:08:50 +01:00
options_theme.h add header guards 2014-01-12 23:10:40 +01:00
options_themepv.c always support double-width 2015-09-19 16:23:41 +02:00
options_themepv.h add header guards 2014-01-12 23:10:40 +01:00
options_video.c options: remove unused global variable 2014-08-21 21:48:42 +02:00
options_video.h add header guards 2014-01-12 23:10:40 +01:00
options_wallpaper.c options_wallpaper: fix CID 1339834: Null pointer dereference 2015-11-19 21:04:17 +01:00
options_wallpaper.h add header guards 2014-01-12 23:10:40 +01:00
private.h fix --split option 2015-09-26 12:01:42 +02:00
sel.c sel: fix incorrect event struct use 2015-05-31 15:59:42 +02:00
sel.h refactor win.c to use the Term_Container abstraction 2015-04-23 20:07:59 +02:00
term_container.h correctly set working dir on split 2015-09-19 14:49:40 +02:00
termcmd.c apply zoom level/font size to all terms in a window 2015-08-06 21:53:14 +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 do not right trim "." on word selection 2015-09-20 15:42:28 +02:00
termio.h remove useless termio_theme_get() 2015-06-11 22:29:53 +02:00
termiolink.c correctly fix coverity issue found in termiolink.c 2015-08-10 00:28:33 +02:00
termiolink.h add header guards 2014-01-12 23:10:40 +01:00
termpty.c fix fuzzing so terminology works at all again 2015-11-12 09:53:32 +09:00
termpty.h tyfuzz: read from stdin but write to /dev/null 2015-11-08 13:06:13 +01:00
termptydbl.c separate "termstate" from cursor state and screens. Closes T725 2015-04-23 20:02:53 +02:00
termptydbl.h always support double-width 2015-09-19 16:23:41 +02:00
termptyesc.c fix crash when running tyfuzz. not in terminology 2015-11-14 21:26:37 +01:00
termptyesc.h fix segfault due to using isdigit with non unsigned char value. Closes T1625 2014-09-15 23:10:55 +02:00
termptyext.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
termptyext.h add header guards 2014-01-12 23:10:40 +01:00
termptygfx.c separate "termstate" from cursor state and screens. Closes T725 2015-04-23 20:02:53 +02:00
termptygfx.h separate "termstate" from cursor state and screens. Closes T725 2015-04-23 20:02:53 +02:00
termptyops.c fix typo/bug spotted by afl-fuzz 2015-11-08 13:06:09 +01:00
termptyops.h rename a bunch of _termpty_*() to termpty_*() 2015-06-02 21:47:06 +02:00
termptysave.c comment unused code to remove dependency 2015-11-08 13:05:43 +01:00
termptysave.h renames to make the code more consistant 2015-08-03 20:44:55 +02:00
tty_keys.h keys: add underscore as special key. Should close T2369 2015-04-26 13:14:56 +02:00
tyalpha.c fix some possible bug in tyalpha, tybg, typop, tyq commands 2015-02-07 12:02:19 +01:00
tybg.c tybg: make tybg without argument display the default wallpaper 2015-02-15 20:41:31 +01:00
tycat.c fix compile warning 2015-07-28 16:07:03 -04:00
tyfuzz.c fix crash when running tyfuzz. not in terminology 2015-11-14 21:26:37 +01:00
tyls.c code cleanup: s/if (X) free(X);/free(X);/ 2015-03-18 15:23:39 +01:00
typop.c fix some possible bug in tyalpha, tybg, typop, tyq commands 2015-02-07 12:02:19 +01:00
tyq.c fix some possible bug in tyalpha, tybg, typop, tyq commands 2015-02-07 12:02:19 +01:00
utf8.c we can't be sure of the signedness of Eina_Unicode 2014-03-25 21:35:57 +01:00
utf8.h use a bit more Eina_Unicode 2014-03-25 21:35:31 +01:00
utils.c terminology themes - use theme in home dir over system one always 2015-08-11 13:15:16 +09:00
utils.h options: theme preview cursor/selection bug fix 2014-08-13 19:34:57 +02:00
win.c win: fix CID 1339836: Null pointer dereference 2015-11-19 21:00:22 +01:00
win.h send ctrl[1-0] to term if "going to tab#" is not possible. Closes T2723 2015-09-14 23:01:32 +02:00