summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Fix internal WM so it only allows WM_MOUSEWHEEL messages to act on the client...Jon TURNEY1-4/+7
2009-10-15Fix some log spamJon TURNEY1-0/+2
2009-10-15Cygwin/X: Tidy up code for initial native window positioning (avoid a duplica...Colin Harrison1-11/+11
2009-10-15Prevent the mouse wheel from stalling when another window is minimized.Jon TURNEY1-0/+4
2009-10-15Fix the annoying menu/tooltip 'punch-through' problem in -multiwindow mode.Jon TURNEY1-0/+1
2009-10-15Correctly parent XA_WM_TRANSIENT_FOR windows in -multiwindow mode when a wind...Jon TURNEY2-1/+22
2009-10-15Fix crash in function winMultiWindowGetTransientFor() (fd.o bugzilla #11147)Jon TURNEY1-1/+3
2009-10-15Notify X when the keyboard focus is lost to a pure Windows window in -multiwi...Jon TURNEY1-0/+3
2009-10-15Fix no return value warningsJon TURNEY1-0/+2
2009-10-15Apply window style hints in -multiwindow modeJon TURNEY3-68/+246
2009-10-15Add 'styles' keyword and attributes.Jon TURNEY5-6/+223
2009-10-15Dialog box fixesJon TURNEY1-70/+65
2009-10-15Slightly adjust the formatting of the logged command lineJon TURNEY1-3/+3
2009-10-15Correct the tooltip text for the toolbar X icon to be strictly correct, 'disp...Jon TURNEY3-5/+9
2009-10-15Add some reported keyboard layoutsJon TURNEY1-3/+19
2009-10-15Xming: Add NET_WM_ICON to native icon conversionColin Harrison2-33/+208
2009-10-04Fix for mis-aligned icon data creates bad background masksJon TURNEY1-5/+5
2009-10-04Fix windowswm window namingJon TURNEY1-3/+2
2009-10-04Cygwin update for changes to shadow framebufferJon TURNEY5-8/+33
2009-10-04Cygwin update to use standard DPMS stubsJon TURNEY2-17/+1
2009-10-04Update to enqueue pointer motion event on mouse movementJon TURNEY5-11/+38
2009-10-04Update for changes in mieq APIJon TURNEY3-20/+28
2009-10-04Update for MPX device changesJon TURNEY4-11/+15
2009-10-04Update for MPX cursor API changesJon TURNEY1-9/+24
2009-10-04Cygwin build machinery fixesJon TURNEY6-29/+25
2009-09-22xfree86/modes: Remove all framebuffer support from DGAKeith Packard3-101/+29
2009-09-22dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona1-16/+0
2009-09-22fbdevhw: Test for graphics:fb%d as well as graphics/fb%dDaniel Stone1-1/+7
2009-09-22dri2: Don't crash if pPriv is NULL.Michel Dänzer1-2/+10
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+2
2009-08-25Perform rotation redisplay before calling driver block handler (which may flu...Keith Packard1-2/+3
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard1-2/+4
2009-07-29quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)Ben Skeggs1-0/+5
2009-07-26xfree86: move didLock assignment down to where the function pointer is valid.Dave Airlie1-1/+1
2009-07-26hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_majorBenjamin Defnet1-3/+5
2009-07-26randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-07-08Fix build of drivers with 1.6.2 when not using --install-libxf86configAlan Coopersmith1-6/+2
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard3-77/+203
2009-07-06xfree86: remove duplicate header entries in Makefile.amArkadiusz Miskiewicz2-4/+2
2009-06-29xfree86: fix SWCursor check in xf86CursorSetCursor.Peter Hutterer1-3/+3
2009-06-29Change default for ExaOptimizeMigration to falseJulien Cristau1-1/+1
2009-06-29kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer1-0/+4
2009-06-29Fix a couple off-by-one array boundary checks.Jeremy Huddleston1-1/+1
2009-06-29xfree86: restore default off for DontZapPeter Hutterer2-9/+7
2009-06-29EDID: Fix timing class names to match the specAdam Jackson1-3/+3
2009-06-19pci: Dump vendor/devices ids in the printed device listAdam Jackson1-6/+4
2009-06-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-06-11DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-06-11DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27