summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Bump ecore-wl2 dependency to 1.17.99devs/derekf/depDerek Foreman2016-04-081-1/+1
* Clean up some header inclusionDerek Foreman2016-04-078-28/+30
* move buffered maximize/fullscreen for wl clients to occur before csd updateMike Blumenkrantz2016-04-061-42/+26
* do not unconditionally update position+size when changing wl client csd geometryMike Blumenkrantz2016-04-061-1/+1
* Revert "add E_Client->saved.frame to handle mismatched csd states"Mike Blumenkrantz2016-04-062-22/+6
* wayland client maximize/fullscreen cleanupsMike Blumenkrantz2016-04-052-6/+25
* add E_Client->saved.frame to handle mismatched csd statesMike Blumenkrantz2016-04-052-6/+22
* redo xdg shell to enforce double buffering of client-side configure serialsMike Blumenkrantz2016-04-053-35/+168
* do not send shell configures for deleted wl clientsMike Blumenkrantz2016-04-051-0/+1
* set WAYLAND_DEBUG=0 during wl compositor initMike Blumenkrantz2016-04-051-0/+1
* reject client maximize attempts using identical maximize paramsMike Blumenkrantz2016-04-051-0/+1
* set ELM_ACCEL=gl upon successfully creating a gl wayland compositorMike Blumenkrantz2016-04-041-2/+4
* disable xwayland module if exe cannot be found during configureMike Blumenkrantz2016-04-041-0/+3
* don't print xwayland path twice...Mike Blumenkrantz2016-04-041-1/+1
* print xwayland exe path in debug logsMike Blumenkrantz2016-04-041-2/+2
* send fake www data during maximizeMike Blumenkrantz2016-04-041-3/+9
* set maximizing flag during maximize resizing for wl clientsMike Blumenkrantz2016-04-042-2/+26
* always set ec->maximize_override on unmaximize if maximize anims are enabledMike Blumenkrantz2016-04-041-1/+1
* wl popup surfaces should not receive focus on show if parent is not focusedMike Blumenkrantz2016-04-041-8/+6
* remove video child references from wl compositorMike Blumenkrantz2016-04-041-13/+2
* add back CTRL to keybindings editor displayMike Blumenkrantz2016-04-041-0/+5
* use zone geometry for shelf zone obstaclesMike Blumenkrantz2016-04-041-3/+7
* Updating italian translationmaxerba2016-04-021-1009/+1049
* delete internal wayland elm windows in wl client delete request callbackMike Blumenkrantz2016-04-011-3/+2
* restrict shelf border_fix to only affect clients affected by the shelfMike Blumenkrantz2016-04-011-2/+3
* do not incrementally remaximize clients during shelf hide animationMike Blumenkrantz2016-04-011-3/+6
* set ELM_ACCEL=gl upon successfully creating a gl wayland compositorMike Blumenkrantz2016-04-011-0/+1
* move x11 client icon caching to private functions in comp_xMike Blumenkrantz2016-04-013-106/+103
* wayland: Fix xdg-popup crashDerek Foreman2016-04-011-0/+5
* e icons: reduce mem usage (in x11) by a fair bit by de-duplicatingCarsten Haitzler (Rasterman)2016-04-013-22/+105
* reapply client focus after input grab, only handle focus for wayland compositorsMike Blumenkrantz2016-04-011-2/+13
* implement www wayland extension handling for clientsMike Blumenkrantz2016-04-016-0/+222
* xwayland: Don't leak memory on dnd read failureDerek Foreman2016-03-311-0/+1
* remove clamping for wl xdg popup configuresMike Blumenkrantz2016-03-311-8/+2
* wayland: Stop E from consuming all CPU as soon as a selection is madeDerek Foreman2016-03-311-3/+3
* wayland: Don't leak a clipboard source if adding fd handler failsDerek Foreman2016-03-311-1/+6
* don't set wl xdg popups to POPUP layer, set popups as placed on creationMike Blumenkrantz2016-03-311-2/+1
* enforce wl xdg popup stacking relative to parent stackingMike Blumenkrantz2016-03-312-0/+8
* set destructor for xdg popups when setting implementationMike Blumenkrantz2016-03-311-1/+1
* do not reset previously-set ec->placed state when attempting early client movesMike Blumenkrantz2016-03-311-1/+2
* apply compositor keybinds if an action client that is not focus existsMike Blumenkrantz2016-03-311-0/+1
* only attempt to rescue offscreen clients if they are completely offscreenMike Blumenkrantz2016-03-311-1/+1
* allow some client zone/desk move actions to occur on action clientMike Blumenkrantz2016-03-311-0/+6
* remove wl xdg popup new_client stuff from get_popup methodMike Blumenkrantz2016-03-311-4/+0
* optimize case where an x11 client is focused/unfocused in same loop iterationMike Blumenkrantz2016-03-311-0/+10
* explicitly manage client focus when setting/unsetting input grabsMike Blumenkrantz2016-03-311-1/+13
* block wl keyboard modifier updating during input grabsMike Blumenkrantz2016-03-311-1/+1
* force keyboard modifier update on wl client focus-inMike Blumenkrantz2016-03-311-0/+1
* don't show some x11-specific compositor settings under waylandMike Blumenkrantz2016-03-301-45/+28
* remove old compositor reset codeMike Blumenkrantz2016-03-302-10/+0