terminology/src/bin
Carsten Haitzler 0fcd99cda5 do a thaw eval after thaw to ensure we dont miss any events
freeze stops events (in/out/down/up and so on, not del etc.) and thaw
does the oppostie. the thing is thawing to 0 freeze level never
re-evaluated everything. it was an optimization and simpler. so to
re-evaluate state and not lose thngs like in and out evets you do have
to do a thaw eval after thaw that will evaluate that state and produce
in and out events if you thaw back to 0. i don't know if this
fixes T4194 or not, but it does dot an i and cross a t.
2018-03-11 18:30:06 +09: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
about.c Merge branch 'grouped-input' 2018-02-11 11:56:13 +01:00
about.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
col.c solarized: set faint/dim colors for black 2018-02-14 22:32:50 +01:00
col.h constify 2017-07-06 21:37:56 +02:00
config.c early work on multi-input support 2018-01-05 00:27:25 +01:00
config.h be able to configure shine level on the default theme 2017-11-11 20:12:56 +01:00
controls.c close terminal button - pass ctx ptr to callback so it doesnt seg 2018-02-26 15:42:16 +09:00
controls.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
extns.c include private.h everywhere 2016-10-18 20:21:50 +02:00
extns.h add header guards 2014-01-12 23:10:40 +01:00
gravatar.c gravatar: get images through https 2017-09-20 20:10:52 +02:00
gravatar.h constify 2017-07-06 21:37:56 +02:00
ipc.c prefix EINA_UNUSED parameters with an underscore 2016-10-05 22:00:22 +02:00
ipc.h Add splits as startup arguments 2014-08-09 12:22:19 +02:00
keyin.c move input handling to win.c 2018-02-05 00:07:47 +01:00
keyin.h move input handling to win.c 2018-02-05 00:07:47 +01:00
main.c terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
main.h constify 2017-07-06 21:37:56 +02:00
media.c constify 2017-07-06 21:37:56 +02:00
media.h constify 2017-07-06 21:37:56 +02:00
meson.build add tysend cmdline and support in escapes for sending single files 2017-12-17 23:41:26 +09:00
miniview.c constify 2017-07-06 21:37:56 +02:00
miniview.h constify 2017-07-06 21:37:56 +02:00
options.c options: default is the behaviour tab. Closes T2130 2018-03-10 17:13:10 +01:00
options.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
options_background.c terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
options_background.h s/wallpaper/background/ 2017-11-11 22:24:35 +01:00
options_behavior.c options_behavior: expect EFL > 1.8 2018-03-10 16:14:40 +01:00
options_behavior.h add header guards 2014-01-12 23:10:40 +01:00
options_colors.c options_colors: fix selected item showing on multiple rows 2018-01-15 23:49:03 +01:00
options_colors.h controls: use both "bg" and "base" evas objects 2018-01-15 22:45:32 +01:00
options_elm.c options: use ecore_exe_pipe_run() instead of fork+exec 2017-05-28 23:30:05 +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 terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
options_font.h options_font: be able to have multiple instances 2018-01-12 23:27:19 +01:00
options_helpers.c prefix EINA_UNUSED parameters with an underscore 2016-10-05 22:00:22 +02:00
options_helpers.h add header guards 2014-01-12 23:10:40 +01:00
options_keys.c terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
options_keys.h add header guards 2014-01-12 23:10:40 +01:00
options_theme.c options_theme: be able to have multiple instances 2018-01-13 19:25:31 +01:00
options_theme.h options_theme: be able to have multiple instances 2018-01-13 19:25:31 +01:00
options_themepv.c theme previews: set shine according to config 2017-11-11 23:16:15 +01:00
options_themepv.h add header guards 2014-01-12 23:10:40 +01:00
options_video.c options_video: be able to have multiple instances 2018-01-10 23:28:50 +01:00
options_video.h add header guards 2014-01-12 23:10:40 +01:00
private.h private.h: include libintl.h to have gettext defined 2017-06-04 11:29:59 +02:00
sb.c sb: add some utilities like prepend, free, steal… 2016-11-06 19:45:05 +01:00
sb.h sb: add some utilities like prepend, free, steal… 2016-11-06 19:45:05 +01:00
sel.c prefix EINA_UNUSED parameters with an underscore 2016-10-05 22:00:22 +02:00
sel.h refactor win.c to use the Term_Container abstraction 2015-04-23 20:07:59 +02:00
term_container.h group input: handle only_visible or all terms 2018-02-11 11:48:06 +01:00
termcmd.c prefix EINA_UNUSED parameters with an underscore 2016-10-05 22:00:22 +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 a thaw eval after thaw to ensure we dont miss any events 2018-03-11 18:30:06 +09:00
termio.h termio: fix key bindings for scrolling 2018-02-12 22:03:02 +01:00
termiolink.c constify 2017-07-06 21:37:56 +02:00
termiolink.h constify 2017-07-06 21:37:56 +02:00
termpty.c move input handling to win.c 2018-02-05 00:07:47 +01:00
termpty.h tysend - optimize sending - pretty much double the speed 2017-12-18 15:32:02 +09:00
termptydbl.c constify 2017-07-06 21:37:56 +02:00
termptydbl.h constify 2017-07-06 21:37:56 +02:00
termptyesc.c tysend - optimize sending - pretty much double the speed 2017-12-18 15:32:02 +09:00
termptyesc.h constify 2017-07-06 21:37:56 +02:00
termptyext.c constify 2017-07-06 21:37:56 +02:00
termptyext.h constify 2017-07-06 21:37:56 +02:00
termptygfx.c constify 2017-07-06 21:37:56 +02:00
termptygfx.h constify 2017-07-06 21:37:56 +02:00
termptyops.c harden the code around manipulation of cursor_state 2017-09-08 23:06:19 +02:00
termptyops.h feature: move cursor to position on click+alt. Closes T5537 2017-06-29 23:45:05 +02:00
termptysave.c fix selections in the backlog. Closes T5743 2017-08-26 18:51:22 +02: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 move private.h down after system headers... to avoid conflict 2017-12-19 11:01:09 +09:00
tybg.c move private.h down after system headers... to avoid conflict 2017-12-19 11:01:09 +09:00
tycat.c terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
tycommon.c move private.h down after system headers... to avoid conflict 2017-12-19 11:01:09 +09:00
tycommon.h tytools - remove eina.h include from ty tools where really not needed 2017-12-19 11:01:09 +09:00
tyfuzz.c tyfuzz: read escape sequence from file given as argument in available 2017-05-29 23:12:19 +02:00
tyls.c terminology efl version bump 1.8 to 1.20 2018-02-13 15:12:18 +09:00
typop.c move private.h down after system headers... to avoid conflict 2017-12-19 11:01:09 +09:00
tyq.c move private.h down after system headers... to avoid conflict 2017-12-19 11:01:09 +09:00
tysend.c tytools - remove eina.h include from ty tools where really not needed 2017-12-19 11:01:09 +09:00
utf8.c include private.h everywhere 2016-10-18 20:21:50 +02:00
utf8.h use a bit more Eina_Unicode 2014-03-25 21:35:31 +01:00
utils.c rewrite link_is_protocol() to handle almost any URI 2016-11-06 20:04:02 +01:00
utils.h handle -Wimplicit-fallthrough= 2017-11-12 00:30:25 +01:00
win.c win: handle title popup like the options popups. Closes T6727 2018-03-10 19:40:13 +01:00
win.h group input: handle only_visible or all terms 2018-02-11 11:48:06 +01:00