summaryrefslogtreecommitdiff
path: root/xdpyinfo.c
AgeCommit message (Collapse)Author
2009-09-01Improved XF86-VidModeExtension printingAlan Coopersmith
- Combine common modeline printing code into single function - Don't return 0 unless extension isn't supported, since that makes xdpyinfo report the extension isn't supported. - Don't exit immediately if some information is not available, since other info may be present. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-01Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extensionAlan Coopersmith
https://bugs.freedesktop.org/show_bug.cgi?id=3438 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-04Print Composite extension version for "-ext Composite"Alan Coopersmith
The only other information I could see to query in the Composite 0.4 protocol spec is the Composite Overlay Window XID, but the request to get that ID has the side effect of mapping the overlay window, and xdpyinfo shouldn't have side effects like that. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-13Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects make distcheck.
2008-06-13Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.Matthieu Herrb
2008-05-21Ignore errors from xf86misc rather than crashing out.Adam Jackson
2008-04-30Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4Julien Cristau
2007-03-20Clear a couple more memory leaks found by Sun Studio dbx check -leaksAlan Coopersmith
2007-03-20Coverity #748: IsPrintScreen: Returned without freeing storage "pscreens"Alan Coopersmith
2007-03-20Coverity #749: print_XF86VidMode_info: Returned without freeing storage ↵Alan Coopersmith
"modelines"
2007-03-20Coverity #750: print_xinput_info() returned without freeing storage "ext"Alan Coopersmith
2007-03-20Coverity #752: XListDepths return leaked in print_xrender_info()Alan Coopersmith
2007-03-20Fix line wrapping of extensions list in usage messageAlan Coopersmith
2007-03-19Clear sparse warning: Using plain integer as NULL pointerAlan Coopersmith
2007-03-19Fix typos in commentsAlan Coopersmith
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 Packard
build)
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 Mainz
(https://bugs.freedesktop.org/attachment.cgi?id=2555) bug 2705 part II: Fix build to work with |#define BuildXprint NO| Patch by Kevin E. Martin <kem@freedesktop.org>.
2005-03-11xc/programs/twm/ImakefileXORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Roland Mainz
xc/programs/twm/twm.c //bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2087 (https://bugs.freedesktop.org/attachment.cgi?id=2087) Make twm ignore print screens to avoid that users accidentally warp on a non-video screen (which are not visible on any monitor) when the Xserver has both video and print screens. (This includes also a small cleanup of xdpyinfo where parts of the print screen test code comes from) Patch by Julien Lafon <julien.lafon@gmail.com> (MIT/X.org license).
2004-09-02Clean up defines for Xprint support and fix BuildServersOnly build forrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904Kevin E Martin
libXaw.
2004-08-16As discussed and agreed on on the release-wranglers meeting of August 16,XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901Kristian Høgsberg
I'm committing the patch from bug #1060 to back out unconditional Xprint functionality. Back out Xprint changes. Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to CVS of April 25, to back out unconditional Xprint support. Fix up Xprint config logic to be like the rest of the extensions: BuildXprint is a one-stop option for disabling everything Xprint related. XprtServer controls building Xprt, BuildXprintLib controls building Xprint libs and BuildXprintClients controls building clients related to Xprint. BuiltXprint defaults to YES and the other options respects relevant settings, i.e. BuildServer and BuildServersOnly. Build Xaw regardless of BuildXprintLib setting. Only build xphelloworld, xplsprinters and xprehashprinterlist when BuildXprintClients it YES. Disable building xmore, it has always supported XawPrintShell. Make Xprint support depend on BuildXprintLib.
2004-06-30Add Distributed Multihead X (DMX) supportXORG-6_7_99_2XORG-6_7_99_1Kevin E Martin
2004-05-25Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=672 - RFE: xdpyinfoRoland Mainz
should print information about print screens
2004-05-16Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=623 -Roland Mainz
RFE: "xdpyinfo" should have support for XpExtension.
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley