summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove efl_canvas_animation_playerdevs/bu5hm4n/animation_workMarcel Hollerbach2019-11-187-566/+2
* evas: migrate the vg json exampleMarcel Hollerbach2019-11-181-8/+4
* efl_ui_spotlight_manager stack: move away from player objectMarcel Hollerbach2019-11-181-116/+40
* elementary: move away from normal player to the new animation mixinMarcel Hollerbach2019-11-1810-362/+259
* introduce efl_canvas_object_animationMarcel Hollerbach2019-11-188-2/+599
* Unify "animated" flagsXavi Artigas2019-11-1813-23/+25
* slider: fix value error from stepBowon Ryu2019-11-183-3/+60
* docs: Typos in ninja doc screen outputXavi Artigas2019-11-181-1/+1
* doxygen: Prevent auto-linking of invalid linksXavi Artigas2019-11-181-4/+4
* eldbus: only free the data when the future is resolved or rejected.Cedric BAIL2019-11-181-16/+4
* evas image cache: drop cache properly,Hermet Park2019-11-181-1/+1
* evas vg: improve caching methods for better precise behaviors.Hermet Park2019-11-185-57/+41
* Revert "evas: migrate the vg json example"Hermet Park2019-11-181-4/+8
* evas: migrate the vg json exampleMarcel Hollerbach2019-11-181-8/+4
* eo: do not over compute the hash when propagating events.Cedric BAIL2019-11-171-24/+38
* eo: no need to oversize type.Cedric BAIL2019-11-171-2/+2
* eo: refactor shortcut for EFL_EVENT_DESTRUCT event.Cedric BAIL2019-11-171-5/+5
* ci/travis: remove no longer needed travis keywordsStefan Schmidt2019-11-171-2/+0
* ci/travis: Enable the new build config validation beta featureStefan Schmidt2019-11-171-0/+2
* ci: cleanup the check for old meson versionsStefan Schmidt2019-11-171-10/+6
* ci: remove logic for doing coverity builds only on SaturdayStefan Schmidt2019-11-172-7/+0
* The header was filled with the standard template, now it's filled with correc...maxerba2019-11-161-4/+4
* edje - box - calc min size correctly at start ...Carsten Haitzler (Rasterman)2019-11-162-20/+27
* ecore-x - add some xi2 api's for fiddling with device propertiesCarsten Haitzler (Rasterman)2019-11-165-0/+200
* efreet - consider ctime changes as changes tooCarsten Haitzler (Rasterman)2019-11-162-7/+26
* strings - be cleaere we are initialising buffers not appendingCarsten Haitzler (Rasterman)2019-11-162-3/+3
* elm theme - ensure hotspot is visible so it is calculatedCarsten Haitzler (Rasterman)2019-11-161-3/+0
* add .uuid files to ignoreCarsten Haitzler (Rasterman)2019-11-161-0/+1
* Eina_Matrix : Use math header for cosf and sinf of rotate function.JunsuChoi2019-11-152-8/+16
* gl_drm: remove dead return statementStefan Schmidt2019-11-151-2/+0
* examples: efl_exe: fix out of bounds writeStefan Schmidt2019-11-151-1/+1
* eolian: fix memory leak when using error objectsDaniel Kolesa2019-11-151-0/+1
* efreet: fix typoBoris Faure2019-11-151-1/+1
* csharp: FunctionPtr wrappers are not IDisposableLauro Moura2019-11-151-23/+2
* csharp: Silence CA2000 in testsLauro Moura2019-11-152-0/+4
* csharp: Suppress CA2000 in native wrappers.Lauro Moura2019-11-152-2/+4
* csharp: More CA2000 fixesLauro Moura2019-11-153-8/+23
* Edje : textblock_styles strncmp improvementabdulleh Ghujeh2019-11-151-4/+6
* edje: Remove warningsLauro Moura2019-11-141-1/+6
* csharp: Disposing IDisposable objects.Bruno da Silva Belo2019-11-1419-18/+482
* edje_calc: Exception handling if no calculation is required.Woochanlee2019-11-143-64/+119
* ecore-drm2: Fix issue of shifting 1 by more than 32bitsChris Michael2019-11-142-3/+3
* eo: fix UB in the eo event code (edje_cc hangs etc.)Daniel Kolesa2019-11-141-2/+2
* efl_canvas_vg_node: Prevent access to NULL object for remove warningJunsuChoi2019-11-141-1/+1
* efl: improve Efl.BooleanModel test by checking the child del case.Cedric BAIL2019-11-131-17/+109
* efl: remove useless printf from Efl Container Model tests.Cedric BAIL2019-11-131-1/+0
* ecore: correctly apply the offset on the upper part of the boolean mask for E...Cedric BAIL2019-11-131-2/+2
* ecore: remove the composited children from the source of an Efl.CompositeModel.Cedric BAIL2019-11-131-1/+1
* elementary: fix initialization order and memory leak when setting model on Ef...Cedric BAIL2019-11-131-27/+26
* elementary: fix recursive case during model fetch in Efl.Ui.CollectionView.Cedric BAIL2019-11-131-22/+21