summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+5
2010-02-05Cygwin/X: Avoid a collision between DEBUG and a token nameJon TURNEY2-3/+3
2010-02-05Cygwin/X: Avoid cursor size log spamJon TURNEY1-2/+1
2010-02-05Cygwin/X: Make transient windows resizable againJon TURNEY1-5/+38
2010-02-05Cygwin/X: Discourage other WMs in multiwindow modeJon TURNEY1-5/+9
2010-02-05Cygwin/X: Update XWin man pageJon TURNEY1-171/+230
2010-02-05Cygwin/X: Update DDX specific -help textJon TURNEY2-85/+104
2010-02-05Cygwin/X: XSupportsLocale() failure is non-criticalJon TURNEY2-7/+3
2010-02-05Cygwin/X: Report BUILDERSTRING with version informationYaakov Selkowitz2-0/+3
2010-02-05Cygwin/X: Copy the state of the Windows keyboard device to the Virtual Core K...Jon TURNEY1-0/+4
2010-02-05Cygwin/X: Tidy up system.XwinrcJon TURNEY1-1/+4
2010-02-05Cygwin/X: Look for system.Xwinrc in SYSCONFDIR/X11Yaakov Selkowitz3-4/+6
2010-02-05Cygwin/X: Update resources file and About dialogYaakov Selkowitz3-28/+27
2010-02-05Xming: Use 8 point font for URL in About dialogColin Harrison1-2/+2
2010-02-05Xming: Add a manifest fileColin Harrison2-0/+17
2010-02-05Cygwin/X: Window placement refinement for multiwindow modeJon TURNEY1-0/+7
2010-02-05Cygwin/X: Respect the system's ownership of the clipping regionJon TURNEY1-0/+3
2010-02-05Xming: Always update the Windows title Unicode (wide-character) in -multiwind...Colin Harrison1-35/+25
2010-01-07xwin: ignore intermediate .man fileGaetan Nadon1-1/+2
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson4-3/+40
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-3/+18
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+5
2009-11-09Cygwin/X: Ensure WM_STATE atom exists in multiwindow modeJon TURNEY1-0/+10
2009-11-09Cygwin/X: Enable clipboard integration by defaultYaakov Selkowitz4-8/+18
2009-11-09Cygwin/X: Setup screen layout in Xinerama modeJon TURNEY1-0/+10
2009-11-09Cygwin/X: Mount options have changed in cygwin-1.7Yaakov Selkowitz1-3/+4
2009-11-09Cygwin/X: Handle fake keypresses generated by speech recognizersPaul Loewenstein2-8/+32
2009-11-09Cygwin/X: Always use an authorization cookie for internal clientsJon TURNEY5-52/+94
2009-11-09Xming: Make -auth option work in with -multiwindowColin Harrison4-1/+30
2009-11-09Xming: Tidy up code for initial native window positioningColin Harrison1-12/+13
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-10-19Fix make dist after 78c87bdad1feab91c2a39e01513b4b0826665f06Yaakov Selkowitz1-1/+0
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
2009-10-14Xming: update .rc fileColin Harrison1-6/+6
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston1-2/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-08-12Xming: Add NET_WM_ICON to native icon conversionColin Harrison2-14/+190