terminology/src/bin
Carsten Haitzler be8c20ab26 Revert "Tab-switching from keyboard should exit asap. Closes T618"
This reverts commit ab3759b67b.

Now the animation ends suddenly with no transition in some cases, but
smoothly in others. exit_on_sel is set when sel_exit() is called to
set it. it is ONLY called if the term to sel != current term (thus a
new term is selected immediately when the sel appears), so it can know
to begin an exit anim when the initial animation has finished. how
about instead of breaking the animatkon, just disable mouse event
handling (move, click) if exit_on_sel is set? :)
2014-06-09 08:05:36 +09:00
..
lz4 add compressed backscroll to terminology... 2013-05-05 23:10:44 +09:00
Makefile.am miniview: cleanup 2014-05-13 22:23:33 +02:00
about.c update AUTHORS, about.c 2014-03-08 15:47:49 +01:00
about.h add header guards 2014-01-12 23:10:40 +01:00
app_server.c make app_server only with efl ≥ 1.10 2014-04-15 22:21:41 +02:00
app_server.h cleanup app-server code… 2013-09-21 15:46:01 +02:00
app_server_eet.c Implementation of elm_app_server 2013-09-19 15:54:32 -03:00
app_server_eet.h Implementation of elm_app_server 2013-09-19 15:54:32 -03: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 config: correctly display "bell_rings" 2014-05-17 21:03:42 +02:00
config.h add miniview feature to terminology. 2014-05-13 22:23:33 +02:00
controls.c fix selection pasting on wrong term. Closes T408 2013-12-01 18:22:17 +01:00
controls.h add header guards 2014-01-12 23:10:40 +01:00
dbus.c fix prototypes when no ELDBUS. Closes T724 2014-01-06 21:11:10 +01:00
dbus.h update teamwork usage for new version compat 2013-12-30 12:54:15 -05:00
extns.c preview: add support for TGV. 2014-03-12 22:32:22 +09:00
extns.h add header guards 2014-01-12 23:10:40 +01:00
ipc.c Avoid crash when socket address lenght is bigger than 126 2013-09-06 17:41:24 -03:00
ipc.h finish active-links checkbox 2014-04-11 21:30:52 +02:00
keyin.c Fixing alt-backspace behaviour 2014-05-15 22:51:39 -03:00
keyin.h fix ctrl+minus. Closes T922 2014-02-24 23:50:06 +01:00
main.c miniview: close from edj 2014-05-13 23:09:59 +02:00
main.h miniview: close from edj 2014-05-13 23:09:59 +02:00
media.c terminology: restore movie play state when the media block is reactivated. 2014-04-24 18:10:29 +09:00
media.h terminology: restore movie play state when the media block is reactivated. 2014-04-24 18:10:29 +09:00
miniview.c fix segv in isspace() if value not in unicode range 2014-05-16 17:57:12 +09:00
miniview.h miniview: (shift/ctrl/alt)PgUp/Down to scroll 2014-05-14 23:17:24 +02:00
options.c improve icons on settings toolbar 2014-01-18 18:22:58 +01:00
options.h add guard header 2014-05-24 16:14:20 +02:00
options_behavior.c config: correctly display "bell_rings" 2014-05-17 21:03:42 +02:00
options_behavior.h add header guards 2014-01-12 23:10:40 +01:00
options_colors.c color options - fill in colors options panel. 2013-12-16 23:53:01 +09:00
options_colors.h add header guards 2014-01-12 23:10:40 +01:00
options_font.c handle fonts with multiple names 2014-05-25 22:38:23 +02:00
options_font.h add header guards 2014-01-12 23:10:40 +01:00
options_helpers.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_helpers.h add header guards 2014-01-12 23:10:40 +01:00
options_keys.c miniview: add doc 2014-05-13 23:10:10 +02:00
options_keys.h add header guards 2014-01-12 23:10:40 +01:00
options_theme.c fix CID 1187639: dereference after null check 2014-02-27 23:56:19 +01:00
options_theme.h add header guards 2014-01-12 23:10:40 +01:00
options_themepv.c color options - fill in colors options panel. 2013-12-16 23:53:01 +09:00
options_themepv.h add header guards 2014-01-12 23:10:40 +01:00
options_video.c update - support gstreamer1 module for efl 1.9 2014-01-21 22:29:59 +09:00
options_video.h add header guards 2014-01-12 23:10:40 +01:00
options_wallpaper.c fix possible NULL issues 2014-03-25 21:49:46 +01:00
options_wallpaper.h add header guards 2014-01-12 23:10:40 +01:00
private.h add header guards 2014-01-12 23:10:40 +01:00
sel.c Revert "Tab-switching from keyboard should exit asap. Closes T618" 2014-06-09 08:05:36 +09:00
sel.h glue in beep flag on sel creation if you missed a beep in a hidden tab. 2013-04-17 12:50:19 +09:00
termcmd.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +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 miniview: (shift/ctrl/alt)PgUp/Down to scroll 2014-05-14 23:17:24 +02:00
termio.h miniview: close from edj 2014-05-13 23:09:59 +02:00
termiolink.c Fix wrong copy/paste/replace 2014-04-17 16:58:43 -03:00
termiolink.h add header guards 2014-01-12 23:10:40 +01:00
termpty.c add some padding fields to be sure holes are initialized (hi valgrind!) 2014-05-08 13:55:01 +02:00
termpty.h add some padding fields to be sure holes are initialized (hi valgrind!) 2014-05-08 13:55:01 +02: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 segfault. Closes T1286 2014-06-08 15:52:34 +02:00
termptyesc.h add header guards 2014-01-12 23:10:40 +01: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 fix segfault. Closes T1286 2014-06-08 15:52:34 +02:00
termptyops.h add header guards 2014-01-12 23:10:40 +01:00
termptysave.c terminology: let's not recreate timer all over the place for nothing. 2013-08-30 16:06:49 +09:00
termptysave.h add header guards 2014-01-12 23:10:40 +01:00
tyalpha.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tybg.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tycat.c remove warngings 2013-07-30 20:19:07 +09:00
tyls.c tyls: Make sure we never divide by zero 2014-02-26 21:14:50 +01:00
typop.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tyq.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09: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 load themes from ~/.config/terminology/themes. Closes T1030 2014-02-26 23:03:27 +01:00
utils.h load themes from ~/.config/terminology/themes. Closes T1030 2014-02-26 23:03:27 +01:00
win.c cleanup app-server code… 2013-09-21 15:46:01 +02:00
win.h add header guards 2014-01-12 23:10:40 +01:00