summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje_cc: Allow to set float position for anchorsdevs/conr2d/edc_anchorsJeeyong Um2017-04-253-1/+9
* edje_cc: Allow part to be anchored to GROUP and the part named as "GROUP"Jeeyong Um2017-04-251-5/+5
* edje_cc: Fix warning caused by missing const modifierJeeyong Um2017-04-251-1/+1
* edje_cc: Introduce "Anchors" - easy way to set parts relationshipJeeyong Um2017-04-257-10/+799
* edje_cc: Fix external param smart parserJeeyong Um2017-04-251-1/+2
* evas: remove engine.data.output.Cedric BAIL2017-04-2428-268/+289
* evas: start setting up output independently of the engine.Cedric BAIL2017-04-241-6/+46
* evas: evas_render actually need to access that structure.Cedric BAIL2017-04-242-9/+8
* evas: Fix grammar of which vs. thatBryce Harrington2017-04-241-2/+2
* evas: Fix grammar for which vs. thatBryce Harrington2017-04-241-23/+23
* ecore_evas: Fix grammar for at/to/for/on/which/etc.Bryce Harrington2017-04-241-19/+19
* Fix spelling of 'alpha channel'Bryce Harrington2017-04-241-1/+1
* evas: round glyph's advance before adding it to pen_xYoungbok Shin2017-04-241-2/+2
* tests: Fix make check with build dirJean-Philippe Andre2017-04-241-5/+4
* efreetd - make ability to not connect to efreetd non-criticalCarsten Haitzler (Rasterman)2017-04-231-1/+1
* efreetd - make efreetd use eio and not ecore_file_monitor for monitoringCarsten Haitzler (Rasterman)2017-04-232-113/+127
* elementary: fix typo on commentShinwoo Kim2017-04-232-2/+2
* 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