summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix++devs/derekf/wip_viewporterMike Blumenkrantz2016-10-071-2/+3
* fix++Mike Blumenkrantz2016-10-071-22/+5
* more wipDerek Foreman2016-10-073-5/+20
* WIP stuffDerek Foreman2016-10-056-86/+270
* gratuitous fix-up of unused codeDerek Foreman2016-10-051-1/+1
* Fix zoomap incorrectly setting the child objectDerek Foreman2016-10-051-1/+1
* Fix logic inversion in zoomapsDerek Foreman2016-10-051-3/+2
* Add wp_viewporter supportDerek Foreman2016-10-058-3/+425
* force zone useful geometry recalc on desk flip if prev/next desk has obstaclesMike Blumenkrantz2016-10-041-0/+2
* remove unused variableMike Blumenkrantz2016-10-041-2/+0
* handle "unmaximize" smart callback differently depending on fullscreen stateMike Blumenkrantz2016-10-041-1/+5
* explicitly use eina list types passing into EINA_LIST_FREE()Carsten Haitzler (Rasterman)2016-10-034-4/+10
* clamp gadget util ctxpopups to E_LAYER_POPUP at the lowestMike Blumenkrantz2016-10-021-1/+3
* print object type in shape debug if name does not existMike Blumenkrantz2016-10-021-1/+1
* force shape queue when gadget util ctxpopups change visibilityMike Blumenkrantz2016-09-301-0/+10
* do not show wireless gadget popups if desklock is activeMike Blumenkrantz2016-09-281-0/+1
* remove (wrong) setting of layer for time's clock gadget popupMike Blumenkrantz2016-09-281-1/+0
* remove x11 input window from desklock grab processMike Blumenkrantz2016-09-281-23/+3
* add e_util_open(), unify all callers of enlightenment_openMike Blumenkrantz2016-09-275-30/+26
* do not consume key events in comp autoclose key callback if desklock is activeMike Blumenkrantz2016-09-271-0/+1
* po - upateCarsten Haitzler (Rasterman)2016-09-2740-9098/+9114
* Auto generate wayland protocolDerek Foreman2016-09-2637-4625/+228
* Add the capability to auto-generate protocol code and headersDerek Foreman2016-09-261-0/+37
* Find wayland protocols and wayland scanner at configure timeDerek Foreman2016-09-261-1/+10
* e exec - fix exec of enlightenment_open to use actual e prefixCarsten Haitzler (Rasterman)2016-09-251-2/+3
* bump to require efl 1.18.99Mike Blumenkrantz2016-09-231-1/+1
* Introduce pager gadget using new gadget api.Stephen Houston2016-09-238-50/+2744
* Add myself to the AUTHORS fileDerek Foreman2016-09-221-0/+1
* NULL out xwayland fd handlers after deleting themDerek Foreman2016-09-211-0/+2
* Don't kill self during shutdownDerek Foreman2016-09-211-0/+1
* update wayland readme for gl-drmChris Michael2016-09-211-0/+1
* Updating slovenian translationmaxerba2016-09-211-4988/+1571
* Revert "protect against non-nul terminated string from mmap in filepreview"Cedric BAIL2016-09-211-6/+1
* Fix xwayland binary location detectionDerek Foreman2016-09-211-5/+9
* Update wayland readme fileChris Michael2016-09-211-1/+1
* protect against non-nul terminated string from mmap in filepreviewCarsten Haitzler (Rasterman)2016-09-211-1/+6
* remove extraneous recalc trigger when deleting a gadgetMike Blumenkrantz2016-09-211-1/+0
* do not update bryce layer when restacking to a higher layer than CLIENT_ABOVEMike Blumenkrantz2016-09-201-0/+1
* clean up gadget drop handlers correctlyMike Blumenkrantz2016-09-201-10/+12
* always delete gadget's display object and ensure gadget object is nullMike Blumenkrantz2016-09-201-1/+2
* fix text preview to use eina_strbuf_append_length that doesn't call strlen an...Cedric BAIL2016-09-191-1/+1
* force bgpreview widget to resize after a wallpaper updateMike Blumenkrantz2016-09-191-0/+1
* add gadget doc note for gadget_destroyed callback re:object lifetimesMike Blumenkrantz2016-09-191-1/+2
* always use largest available size for free-oriented gadgetsMike Blumenkrantz2016-09-191-3/+10
* add backspace/delete for clearing all lockscreen gadgetsMike Blumenkrantz2016-09-191-5/+28
* check visibility of gadget site 'events' member to determine drop availabilityMike Blumenkrantz2016-09-191-1/+1
* adjust gadget drop coords for pointer offsetMike Blumenkrantz2016-09-191-2/+2
* attempt to retain gadget size when executing move operationsMike Blumenkrantz2016-09-191-0/+3
* force smart calc on gadget sites at key points during move operationsMike Blumenkrantz2016-09-191-0/+5
* add separate codepath for handling layout of moving gadgetsMike Blumenkrantz2016-09-191-9/+14