enlightenment/src/bin
Jihoon Kim 39fa544056 From: Jihoon Kim <imfine98@gmail.com>
Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,

I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.

In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously  because those APIs add each event to ecore event queue.

To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.

For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.



SVN revision: 67290
2012-01-18 04:38:04 +00:00
..
e_fm account for "" with getenv for hahas 2011-11-18 19:25:19 +00:00
Makefile.am oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e.h segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_about.c e: title the copyright notice. 2011-09-25 13:39:46 +00:00
e_about.h FORMATTING 2010-08-04 16:57:32 +00:00
e_acpi.c Fix raster fix 2011-02-21 11:02:10 +00:00
e_acpi.h make some notes in header for when iw as fixing up default bindings 2011-06-06 03:11:34 +00:00
e_actions.c fix warping of mouse on desk flip in multihead 2011-11-06 06:37:02 +00:00
e_actions.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_alert.c support mtrack... my new little memory tracker so i can finally live 2011-11-17 10:19:50 +00:00
e_alert.h e: simplify e_alert code. 2011-08-31 13:52:29 +00:00
e_alert_main.c E: remove extraneous parentheses 2011-12-07 20:34:45 +00:00
e_atoms.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_atoms.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_backlight.c attempt at new backlight device preference logic 2012-01-07 15:12:50 +00:00
e_backlight.h add api to detect backlight availability 2011-08-14 14:35:41 +00:00
e_backlight_main.c add debug output for backlight 2012-01-10 21:08:58 +00:00
e_bg.c fully remove the BG panning. 2011-10-16 14:53:27 +00:00
e_bg.h fully remove the BG panning. 2011-10-16 14:53:27 +00:00
e_bindings.c E: remove extraneous parentheses 2011-12-07 20:34:45 +00:00
e_bindings.h work on improving edge bindings. having a look at this i'm more 2011-10-16 04:24:27 +00:00
e_border.c fix border events/grabs for move/resize and such. 2011-12-30 17:17:09 +00:00
e_border.h fix border events/grabs for move/resize and such. 2011-12-30 17:17:09 +00:00
e_box.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_box.h FORMATTING 2010-08-04 16:57:32 +00:00
e_canvas.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_canvas.h remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_color.c
e_color.h FORMATTING 2010-08-04 16:57:32 +00:00
e_color_class.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_color_class.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_color_dialog.c Add UNUSED. 2010-08-18 21:15:41 +00:00
e_color_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_config.c oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_config.h oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_config_data.c * e: fix eet breakage. 2010-08-13 16:50:55 +00:00
e_config_data.h FORMATTING 2010-08-04 16:57:32 +00:00
e_config_dialog.c e17: refocus config dialogs on show when they are open already 2011-03-12 17:20:47 +00:00
e_config_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_configure.c fix typo 2011-09-03 01:31:23 +00:00
e_configure.h e17: fix: show evry 'start' and 'plugins' dialogs via settings panel action 2011-04-06 22:17:58 +00:00
e_confirm_dialog.c Add UNUSED 2010-08-18 20:32:36 +00:00
e_confirm_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_container.c E: Update eina_array_count function to not use deprecated one. 2012-01-10 11:18:55 +00:00
e_container.h bug pointed out by doyun - e can manipulate its list of windows while 2011-08-31 13:02:04 +00:00
e_datastore.c FORMATTING 2010-08-04 16:57:32 +00:00
e_datastore.h FORMATTING 2010-08-04 16:57:32 +00:00
e_desk.c indeed - alloc enough space for the message as a whole - alloc only 2011-10-25 23:49:58 +00:00
e_desk.h e17: disable input events of windows while deskflip animation is going 2011-03-25 23:14:52 +00:00
e_deskenv.c add options to run/support other desktop env's as well as load std x 2011-07-14 08:18:55 +00:00
e_deskenv.h add options to run/support other desktop env's as well as load std x 2011-07-14 08:18:55 +00:00
e_desklock.c E desklock: Fix password replace char to work correctly with unicode. 2011-11-22 15:59:54 +00:00
e_desklock.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_dialog.c remove dead store here 2011-11-07 22:14:27 +00:00
e_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_dnd.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_dnd.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_dpms.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_dpms.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_eap_editor.c remove unused var here 2011-11-07 22:17:23 +00:00
e_eap_editor.h woops, forgot to commit... 2010-09-06 17:15:36 +00:00
e_editable.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_editable.h From: Jihoon Kim <jihoon48.kim@samsung.com> 2011-08-22 05:18:03 +00:00
e_entry.c From: Jihoon Kim <imfine98@gmail.com> 2012-01-18 04:38:04 +00:00
e_entry.h FORMATTING 2010-08-04 16:57:32 +00:00
e_entry_dialog.c Add unused. 2010-08-18 20:42:15 +00:00
e_entry_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_env.c e17 gets itself the ability to set environment variables (for itself.. 2011-05-13 11:39:04 +00:00
e_env.h e17 gets itself the ability to set environment variables (for itself.. 2011-05-13 11:39:04 +00:00
e_error.c E: Fix formatting. (Really ??? 3 lines for something that can fit on 2011-07-23 18:07:18 +00:00
e_error.h e: Fix macro so it can be used as a statement 2011-07-27 02:35:03 +00:00
e_exec.c not sure what the point of this is, so away with it! 2011-11-07 22:18:34 +00:00
e_exec.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_exehist.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_exehist.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_filereg.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_filereg.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_flowlayout.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_flowlayout.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_fm.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_fm_custom.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_fm_custom.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_fm_device.c e: typo. Patch by Fabien Romano from OpenBSD 2011-11-14 21:46:37 +00:00
e_fm_device.h tabs-- 2011-09-27 21:35:39 +00:00
e_fm_mime.c Fix common misspellings 2010-09-08 23:59:07 +00:00
e_fm_mime.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm_op.c fix del of directories and copy too. 2011-12-08 03:34:44 +00:00
e_fm_op.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm_op_registry.c unused var-- 2011-11-07 23:42:19 +00:00
e_fm_op_registry.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_fm_prop.c Add UNUSED. 2010-08-18 21:25:29 +00:00
e_fm_prop.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm_shared_codec.c add some initial detection for luks encrypted fs types 2011-01-07 00:47:49 +00:00
e_fm_shared_codec.h complete rewrite of all includes and file splitting to completely abstract dbus out of efm 2010-10-05 06:33:23 +00:00
e_fm_shared_device.c trivial changes 2011-11-18 05:58:08 +00:00
e_fm_shared_device.h whoops add these back 2010-10-13 08:30:06 +00:00
e_fm_shared_types.h.in eeze mounting - 95% complete: needs some tweaks to get it working but I figured I'd commit now for people to play with since it shouldn't break anything... 2011-06-30 03:54:28 +00:00
e_focus.c e17: remove redundant checks. lock_focus_out is check in e_boder_focus_set* 2011-03-10 02:44:02 +00:00
e_focus.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_font.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_font.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_gadcon.c make aspect size requests work properly with autoscroll in shelf. 2011-12-18 14:03:15 +00:00
e_gadcon.h e/gadcon: label() returns a const char* 2011-11-14 21:46:57 +00:00
e_gadcon_popup.c Add UNUSED 2010-08-18 19:31:31 +00:00
e_gadcon_popup.h FORMATTING 2010-08-04 16:57:32 +00:00
e_grabinput.c focus using current time gotten from event stream. 2012-01-05 10:08:08 +00:00
e_grabinput.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_hints.c and remove virtual roots config that isnt ever used or able to be 2011-12-26 06:32:21 +00:00
e_hints.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_icon.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_icon.h e17: remove undefined declaration 2011-08-31 12:54:23 +00:00
e_ilist.c Fix common misspellings 2010-09-08 23:59:07 +00:00
e_ilist.h Use Eina_Bool for multi-select of ilist. 2010-03-30 01:05:56 +00:00
e_imc_main.c complete work for xim support in e - so e sets up env vars right.. and 2011-07-27 07:01:18 +00:00
e_includes.h oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_init.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_init.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_init_main.c e: fix fps_show in comp being toggled on startup 2012-01-16 20:07:15 +00:00
e_int_border_locks.c Add unused. 2010-08-18 19:51:11 +00:00
e_int_border_locks.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_border_menu.c e17: remove undefined declaration 2011-08-28 07:05:43 +00:00
e_int_border_menu.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_border_prop.c Add UNUSED. 2010-08-18 20:41:05 +00:00
e_int_border_prop.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_border_remember.c Allow users to remove border resistance on a per border basis. 2011-02-06 02:04:37 +00:00
e_int_border_remember.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_config_modules.c add explicit null check (for hahas?) 2010-12-23 00:41:19 +00:00
e_int_config_modules.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_gadcon_config.c more uninitialized values 2011-01-16 01:22:41 +00:00
e_int_gadcon_config.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_menus.c fix up menu augomentation in main menu - re-number slots and rename 2011-08-02 04:53:44 +00:00
e_int_menus.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_shelf_config.c allow settings the shelf layer to 'below windows', if it was 'below everything' 2011-10-20 22:05:16 +00:00
e_int_shelf_config.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_toolbar_config.c Add UNUSED where needed. 2010-08-18 21:56:51 +00:00
e_int_toolbar_config.h Initial check-in of upcoming toolbar. Ignore this code for now as it's still 2007-10-31 10:09:51 +00:00
e_intl.c allocating 0 bytes: stay classy e 2011-11-07 22:29:29 +00:00
e_intl.h e: apply coding style to e_intl.h 2011-04-03 12:31:01 +00:00
e_intl_data.c complete work for xim support in e - so e sets up env vars right.. and 2011-07-27 07:01:18 +00:00
e_intl_data.h complete work for xim support in e - so e sets up env vars right.. and 2011-07-27 07:01:18 +00:00
e_ipc.c support mtrack... my new little memory tracker so i can finally live 2011-11-17 10:19:50 +00:00
e_ipc.h E: Make E work with the new XCB stuffs. This breaks out e_alert into 2011-07-25 09:40:18 +00:00
e_ipc_codec.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_ipc_codec.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_layout.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_layout.h FORMATTING 2010-08-04 16:57:32 +00:00
e_livethumb.c make sure livethumbs have alpha! never made sure of that before. just 2011-10-16 02:12:28 +00:00
e_livethumb.h FORMATTING 2010-08-04 16:57:32 +00:00
e_main.c oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_manager.c and remove virtual roots config that isnt ever used or able to be 2011-12-26 06:32:21 +00:00
e_manager.h e17/comp: ok, dont make Comp_Source public, add functions needed by comp-scale instead 2011-10-10 21:09:26 +00:00
e_maximize.c FORMATTING 2010-08-04 16:57:32 +00:00
e_maximize.h FORMATTING 2010-08-04 16:57:32 +00:00
e_menu.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_menu.h typedefs: the greatest. 2011-10-27 23:48:52 +00:00
e_mmx.h
e_module.c E: Use e_util_env_set (more portable). Fix formatting. 2011-07-23 18:10:11 +00:00
e_module.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_mouse.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_mouse.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_moveresize.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_moveresize.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_msg.c e17: leak-- 2011-08-21 19:53:00 +00:00
e_msg.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_msgbus.c E: include E_Hal.h if requested 2011-10-06 15:05:27 +00:00
e_msgbus.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_obj_dialog.c Add UNUSED. 2010-08-18 21:19:36 +00:00
e_obj_dialog.h FORMATTING 2010-08-04 16:57:32 +00:00
e_object.c prevent recursive deletion 2010-12-21 09:42:31 +00:00
e_object.h FORMATTING 2010-08-04 16:57:32 +00:00
e_order.c efreet: Revert changed flag 2011-08-18 07:34:02 +00:00
e_order.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_pan.c Add unused. 2010-08-18 19:34:04 +00:00
e_pan.h FORMATTING 2010-08-04 16:57:32 +00:00
e_path.c FORMATTING 2010-08-04 16:57:32 +00:00
e_path.h FORMATTING 2010-08-04 16:57:32 +00:00
e_place.c Add UNUSED where needed. 2010-08-18 18:18:06 +00:00
e_place.h FORMATTING 2010-08-04 16:57:32 +00:00
e_pointer.c prevent early stringshare death 2011-07-23 19:25:06 +00:00
e_pointer.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_popup.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_popup.h Revert "e: add e_popup_alpha_set()/get()" 2011-06-30 21:05:41 +00:00
e_powersave.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_powersave.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_prefix.c e17 -> use eina prefix stuff. 2011-04-24 08:06:18 +00:00
e_prefix.h e17 -> use eina prefix stuff. 2011-04-24 08:06:18 +00:00
e_randr.c E: Fix warning about uninitialized variable in randr code. 2012-01-17 12:41:21 +00:00
e_randr.h Introduce refetching of all RandRR info. 2011-12-16 14:19:25 +00:00
e_remember.c Allow users to remove border resistance on a per border basis. 2011-02-06 02:04:37 +00:00
e_remember.h Allow users to remove border resistance on a per border basis. 2011-02-06 02:04:37 +00:00
e_resist.c Allow users to remove border resistance on a per border basis. 2011-02-06 02:04:37 +00:00
e_resist.h FORMATTING 2010-08-04 16:57:32 +00:00
e_scale.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_scale.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_screensaver.c and also use same delay from screensaver start to suspend for power 2011-08-21 11:14:36 +00:00
e_screensaver.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_scrollframe.c Add unused. 2010-08-18 19:53:59 +00:00
e_scrollframe.h FORMATTING 2010-08-04 16:57:32 +00:00
e_sha1.c FORMATTING 2010-08-04 16:57:32 +00:00
e_sha1.h FORMATTING 2010-08-04 16:57:32 +00:00
e_shelf.c taskbar++! 2011-10-30 07:36:54 +00:00
e_shelf.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_signals.c E17: Remove erroneous exit(-11) calls (exit/restart is handled by 2011-08-17 18:24:45 +00:00
e_signals.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slidecore.c Add UNUSED. 2010-08-18 22:05:27 +00:00
e_slidecore.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slider.c Obj is unused here, so add __UNUSED__. 2011-02-15 21:11:03 +00:00
e_slider.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slidesel.c Add UNUSED 2010-08-18 21:59:38 +00:00
e_slidesel.h FORMATTING 2010-08-04 16:57:32 +00:00
e_spectrum.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_spectrum.h
e_start_main.c support mtrack... my new little memory tracker so i can finally live 2011-11-17 10:19:50 +00:00
e_startup.c efreet: Add cache build event 2011-08-18 07:34:19 +00:00
e_startup.h FORMATTING 2010-08-04 16:57:32 +00:00
e_stolen.c FORMATTING 2010-08-04 16:57:32 +00:00
e_stolen.h FORMATTING 2010-08-04 16:57:32 +00:00
e_sys.c and make e sys not complain about repeat requests if within 2 secs of 2011-08-21 07:51:05 +00:00
e_sys.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_sys_main.c I guess make this explicit even though it will never happen 2011-11-07 22:37:20 +00:00
e_table.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_table.h FORMATTING 2010-08-04 16:57:32 +00:00
e_test.c e17: fix comp test message handler visible.src -> visibility.src 2011-03-10 14:50:04 +00:00
e_test.h FORMATTING 2010-08-04 16:57:32 +00:00
e_theme.c E: No need to store static lists of borders, comps, shelves, etc. 2011-09-22 04:05:55 +00:00
e_theme.h - remove deprecated e_util_menu_item_edje_icon_set 2011-02-16 23:47:06 +00:00
e_theme_about.c FORMATTING 2010-08-04 16:57:32 +00:00
e_theme_about.h FORMATTING 2010-08-04 16:57:32 +00:00
e_thumb.c segv's waiting to happen wrong api calls on wrong object types - check 2011-12-31 14:35:05 +00:00
e_thumb.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_thumb_main.c E: e_thumb: Fix 'ignored return value' of nice. 2011-05-22 17:09:16 +00:00
e_toolbar.c e17: fix resize of efm_toolbar gadcon 2011-08-09 08:28:13 +00:00
e_toolbar.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_update.c warn-- 2011-12-29 10:48:02 +00:00
e_update.h oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_user.c enable E to configure a another user path then ~/.e for special use cases 2011-03-06 10:31:44 +00:00
e_user.h FORMATTING 2010-08-04 16:57:32 +00:00
e_utils.c e17: fix e_utils_config_check, no need to pass both epoch and version 2011-08-31 12:57:07 +00:00
e_utils.h e17: fix e_utils_config_check, no need to pass both epoch and version 2011-08-31 12:57:07 +00:00
e_widget.c fix sub object add for e widgets... will be happy to let elm do this 2011-11-28 11:40:18 +00:00
e_widget.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_aspect.c Add unused where needed. 2010-08-18 21:20:36 +00:00
e_widget_aspect.h EAPI 2007-11-04 12:44:36 +00:00
e_widget_button.c Add UNUSED. 2010-08-18 19:46:26 +00:00
e_widget_button.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_check.c Add unused. 2010-08-18 19:42:31 +00:00
e_widget_check.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_color_well.c E: Fix comment in color_well widget. 2011-06-28 23:39:30 +00:00
e_widget_color_well.h enables optional alpha edition in color selector. 2010-03-07 05:24:09 +00:00
e_widget_config_list.c Add unused. 2010-08-18 20:06:02 +00:00
e_widget_config_list.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_csel.c lets not segfault by trying to print into a variable too much info. 2010-10-10 23:36:26 +00:00
e_widget_csel.h enables optional alpha edition in color selector. 2010-03-07 05:24:09 +00:00
e_widget_cslider.c Add UNUSED 2010-08-18 21:13:06 +00:00
e_widget_cslider.h
e_widget_deskpreview.c Remove unused variable. 2011-02-15 21:13:01 +00:00
e_widget_deskpreview.h Rework deskpreview widget so play nice w/ toolbook. 2010-03-02 22:56:06 +00:00
e_widget_entry.c Add UNUSED. 2010-08-18 19:46:26 +00:00
e_widget_entry.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_flist.c Add UNUSED. 2010-08-18 22:05:27 +00:00
e_widget_flist.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_widget_font_preview.c Add UNUSED. 2010-08-18 21:48:45 +00:00
e_widget_font_preview.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_framelist.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_framelist.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_frametable.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_frametable.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_fsel.c fix unused var warning 2011-09-06 07:54:22 +00:00
e_widget_fsel.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_ilist.c warnings-- 2011-10-05 09:37:59 +00:00
e_widget_ilist.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_image.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_image.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_label.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_label.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_list.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_list.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_preview.c ... allow non edj files as wallpapers... if u try. :) 2011-08-11 10:39:37 +00:00
e_widget_preview.h add explicit vsize setting for preview widget 2011-08-08 06:18:00 +00:00
e_widget_radio.c Add UNUSED. 2010-08-18 19:46:26 +00:00
e_widget_radio.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_scrollframe.c E: e_widget_scrollframe. Fix 'conditional jump depends on 2011-02-21 01:20:30 +00:00
e_widget_scrollframe.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_slider.c backlight config tab, module, slider and core in. somehow doesnt work 2011-06-12 15:05:22 +00:00
e_widget_slider.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_spectrum.c Add UNUSED 2010-08-18 21:13:06 +00:00
e_widget_spectrum.h
e_widget_table.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_table.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_textblock.c e17: remove some whitespaces and fix wrong scrolling in e_widget_textblock. look in module list when you select some item who have long description, scroller are wrong. 2011-01-10 16:37:16 +00:00
e_widget_textblock.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_toolbar.c Add traps in toolbar widget to make sure obj & wd are valid. 2011-01-01 15:51:09 +00:00
e_widget_toolbar.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_toolbook.c FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_toolbook.h FORMATTING 2010-08-04 16:57:32 +00:00
e_win.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_win.h remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_xinerama.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_xinerama.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_xsettings.c e17/xsettings: fix theme option 2011-11-03 21:22:23 +00:00
e_xsettings.h e17: add xsettings. add option to icon config to use same theme for applications 2011-09-24 22:05:15 +00:00
e_zone.c remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_zone.h fully remove the BG panning. 2011-10-16 14:53:27 +00:00