summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for new RandR output dpms change event.randr-dpmsEric Anholt2007-07-136-3/+79
* Add __SOL8__ to xorg-server.h.in since xf86-input-kbd needs it to buildAlan Coopersmith2007-07-121-0/+3
* Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)Alan Coopersmith2007-07-121-0/+16
* Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10Alan Coopersmith2007-07-122-8/+8
* "fbpict.c", line 215: void function cannot return valueAlan Coopersmith2007-07-111-1/+1
* xnest: fix linking since dbusHanno Boeck2007-07-121-1/+1
* Redirect fix: Manual + Automatic - Manual = AutomaticKeith Packard2007-07-101-0/+1
* Generate ChangeLog file for make dist.Keith Packard2007-07-101-1/+11
* Add per-monitor config file option for maximum pixel clock.Adam Jackson2007-07-103-7/+15
* GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.Michel Dänzer2007-07-102-0/+4
* Make sure DRI drawables are cleaned up when client dies.Michel Dänzer2007-07-107-62/+130
* Fix regression from recent composite changes.Michel Dänzer2007-07-091-1/+1
* Clean up unused #ifdefs from fb.Adam Jackson2007-07-059-113/+2
* Fix MEMORY SMASH in XkbCopyKeymap.Keith Packard2007-07-041-3/+2
* Postpone options variable assignment to fix segfault when we got a device butTiago Vignatti2007-07-051-3/+14
* kdrive must to know that devices are unplugged.Tiago Vignatti2007-07-051-0/+1
* Remove redundant linking in kdrive. Fix configure.ac variable name and cleanTiago Vignatti2007-07-051-5/+2
* For each kdrive server put a dependencie on its own libraries.Tiago Vignatti2007-07-0518-15/+56
* Bug 5000: Fix domain support for SGI AltixJonathan Lim2007-07-042-93/+109
* Have Composite always report server version.Keith Packard2007-07-031-5/+1
* Force advertised Composite version to 0.4 instead of using header version.Keith Packard2007-07-031-5/+8
* Make Composite manual redirect windows not clip their parent.Keith Packard2007-07-036-36/+87
* ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.Dodji Seketeli2007-07-031-1/+1
* Fix build when int10 doesn't use x86emu.Michel Dänzer2007-07-031-0/+2
* Make x86emu's I/O cycle tracing more useful.Adam Jackson2007-07-022-58/+61
* Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.Gero Mudersbach2007-07-021-2/+7
* Correct the xf86EdidModes.c file description.Eric Anholt2007-07-021-2/+3
* Fix documentation of association of outputs to monitor sections in xorg.conf(5)Eric Anholt2007-07-021-6/+14
* Death to RCS tags.Adam Jackson2007-06-29586-1031/+3
* Make sure window->optional is allocated before assigning it.Peter Hutterer2007-06-291-6/+6
* Remove the remnants of OS/2 support.Adam Jackson2007-06-2850-910/+31
* Fix another usage of MAX_PCI_DEVICES.Adam Jackson2007-06-281-1/+1
* Bug #10770: "Inputdevs" isn't a valid config file keyword.Adam Jackson2007-06-281-1/+1
* Relink properly all kdrive servers when changes happen.Tiago Vignatti2007-06-2716-1/+33
* Remove double-defined.Tiago Vignatti2007-06-271-5/+0
* Handle tileStride > 1 in fbEvenTile.Aaron Plattner2007-06-272-5/+8
* Add VBE PanelID support.Adam Jackson2007-06-272-0/+86
* More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti2007-06-273-3/+4
* Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti2007-06-273-7/+1
* Fix kdrive XKB.Tiago Vignatti2007-06-271-3/+4
* Split checks for dtrace & getpeerucred()Alan Coopersmith2007-06-261-1/+5
* Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.Michel Dänzer2007-06-251-7/+9
* configFiles(): don't return anything when declared as void.Peter Hutterer2007-06-251-1/+1
* NULL-terminate device list when synthesizing core devices.Peter Hutterer2007-06-251-3/+3
* Set the detail field for DeviceKeyEvents to the keycode.Peter Hutterer2007-06-251-0/+1
* Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer2007-06-252-12/+25
* Add a few comments to devices.cPeter Hutterer2007-06-251-0/+76
* Split up memory for devices configured in the config file.Peter Hutterer2007-06-253-53/+69
* Check for identical grabs when adding a new passive grab. If an identical grabPeter Hutterer2007-06-251-0/+47
* In fbFill() make sure the drawable is validated when pixman_fill() succeeds.Søren Sandmann Pedersen2007-06-221-32/+22