summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-05EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.server-1.12-branchMichel Dänzer2-4/+13
2012-10-24Revert "Unload submodules."Julien Cristau1-0/+6
2012-10-24int10: fix pci_device_read_rom usageStephan Schreiber1-1/+2
2012-10-24Revert "fb: reorder Bresenham error correction to avoid overshoot."Julien Cristau1-9/+9
2012-10-24Revert "kinput: allocate enough space for null character."Julien Cristau1-1/+1
2012-10-14XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS X 10.8.2Jeremy Huddleston Sequoia1-0/+6
2012-10-12xfree86: add xf86UpdateDesktopDimensions()Peter Hutterer3-1/+10
2012-09-22list: Use offsetof() and typeof() to determine member offsets within a structureJeremy Huddleston Sequoia3-4/+21
2012-09-22test/list: Fix test_xorg_list_del testJeremy Huddleston Sequoia1-2/+2
2012-08-26configure.ac: Version bump to 1.12.4Jeremy Huddleston Sequoia1-2/+2
2012-08-26XQuartz: Bump version to 2.7.3Jeremy Huddleston Sequoia1-2/+2
2012-08-19configure.ac: Version bump to 1.12.3.902 (1.12.4 RC2)Jeremy 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-19Only free Render filter names on last screen closeKeith Packard1-1/+4
2012-08-19fb: reorder Bresenham error correction to avoid overshoot.Simon Schubert1-9/+9
2012-08-19dix: make sure the mask is set for emulated scroll events (#52508)Peter Hutterer1-0/+2
2012-08-19sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1bAdam Jackson1-12/+12
2012-08-19Make indentation of dix/tables.c much more consistent and readableAlan Coopersmith1-395/+560
2012-08-19Fix up formatting of initializers for arrays of structsAlan Coopersmith14-409/+384
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-03configure.ac: Version bump to 1.12.3.901 (1.12.4 RC1)Jeremy Huddleston Sequoia1-2/+2
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-01AllocDevicePair: Ensure XKB privates are initialisedDaniel Stone2-2/+2
2012-08-01Xinerama: Fix ExtensionInit prototypeDaniel Stone2-2/+2
2012-08-01Xorg: Link XKB DDX library after core server libsDaniel Stone1-1/+1
2012-08-01Don't make failure to -nolisten fatalDaniel Stone1-2/+2
2012-08-01Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-08-01Set padding bytes to 0 in WriteToClientAlan Coopersmith1-1/+5
2012-08-01Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith9-13/+15
2012-08-01xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith2-41/+52
2012-08-01ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith1-0/+1
2012-08-01Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd1-0/+1
2012-08-01Add 'install-headers' target in the top-level MakefileKeith Packard1-0/+7
2012-08-01xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-08-01list.h: don't crash when removing an element from a NULL listPeter Hutterer1-1/+1
2012-08-01Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-08-01dix: fix dereference before null checkPeter Hutterer1-1/+3
2012-08-01xkb: use local variable instead of casting argPeter Hutterer1-5/+5
2012-08-01randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner1-1/+1
2012-08-01randr: Catch two more potential unset rrScrPriv usesKeith Packard2-1/+5
2012-08-01randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard4-16/+13
2012-08-01randr: first check pScrPriv before using the pointer at RRFirstOutputRicardo Salveti de Araujo1-0/+3