summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* csharp: Hide more Eina stuff.devs/lauromoura/eina-cleanupLauro Moura2019-10-308-25/+26
* csharp: Remove some uneeded variables.Lauro Moura2019-10-301-4/+0
* csharp: Hide concrete classes.Lauro Moura2019-10-301-1/+1
* csharp: Rename Efl.Eo.NativeClass to NativeMehtodsLauro Moura2019-10-305-20/+45
* elm/widget: error on null params for tree_unfocusable functionsMike Blumenkrantz2019-10-301-2/+2
* edje_calc: Remove unused flag.Woochanlee2019-10-302-8/+1
* csharp: FunctionWrapper doc fixesLauro Moura2019-10-302-37/+64
* eina: add comparison macros for Eina_Size2D and Eina_Position2DMike Blumenkrantz2019-10-292-4/+25
* interfaces: replace doubles with Efl.Gfx.Align where appropriateMike Blumenkrantz2019-10-293-27/+19
* efl/gfx: add Efl.Gfx.Align typeMike Blumenkrantz2019-10-291-0/+11
* meson: add embryo as a dep of edjeMarcel Hollerbach2019-10-291-1/+1
* meson: redo evas buildingMarcel Hollerbach2019-10-2913-303/+210
* ci: remove existing base_dir ccache config on osx build before adding new oneMike Blumenkrantz2019-10-291-0/+1
* mono: encapsulate internal workaround membersLauro Moura2019-10-291-15/+15
* mono: encapsulate internal iwrapper membersLauro Moura2019-10-292-52/+52
* mono: encapsulate internal delegatesLauro Moura2019-10-292-3/+3
* edje: selectively inhibit content,changed events when changing swallowed partsMike Blumenkrantz2019-10-293-1/+11
* tests/genlist: add behavior testing for nearly all genlist eventsMike Blumenkrantz2019-10-291-0/+187
* tests/loop_timer: add port of ecore_timer behavior tests for loop_timerMike Blumenkrantz2019-10-291-0/+81
* tests/ecore: make timer behavior test even more strictMike Blumenkrantz2019-10-291-1/+23
* elm/genlist: fix item focus unregister on item moveMike Blumenkrantz2019-10-291-0/+1
* elm/genlist: hide cached item contents and mark content unfocusable during calcMike Blumenkrantz2019-10-292-9/+21
* elm/genlist: set pan need recalc during item move on item position changeMike Blumenkrantz2019-10-291-5/+12
* elm/genlist: fix "drag" smart callbackMike Blumenkrantz2019-10-291-2/+1
* elm/genlist: trigger filter,done callback immediately if no filter queue existsMike Blumenkrantz2019-10-291-3/+5
* elm/genlist: slightly simplify use of _item_filtered_get()Mike Blumenkrantz2019-10-291-16/+14
* elm/genlist: defer recalc when applying a name filterMike Blumenkrantz2019-10-292-2/+8
* elm/genlist: remove calc jobsMike Blumenkrantz2019-10-292-40/+22
* elm/genlist: don't process entire item queue on each item addMike Blumenkrantz2019-10-291-1/+2
* elm/genlist: freeze/thaw canvas when processing item queueMike Blumenkrantz2019-10-291-1/+4
* elm/genlist: only add calc job on theme apply if already finalizedMike Blumenkrantz2019-10-291-1/+1
* elm/genlist: remove misleading "changed" signalMike Blumenkrantz2019-10-291-1/+0
* elm/genlist: fix item highlight/unhighlight eventing on clicksMike Blumenkrantz2019-10-291-1/+8
* tests/ecore: add more grueling timer throughput testMike Blumenkrantz2019-10-291-0/+25
* efl/timer: correctly handle recursion for timer processingMike Blumenkrantz2019-10-291-4/+18
* efl/timer: don't attempt instantiating timers until they're finalizedMike Blumenkrantz2019-10-291-1/+2
* tests/genlist: fix tree test sizingMike Blumenkrantz2019-10-291-2/+5
* tests/elm: add utility function to trigger a mouse dragMike Blumenkrantz2019-10-292-0/+27
* tests/elm: make argv a static char so it never goes out of scope and crashesMike Blumenkrantz2019-10-291-3/+2
* tests/elm: add util functions for clicking objects/parts with event flagsMike Blumenkrantz2019-10-292-5/+29
* tests/elm: add util callback for incrementing an int dataMike Blumenkrantz2019-10-292-0/+9
* efl_ui_win: Delete useless geometry set for legacy.edjeWoochanlee2019-10-291-1/+0
* edje_calc: Delete duplicated conditional statement.Woochanlee2019-10-291-6/+1
* Replace tabs with spacesXavi Artigas2019-10-291-2/+2
* vg_common_svg: Free node tree for memory leak after eet write.JunsuChoi2019-10-291-0/+2
* eolian_cxx: Add key/value to function_defLauro Moura2019-10-283-43/+210
* csharp: Add comparables operator to eina_error.Bruno da Silva Belo2019-10-281-13/+94
* csharp: Add comparables operators to eina_value.Bruno da Silva Belo2019-10-282-68/+69
* eina_mono: remove exceptions in unexpected locationsYeongjong Lee2019-10-282-101/+24
* mono: encapsulate internal NativeModuleLauro Moura2019-10-283-8/+8