summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alan Coopersmith [Wed, 4 Feb 2009 21:43:34 +0000 (13:43 -0800)]
Print Composite extension version for "-ext Composite"
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>
Paulo Cesar Pereira de Andrade [Tue, 13 Jan 2009 22:10:23 +0000 (20:10 -0200)]
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
make distcheck.
Matthieu Herrb [Fri, 13 Jun 2008 18:23:03 +0000 (12:23 -0600)]
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Adam Jackson [Wed, 21 May 2008 18:19:52 +0000 (14:19 -0400)]
xdpyinfo 1.0.3
Adam Jackson [Wed, 21 May 2008 18:18:57 +0000 (14:18 -0400)]
Ignore errors from xf86misc rather than crashing out.
Julien Cristau [Wed, 30 Apr 2008 12:37:03 +0000 (14:37 +0200)]
Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
James Cloos [Thu, 6 Dec 2007 20:51:05 +0000 (15:51 -0500)]
Add missing PHONY line for automatic ChangeLog generation
Alan Coopersmith [Fri, 25 May 2007 01:24:29 +0000 (18:24 -0700)]
X.Org bug #10616: Add all the X info commands to See Also in man page
X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
Reported upstream from
Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
Alan Coopersmith [Tue, 20 Mar 2007 21:08:17 +0000 (14:08 -0700)]
Version bump: 1.0.2
Alan Coopersmith [Tue, 20 Mar 2007 20:34:30 +0000 (13:34 -0700)]
Clear a couple more memory leaks found by Sun Studio dbx check -leaks
Alan Coopersmith [Tue, 20 Mar 2007 20:25:06 +0000 (13:25 -0700)]
Coverity #748: IsPrintScreen: Returned without freeing storage "pscreens"
Alan Coopersmith [Tue, 20 Mar 2007 20:21:56 +0000 (13:21 -0700)]
Coverity #749: print_XF86VidMode_info: Returned without freeing storage "modelines"
Alan Coopersmith [Tue, 20 Mar 2007 20:16:18 +0000 (13:16 -0700)]
Coverity #750: print_xinput_info() returned without freeing storage "ext"
Alan Coopersmith [Tue, 20 Mar 2007 20:10:33 +0000 (13:10 -0700)]
Coverity #752: XListDepths return leaked in print_xrender_info()
Ingo Bormuth [Thu, 25 May 2006 11:13:00 +0000 (03:13 -0800)]
Bug 7027: Add configure options --without-dmx --without-dga --without-xinerama
X.Org Bug 7027: <https://bugs.freedesktop.org/show_bug.cgi?id=7027>
Patch #5735: <https://bugs.freedesktop.org/attachment.cgi?id=5735>
From gentoo bug 132502: <http://bugs.gentoo.org/show_bug.cgi?id=132502>
Alan Coopersmith [Tue, 20 Mar 2007 17:39:36 +0000 (10:39 -0700)]
Fix line wrapping of extensions list in usage message
Alan Coopersmith [Tue, 20 Mar 2007 02:23:33 +0000 (19:23 -0700)]
Clear sparse warning: Using plain integer as NULL pointer
Alan Coopersmith [Tue, 20 Mar 2007 02:15:18 +0000 (19:15 -0700)]
Fix typos in comments
Alan Coopersmith [Tue, 20 Mar 2007 02:09:27 +0000 (19:09 -0700)]
Add support for checking sources with sparse/lint/etc.
Alan Coopersmith [Tue, 20 Mar 2007 01:53:38 +0000 (18:53 -0700)]
renamed: .cvsignore -> .gitignore
Alan Coopersmith [Tue, 20 Mar 2007 01:53:02 +0000 (18:53 -0700)]
Replace static ChangeLog with dist-hook to generate from git log
Kevin E Martin [Wed, 21 Dec 2005 02:29:49 +0000 (02:29 +0000)]
Update package version for X11R7 release.
Adam Jackson [Mon, 19 Dec 2005 16:22:43 +0000 (16:22 +0000)]
Stub COPYING files
Kevin E Martin [Thu, 15 Dec 2005 00:24:06 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.
Kevin E Martin [Tue, 6 Dec 2005 22:48:21 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Kevin E Martin [Sat, 3 Dec 2005 05:49:19 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.
Alan Coopersmith [Mon, 28 Nov 2005 22:01:41 +0000 (22:01 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
Eric Anholt [Mon, 21 Nov 2005 10:34:59 +0000 (10:34 +0000)]
Another pass at .cvsignores for apps.
Eric Anholt [Sun, 20 Nov 2005 22:08:51 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.
Kevin E Martin [Sat, 19 Nov 2005 07:15:36 +0000 (07:15 +0000)]
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Kevin E Martin [Wed, 19 Oct 2005 02:47:53 +0000 (02:47 +0000)]
Update package version number for RC1 release.
Alan Coopersmith [Mon, 17 Oct 2005 23:56:21 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
Alan Coopersmith [Fri, 14 Oct 2005 00:25:44 +0000 (00:25 +0000)]
Use sed to fill in variables in man page
Alan Coopersmith [Fri, 19 Aug 2005 00:13:45 +0000 (00:13 +0000)]
More updates for Panoramix -> Xinerama rename
Adam Jackson [Wed, 3 Aug 2005 04:30:26 +0000 (04:30 +0000)]
More unique tokens for PKG_CHECK_MODULES
Kevin E Martin [Fri, 29 Jul 2005 21:22:32 +0000 (21:22 +0000)]
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
Adam Jackson [Wed, 20 Jul 2005 19:31:52 +0000 (19:31 +0000)]
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
configure cache, you cache it, and the cached value is probably wrong.
Daniel Stone [Mon, 18 Jul 2005 08:24:50 +0000 (08:24 +0000)]
Fail gracefully when extensions not present.
Keith Packard [Sat, 9 Jul 2005 23:36:22 +0000 (23:36 +0000)]
Add .cvsignore files
Keith Packard [Fri, 8 Jul 2005 04:54:31 +0000 (04:54 +0000)]
Autodetect extension support. Install manual as xdpyinfo.1 Note that
autodetection requires changes to xdpyinfo.c as well, which currently
lives in the monolithic tree. These changes don't have any effect on
monolithic builds.
Keith Packard [Fri, 8 Jul 2005 04:54:09 +0000 (04:54 +0000)]
Add support for modular extension autodetection (ignored in monolithic
build)
Søren Sandmann Pedersen [Wed, 6 Jul 2005 19:56:47 +0000 (19:56 +0000)]
Add buildsystem for xdpyinfo
Roland Mainz [Tue, 26 Apr 2005 05:33:10 +0000 (05:33 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2555
(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>.
Roland Mainz [Fri, 11 Mar 2005 21:18:12 +0000 (21:18 +0000)]
xc/programs/twm/Imakefile
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).
Kevin E Martin [Thu, 2 Sep 2004 05:50:38 +0000 (05:50 +0000)]
Clean up defines for Xprint support and fix BuildServersOnly build for
libXaw.
Kristian Høgsberg [Mon, 16 Aug 2004 16:36:15 +0000 (16:36 +0000)]
As discussed and agreed on on the release-wranglers meeting of August 16,
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.
Kevin E Martin [Wed, 30 Jun 2004 20:06:56 +0000 (20:06 +0000)]
Add Distributed Multihead X (DMX) support
Roland Mainz [Tue, 25 May 2004 02:07:18 +0000 (02:07 +0000)]
Fix for freedesktop.org/bugzilla/show_bug.cgi?id=672 - RFE: xdpyinfo
should print information about print screens
Roland Mainz [Sun, 16 May 2004 21:52:44 +0000 (21:52 +0000)]
Fix for pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=623 -
RFE: "xdpyinfo" should have support for XpExtension.
Egbert Eich [Fri, 23 Apr 2004 19:54:43 +0000 (19:54 +0000)]
Merging XORG-CURRENT into trunk
Egbert Eich [Sun, 14 Mar 2004 08:35:14 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich [Wed, 3 Mar 2004 12:13:00 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich [Thu, 26 Feb 2004 13:36:17 +0000 (13:36 +0000)]
readding XFree86's cvs IDs
Egbert Eich [Thu, 26 Feb 2004 09:24:04 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Kaleb Keithley [Tue, 25 Nov 2003 19:29:12 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley [Fri, 14 Nov 2003 16:49:22 +0000 (16:49 +0000)]
XFree86 4.3.0.1
Kaleb Keithley [Fri, 14 Nov 2003 15:54:53 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line