Commit Graph

68 Commits

Author SHA1 Message Date
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
maxerba 0b463d2d1a Removing blank entries from desktop files 2013-10-05 14:32:17 +02:00
maxerba 26303bbe1f Fixed sorting in desktop files 2013-07-05 19:02:53 +02:00
Igor Murzov 315dbf8409 Let's drop meaningless empty translations from .desktop files 2013-06-17 13:43:34 +04:00
Eduardo Lima (Etrunko) d4ee6be578 Split .gitignore into multiple files
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-06-11 18:19:12 -03:00
Mike Blumenkrantz 718dfef61d giant comp rejiggering commit #6:
* border->fx REMOVED, related border api REMOVED

* comp edc has new class of groups: e/comp/effects[/auto]
** these are effects which can be applied to any compositor object through the e_comp_win_effect* api and are written in embryo
*** two types - base and auto - base = manual, for use with animators; auto are "trigger and forget", for use as actual effects

* desk flip transition animations moved to comp effects and FIXED(ish)

* "zoom" effect renamed to "diagonal" for slightly less misleading name since it never did any zooming

* actual "zoom" effect added

* border hierarchy now as follows: cw->effect_obj swallows cw->shobj, cw->shobj swallows cw->bd->bg_object ?: cw->obj, if (cw->bd->bg_object) cw->bd->bg_object swallows cw->obj
** cw->effect_obj now used for all positioning and comp logic
** cw->effect_obj ONLY used for object transformation effects (moving, zooming, fading, etc)
** cw->shobj ONLY for comp visual/non-movement effects (focus effect, unfocus opacity, legacy shadows); this is a candidate for removal/rewrite in E19

* even more comp shape rewrites

* desk flip animation time now controlled by theme since edje doesn't support setting transition time in C; related config value removed

* desk flip transitions (in e_desk.c) rewritten

* various modules (evry/illume2) updated to use comp effects instead of fx offset

* desk flip configuration BROKEN(ish)
2013-04-15 08:39:16 +01:00
Mike Blumenkrantz 7f22a1e36a don't need to be rebuilding illume edj files all the time, these haven't changed since dinosaurs roamed the earth
also probably fixes ticket #2084


SVN revision: 83060
2013-01-22 08:54:25 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Christopher Michael b1c738936f Illume_Softkey: Remove silly left-over printfs...Spankies for whoever
left these in.



SVN revision: 71110
2012-05-15 12:03:55 +00:00
Carsten Haitzler e7167e7c91 in illume softkey - use min size calc.
SVN revision: 67949
2012-02-15 04:19:47 +00:00
Christopher Michael 8bb362efd8 E: Softkey Module: Decrease space allocated to 'extra buttons'. Add
lock focus_in/out on the softkey window (appears to be needed with the
changes in e_border code, else the softkey window ends up getting
focus but it should not).



SVN revision: 60783
2011-06-28 23:42:15 +00:00
Carsten Haitzler 88216bb128 quiet edje_cc mode. honor V var.
SVN revision: 58482
2011-04-08 08:20:54 +00:00
Christopher Michael ddfeef51dc No need for a mode send here.
SVN revision: 56385
2011-01-29 21:16:31 +00:00
Christopher Michael 54afa6c714 Add a button on softkey module to toggle app positions if in dual mode
(this means move the top app to the bottom, and bottom app to the top,
etc, etc).



SVN revision: 56384
2011-01-29 21:08:13 +00:00
Mike Blumenkrantz 15468f69f6 fix include paths for all these makefiles to add $top_builddir/src/bin instead of $top_srcdir/src/lib
SVN revision: 55884
2011-01-05 17:50:05 +00:00
Miculcy Brian abee1825dd Apply new module categories.
SVN revision: 53600
2010-10-19 12:28:07 +00:00
Christopher Michael 18b0b38403 Add a forward focus button for testing.
SVN revision: 53083
2010-10-05 19:15:39 +00:00
Christopher Michael b7de1183a7 Add UNUSED where needed.
Added additional parens where needed.



