summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-05-10dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURNMichal Suchanek2-10/+22
2012-05-10hw/xfree86: Re-indent xf86vmode.cKeith Packard1-346/+480
2012-05-10hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badlyKeith Packard1-1/+1
2012-05-02XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-04-26xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-26XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-26XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-26XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-26XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-26XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-26XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-04-09Revert "xfree86: workaround crash on close"Jeremy Huddleston1-2/+1
2012-04-05XQuartz: Automatically start our virtual tablet devicesJeremy Huddleston1-3/+3
2012-04-05XQuartz: Tiger build fixJeremy Huddleston1-6/+8
2012-04-05xfree86: workaround crash on closeMichal Suchanek1-1/+2
2012-03-27XQuartz: Use scrolling valuatorsJeremy Huddleston4-48/+43
2012-03-27XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same timeJeremy Huddleston1-8/+10
2012-03-27XQuartz: Call update_desktop_dimensions() after updating our screen coordinatesJeremy Huddleston1-0/+3
2012-03-27XQuartz: Formatting cleanup for sendX11NSEventJeremy Huddleston1-44/+36
2012-03-27XQuartz: Source formatting cleanupJeremy Huddleston68-4626/+5214
2012-03-27XQuartz: Add a defaults option to disable the RENDER extensionJeremy Huddleston2-0/+5
2012-03-27XQuartz: Use doubles for input valuatorsJeremy Huddleston2-72/+59
2012-03-27XQuartz: Xi: darwinPointer is now RelativeJeremy Huddleston1-2/+2
2012-03-27XQuartz: Move our logs into an X11 subdirectoryJeremy Huddleston1-3/+9
2012-03-27Introduce a consistent coding styleKeith Packard693-133729/+135001
2012-03-27Handle 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