summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-08Added support for window paint offsets into painting system.Dennis Kasprzyk1-7/+60
2007-10-08Added function to calculate window movement for a given offset.Dennis Kasprzyk1-0/+46
2007-10-08Initialize windowOffsetX/windowOffsetY correctly.Dennis Kasprzyk1-0/+3
2007-10-08Added setWindowPaintOffset function.Dennis Kasprzyk1-0/+9
2007-10-08Use windowOnAllViewports in moveScreenViewport.Dennis Kasprzyk1-10/+1
2007-10-08Added windowOnAllViewports function.Dennis Kasprzyk1-0/+18
2007-10-08Fix typo.Danny Baumann1-1/+1
2007-10-08Immediately update the internal stack representation on stack changes caused ...Danny Baumann2-1/+15
2007-10-06Fix findLowestSiblingBelow function for desktop windows.Danny Baumann1-1/+3
2007-10-06Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-2/+2
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-04glGetString is allowed to return NULL in case an error happened, so avoid cra...Danny Baumann1-0/+6
2007-10-02Remove initial stack sanitization.Danny Baumann1-101/+0
2007-10-02Send synthetic configure notify events where needed according to ICCCM chapte...Danny Baumann1-2/+30
2007-10-02Don't touch override_redirect windows on initial sorting.Danny Baumann1-3/+5
2007-10-02An aboveId of None means that the window was placed on bottom of the stack, s...Danny Baumann1-1/+1
2007-10-02Don't restack desktop windows. They are placed correctly by updateWindowAttri...Danny Baumann1-1/+2
2007-10-02Fix variable naming.Danny Baumann1-4/+4
2007-10-02Sort windows that are present before the WM starts.Danny Baumann1-0/+99
2007-10-02We always need to restack windows on map. Newly created windows are placed on...Danny Baumann1-4/+1
2007-09-28Move input (if desired) focus after mapping the window.Danny Baumann1-6/+6
2007-09-28Use focus stealing prevention for application initiated active window change ...Danny Baumann1-1/+6
2007-09-28Delete property first and delete frame window after that to avoid race condit...Danny Baumann1-1/+1
2007-09-27Fix warning.Danny Baumann1-6/+6
2007-09-27Fix map and restack ordering.Danny Baumann1-10/+17
2007-09-27Don't restack windows on map if their focus should be prevented.Danny Baumann1-2/+9
2007-09-27Support restack requests in ConfigureRequest events.Danny Baumann1-0/+34
2007-09-27Rename focusWindowOnMap to allowWindowFocus and make it use the current windo...Danny Baumann2-9/+10
2007-09-24Make sure that unredirected windows get redirected on unmap.Dennis Kasprzyk1-0/+3
2007-09-19Minor cleanup.Danny Baumann1-2/+2
2007-09-19Fix whitespace.Danny Baumann1-2/+2
2007-09-18[PATCH] Autoraise for transients tooKristian Lyngstol1-1/+3
2007-09-18Don't restack new "dock" type windows behind the active window.Dennis Kasprzyk1-1/+2
2007-09-17Added wrapable output clipping functions.Dennis Kasprzyk2-33/+52
2007-09-14Allow plugins to not only clear allowed window actions, but also to add allow...Danny Baumann1-4/+10
2007-09-14Call matchPropertyChanged handler when the override_redirect flag changed.Danny Baumann1-0/+2
2007-09-12Re-query Xinerama information on root window reshape.Danny Baumann1-0/+11
2007-09-11Recalculate window type and window actions if override_redirect state changed.Danny Baumann1-1/+8
2007-09-11Check for changes to the override_redirect flag on window map.Danny Baumann1-0/+7
2007-09-10Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-5/+5
2007-09-10Plug minor memleak.Roland Bär1-0/+3
2007-09-09Minor cleanup.David Reveman1-4/+4
2007-09-09Remove whitespaces.David Reveman1-1/+1
2007-09-09XineramaQueryScreens is not guaranteed to set the number parameter to zero if...Danny Baumann1-6/+3
2007-09-07Minor cleanup.Danny Baumann1-15/+12
2007-09-07Remove frame window property on removing the window frame.Danny Baumann1-0/+2
2007-09-06Fix a number of obvious memory leaks.David Reveman3-0/+41
2007-09-05Remove windowAddNotify and windowRemoveNotify hooks.David Reveman2-16/+0
2007-09-05Add objectAdd and objectRemove hooks to core. These are similar toDavid Reveman5-20/+44