summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-03-26XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same timeJeremy Huddleston1-8/+10
2012-03-26XQuartz: Call update_desktop_dimensions() after updating our screen coordinatesJeremy Huddleston1-0/+3
2012-03-25XQuartz: Formatting cleanup for sendX11NSEventJeremy Huddleston1-44/+36
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston68-4636/+5227
2012-03-24XQuartz: Detect FatalErrors on startup to prevent tight crash loopsJeremy Huddleston4-1/+51
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston8-10/+7
2012-03-24XQuartz: Add a defaults option to disable the RENDER extensionJeremy Huddleston2-0/+5
2012-03-24XQuartz: Use doubles for input valuatorsJeremy Huddleston2-72/+59
2012-03-24XQuartz: Xi: darwinPointer is now RelativeJeremy Huddleston1-2/+2
2012-03-24XQuartz: Move our logs into an X11 subdirectoryJeremy Huddleston1-3/+9
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+2
2012-03-22xfree86: remove out-of-date commentPeter Hutterer1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard693-133729/+135001
2012-03-21Handle blank betweeen type and name in sdksyms.shKeith Packard1-1/+4
2012-02-22XQuartz: Short-circuit activateX:Jeremy Huddleston1-0/+3
2012-02-22XQuartz: Actually install the new localesJeremy Huddleston1-1/+1
2012-02-13XQuartz: Build fix for possible conflict of BOOL typeJeremy Huddleston1-2/+5
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith4-63/+63
2012-02-03Stop including <sys/proc.h> from xf86_OSlib.h on SolarisAlan Coopersmith1-1/+1
2012-01-30XQuartz: Release all buttons and keys when deactivatingJeremy Huddleston3-17/+32
2012-01-29XQuartz: Toggle off fullscreen mode when XQuartz is hiddenJeremy Huddleston1-0/+7
2012-01-29XQuartz: Localization UpdatesJeremy Huddleston60-18346/+47072
2012-01-27XQuartz: Bump bundle version to 2.7.2Jeremy Huddleston1-4/+4
2012-01-27hw/xwin: Fix spelling of 'Canadian' in winkeybd.hColin Harrison1-1/+1
2012-01-27hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()Colin Harrison1-3/+0
2012-01-26hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bppColin Harrison1-0/+4
2012-01-26hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destructionJon TURNEY2-5/+5
2012-01-26hw/xwin: Handle more motif window decoration hintingJon TURNEY2-4/+25
2012-01-26hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L keyOliver Schmidt2-43/+60
2012-01-26hw/xwin: Handle the virtual key code generated by the Fn key on IBM Lenovo la...Jon TURNEY2-2/+4
2012-01-26hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY5-5/+46
2012-01-26hw/xwin: In multiwindow mode, don't grab native input focus for new windows w...Jon TURNEY2-1/+26
2012-01-26hw/xwin: Remove some redundant OS version reportingJon TURNEY3-18/+2
2012-01-26hw/xwin: Don't assume we'll always have converted the clipboard selection aft...Roland Cassard1-19/+4
2012-01-26hw/xwin: Mitigate a race condition in clipboard thread initializationMichel Hummel1-2/+0
2012-01-26hw/xwin: Chain IOError handlers to avoid longjmp across threadsJon TURNEY2-25/+52
2012-01-26hw/xwin: Improve XWinrc loading and error recoveryYaakov Selkowitz2-19/+65
2012-01-26hw/xwin: Remove no-longer needed tricks used to prevent the clipboard client ...Michel Hummel2-125/+3
2012-01-26hw/xwin: Automatically restart clipboard threadMichel Hummel2-8/+62
2012-01-26hw/xwin: Give the X window for the clipboard integration client a nameJon TURNEY1-0/+2
2012-01-25int10: Fix unmapping of the BIOS scratch areaAdam Jackson1-1/+1
2012-01-15xfree86: Don't link libxorgxkb against libdix.laJeremy Huddleston1-1/+0
2012-01-15sdksyms.sh: Exit on error rather than building an empty symbol tableJeremy Huddleston1-0/+1
2012-01-13xfree86: mention udev in the xorg.conf manpage AutoAddDevices sectionPeter Hutterer1-4/+4
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard8-15/+15
2012-01-09Merge remote-tracking branch 'jturney/rpavlik-xwin-fixes'Keith Packard11-25/+23
2012-01-09Always install xaa sdk headersAdam Jackson2-2/+4
2012-01-09UnloadSubModule(): accept pointer value '1' and ignore it.Matthieu Herrb1-0/+3
2012-01-09vgahw: Fix DACDelay() macro to use the driver's vtableAdam Jackson1-4/+4
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13