summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ecore Exe: decrease log level on WindowsVincent Torri2015-07-071-1/+1
* Ecore Con: Fix ecore_con_local hangs on Windows.Vincent Torri2015-07-071-2/+4
* Ecore_Con: decrease log level in ecore_con_local_win32Vincent Torri2015-07-071-3/+3
* Ecore exe (windows): Fix object destruction/failed creation.Tom Hacohen2015-07-071-44/+24
* eolian: add API: eolian_declaration_get_by_nameDaniel Kolesa2015-07-074-5/+40
* ecore animator - use windows ifdefs/macros so it works thereCarsten Haitzler (Rasterman)2015-07-071-6/+27
* animator - use select not uslleep so we can wake up during a sleepCarsten Haitzler (Rasterman)2015-07-071-49/+57
* eolian/generator: use the __eolian function in overrides when default values ...Daniel Kolesa2015-07-061-1/+25
* ecore_con: convert doc of ecore_con_eet.eoSrivardhan Hebbar2015-07-061-50/+34
* ecore - animator - new thread timer animator - fiux shutdownCarsten Haitzler (Rasterman)2015-07-061-14/+27
* 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