enlightenment/src/bin
Mike Blumenkrantz 0ebb887d64 set comp win e object ref to null during its delfn
if this function is called, the object is in the process of being deleted and its refcount is already 0. trying to access it later will guarantee a crash, so ignore whever refs we may have on it


SVN revision: 84278
2013-02-21 11:28:15 +00:00
..
e_fm e: Remove unused variable warnings 2013-01-18 06:45:55 +00:00
Makefile.am Remove old randr code from Makefile.am 2013-02-19 10:54:35 +00:00
e.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_about.c bump year in about dialog 2013-01-24 14:02:29 +00:00
e_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_acpi.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_acpi.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_actions.c giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00: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 formatting 2012-11-14 09:57:11 +00:00
e_alert.h e: full rewrite of our WBOD. 2012-11-01 06:23:49 +00:00
e_alert_main.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_atoms.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_atoms.h add zone geometry property to windows and keep it updated. 2012-08-16 09:29:42 +00:00
e_backlight.c backlight no longer attempts to apply settings for dummy devices 2013-01-11 10:51:24 +00: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 giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_bg.h ensure we get a properly stringshared return value here to match state of e_path_find 2012-12-21 10:02:27 +00:00
e_bindings.c giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_bindings.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_border.c fix 2 pointer warp bugs: 2013-02-18 10:13:20 +00:00
e_border.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00: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 a much requested feature: drag-only edge bindings 2013-02-05 13:13:33 +00:00
e_canvas.h a much requested feature: drag-only edge bindings 2013-02-05 13:13:33 +00:00
e_color.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_color.h
e_color_class.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_color_class.h
e_color_dialog.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_color_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_comp.c set comp win e object ref to null during its delfn 2013-02-21 11:28:15 +00:00
e_comp.h store e objects in comp win, delay deletion of e object comp wins until after animation 2013-02-19 09:54:57 +00:00
e_comp_cfdata.c add flag in comp match for disabling shadows, disable shadows for notification popup matches 2013-02-20 07:37:55 +00:00
e_comp_cfdata.h add flag in comp match for disabling shadows, disable shadows for notification popup matches 2013-02-20 07:37:55 +00:00
e_comp_render_update.c giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_comp_render_update.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_comp_wl.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_comp_wl.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_buffer.c e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_buffer.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_comp.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_comp_wl_comp.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_input.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_comp_wl_input.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_output.c e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_output.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_region.c e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_region.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_shell.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_comp_wl_shell.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_comp_wl_surface.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_comp_wl_surface.h e: merge comp module into core 2013-01-09 11:34:07 +00:00
e_config.c Remove all references to the old randr config. 2013-02-19 10:55:17 +00:00
e_config.h Remove all references to the old randr config. 2013-02-19 10:55:17 +00:00
e_config_data.c track config edds, add e_config_descriptor_find() for retrieving them 2013-02-01 11:31:59 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_config_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_configure.c formatting: all at once 2013-01-11 10:34:29 +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_configure_option.c add config option for remembering filemanager windows globally instead of per-directory 2013-02-07 08:20:42 +00:00
e_configure_option.h conf2 option ctx now stores update text to allow ignoring repeated updates, also remove tags from search lists when aliases are added 2013-01-23 14:58:54 +00:00
e_confirm_dialog.c 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_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_container.c giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_container.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_datastore.c
e_datastore.h
e_dbusmenu.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_dbusmenu.h export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1 2013-01-04 06:01:21 +00:00
e_desk.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_desk.h add enum for deskflip animation mode 2012-12-31 14:00:47 +00:00
e_deskenv.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_deskenv.h always re-set xmodmap after changing kbd layout group 2012-12-12 13:31:18 +00:00
e_desklock.c nocomp mode now dynamically enables/disables based on the state and stacking of fullscreen windows and comp objects 2013-02-18 13:43:55 +00:00
e_desklock.h move desklock bg enum to desklock header 2012-09-19 13:22:45 +00:00
e_desktop_editor.c rename e_eap_editor files to e_desktop_editor...this makes much more sense 2013-02-04 14:00:43 +00:00
e_desktop_editor.h rename e_eap_editor files to e_desktop_editor...this makes much more sense 2013-02-04 14:00:43 +00:00
e_dialog.c set no_resizable state by default on dialogs 2012-12-03 09:15:47 +00:00
e_dialog.h add dialog helper function to set modal/transientfor on windows 2012-08-09 13:25:43 +00:00
e_dnd.c fix comp canvas win finding for some dnd operations 2013-02-19 14:18:58 +00:00
e_dnd.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_dpms.c Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that. 2013-01-14 17:26:13 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_entry.h add function to disable entry menu 2012-12-03 18:31:14 +00:00
e_entry_dialog.c E entry: Move to edje_entry and remove e_editable. 2012-10-30 14:06:13 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_exec.h lets add prototype too in .h :) 2012-09-18 10:19:29 +00:00
e_exehist.c shut up e_exehist 2012-12-13 10:37:14 +00:00
e_exehist.h
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 e_flowlayout is just not done correctly at all...some fixes here to make it not crash on deletion at least :/ 2013-02-20 10:47:49 +00:00
e_flowlayout.h add flowlayout functions for getting prev/next items 2012-06-27 08:49:34 +00:00
e_fm.c revert previous few commits related to e_menu, not meant to go in yet 2013-02-19 08:22:46 +00:00
e_fm.h okay, exposing icon object not such a great idea considering it gets deleted and recreated constantly 2012-12-18 10:12:47 +00:00
e_fm_cmdline.c e: follow edbus change about unref'ing messages after send 2013-01-15 14:34:50 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_fm_op.h efm now checks (on startup) for stale device links on desktop and tries to remove them 2012-10-29 09:52:23 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_fm_prop.h
e_fm_shared_codec.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_fm_shared_codec.h
e_fm_shared_device.c unbreak eeze mount detection/compile (spankies for demarchi), remove last bits of hal mount support from configure 2013-01-24 07:59:28 +00:00
e_fm_shared_device.h
e_fm_shared_types.h.in e: e_fm udisk ported to edbus 2013-01-02 13:16:19 +00:00
e_focus.c formatting 2012-08-03 14:02:14 +00:00
e_focus.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_font.c revert some changes to e font that broke things; the hunt for #1284 begins 2012-08-08 08:33:33 +00:00
e_font.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_gadcon.c e toolbar gadgets no longer crash when trying to display a popup 2013-02-20 09:13:03 +00:00
e_gadcon.h add e_gadcon_client_visible_get() 2013-02-18 13:43:29 +00:00
e_gadcon_popup.c more valgrind stuff... null deref? 2013-02-21 04:01:36 +00:00
e_gadcon_popup.h giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_grab_dialog.c formatting: all at once 2013-01-11 10:34:29 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_grabinput.h add function to return current key grab xwin 2012-12-03 19:03:49 +00:00
e_hints.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_hints.h
e_icon.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_icon.h ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons 2012-12-19 17:00:10 +00:00
e_ilist.c formatting: all at once 2013-01-11 10:34:29 +00: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 fix small leaks in efm and e_import_config_dialog 2013-01-23 09:59:14 +00:00
e_import_config_dialog.h break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code 2012-08-09 12:57:06 +00:00
e_import_dialog.c fix path setting in import dialog 2013-01-23 10:35:57 +00:00
e_import_dialog.h break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code 2012-08-09 12:57:06 +00:00
e_includes.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_init.c formatting 2012-10-25 07:47:26 +00:00
e_init.h
e_init_main.c ok - give some size in printf. 2012-12-16 01:29:48 +00:00
e_int_border_locks.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_int_border_locks.h
e_int_border_menu.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_int_border_menu.h forgot that we do data param first in callbacks... 2012-07-19 09:19:06 +00:00
e_int_border_prop.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_int_border_prop.h
e_int_border_remember.c add edit button to window remembers config dialog 2013-02-07 09:23:29 +00:00
e_int_border_remember.h add edit button to window remembers config dialog 2013-02-07 09:23:29 +00:00
e_int_config_modules.c improve module config dialog load speed 2013-01-15 15:34:27 +00:00
e_int_config_modules.h
e_int_gadcon_config.c formatting: all at once 2013-01-11 10:34:29 +00: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 fix new crash in e_int_menus app finder code 2013-02-18 14:11:41 +00: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 giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_int_shelf_config.h
e_int_toolbar_config.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_int_toolbar_config.h
e_intl.c formatting: all at once 2013-01-11 10:34:29 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_ipc.h e17: whitespaces-- 2012-06-21 06:19:43 +00: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 add e_layout_top_child_get, e_layout_child_below_get and e_layout_child_above_get 2013-02-18 13:43:52 +00:00
e_layout.h add e_layout_top_child_get, e_layout_child_below_get and e_layout_child_above_get 2013-02-18 13:43:52 +00:00
e_livethumb.c e: let's make all preview asynchronous with edje. 2013-02-11 09:58:35 +00:00
e_livethumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_log.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_log.h replace e17 logging "system" with custom eina log domain 2012-06-13 15:17:23 +00:00
e_main.c giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_manager.c e_manager_new now creates compositors for new managers instead of creating them all at once 2013-02-07 13:19:36 +00:00
e_manager.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_maximize.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_maximize.h
e_menu.c revert previous few commits related to e_menu, not meant to go in yet 2013-02-19 08:22:46 +00:00
e_menu.h revert previous few commits related to e_menu, not meant to go in yet 2013-02-19 08:22:46 +00: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 ensure that E_EVENT_MODULE_INIT_END is always sent even if no modules are loaded 2013-02-06 13:11:08 +00:00
e_module.h merge all bindings dialogs into single module: conf_bindings 2013-02-05 14:03:11 +00:00
e_mouse.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_mouse.h
e_moveresize.c giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_moveresize.h
e_msg.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_msg.h
e_msgbus.c ffs this free macro needs to get fixed to not fail here 2013-02-01 11:56:36 +00:00
e_msgbus.h e: Port e_msgbus to edbus 2013-01-02 13:15:53 +00:00
e_notification.c e: follow edbus change about unref'ing messages after send 2013-01-15 14:34:50 +00:00
e_notification.h e: Add client api to notifications 2013-01-03 22:08:10 +00:00
e_obj_dialog.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_obj_dialog.h add const 2012-07-25 14:07:09 +00:00
e_object.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_object.h delay e_win and e_popup deletes to avoid bad mem accesses from 2012-11-24 04:22:21 +00:00
e_open.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_order.c Hi, 2012-12-19 14:20:34 +00: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_place.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_place.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pointer.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_pointer.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_popup.c use separate delay del function for popups to ensure comp win deletion 2013-02-20 10:47:46 +00:00
e_popup.h add e_popup_object_remove 2013-02-19 09:54:54 +00: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 Remove commented fixme (no time to optimize this routine right now). 2013-02-20 07:45:13 +00:00
e_randr.h Add exists field to crtc and output. 2013-02-19 11:01:23 +00:00
e_remember.c fix stringshare use in e_remember 2013-02-07 08:08:21 +00:00
e_remember.h e internal dialogs now correctly remember their maximization state and are now less prone to moving around crazily if e is restarted while they are maximized 2012-12-20 17:51:42 +00:00
e_resist.c formatting 2012-12-06 12:48:14 +00:00
e_resist.h
e_scale.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_scale.h
e_screensaver.c Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that. 2013-01-14 17:26:13 +00:00
e_screensaver.h lots of buglet-fixing. this does: 2012-12-09 06:27:42 +00:00
e_scrollframe.c formatting: all at once 2013-01-11 10:34:29 +00: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 fix gadcon dnd window for shelf and gadman desktop to use comp canvas window 2013-02-19 10:05:16 +00:00
e_shelf.h giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own 2013-02-18 13:43:47 +00:00
e_signals.c formatting 2012-11-14 09:57:11 +00:00
e_signals.h
e_slidecore.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_slidecore.h
e_slider.c e_slider: emit signal on disabled state change 2013-02-13 21:59:06 +00:00
e_slider.h fix bug where slider could be changed while disabled 2013-01-08 11:06:56 +00:00
e_slidesel.c formatting: all at once 2013-01-11 10:34:29 +00: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 fix e build on 1.7 branch again... 2013-02-15 08:18:09 +00:00
e_startup.c Better gettext usage in a few places 2013-01-05 22:54:51 +00:00
e_startup.h
e_static_grab.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_stolen.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_stolen.h
e_sys.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_sys.h add new events for suspend/hibernate/resume 2012-09-21 09:16:37 +00:00
e_sys_main.c fix possible null deref in e_sys when debugging 2013-01-23 10:53:26 +00:00
e_table.c formatting 2012-07-03 09:11:44 +00:00
e_table.h
e_test.c e_manager_comp_set now sends an event instead of using e_msg, though I don't even think this is necessary anymore since it will only be called on startup and shutdown... 2013-01-12 12:57:53 +00:00
e_test.h
e_theme.c optimize use of edje_file_collection_list in various e things, also remove erroneous changelog/news entries 2013-02-04 08:38:46 +00:00
e_theme.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_theme_about.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_theme_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_toolbar.c e toolbar gadgets no longer crash when trying to display a popup 2013-02-20 09:13:03 +00: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 formatting: all at once 2013-01-11 10:34:29 +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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_user.h
e_utils.c e_util_size_debug_set now displays delete events 2013-02-19 09:14:46 +00:00
e_utils.h add e_util_evas_objects_above_print_smart() to print smart heirarchy 2013-02-18 13:43:32 +00:00
e_widget.c added e_widget_on_disable_hook_set 2013-02-06 09:34:53 +00: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_button.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_button.h
e_widget_check.c check widget disable list functions now apply disabled state on adding new items 2013-02-06 09:09:07 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_color_well.h
e_widget_config_list.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_config_list.h
e_widget_csel.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_csel.h
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_deskpreview.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_deskpreview.h add method to disable deskpreview click-to-configure background image 2012-07-11 08:48:33 +00:00
e_widget_entry.c valgrind unhapiness... silenced... mysterious as to why this happens 2013-02-21 03:59:42 +00: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 fix valgrind null evas problem with preview. 2013-02-21 01:11:00 +00:00
e_widget_filepreview.h fix fsel preview to work again. :) 2012-08-25 11:58:16 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_framelist.h
e_widget_frametable.c add object_repack function for frametable 2012-12-13 20:12:32 +00:00
e_widget_frametable.h add object_repack function for frametable 2012-12-13 20:12:32 +00:00
e_widget_fsel.c formatting: all at once 2013-01-11 10:34:29 +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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_widget_label.h
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 fix valgrind null evas problem with preview. 2013-02-21 01:11:00 +00:00
e_widget_preview.h desklock config now allows you to configure the image shown on each screen 2012-07-05 12:33:33 +00: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
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
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 formatting: all at once 2013-01-11 10:34:29 +00: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 formatting: all at once 2013-01-11 10:34:29 +00:00
e_win.h conf2 2013-01-03 14:47:21 +00:00
e_xinerama.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_xinerama.h formatting 2012-05-31 10:12:03 +00:00
e_xkb.c add option for disabling all keyboard layout changes 2013-02-06 10:51:54 +00:00
e_xkb.h giant rollup commit fixing all xkb issues 2013-01-31 17:50:45 +00:00
e_xsettings.c formatting: all at once 2013-01-11 10:34:29 +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 giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00
e_zone.h giant comp rejiggering commit because anything smaller would have broken something: 2013-02-07 13:20:07 +00:00