summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-03xserver 1.5.0xorg-server-1.5.0Adam Jackson1-2/+2
2008-09-03Fix strict-aliasing silliness in XAA.Adam Jackson1-4/+4
2008-09-03Disable DRI2 by default.Adam Jackson1-1/+1
2008-09-03Disable XTrap build by default.Adam Jackson1-1/+1
2008-09-03Xevie: swap replies as necessaryJulien Cristau1-0/+27
2008-09-03Xevie: always initialize rep.length (bug#17394)Thorvald Natvig1-0/+4
2008-09-03Add swapped dispatch for randr 1.2 requestsJulien Cristau3-69/+215
2008-09-02Xorg.man: typo (the the).Thomas Bodzar1-1/+1
2008-09-02Xserver.man: Typo (the the).Matthieu Herrb1-1/+1
2008-09-02Don't try to destroy a NULL pixmap.Daniel Drake1-1/+1
2008-08-31xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.Maarten Maathuis1-1/+1
2008-08-29Cosmetic fix to EDID decoding.Xavier Bestel1-1/+2
2008-08-29Fix the tile offset in miPaintWindow for ParentRelative windows.Fredrik Höglund1-2/+2
2008-08-29Don't abort if swrast library is not presentDaniel Drake2-14/+25
2008-08-29Reimplement ShmPutImage.Adam Jackson5-180/+25
2008-08-28Attempt getpeercon() on remote sockets as well as local ones.Eamon Walsh1-11/+10
2008-08-26Fix driGetConfigAttribIndex unaligned access to GLboolean.Kristian Høgsberg3-23/+8
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis1-1/+1
2008-08-13xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-17/+89
2008-08-13xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-31/+56
2008-08-13xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-271/+353
2008-08-13xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-70/+184
2008-08-13xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-36/+68
2008-08-13xkb: ProcXkbSetCompatMap should work on all attached SDs.Peter Hutterer1-52/+118
2008-08-13xkb: ProcXkbSetMap should work on all attached SDs.Peter Hutterer1-103/+181
2008-08-13xkb: ProcXkbBell should work on all attached SDs.Peter Hutterer1-91/+140
2008-08-12Fix --disable/--enable-kbd_mode configure flagAlan Coopersmith1-1/+1
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-08-06Make xstrcasestr prototype return value match the implementationAlan Coopersmith1-1/+1
2008-08-06DIX: Add strcasestr from FreeBSDDaniel Stone5-1/+76
2008-08-06dix: Actually build str(n)casecmp if we don't have itDaniel Stone1-3/+6
2008-08-06strcasecmp: Actually use the right licenseDaniel Stone1-25/+28
2008-08-06DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone2-2/+26
2008-08-06config: protect against potential out-of-bounds indexing.Peter Hutterer1-3/+4
2008-08-06config: support type strlist for XkbOptions property.Peter Hutterer1-6/+23
2008-08-06config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer1-0/+15
2008-08-06HAL: Remove grotesque open-coded strcasestrDaniel Stone1-13/+0
2008-08-06xfree86: use xorg.conf input devices if there is no ServerLayoutJulien Cristau1-40/+46
2008-07-29Xi: ChangeDeviceControl presence events should set the appropriate devchange.Peter Hutterer1-1/+1
2008-07-29Require inputproto 1.4.4Peter Hutterer1-1/+1
2008-07-29xfree86: warn some more about potential missing input devices.Peter Hutterer1-0/+10
2008-07-29xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.Peter Hutterer1-0/+7
2008-07-29Revert "Xi: event_{x,y} should refer to the extended device (bug #16289)"Daniel Stone1-8/+3
2008-07-23xserver 1.4.99.906xorg-server-1.4.99.906Adam Jackson1-2/+2
2008-07-23Don't return BadAlloc when trying to set a PictureFilter with no parameters w...Pierre-Loup A. Griffais1-1/+1
2008-07-23[Xephyr] Fix #15839Dodji Seketeli4-0/+43
2008-07-23glx: copy msaa visual capabilitiesRoland Scheidegger1-6/+9
2008-07-23xkb: don't send core events for extension devices on SlowKey timeout.Peter Hutterer1-1/+3
2008-07-21Need to unref pixmaps backing pbuffers too.Kristian Høgsberg1-1/+5
2008-07-21Fix embarrasing GLXPixmap leak.Kristian Høgsberg2-4/+5