enlightenment/src/modules/xkbswitch
Derek Foreman 73aecd73ab Replace all timer_add with timer_loop_add
So yeah, I've literally used sed to replace every occurrence of
ecore_time_add() with ecore_timer_loop_add() because I'm reasonably
confident that no part of E has a legitimate need for timer based on the
exact current time.

It would be really nice if I'm not wrong. :)

The reason for this is the incredible spew of clock_gettime() calls I'm
seeing on an ARM system (that should have a vdso for gettime, but...)
This can amount to thousands of system calls per second.

 #YOLO
2017-02-03 15:52:28 -06:00
..
e-module-xkbswitch.edj finally - xkbswitch into core e. needs some polishing work. what i 2012-04-28 04:09:56 +00:00
e_mod_config.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_mod_main.c xkbswitch: rewrite the config panel to improve the gui design 2016-12-11 21:25:17 +01:00
e_mod_main.h remove E_Win+e_canvas, convert all internal wins to use elm_win 2014-11-20 15:26:21 -05:00
e_mod_parse.c free string pointer in xkbswitch parsing 2017-02-03 15:13:45 -05:00
e_mod_parse.h xkbswitch: rewrite the config panel to improve the gui design 2016-12-11 21:25:17 +01:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00