summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-03Merge branch 'mhummel-clipboard-thread-improvements' into cygwin-release-1.9xserver-cygwin-1.9.2-1Jon TURNEY5-153/+66
2010-11-03Merge branch 'nontoplevelwin-aiglx' into cygwin-release-1.9Jon TURNEY9-73/+356
2010-11-03Merge commit 'xorg-server-1.9.2' into cygwin-release-1.9Jon TURNEY104-17932/+13130
2010-11-03Properly prototype winDoRandRScreenSetSize() so we don't get a random DPI aft...Jon TURNEY4-15/+17
2010-11-03Avoid logging VENDOR_CONTACTJon TURNEY1-2/+2
2010-11-03Fix an logic error which caused WM_DISPLAYCHANGE to resize screen in windowed...Jon TURNEY2-21/+31
2010-11-03Don't assume we'll always have converted the selection after 2 attemptsRoland Cassard1-19/+4
2010-11-03Add items to WGL AIGLX todoJon TURNEY1-2/+11
2010-11-03Don't spam log with wglwrap symbol resolution status at startupJon TURNEY1-8/+5
2010-11-03Make AIGLX work in non-toplevel windowsJon TURNEY6-38/+278
2010-11-03Add a flag to track which windows have been drawn to using WGL.Jon TURNEY5-2/+34
2010-10-31Bump version to 1.9.2xorg-server-1.9.2Jeremy Huddleston1-2/+2
2010-10-31Revert "rootless: Remove ROOTLESS_WORKAROUND"Jeremy Huddleston2-2/+6
2010-10-31Remove no-longer needed tricks used to prevent the clipboard client from bein...mhummel-clipboard-thread-improvementsMichel Hummel2-128/+1
2010-10-31Automatically restart clipboard threadMichel Hummel2-25/+60
2010-10-31Cygwin/X: Ignore MappingNotify events sent to clipboard integration clientJon TURNEY1-0/+3
2010-10-31Give clipboard window a nameJon TURNEY1-0/+2
2010-10-30Better handling of SetPixelFormat() failureJon TURNEY1-9/+17
2010-10-30Improvements to GetLastError() reporting in WGL GLX providerJon TURNEY1-5/+8
2010-10-30Report Window XIDs in Window create/destroy debug messagesJon TURNEY2-10/+4
2010-10-22Bump version to 1.9.1xorg-server-1.9.1Jeremy Huddleston1-2/+2
2010-10-15Bump version to 1.9.0.902 (1.9.1 rc2)xorg-server-1.9.0.902Jeremy Huddleston1-2/+2
2010-10-14event_size is currently never assigned to in mieqProcessInputEvents().Jon TURNEY1-0/+4
2010-10-13vbe: Fix copying the mode info blockAdam Jackson1-63/+3
2010-10-12Revert "dix: don't create core motion events for non-x/y valuators."Jeremy Huddleston1-9/+0
2010-10-12Don't make InputOnly windows visiblexserver-cygwin-1.9.0-2Jon TURNEY1-6/+11
2010-10-12Fix fbconfig dumper formatting for 3 digit index numbersJon TURNEY1-1/+15
2010-10-12Use DeferWindowPos to delay resizeJon TURNEY3-17/+56
2010-10-01Bump version to 1.9.0.901 (1.9.1 rc1)xorg-server-1.9.0.901Jeremy Huddleston1-2/+2
2010-10-01test: Fix make distcheck when not building unit testsJeremy Huddleston1-2/+1
2010-09-30Merge remote branch 'ajax/server-1.9-xfree86' into server-1.9-branchJeremy Huddleston5-4/+420
2010-09-30Cygwin/X: Always fetch OpenGL spec files to srcdirxserver-cygwin-1.9.0-1Jon TURNEY1-5/+5
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste5-3/+56
2010-09-29Merge branch 'cygwin-aiglx-for-1.9' into cygwin-release-1.9Jon TURNEY21-62/+137
2010-09-29Merge branch 'jturney-framebuffer-resize' into cygwin-release-1.9Jon TURNEY20-680/+982
2010-09-29Merge branch 'cygwin-patches-for-1.9' into cygwin-release-1.9Jon TURNEY42-10893/+617
2010-09-29Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY3-59/+43
2010-09-29Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY6-107/+31
2010-09-29Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY4-70/+60
2010-09-29Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...Jon TURNEY1-16/+1
2010-09-29Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY4-40/+0
2010-09-29Cygwin/X: Fix a typo in command line argument validation codeJon TURNEY1-2/+2
2010-09-29Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2010-09-29Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY4-11/+61
2010-09-29Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+42
2010-09-29Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY1-55/+242
2010-09-29Cygwin/X: Add -resize command line optionJon TURNEY7-40/+127
2010-09-29Cygwin/X: Move QueryMonitor() out of windprocarg.cJon TURNEY4-70/+108
2010-09-29Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY4-69/+31
2010-09-29Cygwin/X: Rather than storing calculated physical display sizes, calculate th...Jon TURNEY4-21/+2