summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP debug outputdevs/bu5hm4n/netstar_edi_fixMarcel Hollerbach2017-04-251-2/+21
* elm_box/table: set the order directly when a container is registeredMarcel Hollerbach2017-04-254-0/+24
* efl_ui_focus_manager: safe fields from the nodeMarcel Hollerbach2017-04-251-7/+11
* efl_ui_focus_manager: change the new order that gets setMarcel Hollerbach2017-04-221-2/+26
* ecore - fix epoll ifdefs and case handlingCarsten Haitzler (Rasterman)2017-04-221-28/+59
* ecore_drm2: Fix ticking when atomic mode set is enabledDerek Foreman2017-04-211-1/+1
* tests: add test for large eina tiler rectMike Blumenkrantz2017-04-211-0/+31
* eina_tiler: use int size matching Eina_Rectangle internally to avoid overflowMike Blumenkrantz2017-04-211-6/+6
* elm_win: do not require mouse buttons to be pressed to activate csd move/resizeMike Blumenkrantz2017-04-211-7/+6
* ecore-wl2: move ecore_wl2_display_inputs_get() into ecore_wl2_display.cMike Blumenkrantz2017-04-212-7/+7
* eina: some architecture don't like prefetch on NULL apparently.Cedric Bail2017-04-211-4/+4
* eo: hide dbg_info from eo filesDaniel Kolesa2017-04-2121-22/+44
* eo: move event related structures and callback to CDaniel Kolesa2017-04-219-45/+31
* elm test - unused vars - fix warning and remove themCarsten Haitzler (Rasterman)2017-04-211-2/+0
* evas gl filter blur - fix uninitialized vare warning for sumCarsten Haitzler (Rasterman)2017-04-212-2/+2
* gl filter blur - fix warning about possible uninit vars by initting themCarsten Haitzler (Rasterman)2017-04-211-1/+1
* eio monitor - remove unused vars and fix warningCarsten Haitzler (Rasterman)2017-04-211-3/+0
* eina mmap - fix warnings thanks to missing includeCarsten Haitzler (Rasterman)2017-04-211-5/+1
* eina debug - fix include of eina_file.h that was missingCarsten Haitzler (Rasterman)2017-04-211-0/+1
* efl_io_closer - fix warning about error printCarsten Haitzler (Rasterman)2017-04-211-2/+2
* ecore_pipe - fix warning of sign vs unsigned comparisonCarsten Haitzler (Rasterman)2017-04-211-1/+1
* elm widget - fix weak reference messup that causes segv'sCarsten Haitzler (Rasterman)2017-04-211-0/+7
* evas_async_events: Integrated Ecore_Pipe in evas_async_eventsIvan Furs2017-04-211-125/+86
* focus: Review EO file and adjust doc a bitJean-Philippe Andre2017-04-214-88/+137
* focus: Fix shadow variable warningJean-Philippe Andre2017-04-211-2/+2
* ecore wl2: Fix compilationJean-Philippe Andre2017-04-211-1/+1
* elm_image: Improve test case from previous patchJean-Philippe Andre2017-04-211-0/+7
* ecore_wl2: Don't crash when drag and drop is unsupported by compositorDerek Foreman2017-04-201-0/+2
* eo: move unbindable event APIs to CDaniel Kolesa2017-04-209-83/+134
* eo: move Efl_Event definition back to CDaniel Kolesa2017-04-202-8/+12
* efl_ui_focus_manager: select the widget with the smallest distanceMarcel Hollerbach2017-04-201-4/+35
* elm_interface_scrollable: add focus overrideMarcel Hollerbach2017-04-201-0/+1
* elementary: fix focus testsMarcel Hollerbach2017-04-203-6/+6
* elm_list: migrate to new focus systemMarcel Hollerbach2017-04-201-0/+2
* fix .eo file breaksMarcel Hollerbach2017-04-204-6/+6
* focus_tests: fix the test suiteMarcel Hollerbach2017-04-206-38/+65
* efl_ui_focus_manager: the order contains nodes not focusablesMarcel Hollerbach2017-04-201-1/+1
* elementary: introduce helper functions for the redirectsMarcel Hollerbach2017-04-207-11/+26
* update according to cedrics review commentsMarcel Hollerbach2017-04-202-8/+8
* focus: update object definitionMarcel Hollerbach2017-04-204-102/+97
* elm_widget: add unfocusable to debug informationsMarcel Hollerbach2017-04-201-0/+2
* efl_ui_focus_manager: make setting a order easierMarcel Hollerbach2017-04-205-36/+74
* elm_box,grid,table: take the resize object as evas objectMarcel Hollerbach2017-04-203-9/+6
* efl_ui_focus_manager: if there is no normal item then just do nothingMarcel Hollerbach2017-04-201-0/+1
* efl_ui_flip: migrate to new focus systemMarcel Hollerbach2017-04-201-0/+9
* elm_grid: migrate to new focus systemMarcel Hollerbach2017-04-201-0/+15
* efl_ui_focus_manager: there is the case that n can be NULLMarcel Hollerbach2017-04-201-4/+7
* efl_ui_focus_manager_sub: do not update if parent is NULLMarcel Hollerbach2017-04-201-0/+2
* efl_ui_frame: migrate to new focus systemMarcel Hollerbach2017-04-202-0/+25
* elm_table: migrate to new focus systemMarcel Hollerbach2017-04-201-0/+13