summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas vg: clear mask buffer properly.Hermet Park2019-01-101-0/+5
* doc: specify memory units in Efl.Cached.ItemXavi Artigas2019-01-091-1/+1
* eo: fix MacOS break.Cedric BAIL2019-01-091-1/+1
* efl: remove warning due to unused variable/parameters.Cedric BAIL2019-01-094-10/+9
* elementary: enable caching for Efl.Ui.LayoutFactory.Cedric BAIL2019-01-092-17/+21
* elementary: enable caching for Efl.Ui.ImageFactory.Cedric BAIL2019-01-092-16/+22
* elementary: add a factory that handle caching for you.Cedric BAIL2019-01-0911-2/+294
* efl: add a factory Eina_Error and rename the file to be more on point with it...Cedric BAIL2019-01-096-7/+16
* eo: add a test to enforce the upper limit of our base object size.Cedric BAIL2019-01-091-0/+9
* eo: add the ability to get the size of object of a certain class.Cedric BAIL2019-01-092-1/+35
* eo: provider find actually is just accepting Efl.Class, maybe an hystoric lef...Cedric BAIL2019-01-091-1/+1
* elm dnd/selection - only query wl things if thje window is a wl one...Carsten Haitzler (Rasterman)2019-01-093-45/+23
* edje - stop trying to access ready deleted exrt/group swallow objectsCarsten Haitzler (Rasterman)2019-01-091-2/+1
* ledbus - fix codegen to not conflict keys with eldbus inyternalCarsten Haitzler (Rasterman)2019-01-091-8/+8
* ecore: modify documentation for ecore_thread_waitWonki Kim2019-01-091-0/+3
* textblock: Fix crash with filtersJean-Philippe André2019-01-091-1/+2
* efl_ui_text: remove duplicated empty string initializationYeongjong Lee2019-01-091-1/+0
* ecore-con: Add missing EINA_UNUSED for unused parameterChristopher Michael2019-01-091-1/+1
* ecore-con: Minor formatting fixChristopher Michael2019-01-091-1/+1
* evas vg: refactor internal function name.Hermet Park2019-01-098-27/+24
* elm win - we forgot to add gl_drm to possible elm win enginesCarsten Haitzler (Rasterman)2019-01-083-4/+18
* elementary genlist: make it sure object type.Hermet Park2019-01-081-3/+6
* elementary selection_manager: remove unused paramter warning.Hermet Park2019-01-081-1/+2
* evas vg: remove unused parameter warning.Hermet Park2019-01-081-1/+1
* ecore thread: remove an unused variable.Hermet Park2019-01-081-1/+0
* ecore model_view: remove unused compile warning.Hermet Park2019-01-081-5/+5
* efl shape: remove unused parameter warning.Hermet Park2019-01-081-1/+1
* evas vg: enable visibility true by default.Hermet Park2019-01-081-0/+1
* doc: Add support for DocFX (C# doc generator)Xavi Artigas2019-01-0711-0/+262
* evas vg: don't draw invisible nodes.Hermet Park2019-01-071-0/+2
* eo: move definitions of priority from Eo.h to the objectMarcel Hollerbach2019-01-042-25/+15
* meson: support cmakeconfigsMarcel Hollerbach2019-01-042-0/+62
* efl-mono: Add efl_mono.dll.config file to run tests from within treeFelipe Magno de Almeida2019-01-042-0/+22
* meson: lets keep dependencyMarcel Hollerbach2019-01-041-3/+3
* meson: and another missing file in ecoreMarcel Hollerbach2019-01-041-0/+1
* efreet: fix build error by using PACKAGE_SYSCONF_DIRJaehyun Cho2019-01-041-0/+1
* efreet: Add installation prefix search for XDG_DATA_DIRS.Alastair Poole2019-01-031-0/+10
* meson: warn on unused parameters like on autotoolsMarcel Hollerbach2019-01-031-0/+1
* ecore: add tests when not defining setter/getter/free in ModelView callback.Cedric BAIL2019-01-021-0/+18
* ecore: define behavior when no getter/setter callback function is defined for...Cedric BAIL2019-01-021-4/+21
* ecore: test for Efl.ModelView.Cedric BAIL2019-01-026-4/+317
* ecore: add an helper class Efl.Model_ViewCedric BAIL2019-01-025-2/+680
* ecore: correct object constness and documentation of future_resolved and futu...Cedric BAIL2019-01-022-9/+28
* ecore: allow for not specifying any static string in Efl.Model.properties.get...Cedric BAIL2019-01-021-3/+2
* ecore: don't forget to initialize structure.Cedric BAIL2019-01-021-1/+1
* ecore: make sure that events are being forwarded first.Cedric BAIL2019-01-021-4/+4
* cxx: fix build to generate Eina_Future.Lauro Moura2019-01-021-6/+6
* eo: enable priority with event forwarder.Cedric BAIL2019-01-023-14/+28
* eo: test that event cancel before emitting does propagate event.Cedric BAIL2019-01-021-1/+18
* eo: correctly allow for triggering the same event while the previous one was ...Cedric BAIL2019-01-021-0/+1