U for utility

On Friday, October 7, 2011, Daniel Juyung Seo <seojuyu...@gmail.com> wrote:
> Yay! This is COOL!
> Btw, what does 'u' stands for in 'elu_xxx'?
>
> Daniel Juyung Seo (SeoZ)
>
> On Thu, Oct 6, 2011 at 7:18 AM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
>> Log:
>> 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=engine:x:y: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.
>>
>>
>>
>>
>>
>> Author:       barbieri
>> Date:         2011-10-05 15:18:22 -0700 (Wed, 05 Oct 2011)
>> New Revision: 63849
>> Trac:         http://trac.enlightenment.org/e/changeset/63849
>>
>> Added:
>>  trunk/elementary/data/themes/ews.edc
trunk/elementary/src/lib/elu_ews_wm.c
>> Modified:
>>  trunk/elementary/data/themes/Makefile.am
trunk/elementary/data/themes/default.edc trunk/elementary/doc/widgets/
trunk/elementary/src/lib/Elementary.h.intrunk/elementary/src/lib/Makefile.am
trunk/elementary/src/lib/elm_config.c
trunk/elementary/src/lib/elm_main.c trunk/elementary/src/lib/elm_priv.h
trunk/elementary/src/lib/elm_theme.c trunk/elementary/src/lib/elm_win.c
trunk/elementary/src/modules/access_output/
trunk/elementary/src/modules/test_map/
>>
>> Modified: trunk/elementary/data/themes/Makefile.am
>> ===================================================================
>> --- trunk/elementary/data/themes/Makefile.am    2011-10-05 22:11:00 UTC
(rev 63848)
>> +++ trunk/elementary/data/themes/Makefile.am    2011-10-05 22:18:22 UTC
(rev 63849)
>> @@ -60,6 +60,7 @@
>>  widgets/entry.edc \
>>  widgets/map.edc \
>>  widgets/scroller.edc \
>> +ews.edc \
>>  arrow_down.png \
>>  arrow_up.png \
>>  bar_shine.png \
>>
>> Modified: trunk/elementary/data/themes/default.edc
>> ===================================================================
>> --- trunk/elementary/data/themes/default.edc    2011-10-05 22:11:00 UTC
(rev 63848)
>> +++ trunk/elementary/data/themes/default.edc    2011-10-05 22:18:22 UTC
(rev 63849)
>> @@ -365,4 +365,6 @@
>>  #include "widgets/video.edc"
>>  #include "widgets/naviframe.edc"
>>
>> +#include "ews.edc"
>> +
>>  }
>>
>>
>> Property changes on: trunk/elementary/doc/widgets
>> ___________________________________________________________________
>> Modified: svn:ignore
>>   - Makefile.in
>> Makefile
>> .deps
>> widget_preview_layout
>> widget_preview_colorselector
>> widget_preview_fileselector
>> widget_preview_ctxpopup
>> widget_preview_hover
>> widget_preview_anchorview
>> widget_preview_diskselector
>> widget_preview_separator
>> widget_preview_conformant
>> widget_preview_entry1
>> widget_preview_entry2
>> widget_preview_entry3
>> widget_preview_entry4
>> widget_preview_icon
>> widget_preview_clock
>> widget_preview_flipselector
>> widget_preview_list
>> widget_preview_button1
>> widget_preview_button2
>> widget_preview_button3
>> widget_preview_index
>> widget_preview_calendar
>> widget_preview_label
>> widget_preview_image
>> widget_preview_hoversel
>> widget_preview_bg
>> widget_preview_flip
>
------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to