summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Don't leak memory on dnd read failuredevs/derekf/clipboardDerek 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
* reshuffle notifications on replaceMike Blumenkrantz2016-03-301-0/+1
* track offline/presentation mode notification ids and replace on toggleMike Blumenkrantz2016-03-301-5/+16
* move notification text escaping into dbus notify method callbackMike Blumenkrantz2016-03-302-160/+160
* selectively reject comp object signal emissions based on action_client stateMike Blumenkrantz2016-03-301-2/+9
* feed mouse out to internal clients upon activating a mouse bindingMike Blumenkrantz2016-03-301-0/+1
* add even more systray/dbusmenu hacksMike Blumenkrantz2016-03-281-41/+70
* ignore x11 ConfigureRequest events when maximize_override is setMike Blumenkrantz2016-03-281-2/+2
* use canvas pointer coords in systray mouse cbMike Blumenkrantz2016-03-281-1/+1
* remove deleted clients from tasks client list during repopMike Blumenkrantz2016-03-281-0/+2
* do not add deleted clients to tasks gadgetsMike Blumenkrantz2016-03-281-2/+2
* redo wayland client unignore mechanismMike Blumenkrantz2016-03-242-22/+13
* do not set initial changed state for new clients if they are ignoredMike Blumenkrantz2016-03-241-3/+4
* e_xkb: init before e_comp_wl initMarcel Hollerbach2016-03-245-18/+20
* e_comp_wl: let keymaps be set when compositor is not runningMarcel Hollerbach2016-03-241-19/+42
* e_comp_wl: remove useless params from keymap_setMarcel Hollerbach2016-03-243-27/+18
* wl: remove useless calls to e_comp_wl_input_keymap_setMarcel Hollerbach2016-03-244-133/+0
* e_xkb: configure model and a list of layouts variants and options to useMarcel Hollerbach2016-03-241-3/+65
* e_comp_wl: allow variants and options for keyboard settingsMarcel Hollerbach2016-03-245-22/+28
* e_xkb: refactor command creation codeMarcel Hollerbach2016-03-241-7/+1
* feed mouse-up events for all buttons on internal wins when activating a bindingMike Blumenkrantz2016-03-241-0/+13
* add #else to #if 0'd block in order to avoid compiler warning aboutChris Michael2016-03-241-0/+3
* Reverting this commit to handle a better wayChris Michael2016-03-241-1/+1
* add EINA_UNUSED for unused function parameterChris Michael2016-03-241-1/+1
* e mod: cpufreq - handle the case where cpu has zero freqs - dont crashCarsten Haitzler (Rasterman)2016-03-241-15/+21
* Add functionality for setting left handed mode in drmJengHyun Kang2016-03-231-1/+15
* send resize edges to wl clients on resize start and endMike Blumenkrantz2016-03-231-0/+7
* optimize compositor canvas updating when zone geometry is marked dirtyMike Blumenkrantz2016-03-233-37/+40
* remove lots of impossible null checks from pager move callbackMike Blumenkrantz2016-03-221-20/+9
* use snprintf for string handling in batgetMike Blumenkrantz2016-03-221-2/+1
* rework systray theme applying codeMike Blumenkrantz2016-03-221-50/+8
* use snprintf for string handling in batgetMike Blumenkrantz2016-03-221-2/+1
* use eina_streq for e_util_binding_match() comparisonsMike Blumenkrantz2016-03-221-1/+1