summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-11-19xfree86: set a sane umask before opening the logJulien Cristau1-1/+3
2009-11-19Move FD_CLR above pInfo->read_inputChase Douglas1-2/+3
2009-11-19Xming: Add mouse motion events with flag POINTER_SCREEN in winEnqueueMotion()Colin Harrison1-1/+1
2009-11-19Cygwin/X: Remove a couple of extraneous '\n' in logged version infoJon TURNEY1-2/+2
2009-11-19loader: actually stat something that has some chance of existing. (v2)Dave Airlie1-2/+5
2009-11-15XQuartz: Explicitly pass a bellProc to make XBell() work again.Jeremy Huddleston1-1/+7
2009-11-15XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...Jeremy Huddleston2-0/+20
2009-11-15XQuartz: Buildfix for Leopard and olderJeremy Huddleston2-0/+5
2009-11-06XQuartz: Cleanup X11Controller.m compilation warnings.Jeremy Huddleston2-9/+9
2009-11-06XQuartz: Use dixLookupResourceByType instead of LookupIDByTypeJeremy Huddleston1-9/+11
2009-11-06XQuartz: Don't weed out duplicates in generated keymapJeremy Huddleston1-5/+9
2009-11-06XQuartz: Controller thread launches clientsJeremy Huddleston4-9/+17
2009-11-06Use $(MAKE) instead of "make" to build Solaris inline assemblyAlan Coopersmith1-1/+2
2009-11-04XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston3-0/+30
2009-11-03EDID: Extend the HDTV hack to handle "1368x769"Adam Jackson1-2/+4
2009-11-03modes: Fix duplicate detection, and do it more consistentlyAdam Jackson4-31/+39
2009-11-03modes: De-duplicate a clock range check.Adam Jackson1-17/+12
2009-11-03EDID: Fix interlaced detailed timings to be frame size, not field sizeAdam Jackson1-1/+40
2009-11-03Suppress certain GCC warnings in auto-generated code.Jamey Sharp1-0/+1
2009-11-03Don't cast double to int: use default conversions or explicitly round.Jamey Sharp2-6/+6
2009-11-03kdrive: Grab evdev mouse/keyboard devices when X server is activeMikhail Gusarov1-1/+14
2009-11-03xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZETormod Volden1-1/+1
2009-11-03Xinput: allow non-integer values again for Constant- and AdaptiveDecelerationHans Nieser1-2/+2
2009-11-03dmx: Correctly compute DMXGetScreenAttributes reply lengthJon TURNEY1-1/+2
2009-10-23DRI2: Report the correct extension minor versionKeith Packard1-1/+1
2009-10-23Kill compilation warnings.Marcin BaczyƄski2-3/+11
2009-10-22dmxDestroyWindow() - must call the X's native DetroyWindow()Lee Leahu1-2/+1
2009-10-22dmx: when setting up device axis, use the correct counter numberLee Leahu1-11/+11
2009-10-22kdrive: silence tslib compiler warningsPeter Hutterer1-4/+0
2009-10-20Xming: Remove unused X-boxed icon resourceColin Harrison4-3/+0
2009-10-19XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-10-19XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-10-19Revert "Xming: Remove unused X-boxed icon resource"Peter Hutterer3-0/+2
2009-10-19kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer1-135/+2
2009-10-19Remove duplicates from Xfake_LDADDYaakov Selkowitz1-2/+1
2009-10-19Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-19Xming: Remove unused X-boxed icon resourceColin Harrison3-2/+0
2009-10-19Xming: update .rc fileColin Harrison1-6/+6
2009-10-15[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-15[alpha] don't return from void functionsMatt Turner1-6/+12
2009-10-15Fix undefined symbols on alphaMichael Cree1-6/+6
2009-10-15Fix breakage on alpha caused by c7680befe5aeMatt Turner1-23/+39
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston2-3/+50
2009-10-07XQuartz: Send mouse location with scroll events.Jeremy Huddleston1-1/+1
2009-10-07Add platform tests for Dtrace linker magicAlan Coopersmith1-1/+1
2009-10-06xfree86: remove log-spamming DebugFPeter Hutterer1-10/+0
2009-10-01XQuartz: Set the proper bitmap for key repeats...Jeremy Huddleston1-61/+86
2009-10-01XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
2009-10-02XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0Jeremy Huddleston2-3/+3
2009-10-02rotate: drop unwrapping inside block handler.Dave Airlie1-7/+3