summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Add support for new RandR output dpms change event.randr-dpmsEric Anholt6-3/+79
2007-07-12Add __SOL8__ to xorg-server.h.in since xf86-input-kbd needs it to buildAlan Coopersmith1-0/+3
2007-07-12Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)Alan Coopersmith1-0/+16
2007-07-12Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10Alan Coopersmith2-8/+8
2007-07-11"fbpict.c", line 215: void function cannot return valueAlan Coopersmith1-1/+1
2007-07-12xnest: fix linking since dbusHanno Boeck1-1/+1
2007-07-10Redirect fix: Manual + Automatic - Manual = AutomaticKeith Packard1-0/+1
2007-07-10Generate ChangeLog file for make dist.Keith Packard1-1/+11
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson3-7/+15
2007-07-10GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.Michel Dänzer2-0/+4
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer7-62/+130
2007-07-09Fix regression from recent composite changes.Michel Dänzer1-1/+1
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson9-113/+2
2007-07-04Fix MEMORY SMASH in XkbCopyKeymap.Keith Packard1-3/+2
2007-07-05Postpone options variable assignment to fix segfault when we got a device butTiago Vignatti1-3/+14
2007-07-05kdrive must to know that devices are unplugged.Tiago Vignatti1-0/+1
2007-07-05Remove redundant linking in kdrive. Fix configure.ac variable name and cleanTiago Vignatti1-5/+2
2007-07-05For each kdrive server put a dependencie on its own libraries.Tiago Vignatti18-15/+56
2007-07-04Bug 5000: Fix domain support for SGI AltixJonathan Lim2-93/+109
2007-07-03Have Composite always report server version.Keith Packard1-5/+1
2007-07-03Force advertised Composite version to 0.4 instead of using header version.Keith Packard1-5/+8
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard6-36/+87
2007-07-03ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.Dodji Seketeli1-1/+1
2007-07-03Fix build when int10 doesn't use x86emu.Michel Dänzer1-0/+2
2007-07-02Make x86emu's I/O cycle tracing more useful.Adam Jackson2-58/+61
2007-07-02Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.Gero Mudersbach1-2/+7
2007-07-02Correct the xf86EdidModes.c file description.Eric Anholt1-2/+3
2007-07-02Fix documentation of association of outputs to monitor sections in xorg.conf(5)Eric Anholt1-6/+14
2007-06-29Death to RCS tags.Adam Jackson586-1031/+3
2007-06-29Make sure window->optional is allocated before assigning it.Peter Hutterer1-6/+6
2007-06-28Remove the remnants of OS/2 support.Adam Jackson50-910/+31
2007-06-28Fix another usage of MAX_PCI_DEVICES.Adam Jackson1-1/+1
2007-06-28Bug #10770: "Inputdevs" isn't a valid config file keyword.Adam Jackson1-1/+1
2007-06-27Relink properly all kdrive servers when changes happen.Tiago Vignatti16-1/+33
2007-06-27Remove double-defined.Tiago Vignatti1-5/+0
2007-06-27Handle tileStride > 1 in fbEvenTile.Aaron Plattner2-5/+8
2007-06-27Add VBE PanelID support.Adam Jackson2-0/+86
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti3-3/+4
2007-06-27Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti3-7/+1
2007-06-27Fix kdrive XKB.Tiago Vignatti1-3/+4
2007-06-26Split checks for dtrace & getpeerucred()Alan Coopersmith1-1/+5
2007-06-25Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.Michel Dänzer1-7/+9
2007-06-25configFiles(): don't return anything when declared as void.Peter Hutterer1-1/+1
2007-06-25NULL-terminate device list when synthesizing core devices.Peter Hutterer1-3/+3
2007-06-25Set the detail field for DeviceKeyEvents to the keycode.Peter Hutterer1-0/+1
2007-06-25Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer2-12/+25
2007-06-25Add a few comments to devices.cPeter Hutterer1-0/+76
2007-06-25Split up memory for devices configured in the config file.Peter Hutterer3-53/+69
2007-06-25Check for identical grabs when adding a new passive grab. If an identical grabPeter Hutterer1-0/+47
2007-06-22In fbFill() make sure the drawable is validated when pixman_fill() succeeds.Søren Sandmann Pedersen1-32/+22