summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEMP XDnD: support large images retrieval.devs/jackdanielz/DnDDaniel Zaoui2016-11-142-6/+124
* DnD: cancel drag if mouse moves too muchDaniel Zaoui2016-11-101-3/+6
* efl_net_session-connman: be more careful with incoming messages.Gustavo Sverzut Barbieri2016-11-101-34/+63
* efl_net_dialer_udp: remove redundant thread cancel.Gustavo Sverzut Barbieri2016-11-101-3/+0
* [elementary][atspi] change accessible description to char* from const char*Shinwoo Kim2016-11-1018-74/+74
* efl_net_dialer_http: NULL-ify thread pointer when it's gone.Gustavo Sverzut Barbieri2016-11-101-2/+10
* ecore_evas_wayland: Re-kill double disconnect bug on fallbackDerek Foreman2016-11-091-1/+4
* efl_net_server_unix: fix invalid socket comparison.Gustavo Sverzut Barbieri2016-11-091-1/+1
* elm gengrid, genlist: remove pointersDaniel Kolesa2016-11-093-15/+15
* elm_calendar: remove pointersDaniel Kolesa2016-11-091-6/+6
* elm atspi interfaces: remove some pointersDaniel Kolesa2016-11-092-2/+2
* elm_layout, elm_general: remove pointersDaniel Kolesa2016-11-092-5/+5
* elm_interface_atspi_text: remove pointersDaniel Kolesa2016-11-091-13/+13
* elm_widget: remove pointersDaniel Kolesa2016-11-091-6/+6
* elm_interface_atspi_accessible: remove pointersDaniel Kolesa2016-11-091-6/+6
* evlog + efl dbug - add logging of cpu freq and cpu usage per threadCarsten Haitzler (Rasterman)2016-11-104-28/+292
* Evas: Change evas_canvas_default_device_get() to property.Guilherme Iscaro2016-11-091-4/+7
* efl: add getter for input device's seatBruno Dilly2016-11-094-35/+41
* [elementary][access] check previous access object before registerShinwoo Kim2016-11-091-0/+5
* efl interface: define own FILL/EXPAND values.Hermet Park2016-11-091-4/+9
* elm: remove datetime widget internal codeAmitesh Singh2016-11-0912-2181/+303
* efl interface: fix typo.Hermet Park2016-11-091-2/+2
* efl interface: define constant in eo.Hermet Park2016-11-092-4/+4
* efl stack: define own LAYER_MIN/MAX values.Hermet Park2016-11-092-1/+4
* Toolbar: fix icon switch during state changeDaniel Zaoui2016-11-091-1/+10
* Toolbar: fix retrieval of previous stateDaniel Zaoui2016-11-091-1/+1
* Focus: add NULL check before function invocationDaniel Zaoui2016-11-091-1/+1
* Genlist: remove callback from correct objectDaniel Zaoui2016-11-091-4/+4
* Genlist: remove not described style contentDaniel Zaoui2016-11-091-1/+0
* evas: Fix clipping of masks and masks of masksJean-Philippe Andre2016-11-092-18/+28
* evas: Fix masks of masks and clippers of clippers in generalJean-Philippe Andre2016-11-096-27/+21
* efl_net_session and efl_net_control for ConnManGustavo Sverzut Barbieri2016-11-0817-4/+6989
* Luncher Gadget Theme: Fix alignment just a hair to a solid middle ground betw...Stephen okra Houston2016-11-081-7/+6
* Launcher gadget: keep the icon alignedDave Andreoli2016-11-081-4/+28
* quicklaunch: Fix cosmetic typo in configure outputDerek Foreman2016-11-081-1/+1
* Merge branch 'devs/iscaro/evas-focus-per-seat'Bruno Dilly2016-11-0812-75/+525
|\
| * Evas: Add support for multiple focused objects.Guilherme Iscaro2016-11-087-54/+366
| * Evas: Properly set the device under legacy events.Guilherme Iscaro2016-11-081-11/+26
| * Evas Events: Properly ref the Efl_Input_Devices.Guilherme Iscaro2016-11-081-11/+8
| * Ecore Evas: Set the device that originated the event.Guilherme Iscaro2016-11-081-1/+12
| * Evas: Add the default input devices for Evas.Guilherme Iscaro2016-11-084-1/+112
| * Efl Input Hold: Increment/Decrement the device reference.Guilherme Iscaro2016-11-081-2/+3
| * Efl Input Key: Increment/Decrement the device reference.Guilherme Iscaro2016-11-081-1/+3
| * Efl Input Pointer: Increment/decrement the device reference.Guilherme Iscaro2016-11-081-2/+3
|/
* ecore-evas-wayland: Fix case of potential double-freeChris Michael2016-11-081-1/+0
* ecore-evas-wayland: Fix typoChris Michael2016-11-081-1/+1
* ecore-evas-wayland: Add warning if we fail to set engine infoChris Michael2016-11-081-1/+2
* ecore-evas-wayland: Fix NULL pointer dereferenceChris Michael2016-11-081-0/+2
* ecore_evas_wayland: Fix null pointer dereferenceChris Michael2016-11-081-0/+2
* ecore-evas-wayland: Fix use after freeChris Michael2016-11-081-8/+11