summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eolian: add part validation (including dup check with funcs)Daniel Kolesa2017-11-011-0/+25
* elementary: use @cref where possibleDaniel Kolesa2017-11-0112-27/+27
* eolian: add @cref as alternative to @inDaniel Kolesa2017-11-012-3/+10
* Genlist Item Pin FeatureGodly T.Alias2017-11-014-14/+142
* Ecore_Imf: fix wrong annotation and enum nameJinYong Park2017-11-011-2/+2
* Eet: fix wrong doxygen definitionJinYong Park2017-11-011-2/+2
* Elm_Entry: Add annotation to unnamed enumJinYong Park2017-11-011-6/+23
* eina: Fix spelling errors in documentation (log..matrix)Bryce Harrington2017-11-014-27/+26
* evas: Move evas_canvas.eo to legacy-onlyJean-Philippe Andre2017-11-0114-17/+21
* evas: Add seat argument to 'pointer_inside' (EO)Jean-Philippe Andre2017-11-016-26/+29
* edje_cc: Fix shadow warning (global scope)Jean-Philippe Andre2017-11-011-11/+11
* evas: Remove specific pointer_inside APIJean-Philippe Andre2017-11-014-32/+38
* evas: Remove erroneous EINA_UNUSEDChris Michael2017-10-311-1/+1
* efl_animation: Change protected methods to be internal methodsJaehyun Cho2017-10-315-14/+16
* eina: Fix spelling errors in documentation (file..lock)Bryce Harrington2017-10-317-54/+53
* eolian: properly free partsDaniel Kolesa2017-10-314-0/+20
* eolian: fill parts into dbDaniel Kolesa2017-10-312-10/+40
* edje_cc: move offset_scale to correct place and fix docAndrii Kroitor2017-10-311-25/+27
* eolian: Add some color to those warning messagesJean-Philippe Andre2017-10-318-45/+98
* eolian: Skip @beta APIs for duplicate warningsJean-Philippe Andre2017-10-311-4/+12
* elm test: calender - use eina_strbuf_append_strftime insteadAmitesh Singh2017-10-311-3/+1
* efl_ui_slider: add eina_value_flush after using the valueWooHyun Jung2017-10-311-0/+1
* efl_ui_calendar: apply new format_cbWooHyun Jung2017-10-317-85/+79
* eo-cxx: Fix compilation error with any_value received by valueFelipe Magno de Almeida2017-10-301-1/+5
* ecore_evas_wayland: Fix session recoveryDerek Foreman2017-10-301-0/+3
* efl-net: fixup copy & paste abuse.Cedric Bail2017-10-301-2/+2
* edje_cc: fix parsing and documentationAndrii Kroitor2017-10-301-363/+669
|\
| * edje_cc: fix item.max parsingdevs/lorddrew/edcref_fixAndrii Kroitor2017-10-301-2/+2
| * edje_cc: make box/table item.spread minimum 1 1Andrii Kroitor2017-10-301-2/+2
| * edje_cc: fix program.filter descriptionAndrii Kroitor2017-10-301-1/+1
| * edje_cc: fix text.align descriptionAndrii Kroitor2017-10-301-1/+3
| * edje_cc: limit map.zoom to non-negative valuesAndrii Kroitor2017-10-301-2/+2
| * edje_cc: move box and table properties documentationAndrii Kroitor2017-10-301-82/+94
| * edje_cc: make color parsing consistentAndrii Kroitor2017-10-301-53/+77
| * edje_cc: make bool parsing consistentAndrii Kroitor2017-10-301-5/+4
| * edje_cc: fix spellingAndrii Kroitor2017-10-301-14/+14
| * edje_cc: fix default color_class colorsAndrii Kroitor2017-10-301-15/+15
| * edje_cc: move part_remove and program_remove to groupAndrii Kroitor2017-10-301-127/+132
| * edje_cc: fix color_class descriptionAndrii Kroitor2017-10-301-1/+7
| * edje_cc: fix incorrect type in minmul defaultsAndrii Kroitor2017-10-301-2/+2
| * edje_cc: parse "fixed" as boolAndrii Kroitor2017-10-301-2/+2
| * edje_cc: fix state.no_render descriptionAndrii Kroitor2017-10-301-3/+3
| * edje_cc: fix color2 and color3 descriptionsAndrii Kroitor2017-10-301-2/+2
| * edje_cc: add missing default values to documentationAndrii Kroitor2017-10-301-57/+249
| * edje_cc: fix errors in documentationAndrii Kroitor2017-10-301-21/+87
|/
* elm: call eina_value_flush to deallocate memoryAmitesh Singh2017-10-303-0/+6
* edje_cc - add offset_scale/offscale per desc to allow offsets to scaleCarsten Haitzler (Rasterman)2017-10-301-0/+29
* eina example: fix eina_value examplesAmitesh Singh2017-10-302-2/+4
* eina: eina_value: fix the typo in docAmitesh Singh2017-10-301-1/+1
* eina: eina_value - Add "struct tm" supportAmitesh Singh2017-10-303-1/+169