summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore signal - for now disable the sig watcher thread and do on mainloopCarsten Haitzler (Rasterman)2018-01-111-10/+12
* Elm_test panel: use eina instead of dirent to list filesVincent Torri2018-01-111-28/+27
* remove proper timer in landscape indicator connect callbackJongmin Lee2018-01-111-1/+1
* ecore: remove use of efl_main_loop_get from ecore_promise2_example.Cedric Bail2018-01-101-91/+66
* eina: add eina_promise_continue_new to create a promise using an existing dea...Cedric Bail2018-01-102-8/+108
* ecore: no write after del for efl_loop_timeout.Cedric Bail2018-01-101-6/+4
* ecore: remove use of efl_main_loop_get from efl_net_server_simple_example.Cedric Bail2018-01-101-24/+44
* ecore: remove use of efl_main_loop_get from efl_net_server_example.Cedric Bail2018-01-101-26/+45
* ecore: remove use of efl_main_loop_get from efl_net_dialer_windows_example.Cedric Bail2018-01-101-32/+46
* efl-wl: do not modify extracted surface visibility during commitMike Blumenkrantz2018-01-101-2/+3
* ecore_drm2: simplify device selection codeDerek Foreman2018-01-101-19/+6
* ecore_drm2: Allow non-pci DRM devices to be selectedDerek Foreman2018-01-101-1/+2
* wayland: add xdg-shell vfinal support for client-sideMike Blumenkrantz2018-01-109-159/+511
* efl-wl: move to xdg-shell vfinalMike Blumenkrantz2018-01-103-98/+125
* ci: keep dockerfiles in sync with repo used for building on docker hubStefan Schmidt2018-01-107-36/+7
* travis: add misc and wayland build options to build matrixStefan Schmidt2018-01-102-7/+32
* travis: drop older osx build, latest should be enoughStefan Schmidt2018-01-101-3/+0
* travis: test docker build with prebuild image for speedupStefan Schmidt2018-01-101-4/+22
* ci: install wayland and other build options dependencies in Fedora imageStefan Schmidt2018-01-101-0/+6
* ci: enable examples build in for OSX targetStefan Schmidt2018-01-101-1/+1
* eo: Add "destruct" eventJean-Philippe Andre2018-01-103-1/+69
* elm_test: Fix invalid define for widget style apiJean-Philippe Andre2018-01-101-1/+1
* entry: Add autofill hintJihoon Kim2018-01-101-0/+36
* ecore: remove use of efl_main_loop_get from efl_net_dialer_websocket_example.Cedric BAIL2018-01-091-31/+44
* ecore: remove use of efl_main_loop_get from efl_net_dialer_websocket_autobahn...Cedric BAIL2018-01-091-49/+65
* ecore: remove use of efl_main_loop_get from efl_net_dialer_unix_example.Cedric BAIL2018-01-091-35/+49
* ecore: remove use of efl_main_loop_get from efl_net_dialer_udp_example.Cedric BAIL2018-01-091-35/+49
* ecore: remove use of efl_main_loop_get from efl_net_dialer_simple_example.Cedric BAIL2018-01-091-33/+50
* ecore: forgot to switch to use Efl_Net.h for efl_net_dialer_http_example.Cedric BAIL2018-01-091-4/+1
* ecore-drm2: return supported rotations if not using hardwareChris Michael2018-01-091-6/+13
* ecore-drm2: Fix enabling outputsChris Michael2018-01-091-1/+1
* ci: actually install systemd in the Ubuntu 17.10 DockerfileStefan Schmidt2018-01-092-2/+2
* ecore_imf: Add transaction start and end event callbackJihoon Kim2018-01-091-1/+3
* ecore: remove use of efl_main_loop_get from efl_net_dialer_http_example.Cedric BAIL2018-01-081-35/+54
* ecore: remove use of efl_main_loop_get from efl_net_control_example.Cedric BAIL2018-01-081-26/+36
* ecore: remove use of efl_main_loop_get from efl_io_queue_example.Cedric BAIL2018-01-081-37/+39
* ecore: remove use of efl_main_loop_get from efl_io_copier_simple_example.Cedric BAIL2018-01-081-23/+40
* ecore: make loop quit exit code work with EINA_VALUE_EMPTY.Cedric BAIL2018-01-081-1/+11
* ecore: remove more use of main loop reference from unified API example.Cedric BAIL2018-01-081-38/+57
* ecore: remove use of efl_main_loop_get from example.Cedric BAIL2018-01-081-24/+16
* widget: rename elm widget to Efl.Ui.Widget.Amitesh Singh2018-01-08167-658/+659
* csharp: Fix an exampleJean-Philippe Andre2018-01-081-1/+1
* elm example : on some OS (windows...) struct tm has 9 fields and not 11. Fix ...Vincent Torri2018-01-081-4/+13
* evas/vg: Use always blending op while drawing the vector.subhransu mohanty2018-01-082-32/+3
* warning remove - comment out unused variableCarsten Haitzler (Rasterman)2018-01-061-3/+4
* warning remove - comment out unused varsCarsten Haitzler (Rasterman)2018-01-061-3/+3
* warning remove - ignoring const (returning obj handle)Carsten Haitzler (Rasterman)2018-01-062-2/+2
* efl signals - add signal callbacks for minimal signal set on loopsCarsten Haitzler (Rasterman)2018-01-062-2/+16
* ecore signal - move to using a pipe (and optional thread) tfor signalsCarsten Haitzler (Rasterman)2018-01-061-510/+301
* efl thread signal masks - fix up for various threads manually createdCarsten Haitzler (Rasterman)2018-01-063-2/+45