summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Vertical List focus test added to elementary_testdevs/jackdanielz/Focus_UIYossi Kantor2013-05-012-18/+38
|
* Horizontal List focus test added to elementary_testYossi Kantor2013-05-012-0/+124
|
* Genlist focus test added to elementary_testYossi Kantor2013-05-012-1/+148
|
* genlist and list tests - TEMPORARYYossi Kantor2013-05-012-0/+86
|
* Focus UI for elm_genlist and elm_list items in container improvement.Yossi Kantor2013-05-012-66/+86
|
* elementary: Focus improvement for elm_genlist and elm_listYossi Kantor2013-05-019-4/+343
| | | | | | | | | | | | | | Summary: This patch applies automatic focus feature to elm_genlist and elm_list containers. Currently (prior to this patch), focusable widgets inside list items of both containers receive focus by an explicit mouse click over them, and lose focus when focus goes to someone else in the window. This change also adds the ability to: - focus by default on the first-from-right focusable widget upon items selection - lose the focus when another item is selected (focused or not) - move focus between focusable widgets inside the same item by left and right arrow keys accordingly (up and down keys when elm_list is in horizontal mode)
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-01126-718/+762
|
* elm cursor: theme_search means opposition to engine_only.Ryuan Choi2013-05-017-25/+29
| | | | | theme_search_enabled API was introduced instead of engine_only API, but the meaning is opposition.
* The momentum animation time is changed as the amount of flick.Jaehwan Kim2013-04-3010-2/+188
|
* elementary/layout - layout supports "language,changed" callbackChunEon Park2013-04-304-1/+19
|
* Add the config elm_scroll_smooth_start_enable.Jaehwan Kim2013-04-309-20/+51
| | | | There's no tick when scroller starts scroll if it's set.
* Revert "Really run elm_shutdown in the ELM_MAIN macro."Carsten Haitzler (Rasterman)2013-04-302-1/+2
| | | | | | | | This reverts commit 65a09abb94728e08eceaf08faf4146e1d35724e7. This does break abi. debate as to if this should hsve been done in the macro or not is another matter.. but changing this does break abi/behaviour.
* adding serbian translationmaxerba2013-04-292-1/+234
|
* Really run elm_shutdown in the ELM_MAIN macro.Tom Hacohen2013-04-292-2/+1
| | | | Previous commit failed to actually do it.
* elm_toolbar.c: refactoring. reuse api return value.Daniel Juyung Seo2013-04-301-10/+10
|
* updating french translationmaxerba2013-04-291-49/+38
|
* elm/wayland: Move the frame object to -fx, -fy.Rafael Antognolli2013-04-291-3/+3
| | | | | | It is not a special object anymore, and does not need special handling. Just move it to the correct position, since the canvas 0,0 point now has an offset.
* Run elm_shutdown in the ELM_MAIN macro.Tom Hacohen2013-04-291-1/+1
|
* Elementary: Split headers for widgets.Daniel Zaoui2013-04-2944-7609/+7867
| | | | | Layout, Mapbug, List, Notify, Photo, Scroller, Toolbar and Win. Fixes for Doxygen.
* elementary/toolbar - fix toolbar item clip problem on reordering items.ChunEon Park2013-04-293-4/+14
|
* Elementary: Split headers for Gengrid, genlist, grid, image and indexDaniel Zaoui2013-04-2820-5931/+5987
|
* Elementary: Lost APIs have resurrected.Daniel Zaoui2013-04-284-0/+78
|
* Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug,Daniel Zaoui2013-04-2868-8624/+11267
| | | | | Prefs, ProgressBar, Radio. Route, Segment Control, Separator, Slider, Slideshow, Spinner, Systray, Table, Thumb, Video, Web.
* Elementary: header split for DateTime, DaySelector, DiskSelector, Entry,Daniel Zaoui2013-04-2850-6828/+7223
| | | | | Flip, Flip Selector, Frame, Gesture Layer, GLView, Hover, Icon, Inwin, Label.
* Elementary: oups... forgot to include the new files in the installation.Daniel Zaoui2013-04-281-0/+48
| | | | Spank on me!!!
* Elementary: Conform header split.Daniel Zaoui2013-04-283-24/+29
|
* Elementary: Color Selector header split.Daniel Zaoui2013-04-284-293/+314
|
* Elementary: Clock header split.Daniel Zaoui2013-04-284-430/+459
|
* Elementary: Check header split.Daniel Zaoui2013-04-283-104/+114
|
* Elementary: Calendar header split.Daniel Zaoui2013-04-284-820/+862
|
* Elementary: Bubble header split.Daniel Zaoui2013-04-284-95/+103
|
* Elementary: Box header split.Daniel Zaoui2013-04-284-678/+718
|
* Elementary: Bg header split.Daniel Zaoui2013-04-284-281/+300
|
* Elementary: Action Slider header split.Daniel Zaoui2013-04-284-201/+219
|
* Elementary: Popup header split.Daniel Zaoui2013-04-284-296/+303
|
* Elementary: Naviframe header split.Daniel Zaoui2013-04-284-579/+585
|
* Elementary: MultiButton Entry header split.Daniel Zaoui2013-04-284-536/+576
|
* Elementary: Hoversel header split.Daniel Zaoui2013-04-283-329/+353
|
* Elementary: File selectors header split.Daniel Zaoui2013-04-2810-1427/+1502
|
* Elementary: Ctx Popup header split.Daniel Zaoui2013-04-284-305/+331
|
* Elementary: Button header split.Daniel Zaoui2013-04-283-201/+219
|
* Elementary: Add include to Efl_Config.h.Daniel Zaoui2013-04-281-0/+2
| | | | | | | | | | | | This is the first commit of the headers split phase in elementary. Now, each widget will have 2 or 3 h files: - widget_Eo.h: Eo API functions (functions defines, enums, base id). - widget_Legacy.h: contains the API functions related to objects - widget_Common.h: common data (structs, enums...) + functions not related to objects. This file will exist only if needed. This phase is needed for the EFL 1.8 release to disable Eo APIs if we consider it is not enough mature to be used by applications.
* elc_popup.c: Do not create action_area when buttons are emptyRyuan Choi2013-04-271-23/+25
|
* fix libm linkingCarsten Haitzler (Rasterman)2013-04-261-0/+1
| | | | http://trac.enlightenment.org/e/ticket/2339
* elm_index.h: fixed wrong documentation.Daniel Juyung Seo2013-04-261-2/+1
|
* toolbar: updated documentations.Daniel Juyung Seo2013-04-262-3/+10
| | | | | 1. elm/toolbar/more/default edc. 2. elm_toolbar_more_item_get() API
* test_inwin.c: added more description about the style and fixed formatting.Daniel Juyung Seo2013-04-261-13/+14
|
* elm/wayland: Fix window resize when the window is rotated.Rafael Antognolli2013-04-251-17/+50
|
* elm_test/window_states: Add a checkbox for enabling fullscreen.Rafael Antognolli2013-04-251-0/+18
|
* elementary/naviframe - fix null pointer access on naviframe item deletion.ChunEon Park2013-04-253-8/+12
|