Next | Query returned 21 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2013-05-18 15:36:49 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.1.3:

A whole pile of bugs fixed by a whole bunch of different people here.

Alan Coopersmith (5):
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Print more detailed error messages when xcb_connect fails
      Quiet some clang warnings about implicit int <-> size_t conversions
      xwininfo 1.1.3

David Venz (1):
      Bug 53242 - xwininfo segfaults on invalid screen

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment

Guillem Jover (4):
      Move leading ": " out from buffer to the error string printer
      Use format string literals instead of variables to print window ids
      Refactor atom name printing into a new Display_Atom_Name function
      Use format string literals instead of variables to print atom names

Jeremy Huddleston Sequoia (2):
      Declare usage() as _X_NORETURN
      Remove dead code (size_t is always >= 0)

Pierre-Loup A. Griffais (1):
      xwininfo: report the Visual class of the selected Window

Thomas Klausner (1):
      Get rid of a number of warnings.

Yaakov Selkowitz (1):
      Use AM_ICONV
   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-10-02 14:09:42 by Matthias Scheler | Files touched by this commit (19)
Log message:
Increase the minium required version of the "x11/libxcb" package to 1.6.
There are at least two packages ("graphics/cairo" and \ 
"x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.

Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.

Change discussed with Thomas Klausner in private e-mail.
   2012-06-03 20:32:35 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.1.2.

1.1.2:
This bug-fix release corrects two more issues introduced in the xcb port
in the 1.1.0 release: false matching of window names when using -name
and invalid frees when windows have a _NET_WM_NAME property.

It also updates the optional support for the xcb-icccm library to work
with the recent xcb-util-wm 0.3.8 release at the expense of dropping
support for xcb-util 0.3.7 and older.   This support is still only
enabled when specifically requested via configure --with-xcb-icccm.

1.1.1:
This bug-fix release corrects two issues introduced in the xcb port
in the 1.1.0 release: a build issue with the optional support for
the xcb-icccm library, and a runtime issue with reporting coordinates
for windows extending into the negative parts of the coordinate space.

1.1.0:
The major new feature of this release is the rewrite to use libxcb instead
of libX11, batching requests for information to reduce waiting on round-trips
in gathering the client information from the X server.   Testing over a
high-latency connection from California to China and back resulted in an
improvement from 8 minutes to 45 seconds to output the complete window tree
via xwininfo -root -all of a GNOME desktop session with 114 windows.

This release thus libxcb to build, (though it still requires some libX11
headers as well).   It also requires a minimum xproto version of 7.0.17.

Should anyone need to maintain the libX11 version, a 1.0.x branch can be
created in git from the 1.0.5 release base as needed.

This release also adds support for reporting some EMWH window manager hints,
including UTF-8 localized window names from the _NET_WM_NAME property.
(This version does not correctly display names for windows with the WM_NAME
 property set using the COMPOUND_TEXT encoding.   Most current desktops &
 toolkits will set the _NET_WM_NAME, which is used in preference to WM_NAME
 if it is set.)
   2009-11-09 19:08:30 by Tobias Nygren | Files touched by this commit (2)
Log message:
Update to xwininfo-1.0.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
xwininfo 1.0.5
Do not spew usage on connection error
Ansification and compile warning fixes.
Report visual id along visual class for -stat switch
Update manpage for visual id
   2009-08-10 00:27:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.0.4:
    James Cloos (1):
    xwininfo 1.0.4

    Kim Woelders (1):
    Fix window selection by pointer.
   2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201)
Log message:
Switch master site to MASTER_SITE_XORG.
   2007-09-21 21:50:31 by Blair Sadewitz | Files touched by this commit (2)
Log message:
Update to version 1.0.3.  Changes include:

-- X.Org bug #10616: Add all the X info commands to See Also in man page
-- Man page formatting: make -geometry bold like other options
-- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Purge unused code from dsimple.c
-- dsimple.c: ANSIfy function declarations
-- Replace sprintf's with snprintf & strlcat
-- Add static & const qualifiers to xwininfo.c
   2007-06-19 11:39:16 by Joerg Sonnenberger | Files touched by this commit (32)
Log message:
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.

Next | Query returned 21 messages, browsing 11 to 20 | Previous