summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-08-27sdksyms.sh: Use CPPFLAGS, not CFLAGSJeremy Huddleston1-2/+2
2012-08-27XQuartz: Detect FatalErrors on startup to prevent tight crash loopsJeremy Huddleston4-1/+51
2012-08-27os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston8-10/+7
2012-08-26XQuartz: Bump version to 2.7.3Jeremy Huddleston Sequoia1-2/+2
2012-08-19XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()Jeremy Huddleston Sequoia1-2/+2
2012-08-19XQuartz: console_redirect: Set the correct location for reading into the bufferJeremy Huddleston Sequoia1-9/+15
2012-08-19Fix up formatting of initializers for arrays of structsAlan Coopersmith10-257/+231
2012-08-19randr: Fix up yet another corner case in preferred mode selectionAdam Jackson1-2/+6
2012-08-19kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-08-19ephyr: Resize screen automatically when parent window is resizedVic Lee3-8/+82
2012-08-19ephyr: Fix up some bizarre formattingAdam Jackson1-1/+4
2012-08-03XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...Jeremy Huddleston Sequoia1-22/+12
2012-08-03hw/xquartz: Various fixes for pseudoramiX.cJon TURNEY1-4/+13
2012-08-01XQuartz: Call xp_window_bring_all_to_front if available in libXpluginJeremy Huddleston1-0/+32
2012-08-01XQuartz: Fix incorrect PseudoramiXExtensionInit prototypeJeremy Huddleston2-2/+2
2012-08-01XQuartz: Silence an unused-variable warningJeremy Huddleston1-1/+1
2012-08-01Xinerama: Fix ExtensionInit prototypeDaniel Stone1-1/+1
2012-08-01Xorg: Link XKB DDX library after core server libsDaniel Stone1-1/+1
2012-08-01Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-08-01xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith2-41/+52
2012-08-01xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-08-01Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-08-01Remove obsolete tab stop comments from hw/xfree86/parser/*.cAlan Coopersmith15-30/+0
2012-07-30Bump video ABI version to 12.1Julien Cristau1-1/+1
2012-07-30dri2: Add DRI2CreateDrawable2.Michel Dänzer2-2/+20
2012-07-30DRI2: Remove prototype for DRI2DestroyDrawableDaniel Stone1-2/+0
2012-07-09xfree86: EDID Est III parsing skips some modesTorsten Kaiser1-1/+1
2012-07-09xfree86: EDID Est III parsing can walk off end of arrayTorsten Kaiser1-2/+9
2012-07-09xfree86: always enable SIGIO on OsVendorInit (#50957)Peter Hutterer1-0/+1
2012-07-09xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1
2012-06-05xfree86: fix mouse wheel support for DGA clientsMarcin Slusarz1-16/+78
2012-05-29Convert sbusPaletteKey to latest DevPrivate APIAlan Coopersmith1-2/+6
2012-05-29cvt man page should use Hz, not kHz, for vertical refresh rateAlan Coopersmith1-2/+2
2012-05-29Undocument Font Module loadingAlan Coopersmith1-20/+0
2012-05-29Undocument mandatory loadable modulesAlan Coopersmith1-5/+0
2012-05-29XQuartz: Avoid a race in initialization of darwinPointerJeremy Huddleston1-8/+10
2012-05-29XQuartz: Provide fls implementation for TigerJeremy Huddleston1-0/+14
2012-05-29XQuartz: Tiger build fixJeremy Huddleston1-0/+6
2012-05-29XQuartz: Workaround an SDK bug on Leopard/x86_64Jeremy Huddleston1-0/+6
2012-05-10dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURNMichal Suchanek2-10/+22
2012-05-10hw/xfree86: Re-indent xf86vmode.cKeith Packard1-346/+480
2012-05-10hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badlyKeith Packard1-1/+1
2012-05-02XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-04-26xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-26XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-26XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-26XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-26XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-26XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-26XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1