summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas masking: Minor fixes in GL maskingdevs/jpeg/evas_maskingJean-Philippe Andre2015-01-063-55/+14
* Evas masking: Fix invalid geometry after mask redrawJean-Philippe Andre2015-01-062-5/+1
* Evas masking: Fix another set of rendering artifactsJean-Philippe Andre2015-01-063-7/+20
* Evas masking: Fix mask blend functions (SW engine)Jean-Philippe Andre2015-01-066-31/+43
* Evas masking: Add rectangle masking for GLJean-Philippe Andre2015-01-069-10/+130
* Evas masking: Simplify and fix vertex logic in GLJean-Philippe Andre2015-01-062-173/+89
* Evas masking: Use new texm sampler instead of texaJean-Philippe Andre2015-01-0620-298/+342
* Evas masking: Add support for YUV, YUY2, NV12 masking in GLJean-Philippe Andre2015-01-0612-23/+539
* Evas masking: Add support for BGRA/ARGB maskingJean-Philippe Andre2015-01-0613-363/+402
* Evas masking: Font masking for GLJean-Philippe Andre2015-01-069-4/+299
* Evas masking: Implement image masking for GL enginesJean-Philippe Andre2015-01-0610-9/+383
* Evas masking: Implement support for map draw (SW)Jaeun Choi2015-01-065-27/+88
* Evas masking: Implement support for polygon draw (SW)Jaeun Choi2015-01-063-7/+40
* Evas masking: Implement support for line draw (SW)Jaeun Choi2015-01-063-55/+321
* Evas masking: Add edje supportJaeun Choi2015-01-061-2/+3
* Evas masking: Implement event masking supportJaeun Choi2015-01-061-1/+5
* Evas masking: Implement mask support in evas_renderJean-Philippe Andre2015-01-062-20/+362
* Evas masking: Allow setting an image object as clipperJean-Philippe Andre2015-01-064-18/+73
* Evas masking: Add clip_image_[un]set functions to draw contextJean-Philippe Andre2015-01-064-3/+83
* Evas masking: Use alpha mask in SW engine draw functionsJaeun Choi2015-01-0614-89/+467
* eolian-cxx: Fixed mixed inheritance between C and C++ classesFelipe Magno de Almeida2015-01-053-17/+18
* eolian_cxx: Using eina::optional to handle parameters without @nonull propertyVitor Sousa2015-01-054-1/+152
* eina_cxx: Allow creating an eina::optional<T> from a type convertible to TVitor Sousa2015-01-051-2/+31
* eo_cxx: Implicit conversion from C++ wrapper to void* via address_of operatorVitor Sousa2015-01-051-0/+2
* eolian_cxx: Fix compilation of inheritance from Eolian generated classesVitor Sousa2015-01-0512-137/+59
* allow C++ user create new classes inheriting from Eolian generated ClassesLarry Jr2015-01-059-5/+221
* eolian_cxx: Add implicit conversion of the returned pointer of C++ wrappersVitor Sousa2015-01-0513-2/+305
* eolian_cxx: Fix "dreaded diamond" inheritance problem for C++ wrappersVitor Sousa2015-01-056-42/+48
* cxx: General C++ Eo wrapper generation improvementVitor Sousa2015-01-0533-374/+599
* catch exceptions in cxx wrappers and throw a eina_errorLarry Jr2015-01-051-4/+20
* eolian_cxx: Fix: Using binding type for @out parameter instead of native typeVitor Sousa2015-01-054-11/+62
* eolian-cxx: Fixed C++ conversion for listsFelipe Magno de Almeida2015-01-053-18/+24
* added new types in lookup tableLarry Jr2015-01-051-0/+3
* eolian_cxx: Fix callback handling on generated wrappersVitor Sousa2015-01-056-242/+375
* eo_cxx: Fix leakage of eo objects by removing unnecessary "eo_ref"Vitor Sousa2015-01-051-1/+1
* eolian_cxx: Fix Eolian C++ generated wrapper inconsistenciesVitor Sousa2015-01-0515-154/+452
* eolian_cxx: Assertions to ensure C++ wrapper compatibility with Eo*Vitor Sousa2015-01-054-1/+36
* eina_cxx: Using eina::eina_init in all tests casesVitor Sousa2015-01-053-2/+4
* eina_cxx: Fix eina::array cend method recursive calling itselfVitor Sousa2015-01-051-1/+1
* eina_cxx: Fix eina::accessor for C++ Eo wrappersVitor Sousa2015-01-054-87/+592
* ecore-evas: Fix compiler warnings about inproper returnsChris Michael2015-01-051-2/+2
* elua: more getopt.lua featuresDaniel Kolesa2015-01-051-87/+109
* edje: fix @since to match the next release.Cedric BAIL2015-01-051-1/+1
* ecore_evas/wayland_shm: Set alpha of ecore_evas object if parent alpha is setkabeer khan2015-01-051-2/+4
* ecore_evas_wayland: Add null check conditions in ecore evas wayland modulevivek2015-01-051-0/+6
* ecore-drm: remove duplicated code from logind and tty.Seunghun Lee2015-01-054-344/+147
* edje: Edje_Edit - add API for renaming of image.Cedric BAIL2015-01-052-0/+37
* edje: Edje_Edit - remake deletion and replacing of stringsCedric BAIL2015-01-051-107/+88
* [edje] refine odd lines to delete _edje_timerShinwoo Kim2015-01-051-2/+4
* [eina-cxx] fix: wrong parameter type preventing the use of copy ctorVinícius dos Santos Oliveira2015-01-041-2/+2