summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore: add efl_app_test to the meson build and run the test.Cedric BAIL2018-12-071-0/+25
* ecore: efl_app_suite doesn't need to depends on Efl_Net.Cedric BAIL2018-12-075-5/+0
* ecore: use efl_future_then to simplify the code logic and reduce potential bugs.Cedric BAIL2018-12-074-100/+105
* autotools: evil: add needed -lmsvcr100 library flag for _create/_free_locale()Stefan Schmidt2018-12-071-1/+1
* ci: mingw: enable various build options with dependencies now satisfiedStefan Schmidt2018-12-071-3/+2
* travis: re-enable mingw build with newer eolian_gen for bootstrapStefan Schmidt2018-12-072-7/+7
* ecore: remove unecessary intermediate variable.Cedric BAIL2018-12-071-2/+1
* eo: make efl_future_then have a data pointer in addition of the object pointer.Cedric BAIL2018-12-0712-57/+64
* ector software: Be careful at alloca() usage.Hermet Park2018-12-071-2/+10
* evas ector: add software implmentation for masking feature.Hermet Park2018-12-0721-230/+541
* elementary: make Efl.Ui.Factory.create asynchronous.Cedric BAIL2018-12-077-41/+198
* configure - set elogind off by default as the --help saysCarsten Haitzler (Rasterman)2018-12-071-1/+1
* evas vg: revise basic vg cache logic.Hermet Park2018-12-077-123/+210
* evas vg: code refactoring.Hermet Park2018-12-073-24/+43
* evas vg: code refactoring.Hermet Park2018-12-076-149/+158
* ector: code refactoring.Hermet Park2018-12-073-36/+45
* evas vg: code refactoring.Hermet Park2018-12-075-40/+32
* evas vg: remove unused internal functionHermet Park2018-12-071-9/+1
* elput: Add support for non-systemd boxes using elogindChristopher Michael2018-12-066-2/+29
|\
| * evas - cpu - fix sve check when neon is disabled...devs/devilhorns/elputCarsten Haitzler (Rasterman)2018-12-061-13/+12
| * update po filesCarsten Haitzler (Rasterman)2018-12-0624-696/+645
| * ci: disable testing on ubuntu and debianMarcel Hollerbach2018-12-061-6/+10
| * meson: remove DATADIR as it is not usedMarcel Hollerbach2018-12-061-1/+0
| * meson: abstract edje_cc exec linesMarcel Hollerbach2018-12-0610-12/+16
| * efl: fix misspelt focused in API and documents.Alastair Poole2018-12-064-8/+8
| * canvas: disable an eolian-style api referenceDaniel Kolesa2018-12-061-1/+2
| * ecore_con: handle timeout of the attempt to connect.Cedric BAIL2018-12-062-1/+7
| * ecore_con: wait for thread to finish at the same time as canceled to avoid ra...Cedric BAIL2018-12-061-0/+1
| * ecore_con: properly track each handler separately and destroy each only once.Cedric BAIL2018-12-061-1/+3
| * ecore_con: reinit ecore_con after complete shutdown so that suite ecore_con_s...Cedric BAIL2018-12-061-0/+2
| * ecore_con: fix multi shutdown excessive warning by initializing ecore indepen...Cedric BAIL2018-12-061-0/+2
| * ecore_con: enforce connection state to not let a hanging connection continue.Cedric BAIL2018-12-061-0/+2
| * ecore_con: refactor TCP Dialer to always wait for thread to finish.Cedric BAIL2018-12-061-16/+16
| * doc: remove since_tizen.Hermet Park2018-12-062-9/+0
| * Tests: adapt some tests for ExactnessDaniel Zaoui2018-12-064-17/+58
| * efl_ui_tab_bar: fix error about double freeBowon Ryu2018-12-061-1/+0
| * ecore_imf: Fix document about ecore_imf_context_input_panel_position_set()Jihoon Kim2018-12-061-1/+1
| * eina: fix a build failure caused by missing 'locale_t' from OSXYoungbok Shin2018-12-061-0/+3
| * Revert "Revert "eina: add locale-independent eina_convert_strtod_c function""Marcel Hollerbach2018-12-065-0/+72
| * efl_ui_win: enable bg color set although alpha is setJaehyun Cho2018-12-061-1/+8
| * eolian_cxx: Add documentation field to property_defLauro Moura2018-12-062-0/+16
| * examples: update gitignoreYeongjong Lee2018-12-065-7/+21
| * elm config - fix warnings about unused vars and paramsCarsten Haitzler (Rasterman)2018-12-061-5/+4
| * elm teest - focus - fix unused param warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm tests - focus - fix unused param warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm tests - gengrid - fix unused param warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm test - button - remove unused local var warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm main - fix unused param in cb warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm toolbar - fix unused param warnCarsten Haitzler (Rasterman)2018-12-061-1/+1
| * elm colorselector - fix unused param warnCarsten Haitzler (Rasterman)2018-12-061-1/+1