summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Make root window clip is set properly.nomad-0.7.8David Reveman1-0/+2
2009-01-30Don't select for SubstructureNotifyMask until after calling XQueryTree.David Reveman2-2/+25
2009-01-29Properly handle viewport paint offsets.David Reveman2-13/+53
2009-01-28Make sure screen edges are created before they are used.David Reveman1-13/+13
2009-01-28Acquire compositing manager selection before window manager selection.David Reveman1-32/+32
2009-01-27Only add a resize timeout when it hasn't already been added.David Reveman1-2/+3
2009-01-23Use walkDepthFirst where possible.David Reveman5-147/+13
2009-01-23Add walkDepthFirst function.David Reveman2-0/+15
2009-01-08Handle double clicks properly when window movement is intercepted atDavid Reveman1-13/+73
2009-01-08Have move plugin forward a notify client message to the decorator soDavid Reveman1-1/+34
2009-01-06Initialize mapNum properly for root window.David Reveman2-2/+4
2009-01-06Fix placement of windows that can't fit in workspace.David Reveman1-8/+18
2008-12-04Allow decoration property to be of any type.David Reveman1-3/+1
2008-12-04Add findSibling function and fix all transientFor and clientLeaderDavid Reveman5-10/+25
2008-12-02Send activate request when initiating movement of unmanaged window.David Reveman1-4/+10
2008-12-02Only use SubstructureRedirectMask and SubstructureNotifyMask whenDavid Reveman1-1/+5
2008-12-01Fix unnecessary breakage of libdecoration API.David Reveman2-0/+40
2008-11-30Make sure output is clipped to parent window properly.David Reveman1-1/+23
2008-11-26Track changes to libdecoration.David Reveman1-9/+12
2008-11-26Update ABI version.David Reveman1-1/+1
2008-11-26Use the window clip and not the window region when settingDavid Reveman1-4/+11
2008-11-26Add support for _COMPIZ_WM_WINDOW_MOVE_DECOR property toDavid Reveman1-4/+76
2008-11-26Use findClientWindowAtDisplay and ignore grabIndex.David Reveman1-41/+36
2008-11-26Handle frame windows properly when not managing windows and addDavid Reveman5-10/+86
2008-11-25Add _COMPIZ_WM_WINDOW_MOVE_DECOR support to move plugin.David Reveman2-4/+235
2008-11-25Add decor_update_box_property.David Reveman1-25/+56
2008-11-25decor_region_to_blur_property -> decor_region_to_box_property.David Reveman5-79/+81
2008-11-21Bump ABI version.David Reveman1-1/+1
2008-11-21Make sure we only try to start decorator once.David Reveman1-3/+7
2008-11-19Fix obvious bug in wobblyAddWindowGeometry.David Reveman1-3/+3
2008-11-18Move desktopWindowCount to CompWindow struct.David Reveman5-9/+10
2008-11-18Don't always set initial state of input only windows to IsUnmapped.David Reveman1-1/+0
2008-11-18Cleanup.David Reveman1-13/+1
2008-11-16Make switcher plugin properly handle non top-level windows.David Reveman1-41/+38
2008-11-16Add optional attrib parameter to drawTransformedWindowWithChildren.David Reveman3-12/+21
2008-11-16Only draw thumbnails when popup is mapped.David Reveman1-0/+6
2008-11-16Make water plugin work properly with non top-level windows.David Reveman1-4/+16
2008-11-16Make scale plugin work properly with non top-level windows.David Reveman1-17/+10
2008-11-16Add drawTransformedWindowWithChildren function.David Reveman2-0/+78
2008-11-16Call damageWindowRect for each parent window.David Reveman2-26/+35
2008-11-15Only apply opacity to top-level desktop windows.David Reveman1-1/+2
2008-11-14Apply modifiers in obsPaintWindow.David Reveman1-65/+18
2008-11-14Fix sub window drawing in wobbly plugin.David Reveman1-90/+185
2008-11-14Make sure we paint all windows even whenDavid Reveman1-17/+24
2008-11-14Use drawWindow to rendering wobbly windows.David Reveman1-6/+32
2008-11-14Fix grab coordinate when moving non top-level windows.David Reveman1-4/+17
2008-11-14Fix so that child windows properly inherit paint attributesDavid Reveman1-17/+56
2008-11-13Move output clipping to paintWindow function. This allows us toDavid Reveman2-28/+36
2008-11-13Specify clip planes in screen space.David Reveman2-71/+10
2008-10-10Remove non top-level windows properly.David Reveman1-1/+16