summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_Focus_manager_root_focus: add focus rectangledevs/bu5hm4n/gengrid_item_manager2Marcel Hollerbach2017-08-283-1/+44
* efl_ui_focus_manager_root_focus: remove workarroundMarcel Hollerbach2017-08-281-2/+4
* elm_gengrid: always focus a focusable item when a item is selectedMarcel Hollerbach2017-08-281-0/+17
* efl_ui_focus_manager: add api to get a focusable item in a subtreeMarcel Hollerbach2017-08-283-0/+35
* efl_ui_focus_manager_root_focus: correctly call state evalMarcel Hollerbach2017-08-281-2/+3
* efl_ui_focus_manager_calc: delete a node from dirty when its freedMarcel Hollerbach2017-08-281-0/+3
* efl_ui_focus_manager_calc: also NULL out the field when we free itMarcel Hollerbach2017-08-281-2/+2
* evas_object_main: fallback to other usage instead of returning NULLMarcel Hollerbach2017-08-281-1/+2
* elm_gengrid: select widget when the content is focusedMarcel Hollerbach2017-08-282-1/+43
* elm_gengrid: port gengrid to the new focus infrastructerMarcel Hollerbach2017-08-282-7/+17
* efl_ui_focus_manager: validate the direction correctlyMarcel Hollerbach2017-08-281-2/+1
* elm_interface_scrollable: redirect events correctlyMarcel Hollerbach2017-08-281-0/+2
* efl_ui_focus_manager_root_focus: add a workarround for a missing rectMarcel Hollerbach2017-08-281-1/+2
* efl_ui_focus_manager_calc: set candidate to NULLMarcel Hollerbach2017-08-281-0/+1
* elm: move the focus direction definition to generalMarcel Hollerbach2017-08-289-53/+50
* efl_ui_focus_manager_sub: make it a mixinMarcel Hollerbach2017-08-286-50/+23
* eina: fix warning when building with -Wmissing-field-initializersMarcel Hollerbach2017-08-281-1/+1
* Netstatus gadget: a new decent designDave Andreoli2017-08-276-20/+44
* Theme updates: Luncher icon indicator not relative. New pager plain style.Stephen 'Okra' Houston2017-08-263-336/+337
* evas: fix build with egl.Cedric BAIL2017-08-252-5/+20
* theme: let notifications wrapMike Blumenkrantz2017-08-251-17/+2
* evas image cache: notify preload for image objects without explicit callbacksMike Blumenkrantz2017-08-251-16/+1
* evas image cache: break out preload complete notification code into functionMike Blumenkrantz2017-08-251-12/+19
* efl_ui_image: maintain geometry for prev image while preloading new imageMike Blumenkrantz2017-08-251-11/+18
* elm_win: check for wayland engine during finalize by checking for wl winMike Blumenkrantz2017-08-251-1/+1
* elm_win: update opaque region for fake windowsMike Blumenkrantz2017-08-251-1/+5
* efl-wl: match nested wl seats based on display orderingMike Blumenkrantz2017-08-251-9/+20
* ecore-wl2: normalize axis event valuesMike Blumenkrantz2017-08-251-0/+1
* evas: enable rendering of multiple output.Cedric BAIL2017-08-251-186/+196
* evas: no more ENDT.Cedric BAIL2017-08-251-1/+0
* evas: move updates to be per output.Cedric BAIL2017-08-252-38/+55
* evas: decorrelate canvas size from output size.Cedric BAIL2017-08-254-26/+54
* evas gl: fix glview by avoiding make currentCedric BAIL2017-08-253-36/+34
* evas: remove dead code to improve readability.Cedric BAIL2017-08-251-27/+0
* evas: make Evas_GL work with multi output.Cedric BAIL2017-08-256-47/+160
* evas: reorder rendering phase to group output related operation.Cedric BAIL2017-08-251-58/+60
* evas: Evas_Canvas3D rendering logic need a complete overhaul.Cedric BAIL2017-08-251-0/+1
* evas: propagate output in evas_render_updates_internal_loop instead of using ...Cedric BAIL2017-08-251-6/+6
* evas: enable handling multi output in evas_render_mapped.Cedric BAIL2017-08-253-17/+24
* evas: propagate output to evas_render_mask_subrender and don't use ENDT there.Cedric BAIL2017-08-252-9/+15
* evas: use output instead of default one during rendering of proxy.Cedric BAIL2017-08-257-9/+9
* evas: remove unused engine data from error set/get code.Cedric BAIL2017-08-257-71/+71
* evas: destroy seats and inputs before the display disapear.Cedric BAIL2017-08-251-21/+21
* evas: no more use of ENDT outside of evas_render.Cedric BAIL2017-08-251-1/+0
* evas: make vector graphic support multi output.Cedric BAIL2017-08-253-6/+12
* evas: do not use default output or any other during render pre.Cedric BAIL2017-08-256-22/+14
* evas: remove unecessary use of output in filter code.Cedric BAIL2017-08-252-14/+11
* evas: make image_native_set use engine context not output.Cedric BAIL2017-08-251-54/+55
* evas: make all window GLES3 or none.Cedric BAIL2017-08-253-12/+14
* evas: make function to find evas gl context from engine shared across backend.Cedric BAIL2017-08-252-47/+62