enlightenment/src/modules/illume-softkey
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
..
e-module-illume-softkey.edj don't need to be rebuilding illume edj files all the time, these haven't changed since dinosaurs roamed the earth 2013-01-22 08:54:25 +00:00
e_mod_config.c Add ability to set softkey size. 2010-04-02 17:24:02 +00:00
e_mod_config.h Add ability to set softkey size. 2010-04-02 17:24:02 +00:00
e_mod_main.c Add UNUSED where needed. 2010-08-19 19:40:57 +00:00
e_mod_main.h 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 2012-11-30 14:38:34 +00:00
e_mod_sft_win.c giant comp rejiggering commit #6: 2013-04-15 08:39:16 +01:00
e_mod_sft_win.h Don't need the border hook here so remove variable (and related code). 2010-06-08 20:01:08 +00:00
module.desktop.in Apply new module categories. 2010-10-19 12:28:07 +00:00