summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autotools: enable gl_cocoa on OS X by defaultdevs/jayji/autotools-cocoaJean Guyomarc'h2016-05-161-2/+2
* 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
| * docgen: don't generate docs when help option is givenDaniel Kolesa2016-05-121-0/+3
| * docgen: add params to disable usage of graphviz and notes pluginsDaniel Kolesa2016-05-121-8/+12
| * docgen: generalized graph writerDaniel Kolesa2016-05-121-28/+82
| * docgen: transparency for inheritance graph backgroundDaniel Kolesa2016-05-121-2/+5
| * docgen: add support for inheritance graphs via graphvizDaniel Kolesa2016-05-121-0/+69
| * docgen: only generate params for methods when they existDaniel Kolesa2016-05-121-2/+6
| * docgen: better newline handling in generated docsDaniel Kolesa2016-05-121-2/+15
| * docgen: put global settings into a single tableDaniel Kolesa2016-05-121-11/+13
| * docgen: remove the unnecessary initializers for statsDaniel Kolesa2016-05-121-48/+6
| * docgen: generation of property signaturesDaniel Kolesa2016-05-121-18/+114
| * docgen: complete generic signatures for methodsDaniel Kolesa2016-05-121-2/+23
| * docgen: add a type serializer and use it for signature paramsDaniel Kolesa2016-05-121-8/+38
| * docgen: clearer since documentationDaniel Kolesa2016-05-121-1/+1