Commit Graph

4 Commits

Author SHA1 Message Date
Mike Blumenkrantz fa0834772c remember that time when somebody made a commit which caused elm to always spew lots of critical warnings on startup because there was no null check?
SVN revision: 63994
2011-10-11 21:19:08 +00:00
Gustavo Sverzut Barbieri f43d7bbdce elm/ews: fix theme apply.
eina_hash_pointer IS DISGUSTING! :-( It does not store the pointer,
but allocates something to hold the pointer, giving it back to you in
an unexpected way :-/



SVN revision: 63858
2011-10-05 23:43:03 +00:00
Gustavo Sverzut Barbieri 55bad5c8f6 ews: focus news windows.
SVN revision: 63854
2011-10-05 22:55:18 +00:00
Gustavo Sverzut Barbieri ab188c657c Elementary support for EWS, with simplistic window manager.
This contains a very simple and stupid window manager to be used in
FB, PS3 or similar single-window engines. Everybody is welcome to
improve it, particularly:
 * Edje: better border decoration theme
 * Edje: nice background
 * C + Edje: taskbar with minimized items.
 * C + Edje: find a better protocol to determine window size,
   accounting border decoration without account shadow! Right now I'm
   taking everything :-P
 * C: window management keys (Alt+F4 and like)

How to use: export ELM_ENGINE=ews
How to configure backing store: export ECORE_EVAS_EWS=enginey:w:h:options
Example:
{{{
export ECORE_EVAS_EWS=software_x11:0:0:1024:768
export ELM_ENGINE=ews
elementary_test
}}}

Bugs: maybe many, but so far seems it wouldn't take mouse events for
secondary windows. Will check it later.





SVN revision: 63849
2011-10-05 22:18:22 +00:00