summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Gfx.Buffer: Add interface skelettonJean-Philippe Andre2016-03-1513-481/+1172
* Efl.Image: Fix documentation for ratio + implement in evas imageJean-Philippe Andre2016-03-153-2/+11
* Evas image: Create interface Efl.Image.AnimatedJean-Philippe Andre2016-03-159-134/+287
* Efl.Image: Improve documentation a bitJean-Philippe Andre2016-03-152-90/+97
* Efl.Gfx.View: Rename property size to view_sizeJean-Philippe Andre2016-03-155-28/+21
* Evas image: Move filled property to Efl.Gfx.Fill and set as defaultJean-Philippe Andre2016-03-155-54/+114
* Efl.Gfx.Fill: Remove fill_spreadJean-Philippe Andre2016-03-157-102/+41
* Evas filters: Simplify evas_filter_dirtyJean-Philippe Andre2016-03-153-25/+7
* ecore_evas_cocoa: correct focus handlersThiep Ha2016-03-151-2/+2
* evas: move Evas_Polygon to become Efl_Canvas_Polygon.Cedric BAIL2016-03-146-36/+57
* edje: seems like preloading is fixed and we can now run edje_cc in //Cedric BAIL2016-03-141-1/+1
* ecore_drm: Disable custom tick if we can't wait for vblankDerek Foreman2016-03-141-1/+14
* Eo: Move generation of Eo_Event_Cb to Eolian.Tom Hacohen2016-03-142-23/+11
* eolian: builtin support for event callback signatureDaniel Kolesa2016-03-145-6/+28
* eolian generator: simplify typedef genDaniel Kolesa2016-03-141-6/+3
* Evil: the addr argument of dladdr is acually usedVincent Torri2016-03-141-1/+1
* Evil: cosmetic changeVincent Torri2016-03-141-12/+10
* Ector: try to load libcairo-2.dll first on WindowsVincent Torri2016-03-141-0/+1
* eina: mix possibly misleading indentationJean Guyomarc'h2016-03-121-3/+3
* eina: remove un-necessary tests before freeing memoryJean Guyomarc'h2016-03-121-5/+2
* evas_text_grid: display bold/italic/bolditalic fonts if availableBoris Faure2016-03-121-110/+310
* evas_text_grid: remove optimisation (will come back later) to make code more ...Boris Faure2016-03-121-299/+33
* gl_common: call evas_gl_common_texture_free() before dropping image cacheMike Blumenkrantz2016-03-111-1/+1
* gl_common: remove incorrect EINA_UNUSED for evas_gl_common_texture_freeMike Blumenkrantz2016-03-111-1/+1
* tests eeze: enable eeze_net IPv6 test again and skip if impossibleStefan Schmidt2016-03-111-5/+11
* eeze: remove trailing whitespaceStefan Schmidt2016-03-111-1/+1
* ecore_drm: Update device copy of framebuffer after page flip completesDerek Foreman2016-03-111-0/+2
* eolian generator: close the file with zero writeDaniel Kolesa2016-03-111-4/+6
* eolian generator: check fwrite return value currectlyDaniel Kolesa2016-03-111-2/+12
* eolian: refactor database_typedecl_to_str to remove dead codeDaniel Kolesa2016-03-111-19/+11
* Revert "Eo: Change to the Eo4 eo_add syntax."Tom Hacohen2016-03-111-10/+8
* Revert "Vg node: modify so the eo_add migration script won't break."Tom Hacohen2016-03-111-2/+1
* Revert "Ector and eo suite: Semi automatically migrate to the new eo_add."Tom Hacohen2016-03-114-88/+64
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-11105-507/+477
* Revert "Examples: Update according to recent eo_add changes."Tom Hacohen2016-03-119-29/+31
* Revert "Fix examples according to the recent eo event changes."Tom Hacohen2016-03-116-50/+75
* Revert "cxx: Migrate C++ binding to the new eo_add syntax"Tom Hacohen2016-03-116-76/+59
* edje: add error log message for missing descriptionjinwoo.shin2016-03-101-3/+7
* efl: rename efl.core.animator to efl.animator.Cedric BAIL2016-03-1011-30/+30
* ecore_wl2: Don't treat EINVAL as a recoverable conditionDerek Foreman2016-03-101-3/+3
* ecore-wl2: set fd handler active flags correctly for connect/createMike Blumenkrantz2016-03-101-2/+2
* evas-gl: Fix dereference after null checkChris Michael2016-03-101-1/+1
* edje: Don't leak array source if we are going to exit functionChris Michael2016-03-101-2/+2
* build coverage: make coverage numbers more accurate by using a baselineStefan Schmidt2016-03-091-6/+13
* examples gitignore: adding four new examples to their .gitignore filesStefan Schmidt2016-03-094-0/+4
* eo_cxx: correct constness of basic Eo C++ wrapper functionsVitor Sousa2016-03-091-7/+13
* ecore-drm: don't set DBG on log level if DBG not already setMike Blumenkrantz2016-03-091-4/+0
* ecore-drm: Disable default DBG log levelChris Michael2016-03-091-1/+1
* cxx: Migrate C++ binding to the new eo_add syntaxVitor Sousa2016-03-096-59/+76
* Fix examples according to the recent eo event changes.Tom Hacohen2016-03-096-75/+50