summaryrefslogtreecommitdiff
path: root/x11/xwd
AgeCommit message (Collapse)AuthorFilesLines
2013-08-09Update to 1.0.6:wiz2-12/+7
This minor maintenance release provides a collection of build configuration improvements and janitorial cleanups. Alan Coopersmith (10): Move Pixel typedef from xwd.c to wsutils.h Optionally enable existing code to call XkbStdBell from libxkbfile Fix gcc warnings about discarding const qualifiers Add printf attributes as suggested by gcc -Wmissing-format-attribute Rename new_list variable to not shadow new_list function Remove unused bitmap_unit variable from ReadRegionsInList() Quiet gcc warnings about potentially uninitialized variables Fix some clang warnings about integer size/sign conversions Strip trailing whitespace xwd 1.0.6
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 1.0.5.wiz2-6/+6
1.0.5: This minor bugfix release fixes a crash on 64-bit systems when transparent overlay visuals are used (https://bugs.freedesktop.org/show_bug.cgi?id=14321) and contains various other code & build configuration cleanups. 1.0.4: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups.
2009-11-09update to xwd-1.0.3. Changes:tnn2-6/+6
Add README with pointers to mailing lists, bugzilla, & git Fill in COPYING file with copyright/license notices from code & docs Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Do not spew usage on connection error Ansification and compile warning fixes.
2008-07-29Update to 1.0.2:wiz2-6/+6
James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log xwd 1.0.2 Jeremy Huddleston (1): Added missing AM_PROG_CC_C_O Kim Woelders (2): Fix window selection by pointer. Remove unused code, ANSIfy, add const. Niveditha Rau (1): Add -silent to options in man page synopsis
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2007-07-28Supports DESTDIR installation.joerg1-1/+3
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg1-1/+3
2007-01-25Import xwd from X.org.reed4-0/+35
Note their xwd source doesn't include xwud :( Dump an X11 root display or individual window to an XWD X Window Dump image format file.