summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Fix initial map handling of opacity/brightness/saturation Make the handling o...Owen W. Taylor1-27/+26
2008-05-13Minor coding style cleanup.Danny Baumann1-2/+4
2008-05-13Save program name to session manager.Lubos Lunak1-0/+21
2008-05-08Don't set demands attention state on the active window.Danny Baumann1-0/+2
2008-05-02Only initiate window menu if we don't have an active grab.Danny Baumann1-1/+1
2008-05-02Added missing action check.Danny Baumann1-1/+1
2008-05-02Allow minimizeWindow to minimize windows that don't have the minimize action ...Danny Baumann3-5/+5
2008-04-26Fallback to old texture target selection, to fix current broken tfp implement...Dennis Kasprzyk1-0/+10
2008-04-24Use full screen output if overlapping output devices have been detected. This...Dennis Kasprzyk2-7/+32
2008-04-24Removed wrapable background painting. The core part of the background paintin...Dennis Kasprzyk2-104/+97
2008-04-24Follow the "texture from pixmap" specification more strictly to avoid unneces...Dennis Kasprzyk1-7/+8
2008-04-24Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-3/+4
2008-04-24Make adjustConfigureRequestForGravity return only the bits that were actually...Danny Baumann1-5/+6
2008-04-23Do not try to generate mipmaps for TEXTURE_RECTANGLE targets, because the ext...Dennis Kasprzyk1-3/+4
2008-04-23Simplified, realloc on NULL is same as mallocRoland Bär1-22/+6
2008-04-23Don't adjust configure requests of unmapped windows for gravity.Danny Baumann1-14/+22
2008-04-23Only set CWX / CWY if the position was actually changed.Danny Baumann1-10/+23
2008-04-22Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-5/+7
2008-04-22Use fragment shader if a slightly saturated window texture is painted and lig...Dennis Kasprzyk1-5/+7
2008-04-21Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann2-1/+5
2008-04-21Don't prevent focus for windows on other viewports if they are excluded from ...Danny Baumann1-5/+5
2008-04-18Don't allow to minimize/showdesktop unmanaged windows.Danny Baumann2-1/+5
2008-04-13Factor out adjustment of configure requests for gravity in a separate functio...Danny Baumann2-40/+57
2008-04-10Create vertices in different order to save some computations in other plugins...Dennis Kasprzyk1-16/+16
2008-04-10Added screen mask to disable occlusion detection.Dennis Kasprzyk1-54/+62
2008-04-08Added glGetProgramiv to screen sturct to be able to get fragment program limi...Dennis Kasprzyk1-7/+10
2008-04-04Keep Valgrind silent.Danny Baumann1-4/+4
2008-04-02Allow shading for all kinds of decorated windows.Danny Baumann1-6/+3
2008-04-01Texture compression for image textures.Erkin Bahceci2-2/+13
2008-04-01Provide glMultiTexCoord2f in screen struct.Dennis Kasprzyk1-1/+3
2008-03-29Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann2-11/+35
2008-03-29Avoid unnecessarily unloading plugins if the new plugin list does not contain...Danny Baumann1-7/+13
2008-03-27Recalculate window actions on frame size and transient status changes as the ...Danny Baumann2-0/+4
2008-03-27Allow minimization for all normal type windows.Danny Baumann1-2/+3
2008-03-26If we couldn't get the timestamp for the window, try to get at least the time...Danny Baumann1-9/+28
2008-03-23Don't allow minimization of windows that don't have the minimize action set a...Danny Baumann1-8/+1
2008-03-17Always recalculate window type and actions when changing window state.Danny Baumann2-23/+13
2008-03-17Recalculate window type before updating window state.Danny Baumann1-2/+9
2008-03-17Don't set mask in addWindowSizeChanges if the new geometry matches the old ge...Danny Baumann1-6/+12
2008-03-17Don't send out sync request when nothing changed.Danny Baumann1-0/+6
2008-03-17Send sync request when changing window size due to updating window attributes.Danny Baumann1-0/+3
2008-03-17Adjust ConfigureRequest geometry for decoration size. Reference: https://bugs...Danny Baumann1-0/+14
2008-03-17Don't send sync requests from reconfigureXWindow function.Danny Baumann1-3/+0
2008-03-16Use passed geometry for constraining min/max size rather than server geometry.Danny Baumann1-4/+4
2008-03-15Improve comment and variable name.Danny Baumann1-11/+11
2008-03-15Also set w->managed on MapNotify event.Danny Baumann1-0/+3
2008-03-15Also use screen edge delays for DnD actions.Danny Baumann1-48/+62
2008-03-15Added screen edge trigger delay settings.Danny Baumann3-15/+129
2008-03-15Add option for selecting the amount of focus stealing prevention.Danny Baumann2-21/+45
2008-03-15Make activateWindow function wrappable so plugins can react on window activat...Danny Baumann2-1/+2