summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Add glXCreateNewContext support in XephyrHEADmasterFrederic Plourde3-17/+107
2012-09-04xf86: call enter/leave VT for gpu screens as wellDave Airlie1-0/+11
2012-09-04xf86/crtc: don't free config->nameDave Airlie1-2/+0
2012-08-27XQuartz: Bump Info.plist version to 2.7.4Jeremy Huddleston Sequoia1-2/+2
2012-08-17xfree86: Bump extension ABI to 7.0Aaron Plattner1-1/+1
2012-08-16XQuartz: Use asl_log_descriptor for children as wellJeremy Huddleston Sequoia1-2/+60
2012-08-16XQuartz: Use asl_log_descriptor on Mountain LionJeremy Huddleston Sequoia1-0/+17
2012-08-16XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()Jeremy Huddleston Sequoia1-2/+2
2012-08-16XQuartz: console_redirect: Set the correct location for reading into the bufferJeremy Huddleston Sequoia1-9/+15
2012-08-15XQuartz: Fix build regression for GlxExtensionInitJeremy Huddleston1-0/+1
2012-08-14Kludge -- Call RandR screen before cleaning up xf86 crtcsKeith Packard1-4/+7
2012-08-06Merge remote-tracking branch 'airlied/for-keithp'Keith Packard1-1/+7
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-06Fix up formatting of initializers for arrays of structsAlan Coopersmith10-257/+231
2012-08-06Merge remote-tracking branch 'jturney/master'Keith Packard13-403/+459
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-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 Airlie3-0/+3
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-25XQuartz: Call xp_window_bring_all_to_front if available in libXpluginJeremy Huddleston1-0/+32
2012-07-24XQuartz: Fix runtime regressions introduced by extension loading changesJeremy Huddleston1-3/+9
2012-07-23XQuartz: Build fix for __GLXscreen::createContext changesJeremy Huddleston1-1/+9
2012-07-17Merge remote-tracking branch 'alanc/master'Keith Packard1-4/+5
2012-07-17Merge remote-tracking branch 'jturney/master'Keith Packard22-363/+187
2012-07-16Use C99 designated initializers in DRI2GetParam repliesAlan Coopersmith1-4/+5
2012-07-16xf86: Re-export extension disable flagsAaron Plattner1-4/+4
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