summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Wait for the proper configure (and map) events before rebinding the decoratio...compiz-0.6Dennis Kasprzyk3-9/+16
2007-12-19Decorate "menu" window type windows.Dennis Kasprzyk1-0/+1
2007-12-19Add window actions "menu" type windows (ex. gimp detached menus).Dennis Kasprzyk1-0/+1
2007-12-19Damage window extents correcly of windows with borders.Dennis Kasprzyk1-12/+12
2007-12-19Draw cube caps correctly in inside cube mode.Dennis Kasprzyk1-4/+6
2007-11-19Use the kwin translation catalogue to provide a translated window menu.Dennis Kasprzyk1-0/+3
2007-11-15Fix dbus paths (shadow_offset_x/y -> shadow_x/y_offset).Danny Baumann2-8/+8
2007-11-11Fix typos.Danny Baumann1-2/+2
2007-11-07Don't restack ancestors on initial map.Danny Baumann1-2/+5
2007-11-05Fix typo.Danny Baumann1-2/+2
2007-11-05Fix typo.Danny Baumann1-0/+1
2007-11-05Clip transient child placement to parent output instead of current output.Danny Baumann1-1/+3
2007-11-05Prevent transient children being stacked below their parent if their focus wa...Danny Baumann1-1/+12
2007-11-05Compare to wmType, not type variable.Danny Baumann1-1/+1
2007-11-05Also check if parent's Y coordinate is inside the current viewport.Danny Baumann1-2/+4
2007-11-05We don't need to constrain y movement after placing transients.Danny Baumann1-2/+1
2007-11-05Don't switch to selected window if switcher was cancelled.Danny Baumann1-0/+6
2007-11-01Add --sm-disable option to kwd.David Reveman1-0/+4
2007-11-01Reparent window just before mapping it and avoid hiding itDavid Reveman2-4/+4
2007-11-01Don't remove WType_TopLevel bit when reloading decorations.David Reveman1-1/+0
2007-11-01Make mCompositeWindow an X window instead of a QWidget.David Reveman2-16/+19
2007-11-01Remove whitespaces.David Reveman1-1/+1
2007-11-01Reparent window instead of flipping the WType_TopLevel bit.David Reveman3-18/+16
2007-10-18Post-release version increment.Danny Baumann1-1/+1
2007-10-18Bump version.compiz-0.6.2Danny Baumann1-1/+1
2007-10-18Add NEWS entry for 0.6.2 release.Danny Baumann1-0/+12
2007-10-17putenv doesn't work properly with dynamically allocated strings that are free...Danny Baumann1-7/+4
2007-10-17Run external commands with a DISPLAY string adjusted for the screen number th...Danny Baumann1-1/+38
2007-10-17Get private pointer for the current screen.Danny Baumann1-1/+1
2007-10-17Start window decorator on all screens.Tomas Carnecky1-11/+4
2007-10-17Use real screen number rather than 0.Danny Baumann1-4/+4
2007-10-17Use real screen number rather than 0.Danny Baumann1-5/+8
2007-10-17Fix in-viewport calculation.Danny Baumann1-1/+1
2007-10-17Prevent wobbling when shading maximized windows.Danny Baumann1-0/+4
2007-10-17Always allow focus for active window.Danny Baumann1-0/+3
2007-10-15We have to send the WM_TAKE_FOCUS message even if we directly set the input f...Danny Baumann1-2/+9
2007-10-13Clear all coordinates that match the server coordinates from the configure re...Danny Baumann1-22/+19
2007-10-12Update saved window coordinates when window is resized by some client.Danny Baumann1-0/+10
2007-10-11Use client message timestamp rather than window user time when processing foc...Danny Baumann3-14/+28
2007-10-11Don't prevent focus for desktop and dock windows on arrival of a _NET_ACTIVE_...Danny Baumann3-8/+12
2007-10-08Immediately update the internal stack representation on stack changes caused ...Danny Baumann3-2/+17
2007-10-06Fix findLowestSiblingBelow function for desktop windows.Danny Baumann1-1/+3
2007-10-06Correct handling of grab window in case it is destroyed.Danny Baumann1-2/+7
2007-10-06Fix handling of ConfigureRequest events with CWStackMode set, but without CWS...Danny Baumann1-2/+8
2007-10-04Always use the old geometry passed to addWindowSizeChanges for comparisons.Danny Baumann1-2/+2
2007-10-04Don't restack desktop windows. They are placed correctly by updateWindowAttri...Danny Baumann1-1/+2
2007-10-04An aboveId of None means that the window was placed on bottom of the stack, s...Danny Baumann1-1/+1
2007-10-04glGetString is allowed to return NULL in case an error happened, so avoid cra...Danny Baumann1-0/+6
2007-10-02Send synthetic configure notify events where needed according to ICCCM chapte...Danny Baumann1-2/+30
2007-10-02We always need to restack windows on map. Newly created windows are placed on...Danny Baumann1-4/+1