summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Decorate "menu" window type windows.Dennis Kasprzyk1-0/+1
2007-12-19Draw cube caps correctly in inside cube mode.Dennis Kasprzyk1-4/+6
2007-12-16Change behaviour when an error on regex creation is encountered.Danny Baumann1-8/+22
2007-12-05Correctly reset hoveredWindow variable on invoking scale.Danny Baumann1-0/+1
2007-12-04Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-4/+4
2007-12-04Only maximize windows that intend to be resized larger than the work area in ...Danny Baumann1-1/+1
2007-11-27Fix calculations.Danny Baumann1-4/+4
2007-11-26Cleanup.Danny Baumann1-10/+17
2007-11-26* Also account for window borders when ensuring that transient windows are fu...Alyssa Hung1-6/+8
2007-11-15Fix smart placement client size calculations.Jürgen Kreileder1-3/+3
2007-11-11Return in out of mem conditionRoland Baer1-0/+8
2007-11-11Fix window unsnapping for vertically arranged Xinerama heads.Steven Robertson1-2/+2
2007-11-11Wrap setOptionForPlugin function.Danny Baumann1-0/+2
2007-11-05Clip transient child placement to parent output instead of current output.Danny Baumann1-1/+3
2007-11-05Minor optimizationDanny Baumann1-3/+3
2007-11-03Whitespace fixes.Danny Baumann1-2/+2
2007-11-03Avoid unnecessarily constraining window size.Danny Baumann1-4/+39
2007-11-03Try to maximize window if it requested to be resized larger than the work area.Danny Baumann1-0/+30
2007-11-03Improve calculations.Danny Baumann1-16/+23
2007-11-03Added wrappable validateWindowResizeRequest function that can be used to adju...Danny Baumann1-1/+91
2007-10-29Make focusDefaultWindow() take the screen as parameter.Danny Baumann2-2/+2
2007-10-27Use CompVector.Danny Baumann1-30/+17
2007-10-27Added CompVector type for describing vectors.Danny Baumann1-35/+35
2007-10-27Added some matrix functions that can be useful for plugins.Danny Baumann1-39/+7
2007-10-25Whitespace fixes.Danny Baumann1-6/+7
2007-10-25Get rid of cached values for paint modifier options.Danny Baumann1-38/+10
2007-10-25Don't switch to selected window if switcher was cancelled.Danny Baumann1-0/+6
2007-10-19Fix typo.Danny Baumann1-2/+2
2007-10-19Also check if parent's Y coordinate is inside the current viewport.Danny Baumann1-2/+4
2007-10-19We don't need to constrain y movement after placing transients.Danny Baumann1-2/+1
2007-10-17Minor cleanup.Danny Baumann1-3/+3
2007-10-17Use window Offsets to paint correct background.Dennis Kasprzyk1-4/+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-17Added clear button option.Danny Baumann1-5/+7
2007-10-16Get private pointer for the current screen.Danny Baumann1-1/+1
2007-10-16Start window decorator on all screens.Tomas Carnecky1-11/+4
2007-10-08Fixed window offset calculation for multihead configurations.Dennis Kasprzyk1-1/+1
2007-10-08Use setWindowPaintOffsets instead of moveScreenViewport in plane.Dennis Kasprzyk1-20/+16
2007-10-08Use setWindowPaintOffsets instead of moveScreenViewport in cube.Dennis Kasprzyk1-4/+4
2007-10-06Correct handling of grab window in case it is destroyed.Danny Baumann1-2/+7
2007-10-01Focus default window after switching viewports.Danny Baumann1-0/+1
2007-09-27Fix full window frame being painted once after shading.Danny Baumann1-2/+8
2007-09-26Update decoration with a timer after resize.Danny Baumann1-2/+24
2007-09-24Make sure that everything is painted, if another plugin requests it.Dennis Kasprzyk1-6/+6
2007-09-24Make sure the position is randomized only for windows that are smaller than t...Danny Baumann1-3/+12
2007-09-22Minor beautification.Danny Baumann1-1/+1
2007-09-22Added paintAllViewports variable.Danny Baumann1-3/+6
2007-09-22Added CubePostPaintViewportProc.Danny Baumann1-5/+23
2007-09-21Use matrixTranslate instead of ScreenPaintAttrib.Danny Baumann1-6/+16