summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-25XQuartz: Call xp_window_bring_all_to_front if available in libXpluginJeremy Huddleston1-0/+32
2012-07-25dix: don't use "new" as a parameter nameAaron Plattner1-3/+3
2012-07-24XQuartz: Fix runtime regressions introduced by extension loading changesJeremy Huddleston2-3/+15
2012-07-23XQuartz: Build fix for __GLXscreen::createContext changesJeremy Huddleston1-1/+9
2012-07-17Bump to version 1.12.99.902xorg-server-1.12.99.902Keith Packard1-2/+2
2012-07-17Merge remote-tracking branch 'alanc/master'Keith Packard6-76/+92
2012-07-17Merge remote-tracking branch 'jturney/master'Keith Packard26-447/+267
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard4-84/+80
2012-07-16Use C99 designated initializers in DRI2GetParam repliesAlan Coopersmith1-4/+5
2012-07-16Use C99 designated initializers in RandR 1.4 extension EventsAlan Coopersmith1-23/+24
2012-07-16Use C99 designated initializers in RandR 1.4 extension RepliesAlan Coopersmith3-44/+55
2012-07-16Fix two more C99 initialization mistakes using members of same structAlan Coopersmith2-5/+8
2012-07-16xf86: Re-export extension disable flagsAaron Plattner2-20/+20
2012-07-16hw/xwin: Refer to xkeyboard-config man page for XKB configuration option valuesJon TURNEY1-11/+15
2012-07-16hw/xwin: Fix command line arguments for multiple monitors.Jörg Mensmann1-1/+3
2012-07-16hw/xwin: Remove unused WindowExposuresProcPtr storage in screen privateJon TURNEY1-1/+0
2012-07-16hw/xwin: Remove long obsolete README for hw/xwinJon TURNEY1-141/+0
2012-07-16hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()Jon TURNEY1-18/+0
2012-07-16hw/xwin: Remove winClipboardDetectUnicodeSupport()Jon TURNEY7-100/+8
2012-07-16hw/xwin: Consolidate duplicated code as getHwnd() functionJon TURNEY1-30/+33
2012-07-16hw/xwin: Correct function name in log messageJon TURNEY1-2/+3
2012-07-16hw/xwin: Tidy up some more pointless output which is always emittedJon TURNEY1-4/+4
2012-07-16hw/xwin: RANDR resize didn't occur when screen window was maximized or restoredColin Harrison1-0/+7
2012-07-16hw/xwin: Bug fixes for screen sizing when the screen window is on a non-prima...Jon TURNEY5-34/+94
2012-07-16hw/xwin: Tidy up some pointless output which is always emittedJon TURNEY7-16/+16
2012-07-16hw/xwin: Don't bother reporting XORG_VERSION_CURRENTJon TURNEY2-5/+4
2012-07-12xf86: include xf86platformBus.h in xf86AutoConfig.cDave Airlie1-0/+1
2012-07-13glx: Fix checking GL versionBartosz Brachaczek1-1/+1
2012-07-13glx/dri2: don't return NULL in a function with no return.Dave Airlie1-1/+1
2012-07-13glx/dri2: use correct define from dri attribs.Dave Airlie1-1/+1
2012-07-13glx/dri2: fix incorrect == vs =Dave Airlie1-1/+1
2012-07-13glx/dri2: fix typo in the notification reset for robustness.Dave Airlie1-1/+1
2012-07-13glx: pass screen into the convert functionDave Airlie1-2/+3
2012-07-12xtest: add extinit.h for SyncExtensionInitDave Airlie1-0/+1
2012-07-12Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'Keith Packard3-7/+21
2012-07-12glx: Free DRI2 drawable reference to destroyed GLX drawable.Michel Dänzer1-2/+6
2012-07-12dri2: Add DRI2CreateDrawable2.Michel Dänzer2-2/+20
2012-07-12Restore GLX extension to XWinJon TURNEY1-3/+20
2012-07-12Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-2/+5
2012-07-12sdksyms: Fix build with --disable-xvDaniel Stone1-0/+2
2012-07-12Restore extern to the declaration of __glXDRISWRastProviderJon TURNEY1-1/+1
2012-07-12Revert bogus GlxPushProvider() in commit a1d41e3Jon TURNEY1-3/+0
2012-07-11XQuartz: Re-add prototype for DRIExtensionInitJeremy Huddleston1-0/+3
2012-07-11XQuartz: Fix build failure due to incorrect PseudoramiXExtensionInit prototypeJeremy Huddleston1-1/+1
2012-07-11XQuartz: Silence an unused-variable warningJeremy Huddleston1-1/+1