SVN revision: 51445
2010-08-19 19:40:57 +00:00
Christopher Michael aa763a890b Remove hard-coded size.
SVN revision: 51212
2010-08-16 14:07:37 +00:00
Christopher Michael e7653736fd Use application-exit for the close icon (supported by more icon themes).
SVN revision: 50851
2010-08-06 03:51:58 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Christopher Michael 5d076f6355 Don't need the border hook here so remove variable (and related code).
SVN revision: 49579
2010-06-08 20:01:08 +00:00
Christopher Michael f118fa09c1 Don't show in winlist.
SVN revision: 48829
2010-05-13 21:36:46 +00:00
Christopher Michael 250cd38661 Add ability to set softkey size.
SVN revision: 47712
2010-04-02 17:24:02 +00:00
Miculcy Brian b80eca5ad3 remove the now useless title
SVN revision: 47002
2010-03-08 16:09:21 +00:00
Massimo Maiurana 29b663723f updating french and italian translations
SVN revision: 46794
2010-03-02 18:38:38 +00:00
Christopher Michael 28ad67b765 Hook into zone_resize so we can adjust minimum width when zone changes
size.



SVN revision: 46600
2010-02-27 19:50:07 +00:00
Carsten Haitzler 4513a24797 no more round trips! bad bad bad!
SVN revision: 46459
2010-02-25 12:26:10 +00:00
Christopher Michael 28c0c74d6a Make softkey respond again to Scale changes.
SVN revision: 46376
2010-02-23 01:21:47 +00:00
Christopher Michael 0006745e2f Readd new illume2 code (ugg, svn is a pita) ;)
SVN revision: 46290
2010-02-19 03:00:58 +00:00
Christopher Michael 50bac54206 Ok, another stab at adding this to svn. Remove old code.
SVN revision: 46289
2010-02-19 02:59:56 +00:00
Christopher Michael efb5c66c67 New illume2 code in svn now :)
SVN revision: 46286
2010-02-19 02:32:18 +00:00
Christopher Michael 581ada3a3f Remove old illume2 code.
SVN revision: 46285
2010-02-19 02:30:01 +00:00
Christopher Michael 2a915fae74 Take into account zone->y when setting position.
Don't need to lock border location unless we are changing zones.



SVN revision: 46056
2010-02-10 17:24:33 +00:00
Luis Felipe Strano Moraes 77cba40502 Fixing make dist on enlightenment.
SVN revision: 45877
2010-02-04 16:42:04 +00:00
Christopher Michael dc1af1a3f8 Move setting window type until after window is shown.
SVN revision: 45765
2010-02-01 06:55:19 +00:00
Christopher Michael 4f59eafbea Reset panel geometry for conformant apps when we close.
SVN revision: 45644
2010-01-27 20:16:54 +00:00
Christopher Michael 0326182cb2 These files do not belong in here.
SVN revision: 45638
2010-01-27 20:08:14 +00:00
Christopher Michael 03805afd4f New indicator & softkey modules with lots of comments, an edc that gets
compiled when the module is built, and cleaner code.



SVN revision: 45637
2010-01-27 20:04:32 +00:00
Christopher Michael ad84d78dff Remove old indicator & softkey modules. New ones coming.
SVN revision: 45636
2010-01-27 20:02:45 +00:00
Christopher Michael 8d44cfa290 Reset softkey window geometry when we close.
SVN revision: 45612
2010-01-27 01:53:52 +00:00
Christopher Michael 9d298fdae0 Account for e_scale when creating softpanel.
SVN revision: 45375
2010-01-21 01:17:23 +00:00
Christopher Michael da4ac39084 Don't need/want separate code for handling back & close. Just send the
message and let illume2 handle it.



SVN revision: 45308
2010-01-19 00:17:24 +00:00
Sebastian Dransfeld f2c243f91e make clang happy
SVN revision: 45191
2010-01-15 19:36:00 +00:00
Christopher Michael 7c1087a702 Set bottom panel geometry on root window (for elm_conform widget).
SVN revision: 45103
2010-01-14 02:30:44 +00:00
Christopher Michael d307f74950 Do xinerama/dual-head setup based on managers->containers->zones, not
xinerama screen count. (as E the wm will take care of setting up
managers/containers/zones per what is needed from xinerama/dual-head).



SVN revision: 45101
2010-01-14 01:18:37 +00:00