enlightenment/src/bin
Mike Blumenkrantz 86656e4df9 compositor rewrite / charlie-foxtrot situation
huge fustercluck commit because there wasn't really a way to separate out the changes. better to just rip it all out at once.

* compositor and window management completely rewritten. this was the goal for E19, but it pretty much required everything existing to be scrapped since it wasn't optimized, streamlined, or sensible. now instead of having the compositor strapped to the window manager like an outboard motor, it's housed more like an automobile engine.

** various comp structs have been merged into other places (eg. E_Comp_Zone is now just part of E_Zone where applicable), leading to a large deduplication of attributes

** awful E_Comp_Win is totally dead, having been replaced with e_comp_object smart objects which work just like normal canvas objects

** protocol-specific window management and compositor functionality is now kept exclusively in backend files

** e_pixmap api provides generic client finding and rendering api

** screen/xinerama screens are now provided directly by compositor on startup and re-set on change

** e_comp_render_update finally replaced with eina_tiler

** wayland compositor no longer creates X windows

** compositor e_layout removed entirely

* e_container is gone. this was made unnecessary in E18, but I kept it to avoid having too much code churn in one release. its sole purpose was to catch some events and handle window stacking, both of which are now just done by the compositor infra

* e_manager is just for screensaver and keybind stuff now, possibly remove later?

* e_border is gone along with a lot of its api. e_client has replaced it, and e_client has been rewritten completely; some parts may be similar, but the design now relies upon having a functional compositor

** window configuration/focus functions are all removed. all windows are now managed solely with evas_object_X functions on the "frame" member of a client, just as any other canvas object can be managed.

*** do NOT set interceptors on a client's comp_object. seriously.

* startup order rewritten: compositor now starts much earlier, other things just use attrs and members of the compositor

* ecore_x_pointer_xy_get usage replaced with ecore_evas_pointer_xy_get

* e_popup is totally gone, existing usage replaced by e_comp_object_util_add where applicable, otherwise just placed normally on the canvas

* deskmirror is (more) broken for now

* illume is totally fucked

* Ecore_X_Window replaced with Ecore_Window in most cases

* edge binding XWindows replaced with regular canvas objects

* some E_Win functionality has changed such that delete callbacks are now correctly called in ALL cases. various dialogs have been updated to not crash as a result

comp files and descriptions:

e_comp.c - overall compositor functions, rendering/update loop, shape cutting

e_comp_x.c - X window management and compositor functionality

e_comp_wl.c - Wayland surface management and compositor functionality

e_comp_canvas.c - general compositor canvas functions and utilities

e_comp_object.c - E_Client->frame member for managing clients as Evas_Objects, utility functions for adding objects to the compositor rendering systems

additional authors: ivan.briano@intel.com

feature: new compositor

