summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm test: img zoomable - change img anim sample to use eo apis only.devs/ami/img_alignAmitesh Singh2017-07-072-37/+82
* efl.ui.image: fix the old align behaviour in img.Amitesh Singh2017-07-062-4/+33
* Revert "elm test: image align - use image align api instead"Amitesh Singh2017-07-061-4/+3
* elm test: image align - use image align api insteadAmitesh Singh2017-07-061-3/+4
* Revert "elm test: image - use table to align image swallowed in layout"Amitesh Singh2017-07-061-48/+5
* elm: Don't alias in efl_part()Jean-Philippe Andre2017-07-051-3/+0
* elm: Forbid calls to efl_part(obj, NULL)Jean-Philippe Andre2017-07-052-3/+5
* elm: Remove EOLIAN tags in some filesJean-Philippe Andre2017-07-058-13/+13
* Elm layout: only allow legacy for using NULL text partsDaniel Hirt2017-07-059-26/+46
* edje: Fix some API issues (missing const)Jean-Philippe Andre2017-07-052-18/+14
* win: Try to fix some resizing issues with main menusJean-Philippe Andre2017-07-051-15/+17
* ecore_evas_x: Track changes in framespace sizeJean-Philippe Andre2017-07-052-1/+14
* win: Fix some sizing issues with main menuJean-Philippe Andre2017-07-052-4/+9
* evas: Fix a crash in textblockJean-Philippe Andre2017-07-051-1/+2
* evas: Add internal type documentation (event grabber)Jean-Philippe Andre2017-07-051-4/+4
* elm test: image - use table to align image swallowed in layoutAmitesh Singh2017-07-051-5/+48
* Revert "build: fix examples dist based on various configure flags"Mike Blumenkrantz2017-07-043-44/+21
* Revert "build: enable examples build by default"Mike Blumenkrantz2017-07-042-3/+4
* ecore-x - add ecore x dpms force apiCarsten Haitzler (Rasterman)2017-07-042-0/+17
* edje: support legacy Textblock calculation logic for 1.18 edje fileYoungbok Shin2017-07-047-299/+496
* layout: Fix default content partJean-Philippe Andre2017-07-041-2/+10
* Emotion: freed allocated string.Uma Devika2017-07-041-1/+2
* elm_code: Add rust syntaxAndy Williams2017-07-031-0/+14
* build: enable examples build by defaultMike Blumenkrantz2017-07-032-4/+3
* build: fix examples dist based on various configure flagsMike Blumenkrantz2017-07-033-21/+44
* build: add efl_wl .x files to EXTRA_DIST2Mike Blumenkrantz2017-07-031-0/+3
* release: Update NEWS and bump version for 1.20.0-beta1 releasev1.20.0-beta1Stefan Schmidt2017-07-032-1/+107
* elm_spinner: Entry hide when inc/dec button pressed.Woochan Lee2017-07-031-0/+2
* drm: Fix compilation warningsJean-Philippe Andre2017-07-031-5/+4
* eina file: Fix rare crash in line iterationJean-Philippe Andre2017-07-031-2/+2
* Filter: check nullity before accessing structure memberDaniel Zaoui2017-07-021-1/+1
* evas: add @since for map_coords_get()Mike Blumenkrantz2017-06-301-0/+1
* evas: expose evas_map_coords_get.Cedric BAIL2017-06-302-1/+15
* efl-wl: add .pc fileMike Blumenkrantz2017-06-304-1/+18
* Add a new test for elm_image align inside a swallowDave Andreoli2017-06-303-0/+94
* software_generic: Improve dmabuf validity testsDerek Foreman2017-06-302-8/+25
* gl_drm: Improve dmabuf validity testDerek Foreman2017-06-301-5/+9
* evas image: Set load error on native image set failureDerek Foreman2017-06-301-1/+11
* theme: use FLOOR rounding for digital clock themesMike Blumenkrantz2017-06-302-4/+5
* efl_wl: a multiseat wayland compositor in an evas smart objectMike Blumenkrantz2017-06-3011-0/+7118
* ecore_drm2: fix scanout_on callback firing too oftenDerek Foreman2017-06-301-2/+3
* Merge branch 'devs/bu5hm4n/gengrid_item_manager'Marcel Hollerbach2017-06-301-621/+207
|\
| * elm_gengrid: remove duplicated codeMarcel Hollerbach2017-06-301-63/+30
| * elm_gengrid: refactor duplicated codeMarcel Hollerbach2017-06-301-62/+22
| * elm_gengrid: refactor single selection moveMarcel Hollerbach2017-06-301-167/+52
| * elm_gengrid: refactor focus movementMarcel Hollerbach2017-06-301-277/+81
| * elm_gengrid: gengrid never sets the focus objects this is always NULLMarcel Hollerbach2017-06-301-32/+0
| * elm_gengrid: refactor reorder modeMarcel Hollerbach2017-06-301-60/+62
|/
* elm_fileselector: correct the focus chainMarcel Hollerbach2017-06-302-10/+52
* elm: Always pass valid part name inside part APIsJean-Philippe Andre2017-06-3014-39/+103