summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2011-07-07hw/xwin/glx: Fix some warnings in generated wrapper codeColin Harrison1-1/+1
2011-07-07hw/xwin/glx: Handle failure to get any fbconfigs more gracefully.Jon TURNEY1-3/+23
2011-07-07hw/xwin/glx: Don't spam log with wglwrap symbol resolution status at startupJon TURNEY1-8/+5
2011-07-07hw/xwin/glx: Better handling of SetPixelFormat() failureJon TURNEY1-9/+17
2011-07-07hw/xwin/glx: Improvements to glxWinErrorMessage() reporting in WGL GLX providerJon TURNEY1-5/+8
2011-07-07hw/xwin/glx: Fix fbconfig dumper formatting for 3 digit index numbersJon TURNEY1-1/+15
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard5-0/+1
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-07-01XWin: Remove executable bit from headersDaniel Stone4-0/+0
2011-06-29Cygwin/X: Left-justify website link in About boxYaakov Selkowitz2-2/+2
2011-06-29Cygwin/X: Preserve client area size and position on Windows window style changeJon TURNEY3-5/+91
2011-06-21Add xkeyboard-config to See Also of man pages referencing xkbAlan Coopersmith1-1/+2
2011-05-24Fix XWin compilation after updates for input API changesColin Harrison2-6/+4
2011-05-11input: remove DDX event list handlingPeter Hutterer2-8/+3
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer2-3/+3
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer2-16/+5
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard4-35/+10
2011-04-28hw/xwin: wglext.h should be provided by w32api, rather than downloadedJon TURNEY4-9/+5
2011-04-28configure: Look for Khronos OpenGL spec files using pkg-configJon TURNEY2-29/+8
2011-04-27Merge remote-tracking branch 'jturney/master'Keith Packard15-52/+103
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY6-5/+14
2011-04-27Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2011-04-27Cygwin/X: Cosmetic fixes to logging of result from X*TextPropertyToTextList()Jon TURNEY1-1/+4
2011-04-27Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPIJon TURNEY2-2/+2
2011-04-27Cygwin/X: Don't make InputOnly windows visibleJon TURNEY1-6/+11
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24
2011-04-27Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2011-04-25hw/xwin: remove duplicated includesNicolas Kaiser3-5/+0
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2011-04-06Merge remote-tracking branch 'jturney/master'Keith Packard1-1/+1
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson1-1/+1
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-8/+0
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-102/+2
2011-03-25Fix XWin compilation after commit 769531b9Jon TURNEY1-1/+1
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2-4/+5
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2-5/+4
2011-02-25hw/xwin: Look for gl spec files in $(srcdir) or .Keith Packard1-2/+2
2011-02-05Cygwin/X: Fix for Canadian Multilingual Standard keyboard layout handlingJon TURNEY1-1/+1
2011-02-05Cygwin/X: Ignore MappingNotify events sent to clipboard integration clientJon TURNEY1-0/+3
2011-02-05Cygwin/X: Add Turkish keyboard layouts to keyboard layout mapping tableJon TURNEY1-0/+2
2011-02-05Cygwin/X: Make the keyboard layout detection logging a bit clearerJon TURNEY1-33/+44
2011-02-05Cygwin/X: Update mapping for Canadian keyboard layoutsJon TURNEY1-3/+3
2011-02-05Cygwin/X: Better keycode debugging outputJon TURNEY2-7/+5
2011-02-05Cygwin/X: Generate X keycodes for multimedia keysJon TURNEY2-11/+16
2011-01-19Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY3-44/+18
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY6-107/+31
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY4-70/+60
2011-01-19Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...Jon TURNEY1-16/+1
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY4-40/+0
2011-01-19Cygwin/X: Fix a typo in command line argument validation codeJon TURNEY1-2/+2