removal: e_border, e_container, e_popup
2014-01-14 20:22:02 -05:00
..
e_fm feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
Makefile.mk compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e.h elm integration improvement - copy themes over, fix includes and null config 2013-11-01 15:53:05 +09:00
e_about.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_about.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_acpi.c e: Check for error reading lid status 2013-12-10 20:15:21 +01:00
e_acpi.h add simple tablet acpi button event. 2013-09-09 11:29:14 +09:00
e_actions.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_atoms.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_atoms.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_backlight.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_bg.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_bindings.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_canvas.h a much requested feature: drag-only edge bindings 2013-02-05 13:13:33 +00:00
e_client.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_client.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_client.x compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_color.c formatting: all at once 2013-01-11 10:34:29 +00:00
e_color.h FORMATTING 2010-08-04 16:57:32 +00: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_canvas.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_canvas.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_cfdata.c comp - remove sync support in comp - it should be off by default anyway. 2013-12-09 20:43:35 +09:00
e_comp_cfdata.h comp - remove sync support in comp - it should be off by default anyway. 2013-12-09 20:43:35 +09:00
e_comp_object.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_object.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_wl.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_wl.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_x.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_comp_x.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_config.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_config.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_config_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_configure.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_desk.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_desklock.h move desklock bg enum to desklock header 2012-09-19 13:22:45 +00:00
e_deskmirror.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_deskmirror.h add deskmirror, a new widget which breaks evas in a number of terrifying ways 2013-04-25 11:21:22 +01:00
e_desktop_editor.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_desktop_editor.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dialog.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dnd.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dnd.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_dpms.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_entry.h add function to disable entry menu 2012-12-03 18:31:14 +00:00
e_entry_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_fm.h e_fm2_optimal_size_calc now returns a bool to indicate whether the returned size can be used 2013-05-08 08:27:54 +01: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 when rolling back an efm_op task, also remove children tasks 2013-12-19 14:56:34 -05: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 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 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 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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_focus.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_font.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_font.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_gadcon.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_gadcon_popup.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_grab_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_grabinput.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_hints.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_hints.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_icon.c remove some weird gif hackaround in e_icon which breaks memfile gifs 2013-09-02 14:37:52 +01:00
e_icon.h undeprecate e_icon_object_set and rename to e_icon_image_object_set for clarity 2013-06-14 14:41:37 +01: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_menu.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_prop.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_prop.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_remember.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_int_client_remember.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 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 note valgrind wrongness and reduce exe ecit event handling complexity 2013-11-03 21:04:13 +09: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 print E_IPC_SOCKET value during startup 2014-01-14 20:22:02 -05:00
e_ipc.h giant comp rejiggering commit #LAST: 2013-04-18 08:30:07 +01: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 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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_manager.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_manager.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_maximize.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_maximize.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_menu.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_menu.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 formatting: all at once 2013-01-11 10:34:29 +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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_moveresize.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_msgbus.h Rename edbus->eldbus 2013-04-23 12:37:43 -03:00
e_notification.c default notification urgency to normal to ensure that notifications are displayed when they do not explicitly set the urgency hint 2013-04-26 08:53:16 +01:00
e_notification.h unbreak notification callbacks, fix notification crashes 2013-04-25 09:12:43 +01:00
e_obj_dialog.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 add e_object_ref_debug_set 2013-02-22 13:18:30 +00:00
e_open.c in a move which is likely to make me both hugely popular and unpopular, I'm removing the "extra desktops" that we've been shipping for a few years 2013-08-31 14:46:17 +01: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_pixmap.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_pixmap.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_place.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_place.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pointer.c fix unsafe list removal while walking it 2013-10-18 21:39:53 +09:00
e_pointer.h giant comp rejiggering commit #5: 2013-04-15 08:39:16 +01: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 Phab Ticket T433 for Glima where you could not disable a laptop panel 2013-10-17 18:05:29 +01:00
e_randr.h bump randr settings up 1 more epoch for e18 release 2013-12-03 16:56:59 +09:00
e_remember.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_remember.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_resist.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_resist.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_scale.c formatting: all at once 2013-01-11 10:34:29 +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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_shelf.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_signals.c formatting 2012-11-14 09:57:11 +00: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 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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_startup.c Better gettext usage in a few places 2013-01-05 22:54:51 +00: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_surface.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_surface.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_sys.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_sys.h add new events for suspend/hibernate/resume 2012-09-21 09:16:37 +00:00
e_sys_l2ping.c Remove unused variables. 2013-05-19 12:44:26 +01:00
e_sys_main.c e_sys - fix busy spin problem with security clamp-down 2013-12-06 09:19:08 +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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_test.h FORMATTING 2010-08-04 16:57:32 +00:00
e_theme.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_theme.h elm theme use - use elementary only for themes and remove e's own theme 2013-10-31 23:36:22 +09: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 set ecore_app_no_system_modules in various system utilities 2013-12-19 14:14:48 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_utils.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 EAPI 2007-11-04 12:44:36 +00:00
e_widget_bgpreview.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 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 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 correctly pop pointer stack when deleting entry widgets 2013-06-24 10:52:51 +01: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 oops - remove debug commit that snuck in! 2013-11-24 13:50:45 +09: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 FORMATTING 2010-08-04 16:57:32 +00:00
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 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 formatting: all at once 2013-01-11 10:34:29 +00: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 add e_widget_preview_size_set 2013-06-14 14:41:37 +01: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 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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_win.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_xinerama.c compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_xinerama.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05: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 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_zone.h compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
e_zoomap.c rename zoomap smart functions to have zoomap in the name for easier debugging 2013-04-17 09:43:40 +01: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