summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-09-30Cygwin/X: Always fetch OpenGL spec files to srcdirxserver-cygwin-1.9.0-1Jon TURNEY1-5/+5
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
2010-09-29Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY7-143/+229
2010-09-29Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...Jon TURNEY5-2/+26
2010-09-29os: Add -displayfd option.cygwin-patches-for-1.9Jon TURNEY7-26/+78
2010-09-29Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping tableJon TURNEY1-0/+2
2010-09-29Cygwin/X: Migitate a race condition in clipboard thread initializationMichel Hummel1-2/+0
2010-09-29glx: In DrawableGone, only clear context tags when we are also deleting the c...cygwin-aiglx-for-1.9Jon TURNEY1-5/+4
2010-09-29glx: Flush context which is being made non-current due to drawable going awayJon TURNEY2-0/+9
2010-09-29glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.cJon TURNEY1-0/+1
2010-08-20xserver 1.9.0xorg-server-1.9.0Keith Packard1-2/+2
2010-08-20fb: make isClipped always reject negative coordinates (bug 11503)Keith Packard1-1/+1
2010-08-20edid: Adjust rounding of max_clockChris Wilson1-1/+1
2010-08-19glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)Chris Wilson1-0/+7
2010-08-19render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)Adam Jackson1-0/+8
2010-08-18dix: copy the valuators passed into GPE/GKVE/GProxE.Peter Hutterer1-5/+16
2010-08-16dix: reset pScreen->root to NULL when root window is deleted.Keith Packard1-0/+2
2010-08-13Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2010-08-13Let configure --enable/disable-aiglx control building of AIGLX for all DDXsJon TURNEY3-7/+9
2010-08-13Move GLX extension string utility functions into the GLX extensionJon TURNEY1-3/+3
2010-08-13Do not create visuals from fbConfigs which don't support window drawables.Jon TURNEY1-0/+4
2010-08-13Add a DDX specific GLX provider push hookJon TURNEY3-1/+12
2010-08-13Replace DDXBEFORERESET with a more general way of doing DDX-specific hooksJon TURNEY11-20/+71
2010-08-13Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24
2010-08-13Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2010-08-13Cygwin/X: Make the keyboard detection logging a bit clearerJon TURNEY1-33/+44
2010-08-13Cygwin/X: Fix for Canadian Multilingual Standard keyboard layout handlingJon TURNEY1-1/+1