summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Release 1.12.99.904xorg-server-1.12.99.904Keith Packard1-2/+3
2012-08-07Distribute include/glx_extinit.hKeith Packard1-0/+1
2012-08-07Bump glproto requirement to 1.4.16Julien Cristau1-1/+1
2012-08-06Merge remote-tracking branch 'whot/for-keith'Keith Packard3-8/+43
2012-08-06Merge remote-tracking branch 'airlied/for-keithp'Keith Packard2-1/+11
2012-08-06Merge remote-tracking branch 'alanc/master'Keith Packard18-809/+967
2012-08-07os: don't unconditionally unblock SIGIO in OsReleaseSignals()Peter Hutterer2-8/+41
2012-08-07dix: make sure the mask is set for emulated scroll events (#52508)Peter Hutterer1-0/+2
2012-08-06sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1bAdam Jackson1-12/+12
2012-08-06randr: fix xinerama output for output slavesDave Airlie1-1/+19
2012-08-07dri2: fix master pixmap free and reset pointerDave Airlie1-1/+2
2012-08-07dri2: free slave pixmap on app exitDave Airlie1-0/+5
2012-08-07pixmap: have slave pixmap take a reference on master pixmapDave Airlie1-0/+4
2012-08-06Make indentation of dix/tables.c much more consistent and readableAlan Coopersmith1-395/+560
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith14-409/+384
2012-08-06RRModeCreate: plug memory leak of newModes if AddResource failsAlan Coopersmith1-1/+3
2012-08-06rrproperty.c: free newly allocated prop in more error pathsAlan Coopersmith1-2/+10
2012-08-06rrproviderproperty.c: free newly allocated prop in more error pathsAlan Coopersmith1-2/+10
2012-08-06Merge remote-tracking branch 'whot/for-keith'Keith Packard3-2/+8
2012-08-06Merge remote-tracking branch 'jturney/master'Keith Packard16-406/+462
2012-08-06Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-44/+65
2012-08-06xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are goneKeith Packard1-3/+0
2012-08-06xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabledRui Matos1-4/+34
2012-08-06randr: Fix up yet another corner case in preferred mode selectionAdam Jackson1-2/+6
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-08-06ephyr: Resize screen automatically when parent window is resizedVic Lee3-8/+82
2012-08-06ephyr: Fix up some bizarre formattingAdam Jackson1-1/+4
2012-08-05XIChangeDeviceProperty: free newly allocated prop when SetProperty failsAlan Coopersmith1-0/+2
2012-08-05Do sent TouchEnd to listeners that don't own an accepted touchDaniel d'Andrada1-0/+6
2012-08-05test: always add DIX_LIB and OS_LIB on XORG buildsPeter Hutterer1-2/+0
2012-08-03glx: Do not report the GLX_INTEL_swap_event extension for indirect swrastJon TURNEY1-1/+1
2012-08-03glx: Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.Jon TURNEY1-1/+1
2012-08-03os: Fix TMP fall-back in Win32TempDir()Colin Harrison1-1/+1
2012-08-03hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL modeMarc Haesen1-27/+43
2012-08-03hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of ...Jon TURNEY1-7/+22
2012-08-03hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW styleJon TURNEY1-9/+5
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY11-299/+307
2012-08-03hw/xwin: Also update icon when _NET_WM_ICON property changesJon TURNEY1-17/+19
2012-08-03hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENTJon TURNEY2-3/+3
2012-08-03hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separ...Jon TURNEY1-43/+62
2012-08-03XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...Jeremy Huddleston Sequoia1-22/+12
2012-08-01pbproxy: Fix a warning about a bad method prototypeJeremy Huddleston Sequoia1-1/+1
2012-08-01Fix pseudoramiX.c compilation without darwin.hJon TURNEY1-17/+39
2012-08-01hw/xquartz: Various fixes for pseudoramiX.cJon TURNEY1-4/+13
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie7-2/+39
2012-07-25Version 1.12.99.903 (1.13 RC3)xorg-server-1.12.99.903Keith Packard1-2/+2
2012-07-25doc: Drop XAA references from xorg.conf man pageAdam Jackson1-69/+1
2012-07-25xfree86: Drop some dead XAA decls from SDK headersAdam Jackson1-43/+0
2012-07-25cw: RemoveAdam Jackson8-1576/+1
2012-07-25Merge remote-tracking branch 'jeremyhu/master'Keith Packard4-4/+56