compiz (1:0.3.6-1ubuntu13) feisty; urgency=low . * 020-move-away-from-having-client-side-positioning-of-windows.patch: - Upstream patch : Move away from having client side positioning of windows. Window size must be server side so to be able to do atomic move-resize operations position must also be server-side. This means that serverX and serverY fields in CompWindow struct has higher priority than attrib.x and attrib.y. attrib.x and attrib.y is still the client side position and any code dealing with the visible position of a window should use these. Code that needs to be aware of any pending position changes should look at serverX and serverY. * 021-only-update-window-position-when-no-pending-position.patch: - Upstream patch : Only update window position when no pending position changes exists. * 022-libXrender-workaround-gradient-issue.patch: - Upstream patch : Check version of libXrender and workaround gradient issue if older than 0.9.3. (Close #99508) * 023-dont-force-a-resize-when-maximize.patch: - Upstream patch : Do not force a resize when maximize state changes. * 024-fix-a-few-initiate-functions.patch: - Upstream patch : Fix a few initiate functions that should steal events. * 026-enable-sync-request-protocol-for-override_redirect-windows.patch: - Upstream patch : Enable sync request protocol for override_redirect windows as 025-fix-sync-request-issue.patch likely fixed the issues seen previously. * 027-fix-windows-being-maximized-on-incorrect-output.patch: - Upstream patch : Fix issue with windows being maximized on incorrect output. * 028-make-sure-no-core-instance-of-window-is-painted-after-minimize.patch: - Upstream patch : Make sure no core instance of window is painted after minimize animation. (bnc 240960) * 029-add-demands-attention-state-when-focus-on-map-was-prevented.patch: - Upstream patch : Add demands attention state when focus on map was prevented. * 030-reset-rotation-correctly-when-we-receive-a-client-message.patch: - Upstream patch : Reset rotation correctly when we receive a client message that cause us to move the viewport. * 031-fix-active-window-tracking.patch: - Upstream patch : Fix active window tracking. We're always setting the active window property so there's no need to monitor that property. * 032-check-for-pending-maps-on-hide.patch: - Upstream patch : Check for pending maps when trying to hide a window. * 033-maximize-windows-if-too-big-for-desktop.patch: - Upstream patch : Enable the code in the placement plugin that maximize windows when they are too big for their work area. * 034-read-current-window-position-properly.patch: - Upstream patch : Read current window position properly. * 035-set-state-to-normal-when-window-is-mapped.patch: - Upstream patch : Make sure we set state to Normal again when window is mapped. * 036-use-findTopLevelWindowAtDisplay-when-receiving-FocusIn-events.patch: - Upstream patch : Use findTopLevelWindowAtDisplay when receiving FocusIn events as the frame might be the window that got focused when the client window is shaded. * 037-rewrite-restackWindowBelow.patch: - Upstream patch : Rewrite restackWindowBelow. The old implementation was broken as it allowed stacking to positions where windows are not allowed to be. New implementation makes sure windows are always stacked at allowed positions. (Close #92920) * 038-check-for-sync-alarm-notify-after-core-handleEvent.patch: - Upstream patch : Check for sync alarm notify after core handleEvent function has been called as syncWait will always be true otherwise. * 039-place-windows-with-an-invalid-desktop-number-on-current-desktop.patch: - Upstream patch : Place windows with an invalid desktop number on current desktop instead of all desktops. * 040-allow-move-with-window-when-we-re-currently-not-moving.patch: - Upstream patch : Only allow move with window when we're currently not moving. * 041-adjust-metacity-border-region-code.patch: - Upstream patch : Adjust metacity border region code so it matches latest version of metacity. * 042-gwd-add-button_layout-support.patch: * 043-gwd-position_action_menu-at-menu-button.patch: * 044-gwd-metacity-button_layout-width-calc-fix-1.patch: - button_layout support for gtk-window-decorator (Martin Szulecki patch) (Close #89488)