summaryrefslogtreecommitdiff
path: root/xdpyinfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27Present: add per-crtc capabilities to -ext outputHEADmasterAlan Coopersmith1-0/+26
2024-04-27Present: add -ext present that prints version & screen capabilitiesAlan Coopersmith1-0/+97
2024-04-27XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal errorAlan Coopersmith1-5/+27
2022-12-08Call memset() instead of hand-coding our own equivalentAlan Coopersmith1-2/+1
2022-12-08Remove unnecessary downcast of double to floatAlan Coopersmith1-1/+1
2022-12-08Variable scope reductionAlan Coopersmith1-71/+70
2022-04-06xdpyinfo: Fix printing the X.Org release version for xserver >= 21Adam Jackson1-4/+11
2022-04-03fix -Wunused-[...] compiler warningsThomas Kuehne1-0/+2
2022-01-09Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-03-24Add explicit casts to clear implicit conversion warningsAlan Coopersmith1-4/+4
2019-03-03Only check for XFree86 if vendor string doesn't match X.OrgAlan Coopersmith1-13/+12
2015-02-17Delete unused NULLSTR macroAlan Coopersmith1-3/+0
2015-02-17Mark required arguments to Xlib error handler as unusedAlan Coopersmith1-1/+1
2013-11-26Sprinkle consts in StrCmp to quiet cast warningsAlan Coopersmith1-1/+1
2013-11-26Print which option was in error along with usage messageAlan Coopersmith1-3/+14
2013-02-10Mark num_known_extensions as a const, since the size is fixed at compile timeAlan Coopersmith1-1/+1
2013-02-10Convert sprintf calls to snprintfAlan Coopersmith1-3/+5
2013-02-10Rename i & count in inner loop to avoid shadowing same named vars in outer loopAlan Coopersmith1-6/+6
2013-01-21Add -version option to print version numberAlan Coopersmith1-0/+4
2013-01-21Combine usage messages into a single stringAlan Coopersmith1-5/+5
2013-01-21Declare 'len' as size_t to avoid unneccessary back-and-forth conversionsAlan Coopersmith1-1/+1
2013-01-21Mark usage() as _X_NORETURNAlan Coopersmith1-1/+1
2012-11-05Include Xwindows.h on WIN32 to avoid type clashesJon TURNEY1-0/+4
2011-09-28Silence gcc complaint about being unable to check printf format stringAlan Coopersmith1-5/+4
2011-09-28Remove unused function hasExtensionAlan Coopersmith1-15/+0
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-29/+31
2011-09-28Strip trailing whitespaceAlan Coopersmith1-29/+29
2010-10-06Purge cvs tags.Jesse Adkins1-4/+0
2010-10-04Use xcb for -queryExt instead of a round-trip per extensionAlan Coopersmith1-12/+44
2010-03-27xprint: remove isPrintScreen codeGaetan Nadon1-16/+5
2010-03-26xprint: remove conditional code regarding xprint featureGaetan Nadon1-140/+0
2009-10-12Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headersAlan Coopersmith1-3/+9
2009-09-21Use xf86vmproto.h instead of xf86vmstr.h if it is installedAlan Coopersmith1-2/+7
2009-09-01Improved XF86-VidModeExtension printingAlan Coopersmith1-61/+77
2009-09-01Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extensionAlan Coopersmith1-2/+2
2009-02-04Print Composite extension version for "-ext Composite"Alan Coopersmith1-0/+24
2009-01-13Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-8/+9
2008-06-13Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.Matthieu Herrb1-1/+3
2008-05-21Ignore errors from xf86misc rather than crashing out.Adam Jackson1-0/+16
2008-04-30Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4Julien Cristau1-0/+10
2007-03-20Clear a couple more memory leaks found by Sun Studio dbx check -leaksAlan Coopersmith1-0/+5
2007-03-20Coverity #748: IsPrintScreen: Returned without freeing storage "pscreens"Alan Coopersmith1-0/+1
2007-03-20Coverity #749: print_XF86VidMode_info: Returned without freeing storage "mode...Alan Coopersmith1-0/+1
2007-03-20Coverity #750: print_xinput_info() returned without freeing storage "ext"Alan Coopersmith1-0/+1
2007-03-20Coverity #752: XListDepths return leaked in print_xrender_info()Alan Coopersmith1-0/+1
2007-03-20Fix line wrapping of extensions list in usage messageAlan Coopersmith1-1/+4
2007-03-19Clear sparse warning: Using plain integer as NULL pointerAlan Coopersmith1-1/+1
2007-03-19Fix typos in commentsAlan Coopersmith1-3/+3
2005-07-08Add support for modular extension autodetection (ignored in monolithicXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Keith Packard1-0/+48
2005-04-26//bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2555sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Roland Mainz1-0/+2