summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-05SM spec says that SmUserID is a required property.Danny Baumann1-11/+29
2008-11-04Also save process ID to session manager.Danny Baumann1-15/+28
2008-10-27Use only visible windows for "unredirect fullscreen windows" test.Dennis Kasprzyk1-1/+2
2008-10-21Handle "cleared WM hints" case properly.Danny Baumann1-17/+29
2008-10-19Optimizations.Danny Baumann1-26/+19
2008-10-17Fix typo.Danny Baumann1-2/+2
2008-10-17Added support for reading icons from old-school icon pixmaps if _NET_WM_ICON ...Danny Baumann1-21/+134
2008-10-16Always set the LIBGL_ALWAYS_INDIRECT environment variable to 1 if indirect re...Danny Baumann1-0/+3
2008-10-09Sync validated size on initial map to X before placement to make sure the win...Danny Baumann1-4/+4
2008-10-08Don't set demands_attention state if the window explicitly requested not to g...Danny Baumann1-34/+31
2008-10-07Check focusWindow function before focussing a window due to click or enter ev...Danny Baumann1-4/+9
2008-10-07After adding windows on startup, re-sync the internal stack order with X.Danny Baumann2-1/+6
2008-10-06Validate size before placing and make sure the size validation function only ...Danny Baumann1-4/+4
2008-10-02We want to prevent focus for windows that are not on the current viewport.Danny Baumann1-3/+1
2008-10-02Handle desktops a bit better.Danny Baumann3-13/+17
2008-10-02Also treat utility, menu and toolbar windows as group transients.Danny Baumann1-1/+4
2008-10-02Make sure window state property is correct when mapping windows.Danny Baumann2-0/+2
2008-10-02Use changeWindowState function.Danny Baumann1-6/+1
2008-10-02Change state property only on managed windows.Danny Baumann1-1/+2
2008-10-02Ignore _NET_WM_STATE_HIDDEN property changes as suggested by EWMH.Danny Baumann1-0/+7
2008-09-29Ensure windows fit in the work area when placing them by calling the window s...Danny Baumann1-1/+5
2008-09-25Make viewportForGeometry not take the current viewport into account.Danny Baumann2-15/+18
2008-09-25Make sure geometry rectangle is kept inside the screen area.Danny Baumann1-2/+11
2008-09-18[PATCH] Fix reading of floats in metadata for some locales.Erkin Bahceci1-0/+10
2008-09-17Fix a number of potential memleaks in XGetWindowProperty return value handling.Danny Baumann3-56/+89
2008-09-14Use pendingMaps variable to set w->managed on MapNotify.Danny Baumann1-1/+1
2008-09-14Only decrement pendingMaps variable when there are actually pending maps.Danny Baumann1-1/+2
2008-09-12Fix warning.Danny Baumann1-2/+1
2008-09-12Cleanup: pass button and key events directly (instead of generic XEvent) into...Danny Baumann1-34/+37
2008-09-12Call terminate function also for bindings without modifiers.Danny Baumann1-18/+24
2008-09-09When the startup ID of a window changes, move it to current viewport instead ...Danny Baumann1-7/+10
2008-09-08On startup ID changes, overwrite the initial viewport with the viewport the w...Danny Baumann1-1/+10
2008-09-08Activate window (if allowed) when its startup ID changes.Danny Baumann2-11/+43
2008-09-03Add support for matching a window's alpha channel availability.Danny Baumann1-0/+14
2008-09-01Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-24/+34
2008-08-31Fix memory leak.Danny Baumann1-24/+27
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann10-68/+66
2008-08-28Improve focus stealing prevention.Danny Baumann1-4/+16
2008-08-21Limit number of damage rects in one screen repaint.Danny Baumann1-0/+7
2008-08-18Replace return to exit loop by break.Danny Baumann1-4/+9
2008-08-14Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.Danny Baumann2-5/+10
2008-08-14Add definitions for EWMH source indication values.Danny Baumann2-4/+4
2008-08-08Don't use window found previously.Danny Baumann1-5/+7
2008-08-08Optimization.Danny Baumann1-7/+15
2008-08-08Try to find the window under the pointer through the server if d->below is no...Danny Baumann1-0/+17
2008-08-08We now have the CompScreen variable at the right time, use it.Danny Baumann1-1/+1
2008-08-08Also update d->below variable when we have a grab, so that it has the correct...Danny Baumann1-43/+38
2008-08-08Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-1/+2
2008-08-08Also update window sizes if the work area of a single output changed.Danny Baumann1-5/+15
2008-08-08Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-6/+8