summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* csharp: Add code to update IList passed as @in variabledevs/lauromoura/remove_eina_monoLauro Moura2019-11-262-5/+28
* csharp: Add helper method to test sequencesLauro Moura2019-11-252-4/+62
* csharp: Make tests compile after collectionsLauro Moura2019-11-252-232/+57
* eina_mono: replace eina_list, eina_array with IListYeongjong Lee2019-11-228-110/+167
* eina_mono: replace Accessor, iterator with IEnumerableYeongjong Lee2019-11-2212-126/+258
* efl_canvas_object_animation: fix possible invalid pointerMarcel Hollerbach2019-11-211-1/+2
* efl_canvas_object_animation: make this all more safeMarcel Hollerbach2019-11-211-1/+6
* elm/hoversel: Recalculate items before box calculate.JunsuChoi2019-11-211-1/+8
* eina_matrix: replace cosf by cos to gain more accuracyWonki Kim2019-11-212-4/+4
* vector lottie: reset vg tree each frames.Hermet Park2019-11-211-4/+17
* Revert "evas animation: removed unnecessray checking."Hermet Park2019-11-211-0/+3
* vector json: checking valid pointer before accessing it.Hermet Park2019-11-211-6/+9
* evas animation: removed unnecessray checking.Hermet Park2019-11-211-3/+0
* efl_canvas_object_animation: check if animation stops during animationJaehyun Cho2019-11-211-0/+3
* csharp: Components enum are flags now.Bruno da Silva Belo2019-11-202-49/+107
* csharp: Hiding p-invokes.Bruno da Silva Belo2019-11-206-6/+6
* csharp: CA1307 Add CultureInfo to generated code.Lauro Moura2019-11-202-3/+63
* csharp: Specifying StringComparison.Bruno da Silva Belo2019-11-207-13/+16
* tooling: add configuration file for lgtm.com serviceStefan Schmidt2019-11-201-0/+7
* ecore_input_evas: fix ouble use of include guard defineStefan Schmidt2019-11-201-2/+2
* eo: there is no need to count callbacks hereMarcel Hollerbach2019-11-201-9/+4
* remove efl_canvas_animation_playerMarcel Hollerbach2019-11-207-566/+2
* evas: migrate the vg json exampleMarcel Hollerbach2019-11-201-8/+4
* efl_ui_spotlight_manager stack: move away from player objectMarcel Hollerbach2019-11-201-116/+40
* elementary: move away from normal player to the new animation mixinMarcel Hollerbach2019-11-2010-362/+259
* introduce efl_canvas_object_animationMarcel Hollerbach2019-11-208-2/+599
* Unify "animated" flagsXavi Artigas2019-11-2013-23/+25
* vector container: don't copy composite target duplicatedly.Hermet Park2019-11-201-1/+4
* csharp: Fix CA1815 for generated structs and aliasesLauro Moura2019-11-195-4/+271
* ecore-wl2: Add API to find a window by given surfaceChristopher Michael2019-11-192-0/+25
* tests/ecore_wl2: Add test for ecore_wl2_window_type functionsChristopher Michael2019-11-191-0/+20
* ecore-wl2: Add API to return window typeChristopher Michael2019-11-192-0/+17
* ecore-wl2: Add API to return the compositor object from a given displayChristopher Michael2019-11-192-0/+19
* ecore-wl2: Add API to find a connected display given a nameChristopher Michael2019-11-192-0/+47
* ecore-wl2: Add API to find a window by surfaceChristopher Michael2019-11-192-0/+19
* tests/ecore_wl2: Add test for ecore_wl2_window_geometry functionsChristopher Michael2019-11-191-0/+24
* docs: Copy all images to output folderXavi Artigas2019-11-192-1/+10
* slider: fix behavior of slider when mirroredBowon Ryu2019-11-192-12/+38
* csharp: Add IEquatable on classes.Lauro Moura2019-11-197-14/+654
* evas vector: removed useless calls.Hermet Park2019-11-192-6/+2
* vector svg: apply fill-opacity to graidents fill objects.Hermet Park2019-11-191-10/+14
* 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