terminology/src/bin
Boris Faure ac12f8eec8 handle failure to termio_add() 2015-02-23 23:29:15 +01:00
..
lz4 lz4: fix shadow variables, again… 2014-07-15 12:32:58 +02:00
md5 add md5.c,h 2014-10-15 21:44:58 +02:00
Makefile.am remove app server dead code 2014-12-13 12:30:55 +01:00
about.c update contributors 2015-02-15 14:11:37 +01:00
about.h add header guards 2014-01-12 23:10:40 +01:00
col.c fix segfault when saving configuration 2014-05-17 21:01:30 +02:00
col.h major color correctness and sizing correctness fixes to miniview 2014-05-16 17:44:11 +09:00
config.c remove app server dead code 2014-12-13 12:30:55 +01:00
config.h remove app server dead code 2014-12-13 12:30:55 +01:00
controls.c Revert "splits are back again" 2014-12-03 08:42:51 +09: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 extns: Add .tga to the recognized image files 2014-07-03 10:17:12 +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 correctly handle Alt-Enter 2015-02-06 23:12:32 +01:00
keyin.h key bindings now support the win key 2014-09-30 22:07:28 +02:00
main.c fix segfault when Term widget can not be created 2015-02-23 22:52:33 +01:00
main.h Revert "splits are back again" 2014-12-03 08:42:51 +09:00
media.c do an HTTP HEAD to get media type when poping media 2015-02-21 11:40:10 +01:00
media.h do an HTTP HEAD to get media type when poping media 2015-02-21 11:40:10 +01:00
miniview.c fix segfault in miniview due to large codepoints 2014-10-28 20:52:35 +01: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 remove app server dead code 2014-12-13 12:30:55 +01:00
options_behavior.h add header guards 2014-01-12 23:10:40 +01:00
options_colors.c fix compilation when gettext is not found. Closes T2083 2015-02-03 20:26:25 +01: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 make terminology compile with efl 1.7 2014-09-23 21:54:41 +02: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 forbid AltGr in keybindings 2014-10-03 20:59:38 +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 options: theme preview cursor/selection bug fix 2014-08-13 19:34:57 +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 set media type as an enum 2014-10-15 21:44:58 +02:00
options_wallpaper.h add header guards 2014-01-12 23:10:40 +01:00
private.h define MIN/MAX in case they're not defined 2015-02-23 21:25:10 +01:00
sel.c Revert "the tab selector is back!" 2014-12-03 08:42:42 +09:00
sel.h Revert "the tab selector is back!" 2014-12-03 08:42:42 +09:00
termcmd.c review translation strings. Closes T1433 2014-07-26 11:37: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 pid_t can be long (on solaris) 2015-02-23 21:51:28 +01:00
termio.h refactor main.c to win.c 2014-11-29 22:05:18 +01:00
termiolink.c remove dead assignment 2015-02-11 21:42:19 +01:00
termiolink.h add header guards 2014-01-12 23:10:40 +01:00
termpty.c make terminology work on solaris 2015-02-17 22:08:47 +01:00
termpty.h fix compilation on solaris 2015-02-23 22:20:18 +01:00
termptydbl.c terminology: inline the most common case for a small 2% speed up. 2013-10-28 18:54:30 +09:00
termptydbl.h add header guards 2014-01-12 23:10:40 +01:00
termptyesc.c fix compilation on solaris 2015-02-23 22:20:18 +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 terminology supports fraktur!! 2014-04-06 14:42:38 +02:00
termptygfx.h terminology supports fraktur!! 2014-04-06 14:42:38 +02:00
termptyops.c reset also removes the scrollback. Closes T1891 2014-12-08 20:32:27 +01:00
termptyops.h add header guards 2014-01-12 23:10:40 +01:00
termptysave.c fix compilation on solaris 2015-02-23 22:20:18 +01:00
termptysave.h add header guards 2014-01-12 23:10:40 +01:00
tty_keys.h fix alt-- to output \033\055. Closes T1921 2014-12-15 20:33:31 +01: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 make terminology compile with efl 1.7 2014-09-23 21:54:41 +02:00
tyls.c fix signedness comparison issue 2015-02-07 12:03:44 +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 usual round of fixes to make it compile with efl 1.7 2015-02-14 12:08:50 +01:00
utils.h options: theme preview cursor/selection bug fix 2014-08-13 19:34:57 +02:00
win.c handle failure to termio_add() 2015-02-23 23:29:15 +01:00
win.h close media popup on escape 2015-02-21 12:24:28 +01:00