summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-24configure: don't check xfont always for each serverHEADmasterTiago Vignatti1-4/+4
2010-06-24dix: use one single function to register fpe fontsTiago Vignatti3-11/+6
2010-06-22Bump to 1.8.99.903 -- 1.9 RC3xorg-server-1.8.99.903Keith Packard1-1/+1
2010-06-22list.h: Fix list_for_each_entry_safe()Kristian Høgsberg1-3/+3
2010-06-22Revert "mi: Remove unused overlay support"Keith Packard5-2/+2010
2010-06-22Bump to 1.8.99.902 -- 1.9 RC2xorg-server-1.8.99.902Keith Packard1-2/+2
2010-06-22record: Prevent a crash on recording client disconnect.Rami Ylimäki1-5/+17
2010-06-22Don't crash when asked if a client that has disconnected was localSimon Farnsworth1-0/+5
2010-06-22composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)Dave Airlie3-10/+87
2010-06-22dri2: avoid crash with old dri drivers.Dave Airlie1-1/+2
2010-06-22rotation: fix cursor and overlap of one pixel.Dave Airlie2-17/+20
2010-06-22config: declare xserver private dependencies in xorg-server.pcGaetan Nadon2-2/+10
2010-06-22XWin: Fixes for devPrivates API changeColin Harrison3-11/+18
2010-06-21xv: Don't send port notify when SetPortAttribute failsVille Syrjälä1-3/+4
2010-06-20os: Remove unused dev_tty_from_init variableMikhail Gusarov1-4/+1
2010-06-20os: Remove unused pread/pwrite/lockit functionsMikhail Gusarov1-50/+0
2010-06-20mi: Remove unused overlay supportMikhail Gusarov5-2010/+2
2010-06-20mi: do not use X11/extensions/shape.h header from libXextMikhail Gusarov1-1/+1
2010-06-18Don't coredump on "X -showopts" (bug 25874)Alan Coopersmith1-0/+7
2010-06-18record: Register client private to prevent crash.Rami Ylimäki1-0/+3
2010-06-17DRI2/xserver: Don't hang in glXSwapBuffers if drawable moves between crtc's (...Mario Kleiner1-0/+15
2010-06-16dix: the default axis mode is Relative, not "0".Peter Hutterer1-1/+1
2010-06-16Re-enabled Xnest fix for focus in + modifier bug.Xiaoyang Yu (Max)1-62/+45
2010-06-15In DRI2Connect, check to see if DRI2 has been initialized (bug 28424)Keith Packard1-1/+5
2010-06-15Clean up RandR12 bits on screen close (bug 27114)Keith Packard3-1/+28
2010-06-15Bump to 1.8.99.901 -- 1.9 RC1xorg-server-1.8.99.901Keith Packard1-2/+2
2010-06-11Merge remote branch 'dottedmag/for-keithp'Keith Packard30-151/+119
2010-06-11exa: fix ExaCheckCopyNtoN for exa_classic when source = destÉric Piel1-1/+2
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner11-84/+47
2010-06-11record: move free() to after last use of pContextMatt Turner1-2/+2
2010-06-11xkb: replace xstrdup with strdup in Win32SystemMikhail Gusarov1-1/+6
2010-06-11config: Replace xstrdup with strdup in add_option()Mikhail Gusarov1-1/+1
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-14/+14
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-8/+8
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11dmx: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-3/+3
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov8-26/+26
2010-06-10Merge remote branch 'alanc/master'Keith Packard5-9/+20
2010-06-10Ignore RandR timestamps harderKeith Packard1-33/+0
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard3-4/+4
2010-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Record some additional library dependencies in xf86 modulesAlan Coopersmith3-1/+10
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard16-138/+713
2010-06-11Xi: don't copy the modifier key count when copying device classes (#25480)Peter Hutterer1-4/+0
2010-06-11config: remove redundant DBUS API define, require dbus-1 >= 1.0Peter Hutterer2-2/+2
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson5-22/+57
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson4-109/+179
2010-06-11config: Script to convert HAL fdi settings to InputClass sectionsDan Nicholson2-1/+203