summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Textblock Chaining: improve exampledevs/herdsman/tb_chainingDaniel Hirt2015-07-091-3/+16
* Evas textblock: add tests for textblock_extension - preliminaryDaniel Hirt2015-07-091-0/+38
* Evas textblock: add support for textblock_extension (compiling,incomplete,wor...Daniel Hirt2015-07-099-172/+1027
* Evas.Image: Fix legacy EAPI nameJean-Philippe Andre2015-07-061-1/+1
* Evas gl_common: Fix up error handlingWooHyun Jung2015-07-061-1/+1
* evas gl - dont crash if gl image internal im is nullCarsten Haitzler (Rasterman)2015-07-051-0/+2
* efreet - improve edstop exec find to use the command with less argsCarsten Haitzler (Rasterman)2015-07-051-4/+107
* edje: add Convex Hull logicperepelits.m2015-07-041-0/+681
* eina: fix failure of eina_quaternion_test.Vivek Ellur2015-07-041-1/+2
* Ecore_File: use ecore_file_mkdir()Vincent Torri2015-07-031-1/+1
* Ecore_File: better implementation of ecore_file_mkdir()Vincent Torri2015-07-031-2/+1
* Ecore_File: improve comment of ecore_file_mkdir()Vincent Torri2015-07-031-3/+4
* Eina: include string.h on Windows as memcpy is used (fixes warning)Vincent Torri2015-07-031-0/+3
* Evil: add a wrapper around _mkdirVincent Torri2015-07-033-2/+28
* Efl debug daemon: Fix Warning on Windows.Vincent Torri2015-07-031-2/+2
* Edje_Player: disable code unused on Windows.Vincent Torri2015-07-031-0/+2
* Ecore_Con_Ares: fix undefined variable warningVincent Torri2015-07-031-2/+3
* eolian: generate correct fallback characterDaniel Kolesa2015-07-033-3/+3
* eolian: add support for monospace highlights in docsDaniel Kolesa2015-07-033-3/+12
* eolian: allow trailing comma on last enum item (just like C)Daniel Kolesa2015-07-032-2/+2
* Interfaces: fix event nameDaniel Zaoui2015-07-031-1/+1
* eina: don't return NULL silently when creating new tilersMike Blumenkrantz2015-07-021-2/+1
* Evas gl_common: Fix up error handlingWooHyun Jung2015-07-021-1/+1
* ecore animators - improve accuracy by having a thread do animator timingCarsten Haitzler (Rasterman)2015-07-021-35/+138
* Revert "Evas gl_cocoa: remove code duplicated from gl_generic"Jean-Philippe Andre2015-07-021-0/+146
* Evas.Image: Simplify logic (trivial change)Jean-Philippe Andre2015-07-021-8/+8
* Evas.Image: Deprecate some functions and remove from EoJean-Philippe Andre2015-07-023-45/+68
* Evas: Replace image_map_surface_free by common image_freeJean-Philippe Andre2015-07-0210-55/+20
* Evas gl_cocoa: remove code duplicated from gl_genericJean-Philippe Andre2015-07-021-146/+0
* Evas: Implement image_data_get for FBO imagesJean-Philippe Andre2015-07-024-95/+135
* ecore-wl: disable session recoveryMike Blumenkrantz2015-07-011-2/+2
* Evas Textblock: Add obstacle objects featureDaniel Hirt2015-07-016-20/+755
* elua: remove obsolete xgettext wrapperDaniel Kolesa2015-07-015-1187/+1
* Evas image: Remove useless piece of codeJean-Philippe Andre2015-07-011-13/+0
* Edje: Embed verbatim scripts for Efl.Gfx.FiltersJean-Philippe Andre2015-07-014-51/+178
* Evas: Make Evas.Image.save() work with all imagesJean-Philippe Andre2015-07-011-10/+61
* evas-fb: Fix compiler warnings about suggested parenthesesChris Michael2015-06-301-1/+2
* ecore: Fix typo in since tag.Amitesh Singh2015-06-302-2/+2
* ecore_imf: check parameter of ecore_imf_module_register ()Jihoon Kim2015-06-301-1/+1
* ecore_imf: fix wrong return type of ecore_imf_context_input_panel_return_key_...Jihoon Kim2015-06-301-1/+1
* Evas filters: Force filter redraw if object changedJean-Philippe Andre2015-06-301-0/+6
* Evas filters: Fix color(0xrrggbb) to be opaque by defaultJean-Philippe Andre2015-06-301-1/+2
* doc: Fixup EDC documentation about filters & examplesJean-Philippe Andre2015-06-305-44/+56
* Edje: Fix test case (after syntax change)Jean-Philippe Andre2015-06-301-3/+14
* Edje: Use bsearch() to find filters as fast as possibleJean-Philippe Andre2015-06-302-14/+25
* Edje: Replace index() by strchr()Jean-Philippe Andre2015-06-301-6/+5
* Edje: Add proper filters section in the EDJ fileJean-Philippe Andre2015-06-304-13/+204
* doc: EDC reference: Add specific doc for group.dataJean-Philippe Andre2015-06-301-1/+30
* Edje: Use array instead of hash for filters dataJean-Philippe Andre2015-06-304-32/+54
* Revert "evas: add keysym member to key event structs"Mike Blumenkrantz2015-06-294-74/+10