summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-20xserver 1.7.1.902xorg-server-1.7.1.902Peter Hutterer1-2/+2
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-19dix: increase default number of buttons to 10.Peter Hutterer1-1/+1
2009-11-19Avoid a null dereference if IFF_BROADCAST is set but there is no broadcast ad...Jon TURNEY1-1/+2
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-19randr: Fill in errorValue when verifying outputs/crtcs/modesAdam Jackson1-3/+9
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-06xserver 1.7.1.901xorg-server-1.7.1.901Peter Hutterer1-2/+2
2009-11-06Enable XF86PM on all Solaris platforms, not just x86/x64Alan Coopersmith1-1/+1
2009-11-06Use $(MAKE) instead of "make" to build Solaris inline assemblyAlan Coopersmith1-1/+2
2009-11-06EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_driverTiago Vignatti1-1/+3
2009-11-06dix: Fixes a memory leak when a cursor resource is released.Rami Ylimaki1-1/+2
2009-11-04dix: Properly detect if the other device is frozenJeremy Huddleston1-5/+3
2009-11-04XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston3-0/+30
2009-11-03exa: remove some outdated commentMaarten Maathuis1-4/+0
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 Sharp2-1/+7
2009-11-03Don't cast double to int: use default conversions or explicitly round.Jamey Sharp2-6/+6
2009-11-03Suppress GCC warnings like "the address of `u1' will always evaluate as `true'".Jamey Sharp1-1/+1
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-23xserver 1.7.1xorg-server-1.7.1Peter Hutterer1-2/+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-23dix: Fix up colormap fixup.Adam Jackson1-0/+3
2009-10-22Resolve an inconsistency between libX11 and Xserver over GetModifierMappingJon TURNEY1-5/+3
2009-10-22Merge branch 'server-1.7-branch' of git://anongit.freedesktop.org/~ewalsh/xse...Peter Hutterer9-74/+128
2009-10-21Don't print a failure message when XACE denies an input event delivery.Eamon Walsh1-25/+25
2009-10-21xselinux: Note something in the log if disabled by boolean.Eamon Walsh1-1/+3
2009-10-21xselinux: Use the now-exported IsPointerDevice() instead of a copy.Eamon Walsh1-11/+1
2009-10-21dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-10-21xselinux: Allow SetWindowCreateContext to be used for pixmaps as well.Eamon Walsh1-1/+1
2009-10-21xselinux: switch from x_device to separate x_pointer and x_keyboard classes.Eamon Walsh2-9/+51
2009-10-21xace: Relax permissions on XkbGetState from Read to Getattr.Eamon Walsh1-1/+1
2009-10-21xselinux: Stop special-casing QueryPointer access checks.Eamon Walsh1-11/+0
2009-10-21xace: Fake return values on denials in input polling requests.Eamon Walsh5-24/+55