2015-04-17 09:01:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.2:
Alan Coopersmith (8):
Print which option was in error along with usage message
Sprinkle consts in StrCmp to quiet cast warnings
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Mark required arguments to Xlib error handler as unused
Delete unused NULLSTR macro
xdpyinfo 1.3.2
|
2013-05-21 10:42:50 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.1:
This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.
Alan Coopersmith (9):
Mark usage() as _X_NORETURN
Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
Combine usage messages into a single string
Add -version option to print version number
Add xrandr to SEE ALSO section of man page
Rename i & count in inner loop to avoid shadowing same named vars in \
outer loop
Convert sprintf calls to snprintf
Mark num_known_extensions as a const, since the size is fixed at compile time
xdpyinfo 1.3.1
Jon TURNEY (1):
Include Xwindows.h on WIN32 to avoid type clashes
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215) |
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
|
2012-07-29 21:48:35 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.0:
This version adds an explicit dependency on XCB, which it uses for more
efficient querying of the available extensions on the X server.
Alan Coopersmith (6):
Use xcb for -queryExt instead of a round-trip per extension
Strip trailing whitespace
Add const attributes to fix gcc -Wwrite-strings warnings
Remove unused function hasExtension
Silence gcc complaint about being unable to check printf format string
xdpyinfo 1.3.0
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Jesse Adkins (1):
Purge cvs tags.
|
2012-06-03 20:11:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.2.0:
This release removes the support for the Xprint extension. If anyone
needs to maintain such support, a new branch can be made from the 1.1.0
release in git.
|
2009-11-09 20:03:45 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to xdpyinfo-1.1.0. Changes:
Print Composite extension version for "-ext Composite"
Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extension
Improved XF86-VidModeExtension printing
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use xf86vmproto.h instead of xf86vmstr.h if it is installed
Add README with pointers to mailing lists, bugzilla, & git
Remove empty INSTALL so automake installs a real one
Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headers
Use $(AM_V_GEN) to silence man page creation too
Added --without-{xf86misc,xprint} configure time options
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Ansification and compile warning fixes.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-05-22 23:14:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.3:
Adam Jackson (2):
Ignore errors from xf86misc rather than crashing out.
xdpyinfo 1.0.3
Alan Coopersmith (1):
X.Org bug #10616: Add all the X info commands to See Also in man page
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Julien Cristau (1):
Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
|
2007-04-24 17:16:42 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to xdpyinfo-1.0.2: fix memory leaks.
|