summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mixer: try to fix a possible bugdevs/bu5hm4n/mixer_bugMarcel Hollerbach2016-03-191-1/+4
* destroy seat resource when we get a release requestChris Michael2016-03-161-2/+2
* adjust wayland client coords by window_geometry during first surface commitMike Blumenkrantz2016-03-151-1/+5
* unset solid drawing of opaque regions during comp object animationsMike Blumenkrantz2016-03-141-0/+2
* enforce bryce zone setting and clip settingMike Blumenkrantz2016-03-142-31/+56
* do not attempt to resize clients to 0x0 during res restoreMike Blumenkrantz2016-03-141-1/+3
* improve time gadget screen positioningMike Blumenkrantz2016-03-143-5/+7
* unify client post_updates management code into single functionMike Blumenkrantz2016-03-144-21/+16
* make e_alert WBOD work in X11 even when built with wayland supportChris Michael2016-03-141-31/+24
* add workaround for xwayland client bugMike Blumenkrantz2016-03-121-1/+15
* remove direct references to ec->comp_data in x11 compositorMike Blumenkrantz2016-03-121-7/+7
* calling dirty() on a comp object for a deleted client should not print an errorMike Blumenkrantz2016-03-121-1/+2
* always send wl key releases if surface still existsMike Blumenkrantz2016-03-121-12/+6
* remove maximize_pre flag from wl client comp_dataMike Blumenkrantz2016-03-122-16/+1
* always move objects during efx_resize if position is providedMike Blumenkrantz2016-03-121-33/+38
* don't increment position coords twice during efx move operationsMike Blumenkrantz2016-03-121-2/+2
* break out xwl init/shutdown into static functions for reuse internallyMike Blumenkrantz2016-03-121-13/+23
* Revert "fix xwayland compile with 1.18 eo"Mike Blumenkrantz2016-03-121-6/+0
* use object position for efx resize anchoring when no move effect is activeMike Blumenkrantz2016-03-121-0/+2
* be less pedantic during efx move/resize operations about object geometryMike Blumenkrantz2016-03-113-14/+32
* don't add render updates for deleted clients on failed resizeMike Blumenkrantz2016-03-111-0/+1
* grab comp input on wizard startMike Blumenkrantz2016-03-111-0/+2
* redo wizard to use elmMike Blumenkrantz2016-03-119-269/+372
* redo wizard's gl testing mechanismMike Blumenkrantz2016-03-111-65/+12
* handle wireless module existence in related wizard pageMike Blumenkrantz2016-03-111-2/+2
* remove eldbus init/shutdown calls from the codebaseMike Blumenkrantz2016-03-1111-26/+0
* remove library checks for a number of modules along with useless definesMike Blumenkrantz2016-03-1118-145/+41
* Free pixel data after taking a wayland screen shotDerek Foreman2016-03-111-0/+1
* Fix internal window borders on 32-bit computersDerek Foreman2016-03-102-2/+2
* make wayland client keyboard focus list pruning more robustMike Blumenkrantz2016-03-101-18/+31
* reject attempts to focus deleted comp objectsMike Blumenkrantz2016-03-101-1/+4
* run focus-out and mouse-out wayland client callbacks for deleted clientsMike Blumenkrantz2016-03-101-14/+8
* Fix wayland hide for internal windowsDerek Foreman2016-03-101-2/+6
* during bryce moveresize callback, return if no zone could be locatedMike Blumenkrantz2016-03-101-0/+1
* check returned pixmap size before attempting to create updates tilerMike Blumenkrantz2016-03-101-0/+1
* ensure pointer lifetimes when advancing efx effect queueMike Blumenkrantz2016-03-101-3/+4
* resolve harmless coverity reports in time moduleMike Blumenkrantz2016-03-102-2/+2
* resolve harmless coverity reports in wireless moduleMike Blumenkrantz2016-03-102-1/+2
* ensure string termination when using strncpyMike Blumenkrantz2016-03-101-1/+1
* flatten return of strcmp to bool valueMike Blumenkrantz2016-03-102-2/+2
* don't add render update during ignored damage on deleted clientsMike Blumenkrantz2016-03-091-1/+2
* remove show callback from evry win on deletionMike Blumenkrantz2016-03-091-0/+2
* fix xwayland compile with 1.18 eoMike Blumenkrantz2016-03-091-0/+6
* add window maximize animationMike Blumenkrantz2016-03-084-27/+113
* bump E_VERSION_MAJOR and modapiMike Blumenkrantz2016-03-082-2/+2
* unify client e_hints window size setting in move/resize callbacksMike Blumenkrantz2016-03-081-3/+4
* don't have to hook the ecore_evas resize callback here as that shouldChris Michael2016-03-081-8/+0
* always run client res changes in e_comp_canvas_update()Mike Blumenkrantz2016-03-081-21/+20
* block re-unsetting of native surface for comp objectsMike Blumenkrantz2016-03-081-0/+1
* manually calc bryce center-screen coordsMike Blumenkrantz2016-03-081-6/+3