enlightenment/src/bin
Marcel Hollerbach c2f596a06a Fix wrong deskshow function
Summary:
The loop E_CLIENT_REVERSE_FOREACH was used to iconify and uniconify the
icons. The worked well for uninconify.

But if the first client with the focus gets iconifyed the lower one in
the stack will get the focus and will be raised to the top, but the loop
will continue with the next of the now iconifyed e_client, so this one
will be skipped.

Now the forward loop is used to iconify and the reverse to uniconify the
e_clients.

This fixes T1797

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, cippp

Maniphest Tasks: T1797

Differential Revision: https://phab.enlightenment.org/D1655
2014-11-12 20:49:46 +01:00
..
e_fm Really fix the compilation with wayland 2014-10-24 19:26:55 +09:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
Makefile.mk Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e.h Fix include order of EGL & Evas GL 2014-10-24 18:17:32 +09:00
e_about.c e: It’s now 2014! 2014-04-21 15:56:03 +02:00
e_about.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_acpi.c e_acpi: Add function to get lid status 2014-01-15 07:06:13 +01:00
e_acpi.h e_acpi: Add function to get lid status 2014-01-15 07:06:13 +01:00
e_actions.c fix screen move by action to work again 2014-05-29 14:08:09 +09:00
e_actions.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_alert.c fix unused function paramters warning when building for wayland only 2014-10-03 13:17:33 -04:00
e_alert.h e: full rewrite of our WBOD. 2012-11-01 06:23:49 +00:00
e_alert_main.c rename E19* defines/texts to just E so they don't need to keep being updated 2014-09-09 12:30:50 -04:00
e_atoms.c @bugfix: Fix building for WAYLAND_ONLY by using the proper define 2014-03-18 07:43:04 +00:00
e_atoms.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_auth.c e_auth - null out compilert memset opts like lokker 2014-11-03 18:54:24 +09:00
e_auth.h add e_auth_hash_djb2 inline 2014-09-05 15:02:10 -04:00
e_backlight.c e backlight - limit min to 0.05 to avoid totally off backlight 2014-09-17 15:04:32 +09:00
e_backlight.h add E_EVENT_BACKLIGHT_CHANGE 2012-11-13 17:36:51 +00:00
e_backlight_main.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_bg.c bg: remove useless and wrong size hint. 2014-06-07 21:10:55 +02:00
e_bg.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_bindings.c clean compiler warnings when building for wayland-only 2014-10-03 13:28:42 -04:00
e_bindings.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_box.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_box.h add e_box function to return item size 2012-10-26 07:51:38 +00:00
e_canvas.c add fixme note 2014-08-28 11:40:19 -04:00
e_canvas.h huge wl fixup (wayland clients actually working again) 2014-01-14 20:28:57 -05:00
e_client.c fix internal window border changing 2014-11-03 14:10:17 -05:00
e_client.h Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_client.x client shadow check with argb windows now returns based on frame state 2014-02-10 09:12:28 -05:00
e_color.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_color.h fix some enum decls 2014-03-04 15:20:24 -05:00
e_color_class.c formatting: all at once 2013-01-11 10:34:29 +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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_color_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp.c e-comp: Return proper post value for wayland clients during 2014-11-10 10:20:49 -05:00
e_comp.h Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_comp_canvas.c remove misleading old comment 2014-09-07 11:45:31 -04:00
e_comp_canvas.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_cfdata.c DOCKs should actually be "none" so they don't get shadows 2014-02-14 13:05:00 -05:00
e_comp_cfdata.h add "Enable advanced compositing features" option 2014-01-14 20:29:00 -05:00
e_comp_object.c force comp render queue more aggressively to detect changes in nocomp 2014-09-23 10:31:04 -04:00
e_comp_object.h fix shape cutting for frames which are larger than their object size implies 2014-06-04 08:55:06 -04:00
e_comp_wl.c e-comp-wl: Implement client idler for sending configure during resize. 2014-11-10 11:58:20 -05:00
e_comp_wl.h e-comp-wl: Add internal function prototype for subsurface commit 2014-11-03 12:27:13 -05:00
e_comp_wl_data.c remove debug noise in comp_wl_data 2014-10-30 10:39:06 -04:00
e_comp_wl_data.h Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_comp_wl_input.c update wl_seat interface version so that gtk apps function...for 2014-10-12 10:01:30 -04:00
e_comp_wl_input.h Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_comp_x.c fix internal window border changing 2014-11-03 14:10:17 -05:00
e_comp_x.h manually break out of nocomp 2014-09-16 10:39:34 -04:00
e_config.c e: Add preferred desktop environment for apps 2014-09-18 10:51:42 +02:00
e_config.h e: Add preferred desktop environment for apps 2014-09-18 10:51:42 +02:00
e_config_data.c remove all remaining efl version check defines 2014-03-13 11:55:29 -04:00
e_config_data.h add macro E_CONFIG_DD_FIND to wrap related function and keep namespace consistent 2013-02-04 08:24:30 +00:00
e_config_dialog.c fix formatting 2014-08-26 10:10:36 -04:00
e_config_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_configure.c add comp settings to configure registry 2014-01-15 12:13:04 -05:00
e_configure.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_confirm_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_confirm_dialog.h ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed 2012-09-04 04:19:30 +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_dbusmenu.c fix dbusmenu crash 2013-05-09 13:14:42 +01:00
e_dbusmenu.h Rename edbus->eldbus 2013-04-23 12:37:43 -03:00
e_desk.c Fix wrong deskshow function 2014-11-12 20:49:46 +01:00
e_desk.h specify that E_Desk string members are stringshared 2014-02-06 12:39:09 -05:00
e_deskenv.c Don't run xrdb or xmodmap when we are wayland only 2014-08-26 10:10:38 -04:00
e_deskenv.h always re-set xmodmap after changing kbd layout group 2012-12-12 13:31:18 +00:00
e_desklock.c fix compiler warnings when building for wayland-only 2014-10-03 13:30:03 -04:00
e_desklock.h feature: add PIN-style desklock for lokker module 2014-01-14 20:28:59 -05:00
e_deskmirror.c add borderless theme for deskmirror clients to support various animations 2014-09-18 18:21:44 -04:00
e_deskmirror.h add e_deskmirror_mirror_copy 2014-01-15 17:01:41 -05:00
e_desktop_editor.c bugfix: desktop_editor: selecting exe bug fix 2014-07-16 10:48:48 -04:00
e_desktop_editor.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dialog.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dnd.c fix compiler warnings when building for wayland-only 2014-10-03 13:35:34 -04:00
e_dnd.h bugfix: hide drag icons after dnd operation ends 2014-02-03 11:14:04 -05:00
e_dpms.c Revert "don't clear 'changed' variable unless we are going to use it. (fixes" 2014-10-03 13:45:16 -04:00
e_dpms.h work around x dpms bug which seems to forget about doing dpms 2nd time 2012-09-02 07:37:24 +00:00
e_entry.c don't define x selection notify handler if we are building for wayland-only 2014-10-03 14:00:09 -04:00
e_entry.h add function to disable entry menu 2012-12-03 18:31:14 +00:00
e_entry_dialog.c replace ev->keyname with ev->key 2014-03-13 13:03:34 -04:00
e_entry_dialog.h another change I've been wanting to make for a long time: e_entry_dialog now has the data param first 2012-09-03 09:06:10 +00:00
e_env.c formatting: all at once 2013-01-11 10:34:29 +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 fix usage of PATH_MAX when not working with files 2012-08-22 07:02:41 +00:00
e_exec.c fix 2 ecore_exe magic complaints - inst->exe is garbage. 2014-07-01 17:29:01 +09:00
e_exec.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_exehist.c store startup id in exehist as e restart was not self-exec as of e17 2013-07-15 11:25:14 +09:00
e_exehist.h store startup id in exehist as e restart was not self-exec as of e17 2013-07-15 11:25:14 +09:00
e_filereg.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_filereg.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_flowlayout.c bugfix: correctly calculate minimum flowlayout rows 2014-03-13 12:44:47 -04:00
e_flowlayout.h add flowlayout functions for getting prev/next items 2012-06-27 08:49:34 +00:00
e_fm.c efm: clarify function name which is getting selected icons 2014-08-17 23:35:41 +02:00
e_fm.h e fileman: Remove unused parameter. 2014-05-09 16:49:43 +02:00
e_fm_cmdline.c feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
e_fm_custom.c efm now remembers sort mode per-directory 2012-11-02 12:36:35 +00:00
e_fm_custom.h efm now remembers sort mode per-directory 2012-11-02 12:36:35 +00:00
e_fm_device.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_fm_device.h efm finally does something other than flail around helplessly when you drag stuff onto the icon of another device 2012-12-17 15:59:43 +00:00
e_fm_mime.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_fm_mime.h argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again! 2012-09-14 10:52:08 +00:00
e_fm_op.c efm: fix bugs during renaming multiple files and copying file into same directory 2014-04-10 11:09:36 +09:00
e_fm_op.h add efm op to notify of device backend changes 2014-05-07 16:46:56 -04:00
e_fm_op_registry.c inlist_count is not O(1) 2012-12-13 11:52:38 +00:00
e_fm_op_registry.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_prop.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_fm_prop.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_fm_shared_codec.c formatting: all at once 2013-01-11 10:34:29 +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 e_fm: Include config.h to know about HAVE_UDISKS_MOUNT 2014-09-09 10:44:21 +02:00
e_fm_shared_device.h whoops add these back 2010-10-13 08:30:06 +00:00
e_fm_shared_types.h.in udisks2 support 2013-06-20 16:36:33 +01:00
e_focus.c @bugfix: Fix building for WAYLAND_ONLY by using the proper define 2014-03-18 07:43:04 +00:00
e_focus.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_font.c use e_util_strcmp() in e_font stuff 2014-04-04 15:24:01 -04:00
e_font.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_gadcon.c rename E19* defines/texts to just E so they don't need to keep being updated 2014-09-09 12:30:50 -04:00
e_gadcon.h add max(w,h) to gadcon client struct, only used as yet-another-gadman-hack 2013-08-13 11:03:50 +01:00
e_gadcon_popup.c Fix gadcon popup to reposition correctly on size changes 2014-08-31 15:34:36 +02:00
e_gadcon_popup.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_grab_dialog.c Improve messages in bindings configuration dialogs 2014-09-03 18:04:19 +04:00
e_grab_dialog.h break out mouse/keyboard grab dialogs into e_grab_dialog to be reused more easily in other places, replace original instances with this dialog 2012-08-20 08:36:43 +00:00
e_grabinput.c cleanup compiler warnings when building for wayland-only 2014-10-03 14:02:25 -04:00
e_grabinput.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_hints.c Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_hints.h @bugfix: Fix building for WAYLAND_ONLY by using the proper define 2014-03-18 07:43:04 +00:00
e_icon.c e_icon: Fix typo 2014-08-05 14:08:47 +04:00
e_icon.h +e_icon_edje_get() 2014-03-27 16:47:18 -04:00
e_ilist.c fix signal emission on selected ilist item icons 2014-11-03 17:07:19 -05:00
e_ilist.h break out ilist item label setting 2012-11-02 08:00:58 +00:00
e_imc_main.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_import_config_dialog.c check import config dialog unlink() return value 2014-04-04 15:04:28 -04:00
e_import_config_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_import_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_import_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_includes.h Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_init.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_init.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_int_client_locks.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_locks.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_menu.c add alignment client menu 2014-11-05 15:04:10 -05:00
e_int_client_menu.h huge wl fixup (wayland clients actually working again) 2014-01-14 20:28:57 -05:00
e_int_client_prop.c Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
e_int_client_prop.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_remember.c e_client_name_get() -> e_client_util_name_get() 2014-02-05 10:55:50 -05:00
e_int_client_remember.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_config_comp.c e comp settings - dont need version checks for partial render mode 2014-08-18 12:59:32 +09:00
e_int_config_comp_match.c bugfix: don't iterate with or access freed pointer in comp match dialog 2014-03-13 11:18:14 -04:00
e_int_config_modules.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_config_modules.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_gadcon_config.c fix gadcon client del event typos 2014-08-04 10:04:12 -04:00
e_int_gadcon_config.h allow gadcon config dialog hook to set gadcon site 2012-09-06 13:31:38 +00:00
e_int_menus.c e menu - try fix a bug in e apps menu crashes with new efreet api 2014-07-23 20:38:01 +09:00
e_int_menus.h patch by Deon Thomas which implements efreet menu caching for e_int_menus 2013-02-15 08:16:06 +00:00
e_int_shelf_config.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_shelf_config.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_toolbar_config.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_toolbar_config.h
e_intl.c bugfix: prevent out of bounds write in e_intl_locale_parts_get() 2014-03-13 10:46:28 -04:00
e_intl.h unbreak e_intl.h #ifdefs 2012-12-13 19:12:37 +00:00
e_intl_data.c formatting: all at once 2013-01-11 10:34:29 +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 export e_ipc_socket filename as extern variable 2014-03-20 14:06:41 -04:00
e_ipc.h export e_ipc_socket filename as extern variable 2014-03-20 14:06:41 -04:00
e_ipc_codec.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_ipc_codec.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_layout.c prevent layout children from being resized to 0x0 2013-10-17 09:54:42 +01:00
e_layout.h layout/comp "top at xy" functions now allow restricting based on visibility 2013-05-21 13:52:11 +01:00
e_livethumb.c livethumb - fix problem where e canvas list didnt del the livethumb ee 2013-12-30 17:00:29 +09:00
e_livethumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_log.c e log: Use a EINA_LOG_LEVELS environment variable for setting log level instead of a E_LOG_LEVEL macro 2014-05-28 17:01:16 +09:00
e_log.h replace e17 logging "system" with custom eina log domain 2012-06-13 15:17:23 +00:00
e_main.c e: Add preferred desktop environment for apps 2014-09-18 10:51:42 +02:00
e_manager.c huge wl fixup (wayland clients actually working again) 2014-01-14 20:28:57 -05:00
e_manager.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_maximize.c maximize typo 2014-06-02 04:58:55 -04:00
e_maximize.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_menu.c move isedje() e_util and simplify/inline 2014-07-03 10:45:59 -04:00
e_menu.h huge wl fixup (wayland clients actually working again) 2014-01-14 20:28:57 -05:00
e_mmx.h E17: CPUID_MMX, CPUID_SSE and CPUID_SSE2 might already be defined (like on OpenBSD) 2012-08-23 07:42:10 +00:00
e_module.c rename E19* defines/texts to just E so they don't need to keep being updated 2014-09-09 12:30:50 -04:00
e_module.h feature: add E_MODULE_SRC_PATH for setting current module src path without needing to install modules 2014-01-14 20:22:01 -05:00
e_mouse.c enabling drm output module should NOT require X-less build. 2014-03-18 16:14:04 -04:00
e_mouse.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_moveresize.c show moveresize info immediately upon beginning an operation 2014-05-30 11:00:37 -04:00
e_moveresize.h feature: break out e_moveresize_client_extents for calculating client step sizes 2014-01-14 20:28:59 -05:00
e_msg.c formatting: all at once 2013-01-11 10:34:29 +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 bugfix: Fix e_msgbus file having missing initializers for Eldbus 2014-09-18 13:29:15 -04:00
e_msgbus.h Rename edbus->eldbus 2013-04-23 12:37:43 -03:00
e_notification.c bugfix: Fix e_notification file having missing initializers for Eldbus 2014-09-18 13:29:52 -04:00
e_notification.h s/sumary/summary/g 2014-07-30 19:18:24 -04:00
e_obj_dialog.c replace ev->keyname with ev->key 2014-03-13 13:03:34 -04:00
e_obj_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_object.c add e_object_ref_debug_set 2013-02-22 13:18:30 +00:00
e_object.h throw CRI on e_object type errors 2014-09-07 12:35:50 -04:00
e_open.c e_open: Handle URIs in a more generic way 2014-05-19 15:52:43 +09:00
e_order.c e: rename applications menu to fit xdg menu spec 2014-06-11 11:08:26 +02:00
e_order.h add function for cloning an e_order 2012-11-26 09:36:11 +00:00
e_pan.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_pan.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_path.c some stringshare improvements for e_path_find 2012-12-21 10:01:01 +00:00
e_path.h use stringshare return type 2012-12-21 09:03:30 +00:00
e_pixmap.c Implement caching of pixmap resources for wayland clients. 2014-11-10 11:55:18 -05:00
e_pixmap.h rewrite e_pixmap code: 2014-08-26 10:10:34 -04:00
e_place.c fix visibility checks for shelves in client smart placement 2014-02-21 17:44:02 -05:00
e_place.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pointer.c fix pointer crashes from wrong #ifdefs in 1f439893f1 2014-09-05 14:29:39 -04:00
e_pointer.h add back 'pixels' field structure for pointer 2014-08-28 11:00:22 -04:00
e_powersave.c formatting 2012-08-13 06:51:24 +00:00
e_powersave.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_prefix.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_prefix.h e17 -> use eina prefix stuff. 2011-04-24 08:06:18 +00:00
e_randr.c fix e_randr double comparison warnings 2014-09-07 23:02:38 -04:00
e_randr.h randr: function to apply current config 2014-03-06 15:18:14 +01:00
e_remember.c ignore ignored clients when saving internal remembers 2014-05-29 10:09:06 -04:00
e_remember.h add versioning to remembers to prevent badness when new properties are added 2014-01-14 20:29:00 -05:00
e_resist.c fix client resistance visibility check typo 2014-03-14 09:51:57 -04:00
e_resist.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_scale.c remove unncessary variable 2014-08-26 10:10:35 -04:00
e_scale.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_screensaver.c fix e_screensaver_update compiler warnings when building for 2014-08-28 12:30:29 -04:00
e_screensaver.h have e disable screensaver on resume to force screen on 2014-07-07 23:35:06 +09:00
e_scrollframe.c replace ev->keyname with ev->key 2014-03-13 13:03:34 -04:00
e_scrollframe.h E srcollframe: Added a mode to disable key navigation + fixed show region. 2012-10-30 14:05:50 +00:00
e_sha1.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_sha1.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_shelf.c make nocomp-skipable objects not require shelf 2014-07-30 14:23:25 -04:00
e_shelf.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_signals.c only call ecore-x functions here if we are Not build for wayland-only 2014-10-03 13:17:52 -04:00
e_signals.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slidecore.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_slidecore.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slider.c replace ev->keyname with ev->key 2014-03-13 13:03:34 -04:00
e_slider.h fix bug where slider could be changed while disabled 2013-01-08 11:06:56 +00:00
e_slidesel.c replace ev->keyname with ev->key 2014-03-13 13:03:34 -04:00
e_slidesel.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_spectrum.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_spectrum.h
e_start_main.c e_start - add ~/Applications/.bin to use for app bin searches 2014-09-21 00:21:16 +09:00
e_startup.c e_startup: Added dialog to notify user to fix his dbus setup 2014-11-07 08:34:00 -05:00
e_startup.h FORMATTING 2010-08-04 16:57:32 +00:00
e_static_grab.c feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
e_sys.c add another main loop iteration after resuming for desklock visibility 2014-09-07 11:15:17 -04:00
e_sys.h remove legacy e_sys handler callback system, redo sys action ordering, only blank on action success 2014-05-26 15:57:32 -04:00
e_sys_l2ping.c Remove unused variables. 2013-05-19 12:44:26 +01:00
e_sys_main.c sys: Add /sbin and /usr/sbin to sys env path. 2014-07-07 11:58:52 +09:00
e_table.c formatting 2012-07-03 09:11:44 +00:00
e_table.h FORMATTING 2010-08-04 16:57:32 +00:00
e_test.c move deskmirror test over a little 2014-01-14 20:28:58 -05:00
e_test.h FORMATTING 2010-08-04 16:57:32 +00:00
e_theme.c s/e_theme_comp_border/e_theme_comp_frame/g 2014-01-16 11:15:08 -05:00
e_theme.h s/e_theme_comp_border/e_theme_comp_frame/g 2014-01-16 11:15:08 -05:00
e_theme_about.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_theme_about.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_thumb.c Hi, 2012-12-19 14:20:34 +00:00
e_thumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_thumb_main.c generate thumbnail based on rotated image according to EXIF orientation tag 2014-07-03 10:48:51 -04:00
e_toolbar.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_toolbar.h adjust efm fwin setup and popup to be... better theme friendly! 2012-10-28 07:45:48 +00:00
e_update.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 allow xdg dir usage if you add -DDOXDG to CFLAGS. 2013-05-28 12:32:31 +09:00
e_user.h FORMATTING 2010-08-04 16:57:32 +00:00
e_utils.c apply a tighter clamp to internal window autosize 2014-06-09 16:15:15 -04:00
e_utils.h add dblequal() util function to be used for addressing the infinite comparison warnings 2014-09-07 23:02:32 -04:00
e_uuid_store.c e_uuid_store: Write uuid as latest to avoid half-working states 2014-04-24 11:03:53 +02:00
e_uuid_store.h e_uuid_store: Use libuuid for UUID generation and handling 2014-04-24 11:03:52 +02:00
e_widget.c unfocus focused+disabled widget always, not just when focus jump fails 2013-10-26 09:53:15 +01:00
e_widget.h added e_widget_on_disable_hook_set 2013-02-06 09:34:53 +00:00
e_widget_aspect.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_aspect.h
e_widget_bgpreview.c bgpreview - fix sizing to not overrun bounds - fixes wallpaper in pager16 2014-02-06 01:18:16 +09:00
e_widget_bgpreview.h creating individual bgpreview objects no longer requires sizes 2013-04-19 12:49:53 +01:00
e_widget_button.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_button.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_check.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_check.h add e_widget_check_widget_disable_on_* api for automatically enabling/disabling widgets without needing to add more callbacks 2013-02-06 08:44:52 +00:00
e_widget_color_well.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_config_list.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_csel.c formatting: all at once 2013-01-11 10:34:29 +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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_cslider.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_entry.c bugfix: no more crashing when deleting entry widgets 2014-02-14 14:12:12 -05:00
e_widget_entry.h E entry: Move to edje_entry and remove e_editable. 2012-10-30 14:06:13 +00:00
e_widget_filepreview.c use gstreamer1 emotion module now for video as its rather stable 2014-05-29 14:30:34 +09:00
e_widget_filepreview.h add forgotten proto for e_widget_filepreview_clamp_video_set 2014-01-27 21:35:39 -05:00
e_widget_flist.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_flist.h add flist function to get config 2012-08-08 11:50:57 +00:00
e_widget_font_preview.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_font_preview.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_framelist.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_framelist.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_frametable.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_frametable.h add object_repack function for frametable 2012-12-13 20:12:32 +00:00
e_widget_fsel.c e_widget_data_get Can return NULL so we should check that else we 2013-11-15 10:42:33 +00:00
e_widget_fsel.h add method for checking if typebufs are visible in fsel widget using methods added in my previous commit that I cleverly did not mention to confuse my future self when I again go to work on this code 2012-07-17 10:27:15 +00:00
e_widget_ilist.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_ilist.h add method for setting a custom theme for ilist 2012-09-18 10:28:02 +00:00
e_widget_image.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_image.h finally kill off the last of the e_icon_object_set uses; 2012-07-20 07:52:53 +00:00
e_widget_label.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_label.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_list.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_list.h add prepend/repack functions for e_widget_list 2012-07-24 08:20:57 +00:00
e_widget_preview.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_preview.h add e_widget_preview_size_set 2013-06-14 14:41:37 +01:00
e_widget_radio.c radios - if none is selected... the one u select gets selected. :) 2012-12-16 14:06:10 +00:00
e_widget_radio.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_scrollframe.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_scrollframe.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_slider.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_slider.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_spectrum.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_spectrum.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_table.c add e_widget_table_freeze/thaw 2012-07-12 10:26:12 +00:00
e_widget_table.h add e_widget_table_freeze/thaw 2012-07-12 10:26:12 +00:00
e_widget_textblock.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_textblock.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_toolbar.c edje: remove use of deprecated functions. 2014-06-07 21:10:55 +02:00
e_widget_toolbar.h toolbar function to return count of toolbar items 2012-08-04 10:13:14 +00:00
e_widget_toolbook.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_toolbook.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_win.c bugfix: use existing compositor canvas pointer as the windows pointer 2014-09-04 15:55:18 -04:00
e_win.h add E_Win_Cb typedef 2014-01-14 20:28:58 -05:00
e_xinerama.c rename E19* defines/texts to just E so they don't need to keep being updated 2014-09-09 12:30:50 -04:00
e_xinerama.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_xkb.c null check xkb layout list 2014-04-04 15:04:28 -04:00
e_xkb.h giant rollup commit fixing all xkb issues 2013-01-31 17:50:45 +00:00
e_xsettings.c fix formatting 2014-08-26 10:10:36 -04: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 fix scoping on list free to not crash 2014-07-29 07:40:45 -04:00
e_zone.h redo zone geometry calc to take a desk, add e_zone_desk_useful_geometry_get() 2014-07-28 09:05:25 -04:00
e_zoomap.c fix zoomap alpha setting 2014-02-11 21:43:54 -05:00
e_zoomap.h add zoomap util function for setting solidness based on edje data items of child 2013-04-17 08:06:20 +01:00