summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove argb_convert for wayland buffersdevs/derekf/bmDerek Foreman2016-03-071-30/+1
* Don't use e_pixmap_image_data_argb_convert for wayland imagesDerek Foreman2016-03-071-0/+13
* Stop copying all wayland buffersDerek Foreman2016-03-071-10/+1
* Re-enable window close animations for waylandDerek Foreman2016-03-073-25/+2
* Remove wayland buffer referenceDerek Foreman2016-03-072-45/+0
* Rework wayland buffer handlingDerek Foreman2016-03-073-34/+126
* Track whether a render is in progress or notDerek Foreman2016-03-072-0/+7
* Don't allow deleted wayland clients to set the cursorDerek Foreman2016-03-071-0/+1
* Take an extra reference on wayland clientsDerek Foreman2016-03-071-0/+18
* Track whether objects are on the post_updates list or notDerek Foreman2016-03-073-0/+4
* Render deleted objects as long as they still have a pixmapDerek Foreman2016-03-071-1/+1
* Add a NULL check in native_surface_init under waylandDerek Foreman2016-03-071-0/+1
* apply x11 focus/unfocus using jobsMike Blumenkrantz2016-03-071-2/+34
* apply x11 mouse in event for clients using a jobMike Blumenkrantz2016-03-071-3/+22
* only use x11 mouse out event if client has received mouse in previouslyMike Blumenkrantz2016-03-071-1/+2
* reverse ordering for x11 client mouse in NotifyVirtual and NotifyInferior det...Mike Blumenkrantz2016-03-071-4/+4
* reject x11 client mouse-in events on comp object based on frame geometryMike Blumenkrantz2016-03-071-1/+7
* Revert "send mouse out+in on desk flip end"Mike Blumenkrantz2016-03-071-5/+0
* stack time gadget popups on POPUP layerMike Blumenkrantz2016-03-071-0/+1
* delete gadget display object during object deletionMike Blumenkrantz2016-03-041-3/+9
* require >= efl 1.17.1 for gadget theme stuffMike Blumenkrantz2016-03-041-1/+1
* add bryce editor to Desktop item in main menuMike Blumenkrantz2016-03-041-0/+11
* bump config version, add mouse/wheel bindings for manipulating gadgets/brycesMike Blumenkrantz2016-03-042-1/+82
* add button to desklock config dialog for configuring gadgetsMike Blumenkrantz2016-03-042-0/+11
* add new time module with clock gadgetsMike Blumenkrantz2016-03-0411-0/+1759
* add new wireless module/gadgetMike Blumenkrantz2016-03-0410-0/+3317
* add new start gadgetMike Blumenkrantz2016-03-043-1/+227
* add bryces: new shelf replacementMike Blumenkrantz2016-03-047-0/+1617
* add new gadget systemMike Blumenkrantz2016-03-046-0/+2093
* add a namespaced version of efxMike Blumenkrantz2016-03-0419-1/+3527
* trigger mouse binding end callbacks on mouse upMike Blumenkrantz2016-03-041-4/+4
* don't directly use image data when creating a comp object mirrorMike Blumenkrantz2016-03-041-3/+7
* trigger elm config save during e config saveMike Blumenkrantz2016-03-011-0/+1
* add prototype functions for missing wl_data_source interfaceChris Michael2016-03-011-0/+7
* don't call deprecated ecore_drm_fb_set function when displaying drmChris Michael2016-03-011-1/+0
* add prototype function for missing wl_seat interfaceChris Michael2016-03-011-0/+7
* add prototype functions for missing wl_data_offer interfaceChris Michael2016-03-011-0/+14
* don't define variables that we are not going to useChris Michael2016-03-011-6/+7
* do not add render updates during damage of deleted clientsMike Blumenkrantz2016-02-291-1/+2
* remove impossible null check in color dialogMike Blumenkrantz2016-02-291-1/+1
* simplify ipc socket creationMike Blumenkrantz2016-02-291-8/+1
* remove ipc command allowing arbitrary command execution by the compositorMike Blumenkrantz2016-02-292-45/+0
* simplify static grab case statementsMike Blumenkrantz2016-02-291-2/+2
* use uint instead of int for eina_list_count() return in cpufreq (trivial)Mike Blumenkrantz2016-02-291-1/+1
* remove useless client_add handler in e_ipcMike Blumenkrantz2016-02-291-14/+0
* remove unused value in config profile savingMike Blumenkrantz2016-02-291-1/+1
* prevent potential null deref during pager (plain) window dragMike Blumenkrantz2016-02-291-2/+4
* replace static buffer usage with binbuf in e_fm_ipcMike Blumenkrantz2016-02-291-19/+9
* use dblequal for double comparisons in edgebindings configMike Blumenkrantz2016-02-291-3/+3
* use strbuf instead of strcat in edgebinding string synthesisMike Blumenkrantz2016-02-291-30/+29