summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Xming: Fix UT8String and CompoundText clipboard text sharing with windows cli...Colin Harrison1-28/+12
2009-11-09Cygwin/X: Clearly diagnose a timeout while waiting for SelectionNotify eventJon TURNEY4-78/+54
2009-11-09Cygwin/X: Add a workaround for a SWT/Motif bug to internal window managerJon TURNEY1-0/+54
2009-11-09Cygwin/X: Fix typo in g_fAnotherWMRunning and tidy up WM detection codeJon TURNEY2-52/+25
2009-11-09Xming: Add FORCEEXIT option to configuration fileColin Harrison5-10/+49
2009-11-09Xming: Add mouse motion events with flag POINTER_SCREEN in winEnqueueMotion()Colin Harrison1-1/+1
2009-11-09Xming: Replace all the uses of deprecated functions in hw/xwin with current onesColin Harrison5-11/+14
2009-11-09Cygwin/X: Remove a couple of extraneous '\n' in logged version infoJon TURNEY1-2/+2
2009-11-09loader: actually stat something that has some chance of existing. (v2)Dave Airlie1-2/+5
2009-11-06randr: Turn on ModeDebug during server setupAdam Jackson1-5/+7
2009-11-06Remove lnx_font.c and lnx.hMatt Turner6-328/+2
2009-11-05XQuartz: Cleanup X11Controller.m compilation warnings.Jeremy Huddleston2-9/+9
2009-11-05XQuartz: Use dixLookupResourceByType instead of LookupIDByTypeJeremy Huddleston1-9/+11
2009-11-05XQuartz: Don't weed out duplicates in generated keymapJeremy Huddleston1-5/+9
2009-11-05XQuartz: Controller thread launches clientsJeremy Huddleston4-9/+17
2009-11-05Use $(MAKE) instead of "make" to build Solaris inline assemblyAlan Coopersmith1-1/+2
2009-11-03XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston3-0/+30
2009-11-01Make sys.c use unaligned access functions provided in compiler.Matt Turner2-181/+2
2009-10-29Supply all code using dl*() with DLOPEN_LIBSMikhail Gusarov1-0/+1
2009-10-29EDID: Extend the HDTV hack to handle "1368x769"Adam Jackson1-2/+4
2009-10-29modes: Fix duplicate detection, and do it more consistentlyAdam Jackson4-31/+39
2009-10-29modes: De-duplicate a clock range check.Adam Jackson1-17/+12
2009-10-29EDID: Fix interlaced detailed timings to be frame size, not field sizeAdam Jackson1-1/+40
2009-10-29modes: Decorate interlaced mode names with a trailing 'i'Adam Jackson2-5/+7
2009-10-29EDID: CEA extension supportMa Ling7-429/+935
2009-10-28Suppress certain GCC warnings in auto-generated code.Jamey Sharp1-0/+1
2009-10-28Don't cast double to int: use default conversions or explicitly round.Jamey Sharp2-6/+6
2009-10-28kdrive: Grab evdev mouse/keyboard devices when X server is activeMikhail Gusarov1-1/+14
2009-10-28Add video driver flag to indicate that console access is not needed.Jamey Sharp2-11/+22
2009-10-28xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZETormod Volden1-1/+1
2009-10-27Xinput: allow non-integer values again for Constant- and AdaptiveDecelerationHans Nieser1-2/+2
2009-10-26dmx: 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-22Make sure dmx docs are built for distribution.Keith Packard1-2/+19
2009-10-20kdrive: Purge XsdlPeter Hutterer3-367/+1
2009-10-20dmxDestroyWindow() - must call the X's native DetroyWindow()Lee Leahu1-2/+1
2009-10-20dmx: when setting up device axis, use the correct counter numberLee Leahu1-11/+11
2009-10-20dmx: remove doxygen-generated files.Peter Hutterer264-47311/+82
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer3-16/+12
2009-10-20kdrive: silence tslib compiler warningsPeter Hutterer1-4/+0
2009-10-20Remove unused LinuxFindPci and LinuxGetPciCfgMikhail Gusarov3-138/+0
2009-10-19Fix make dist after 78c87bdad1feab91c2a39e01513b4b0826665f06Yaakov Selkowitz1-1/+0
2009-10-18kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer1-135/+2
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz4-0/+26
2009-10-15Remove duplicates from Xfake_LDADDYaakov Selkowitz1-2/+1
2009-10-14Cygwin/X: Avoid a potential null pointer dereference before input initializationJon TURNEY1-0/+4
2009-10-14Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-14Xming: Fix various 'ISO C90 forbids mixed declarations and code' warningsColin Harrison3-38/+40
2009-10-14Xming: Remove unused X-boxed icon resourceColin Harrison3-2/+0