summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Warning fixes in glxKeith Packard2-2/+2
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard2-5/+2
2014-01-22test/signal-formatting: Ignore compiler warningsKeith Packard1-2/+5
2014-01-22test/hashtabletest: Clean up -Wshadow errorsKeith Packard1-4/+2
2014-01-22test/xi2: Clean up -Wshadow warningsKeith Packard5-41/+41
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2014-01-22randr: Eliminate -Wshadow warningsKeith Packard1-9/+8
2014-01-22hw/xnest: Eliminate shadowed namesKeith Packard4-17/+17
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-22exa: Fix -Wshadow warningsKeith Packard2-4/+3
2014-01-22composite: Remove duplicate window pixmap fetchKeith Packard1-1/+0
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard27-427/+408
2014-01-22Xi: Use 'void *' instead of 'Pointer' (which is going away)Keith Packard1-1/+1
2014-01-22os: Fix -Wshadow errorsKeith Packard2-24/+22
2014-01-22Add 'FONT_PATH_NAME_ELEMENT_CONST' to dix-config.h and xorg-server.hKeith Packard2-0/+6
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard2-0/+3
2014-01-22include: GetClientResolutions is declared in font.hKeith Packard1-2/+0
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard5-9/+81
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard3-45/+105
2014-01-22If EAGAIN == EWOULDBLOCK, only need to check errno for one of themAlan Coopersmith1-3/+8
2014-01-22Merge remote-tracking branch 'jeremyhu/master'Keith Packard9-25/+56
2014-01-22Merge remote-tracking branch 'anholt/xserver-unifdef'Keith Packard2-83/+1
2014-01-22Merge remote-tracking branch 'anholt/glamor-external-rebase'Keith Packard42-0/+20996
2014-01-22autoconf: fix warning by replacing AC_WARN with AC_MSG_WARNGaetan Nadon1-1/+1
2014-01-22xorg-tls: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSEGaetan Nadon1-2/+2
2014-01-22autoconf: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSEGaetan Nadon1-5/+5
2014-01-22autoconf: fix warning, replace AC_TRY_LINK with AC_LINK_IFELSEGaetan Nadon1-5/+5
2014-01-22autoconf: fix warning by replacing deprecated AC_HELP_STRINGGaetan Nadon1-7/+5
2014-01-22libtool: bump minimum required version to 2.2Gaetan Nadon2-3/+5
2014-01-15os: restrict display names to digitsPeter Hutterer1-0/+27
2014-01-12XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9
2014-01-12XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenuJeremy Huddleston Sequoia1-0/+7
2014-01-12XQuartz: Silence a clang static analysis warning about a memory leakJeremy Huddleston Sequoia1-0/+3
2014-01-12XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-12XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-12XQuartz: Mark applicationWillTerminate: noreturnJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Fix get_proc_address signatureJeremy Huddleston Sequoia1-2/+2
2014-01-12XQuartz: Fix darwinfb.h header guardJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard6-91/+69
2014-01-12Replace 'pointer' type with 'void *'Keith Packard319-1914/+1917
2014-01-12Don't build dmx by defaultKeith Packard1-1/+1
2014-01-12hw/xfree86: nobus.c shouldn't define a static functionKeith Packard1-1/+4
2014-01-12kdrive/ephyr; Don't redeclare monitorResolutionKeith Packard1-2/+0
2014-01-12kdrive/ephyr: ddxUseMsg is supposed to returnKeith Packard1-2/+0
2014-01-12vfb: Remove unused pXWDCmap variableKeith Packard1-2/+0
2014-01-12xfree86: Switch int10 code to stdint typesKeith Packard4-145/+145