summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ecore Evas: Add a new cursor example.devs/iscaro/ecore_evas_cursorGuilherme Iscaro2016-12-193-4/+175
* Ecore Evas: Add support for multiple mouse positions.Guilherme Iscaro2016-12-197-21/+68
* Ecore Evas: Add support to set cursor icon per mouse device.Guilherme Iscaro2016-12-1913-632/+607
* Ecore Evas VNC: Add support for ecore_evas_pointer_device_xy_get().Guilherme Iscaro2016-12-192-1/+46
* Ecore Wl2: Add ecore_wl2_window_pointer_device_xy_get() API.Guilherme Iscaro2016-12-196-10/+70
* Ecore Evas: Add API to set/get the pointer position per device.Guilherme Iscaro2016-12-1914-1/+42
* more eo simplified to use Eina_Slice instead of pointer to.Gustavo Sverzut Barbieri2016-12-1914-76/+71
* Efl.Io.{Queue,Buffer,Buffered_Stream}: slice_get is now a property.Gustavo Sverzut Barbieri2016-12-1917-164/+122
* Merge branch 'devs/bdilly/edje_multiseat'Bruno Dilly2016-12-1922-91/+3032
|\
| * edje/examples: add example of use_custom_seat_names flagBruno Dilly2016-12-194-0/+329
| * edje/examples: add example for focus actionsBruno Dilly2016-12-194-0/+491
| * edje: add flag to choose between evas or edje seat namingBruno Dilly2016-12-195-2/+125
| * examples/edje: add dynamic seats exampleBruno Dilly2016-12-194-1/+420
| * edje: support action seats on edje_editBruno Dilly2016-12-192-8/+42
| * edje: accept optional seat parameter on FOCUS_OBJECTBruno Dilly2016-12-194-15/+142
| * examples/edje: add multiseat exampleBruno Dilly2016-12-194-0/+955
| * edje: add names for seats following an incremental patternBruno Dilly2016-12-195-59/+254
| * edje: support seat on focus action and signalsBruno Dilly2016-12-199-64/+263
| * edje: add new signals providing seat informationBruno Dilly2016-12-193-16/+43
| * evas: add getter for devices by nameBruno Dilly2016-12-192-0/+42
|/
* build: enable -Wfloat-equal for compilingMike Blumenkrantz2016-12-191-1/+1
* ecore_con/ecore_ipc: flush should wait for connection.Gustavo Sverzut Barbieri2016-12-192-0/+7
* efl_io_file: initialize all fd to -1.Gustavo Sverzut Barbieri2016-12-191-0/+5
* efl_net_socket_fd: initialize fds to INVALID_SOCKETGustavo Sverzut Barbieri2016-12-191-1/+5
* ecore_con/ecore_ipc legacy: fail early for local sockets.Gustavo Sverzut Barbieri2016-12-192-0/+25
* ecore_con/ecore_ipc: keep log domain alive after shutdown.Gustavo Sverzut Barbieri2016-12-192-12/+25
* elput: Fix resource leakChris Michael2016-12-191-0/+1
* elput: Fix resource leakChris Michael2016-12-191-0/+1
* coverity: add modeling file to reduce false positives.Gustavo Sverzut Barbieri2016-12-191-0/+26
* efl_net: fix CID 1367489 due copy & paste.Gustavo Sverzut Barbieri2016-12-191-1/+1
* efl_debug_common: remove stale code/macros.Gustavo Sverzut Barbieri2016-12-192-104/+0
* evas/ply: Fix some memleaksJean-Philippe Andre2016-12-191-9/+25
* elm_code: Don't assume control characters make a changeAndy Williams2016-12-172-3/+5
* Eio_monitor: support native monitor for Win32 (T4978)Ivan Furs2016-12-161-0/+1
* scrollable_interface: fixed logic for calcualting position to scroll.Hosang Kim2016-12-164-10/+101
* elm_widget: add logic for updating geometry after movingHosang Kim2016-12-161-5/+2
* edje: handle case when strdup would be NULL.Cedric BAIL2016-12-161-0/+2
* elm.hoversel: fix item size calculationJee-Yong Um2016-12-161-2/+3
* eio: check error case for eina_value_get.Cedric BAIL2016-12-161-5/+9
* ecore: add test for efl_promise_connect.Cedric BAIL2016-12-161-0/+70
* ecore: add helper to automatically connect a future result to a promise.Cedric BAIL2016-12-162-1/+48
* ecore: add tests for new promise delayed behavior.Cedric BAIL2016-12-161-0/+140
* ecore: fix test to generate one main loop iteration to see promise fulfilled.Cedric BAIL2016-12-161-9/+43
* ecore: delay promise fulfillment to next loop iteration.Cedric BAIL2016-12-163-5/+56
* ecore: remove useless information from header.Cedric BAIL2016-12-161-2/+2
* ecore: refactor promise propagation code.Cedric BAIL2016-12-161-40/+26
* evas engines: Stop using arrays of 1 member for egl context and surfaceDerek Foreman2016-12-1610-130/+117
* edje_pick: copy images from image setsVyacheslav Reutskiy2016-12-161-0/+6
* edje_pick: use separate Eina_List vars for different EINA_LIST_FOREACHVyacheslav Reutskiy2016-12-161-2/+2
* elm: Add a test case for evas maskingJean-Philippe Andre2016-12-169-2/+261