summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore: try to debug timeout test.devs/cedric/fix-testCedric Bail2016-05-161-0/+1
* ecore: move ecore before evas so that all dependencies are build in correct o...Cedric Bail2016-05-152-308/+309
* FDO icons: duplicate icons instead of symlink usage.Dave Andreoli2016-05-1513-2/+2
* efl - ui box - remove unised deficit variableCarsten Haitzler (Rasterman)2016-05-151-7/+2
* elm - map: fix warning with possibly uninitted varsCarsten Haitzler (Rasterman)2016-05-151-1/+1
* evas - fix warning comparing agianst wrong enumCarsten Haitzler (Rasterman)2016-05-151-1/+1
* evas - make func indenting more redable with overflow lines alignedCarsten Haitzler (Rasterman)2016-05-151-7/+7
* elementary: Cleanup compiler warnings when not using X11Chris Michael2016-05-152-1/+35
* elementary: Conditionally define functions based on x11/waylandChris Michael2016-05-151-1/+3
* elementary: Don't define handlers if we are not going to use themChris Michael2016-05-151-1/+3
* autotools: make Windows and MacOS X not require the long flags.Cedric Bail2016-05-151-0/+10
* ecore: make timeout test that the timeout does happen at least after it is su...Cedric Bail2016-05-151-2/+2
* Elm config: more compliant icon namesDave Andreoli2016-05-151-26/+17
* FDO icons: add some Application iconsDave Andreoli2016-05-1514-23/+42
* evas: make ecore a dependency.Cedric Bail2016-05-151-0/+1
* elementary: Fix build issue when x11 is disabledmemeka2016-05-141-2/+2
* elementary: Use standard down arrowAndy Williams2016-05-141-2/+2
* ecore-wl2: Add environment variable to optionally disable wobbly windowsChris Michael2016-05-141-1/+2
* elput: Don't multiply pointer axis valueChris Michael2016-05-141-1/+1
* ecore_drm: Handle wheel scrolling separately from finger scrollingDerek Foreman2016-05-131-2/+18
* Eo: declare lk_init explicitly unsignedAmitesh Singh2016-05-131-1/+1
* popup: default scrollable option change to TRUEJinyong Park2016-05-132-23/+19
* Elementary toolbar: Don't call "clicked" callback when item is just selectedYoungbok Shin2016-05-131-9/+13
* Edje_Edit: more API for proxy fields like source_clip and source_visibleVitalii Vorobiov2016-05-122-0/+116
* Make "legacy_prefix: null;" the default in eolian and adjust the efl.Tom Hacohen2016-05-12257-449/+299
|\
| * Add legacy_prefix now that the default has changed to null.Tom Hacohen2016-05-1298-2/+100
| * Efl: Remove "legacy_prefix: null;" as it's now the default.Tom Hacohen2016-05-12145-145/+0
| * eolian: do not generate legacy without explicit class legacy_prefixDaniel Kolesa2016-05-122-7/+4
| * spec/efl.spec.in: It's nicer when the spec file actually works.Michael Jennings2016-05-121-19/+41
| * eolian: mark pure virtual funcs outside of implementsDaniel Kolesa2016-05-1227-276/+154
|/
* Eo abstract class: Rename to Eo.Class.Tom Hacohen2016-05-1210-14/+15
* Ector cairo software: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
* elua: install the docgen appDaniel Kolesa2016-05-121-0/+8
* Efl canvas surface: Fix namespacing to use . and not _.Tom Hacohen2016-05-123-3/+3
* Elm segment control item: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
* Evas image orient: Fix namespacing to use . and not _.Tom Hacohen2016-05-122-2/+2
* Evas smart cb: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-7/+7
* Elm image: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-1/+1
* Eet: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-3/+3
* Eo event description: Fix namespacing to use . and not _.Tom Hacohen2016-05-122-9/+9
* Eldbus: Fix namespacing to use . and not _.Tom Hacohen2016-05-123-4/+4
* Efl ui box: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
* Efl gfx stroke: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
* Ecore con: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-2/+2
* Ecore exe: Fix namespacing to use . and not _.Tom Hacohen2016-05-121-5/+5
* docs: add an experimental elua based documentation generatordevs/q66/docgenDaniel Kolesa2016-05-122-0/+1780
|\
| * docgen: allow multiple paths to be scanned when providedDaniel Kolesa2016-05-121-3/+5
| * docgen: basic doc generation for typesDaniel Kolesa2016-05-121-3/+24
| * docgen: generate pages for different typesDaniel Kolesa2016-05-121-10/+23
| * docgen: add type declaration serializer for type docsDaniel Kolesa2016-05-121-0/+110