enlightenment/src/modules
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
..
access compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
appmenu compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
backlight compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
battery compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
bluez4 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
clock compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_applications compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_bindings compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_comp compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_dialogs compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_display compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_interaction compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_intl compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_menus compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_paths compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_performance compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_randr compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_shelves compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_theme compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_wallpaper2 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_window_manipulation compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
conf_window_remembers compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
connman compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
contact compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
cpufreq compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
everything compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
fileman compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
fileman_opinfo compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
gadman compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
ibar compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
ibox compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume-bluetooth Removing blank entries from desktop files 2013-10-05 14:32:17 +02:00
illume-home compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume-home-toggle Removing blank entries from desktop files 2013-10-05 14:32:17 +02:00
illume-indicator compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume-kbd-toggle compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume-keyboard compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume-mode-toggle Removing blank entries from desktop files 2013-10-05 14:32:17 +02:00
illume-softkey compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
illume2 compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
layout compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
mixer compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
msgbus compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
music-control compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
notification compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
pager compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
quickaccess compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
shot compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
start fix crash when activating e restart from start menu 2013-10-15 11:45:31 +01:00
syscon compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
systray compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
tasks compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
teamwork compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
temperature compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
tiling compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
winlist compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
wizard compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
wl_desktop_shell compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
wl_drm Fixed sorting in desktop files 2013-07-05 19:02:53 +02:00
wl_screenshot remove unnecessary file 2013-12-09 08:22:19 -05:00
xkbswitch compositor rewrite / charlie-foxtrot situation 2014-01-14 20:22:02 -05:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
Makefile.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_access.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_appmenu.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_backlight.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_battery.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_bluez4.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_clock.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf2.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_applications.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_bindings.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_comp.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_dialogs.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_display.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_interaction.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_intl.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_menus.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_paths.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_performance.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_randr.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_shelves.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_theme.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_wallpaper2.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_window_manipulation.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_conf_window_remembers.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_connman.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_contact.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_cpufreq.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_everything.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_fileman.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_fileman_opinfo.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_gadman.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_ibar.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_ibox.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-bluetooth.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-home-toggle.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-home.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-indicator.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-kbd-toggle.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-keyboard.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-mode-toggle.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume-softkey.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_illume2.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_mixer.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_msgbus.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_music_control.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_notification.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_pager.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_physics.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_quickaccess.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_shot.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_start.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_syscon.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_systray.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_tasks.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_teamwork.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_temperature.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_tiling.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_winlist.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_wizard.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_wl_desktop_shell.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_wl_screenshot.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00
Makefile_xkbswitch.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00