summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* focus: next/prev(Tab Order) implementationdevs/bu5hm4n/focus_securePankaj Mittal2016-06-212-6/+71
* focus: Add listener objectsMarcel Hollerbach2016-06-213-9/+72
* fix latest api b0rkesMarcel Hollerbach2016-06-214-30/+17
* added layout_focusMarcel Hollerbach2016-06-211-0/+4
* scrollable: return when the redirect is doneMarcel Hollerbach2016-06-211-0/+2
* manager: only add them when they are knownMarcel Hollerbach2016-06-211-0/+2
* manager: save them in the historyMarcel Hollerbach2016-06-211-0/+4
* manager: the dirty property should work like a stackMarcel Hollerbach2016-06-211-2/+2
* manager: mark border elements as dirtyMarcel Hollerbach2016-06-211-0/+12
* scrollable: update to include the focus candidate when reigstering theMarcel Hollerbach2016-06-212-22/+64
* manager: add the request_move operationMarcel Hollerbach2016-06-212-46/+71
* elm_test: add numbers to the buttonMarcel Hollerbach2016-06-211-1/+7
* scrollable: bring items in when they are focusedMarcel Hollerbach2016-06-211-1/+12
* scrollable: make the scrollable handle children in a seperated graphMarcel Hollerbach2016-06-213-1/+210
* window: redirect events to the mainobjectMarcel Hollerbach2016-06-211-0/+2
* window: move on the window object not the composite objectMarcel Hollerbach2016-06-211-5/+4
* widget: remove debugging outputMarcel Hollerbach2016-06-211-3/+0
* manager: add event before flushingMarcel Hollerbach2016-06-212-3/+8
* focus_widget: add the callback earlierMarcel Hollerbach2016-06-211-2/+1
* manager: move highlight here.Marcel Hollerbach2016-06-211-1/+1
* widget_focus: update registered state in the constructorMarcel Hollerbach2016-06-211-14/+34
* manager: eo update + new apiMarcel Hollerbach2016-06-212-5/+33
* manager: do not set redirect twiceMarcel Hollerbach2016-06-211-0/+5
* manager: clear not set focus to flaseMarcel Hollerbach2016-06-211-1/+1
* manager: select a random item before giving upMarcel Hollerbach2016-06-211-2/+14
* window: hook in a manager objectMarcel Hollerbach2016-06-212-21/+62
* button: migrate to new focus systemMarcel Hollerbach2016-06-211-1/+1
* elm: We need to include them earilierMarcel Hollerbach2016-06-211-0/+8
* layout: make it focusable for the new focus systemMarcel Hollerbach2016-06-213-2/+9
* focus: split out focus mixinsMarcel Hollerbach2016-06-218-0/+195
* focus: fix testsMarcel Hollerbach2016-06-212-14/+47
* manager: remove NULL dereferenceMarcel Hollerbach2016-06-211-1/+16
* remove those filesMarcel Hollerbach2016-06-211-70/+0
* manager: introduce borders to the nodesMarcel Hollerbach2016-06-211-184/+166
* elm_widget: fix on_focus calls when widget is not focusedMarcel Hollerbach2016-06-211-1/+1
* manager: update to the latest state of workMarcel Hollerbach2016-06-211-77/+33
* focus_object: fix event namesMarcel Hollerbach2016-06-211-2/+2
* focus: fix warningsMarcel Hollerbach2016-06-211-16/+0
* manager: fix latest eo changesMarcel Hollerbach2016-06-212-16/+16
* manager: add get border elements apiMarcel Hollerbach2016-06-213-28/+143
* focus: add redirect testMarcel Hollerbach2016-06-211-0/+28
* focus_manager: delete callbacks on freeMarcel Hollerbach2016-06-211-6/+15
* focus_manager: free all nodes on destructionMarcel Hollerbach2016-06-212-8/+18
* manager: really ref the redirect objectMarcel Hollerbach2016-06-211-1/+1
* focus: added a new interface for focus managers, focus objectsMarcel Hollerbach2016-06-2110-0/+924
* elm_widget: add signal for parent changesMarcel Hollerbach2016-06-212-0/+34
* elementary: remove wrong documentation for Elm.Widget.focusVitor Sousa2016-06-201-14/+0
* Eo event: Add a test for stopping callbacks within another callback.Tom Hacohen2016-06-201-0/+19
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-20120-1188/+665
* Eo event callbacks: Change the way callbacks are stopped.Tom Hacohen2016-06-204-19/+29