summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-19Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY4-38/+103
2011-01-19Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+43
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY3-64/+254
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY7-40/+130
2011-01-19Cygwin/X: Move QueryMonitor() out of windprocarg.cJon TURNEY4-70/+108
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY4-69/+31
2011-01-19Cygwin/X: Rather than storing calculated physical display sizes, calculate th...Jon TURNEY4-21/+2
2011-01-19Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY7-143/+229
2011-01-19Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...Jon TURNEY5-7/+43
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-19/+1
2011-01-18XWin: build XWin man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-27/+24