summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Make mCompositeWindow an X window instead of a QWidget.David Reveman2-16/+19
2007-10-30Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman15-4837/+2187
2007-10-30Remove whitespaces.David Reveman1-1/+1
2007-10-30Reparent window instead of flipping the WType_TopLevel bit.David Reveman3-18/+16
2007-10-29Fix call argument.Danny Baumann1-1/+1
2007-10-29Move focusDefaultWindow function from display.c to screen.c.Danny Baumann3-58/+58
2007-10-29Make focusDefaultWindow() take the screen as parameter.Danny Baumann5-30/+27
2007-10-29fr translation update (closes #12918).Danny Baumann1-2266/+934
2007-10-29pt_BR translation update (closes #12861).Danny Baumann1-2366/+1037
2007-10-27Use CompVector.Danny Baumann2-32/+19
2007-10-27Whitespacing.Danny Baumann1-2/+2
2007-10-27Added CompVector type for describing vectors.Danny Baumann3-60/+77
2007-10-27Complete comment.Danny Baumann1-0/+1
2007-10-27Added some matrix functions that can be useful for plugins.Danny Baumann3-44/+69
2007-10-25Whitespacing.Danny Baumann1-2/+6
2007-10-25Avoid duplicated defines.Danny Baumann3-5/+2
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-25Allow DnD for scale edges.Danny Baumann1-0/+4
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-19Fix typo.Danny Baumann1-1/+1
2007-10-19Set demands_attention hint everytime window focus was prevented.Danny Baumann1-21/+29
2007-10-18Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-4/+8
2007-10-18Also set demands attention hint if focus was prevented because a window is on...Danny Baumann1-5/+6
2007-10-18Check inside of changeWindowState if state was actually changed instead of on...Danny Baumann2-16/+11
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 Baumann2-5/+11
2007-10-17Added button options for minimize window and toggle window maximized.Danny Baumann3-25/+37
2007-10-17Added close window button and raise/lower window key options.Danny Baumann3-57/+75
2007-10-17Always allow focus for active window.Danny Baumann1-0/+3
2007-10-16putenv doesn't work properly with dynamically allocated strings that are free...Danny Baumann1-7/+4
2007-10-16Run external commands with a DISPLAY string adjusted for the screen number th...Danny Baumann1-1/+38
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-16Use real screen number rather than 0.Danny Baumann1-4/+4
2007-10-16Use real screen number rather than 0.Danny Baumann1-5/+8
2007-10-16Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-0/+3
2007-10-15Only send synthetic ConfigureNotify when ignoring ConfigureRequest events.Danny Baumann1-12/+1
2007-10-15Cleanup.Danny Baumann1-21/+16
2007-10-15getWindowMovementForOffset should always return correct values, also for too ...Dennis Kasprzyk1-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-15Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-22/+19
2007-10-13Clear all coordinates that match the server coordinates from the configure re...Danny Baumann1-22/+19
2007-10-12Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann2-4/+11