summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avoid null deref in during pager_plain dndMike Blumenkrantz2016-03-221-1/+1
* unset opaque region during comp object render if none existsMike Blumenkrantz2016-03-221-5/+5
* cast eina_list_count() in flowlayout, not entire expressionMike Blumenkrantz2016-03-221-1/+1
* extend wl extension macros to store globals into extension dataMike Blumenkrantz2016-03-212-2/+13
* ignore xwayland clients in wl client delete request callbackMike Blumenkrantz2016-03-211-5/+6
* add skip event counter for xkb eventsMarcel Hollerbach2016-03-211-0/+10
* re-apply xkb layout groups whenever an xkb event occursMarcel Hollerbach2016-03-211-1/+10
* store (internal) elm win geometry when set prior to showing the winMike Blumenkrantz2016-03-181-0/+7
* use zone geometry when clamping evry gadget popup to gadget's screenMike Blumenkrantz2016-03-181-2/+2
* remove wl selection hacks from f0ba92d39e1f6631974d53100dcbb4cc040a8241Mike Blumenkrantz2016-03-171-13/+0
* hide wl clients before deleting them when surface is destroyedMike Blumenkrantz2016-03-171-1/+1
* ignore deleted clients when reapplying zone geometry policy in canvas updateMike Blumenkrantz2016-03-171-1/+1
* use agent objects for maximize effectsMike Blumenkrantz2016-03-171-3/+9
* add e_comp_object_agent_add()Mike Blumenkrantz2016-03-172-10/+80
* do not update client coords on csd geom update if it would change the zoneMike Blumenkrantz2016-03-171-2/+6
* always update saved coords for maximized/fullscreen clients on csd geom updateMike Blumenkrantz2016-03-171-6/+3
* unify maximize animation checks+codeMike Blumenkrantz2016-03-171-20/+14
* disable wizard mouse binding page's next button if all modifiers are disabledMike Blumenkrantz2016-03-161-0/+2