summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "ecore-input: add keysym to Ecore_Event_Key struct"Mike Blumenkrantz2015-06-295-5/+0
* ecore-x: add ecore_x_keysym_get()Mike Blumenkrantz2015-06-293-0/+22
* ecore_x_xi2: remove build warningJi-Youn Park2015-06-301-2/+1
* ecore_wl: Hookup wl listener for uuid event from session recovery protocolStefan Schmidt2015-06-292-0/+17
* ecore_wl: Add generated session-recovery-protocol files to buildStefan Schmidt2015-06-294-1/+106
* ecore_x_xi2: add small code to check device idJi-Youn Park2015-06-301-0/+15
* ecore_x_xi2: fix only ecore input handler deals touch cancel eventJi-Youn Park2015-06-291-30/+35
* Evas textblock: Fix it->x value during layoutDaniel Hirt2015-06-291-0/+1
* Evas textblock: Fix infinite loop caseDaniel Hirt2015-06-292-1/+8
* efreetd_ipc: fix shadow warningDaniel Kolesa2015-06-291-2/+2
* evas_engine_software_x11: fix incorrect enumeration type warningDaniel Kolesa2015-06-292-2/+2
* edje: fix extra parens warning with clangDaniel Kolesa2015-06-291-1/+1