summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.18.0-beta2 releasev1.18.0-beta2Stefan Schmidt2016-08-022-11/+15
* tests: eolian_cxx: add define to allow the use of beta APIs like eoStefan Schmidt2016-08-021-0/+1
* ecore_audio: use the correct module wrapperJean Guyomarc'h2016-08-021-1/+1
* ecore_drm2: Fix a condition where no outputs are enabledDerek Foreman2016-08-021-0/+9
* docs: put graph before hierarchyDaniel Kolesa2016-08-021-3/+4
* docs: allow rank dir and size to be changed in themeDaniel Kolesa2016-08-021-3/+17
* Eo: Move Eo back into beta.Tom Hacohen2016-08-023-0/+15
* docs: support for foldable inheritance graphsDaniel Kolesa2016-08-021-2/+10
* docs: add theme loader for graphsDaniel Kolesa2016-08-022-7/+102
* edje_edit: delete swallowed object before unswallowing (for part type GROUP)Vitalii Vorobiov2016-08-021-2/+1
* elementary widget: fix a wrong disabled behavior.Hermet Park2016-08-021-6/+14
* elm scroller accel was broken by default confgis setting it to 0. fixCarsten Haitzler (Rasterman)2016-08-025-1/+9
* tests: ecore_con: make sure info is initializedStefan Schmidt2016-08-021-3/+3
* tests: eio: add Eina.h include for eina_init and shutdown functions.Stefan Schmidt2016-08-021-0/+2
* build: do not dist now longer available filesStefan Schmidt2016-08-0211-30/+7
* build remove now unused eolian subbuild helper makefileStefan Schmidt2016-08-021-6/+0
* efl runtime dynamic lib loading - make errors consistent and usefulCarsten Haitzler (Rasterman)2016-08-023-23/+35
* autotools: since it has been broken for some times and nobody noticed, let's ...Cedric BAIL2016-08-0113-1672/+0
* elementary: remove *.eo.h files from includesub_HEADERSRomain Naour2016-08-011-2/+1
* edje_cc build - link to lua and use ula cflags as edje_cc uses luaCarsten Haitzler (Rasterman)2016-08-011-2/+2
* ecore-imf - fix stupidity of loading ALL modules even if not neededCarsten Haitzler (Rasterman)2016-08-011-22/+75
* edje - reduce memory footrpint by dlopening ephysics on demandCarsten Haitzler (Rasterman)2016-08-019-137/+419
* ecore_audio - save 232k of real RAM by dlopening depedneciesCarsten Haitzler (Rasterman)2016-08-017-45/+308
* edje: throw error when vector resource not found.Subhransu Mohanty2016-08-011-1/+4
* edje: Fix handling of polygon and polyline node.Subhransu Mohanty2016-08-014-3/+17
* tests: Place inline window inside a boxJean-Philippe Andre2016-08-011-7/+14
* ecore_evas: Register animators for inline image eeJean-Philippe Andre2016-08-013-1/+10
* scrollable: Avoid useless connect to animatorJean-Philippe Andre2016-08-011-0/+2
* Canvas text: fix range geometry calculation for RTLDaniel Hirt2016-07-312-16/+20
* data for elm - remove misleading and unused Makefile.amCarsten Haitzler (Rasterman)2016-07-301-3/+0
* eo-mode.el: add @nonull and void_ptr.Gustavo Sverzut Barbieri2016-07-291-0/+2
* ecore imf - ibus - fix destroy/disconnect handling that crashesCarsten Haitzler (Rasterman)2016-07-301-2/+3
* elua: add table serializer/deserializerDaniel Kolesa2016-07-292-0/+378
* tests: ecore: try to keep constness for Efl_VersionStefan Schmidt2016-07-291-1/+1
* tests: eina: comment out unused test to avoid warningStefan Schmidt2016-07-291-0/+2
* eina: promise: fix memory leak in error pathStefan Schmidt2016-07-291-1/+5
* ecore: xcb: make sure length_name is always initializedStefan Schmidt2016-07-291-1/+1
* evas: xcb: fix build break of xcb engineStefan Schmidt2016-07-291-4/+4
* elm: object_item: add guards to include eo and legacy header only when allowedStefan Schmidt2016-07-291-0/+4
* elm: sys_notify: add guards to inlcude eo and legacy header only when allowedStefan Schmidt2016-07-291-1/+5
* eldbus: make sure eldbus model is hidden behind the BETA API flagStefan Schmidt2016-07-291-0/+4
* multibuttonentry: Fix wrong definitions.Woochan Lee2016-07-292-2/+1
* eo-mode.el for emacs.Gustavo Sverzut Barbieri2016-07-291-0/+396
* eina: add back option lost at some point for debugging.Cedric Bail2016-07-281-0/+10
* eio: add a test for T3237.Cedric Bail2016-07-281-0/+60
* eio: all our tests need eina and we aren't testing eina here, so init once an...Cedric Bail2016-07-281-0/+4
* efl - elm genlist - clean up sanghyeon's patch to be less codeCarsten Haitzler (Rasterman)2016-07-291-8/+3
* fix warnings in sanhyeons's patch/fixCarsten Haitzler (Rasterman)2016-07-291-1/+1
* [CONFIG] call elm_rescale() only when scale value is changedJonghee Choi2016-07-291-1/+5
* genlist: fix memory-leak in filter queue and refactoring queue iterationSangHyeon Lee2016-07-291-8/+12