[PATCH 5/9] wmomikuzi: Don't try and compile local libdockapp.

2017-02-23 Thread Doug Torrance
--- wmomikuzi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/Makefile b/wmomikuzi/Makefile index 9e7f0c4..95c50d9 100644 --- a/wmomikuzi/Makefile +++ b/wmomikuzi/Makefile @@ -13,7 +13,7 @@ CC = gcc OPTIMIZE = -O2 XLIBDIR = /usr/X11R6/lib XLIB = -ldockapp

[PATCH 9/9] wmpop3lb: Use wmgeneral from libdockapp.

2017-02-23 Thread Doug Torrance
--- wmpop3lb/wmgeneral/list.c | 169 --- wmpop3lb/wmgeneral/list.h | 59 - wmpop3lb/wmgeneral/misc.c | 164 -- wmpop3lb/wmgeneral/misc.h | 9 - wmpop3lb/wmgeneral/wmgeneral.c | 480 - wmpop3lb/wmgeneral/wmge

[PATCH 5/8] wmdots: Include string.h.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index f664209..670d538 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -83,7 +83,7 @@ #include #include #include - +#include #include #include #include "maste

[PATCH 2/8] wmdots: Use wmgeneral from libdockapp.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/Makefile | 4 +- wmdots/wmdots/wmdots.c | 2 +- wmdots/wmgeneral/list.c | 169 --- wmdots/wmgeneral/list.h | 59 -- wmdots/wmgeneral/misc.c | 164 --- wmdots/wmgeneral/misc.h | 9 - wmdots/wmgeneral/wmgeneral.c |

[PATCH 4/8] wmdots: Add -f option to rm for clean target in Makefile.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 46cea12..8a1c0f4 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -12,9 +12,9 @@ all:: wmdots clean:: for i in $(OBJS) ; do \ - rm $$i ;

[PATCH 1/8] wmdots: Remove precompiled binary and object files.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/wmdots | Bin 62534 -> 0 bytes wmdots/wmdots/wmdots.o | Bin 53132 -> 0 bytes wmdots/wmgeneral/list.o | Bin 1436 -> 0 bytes wmdots/wmgeneral/misc.o | Bin 2036 -> 0 bytes wmdots/wmgeneral/wmgeneral.o | Bin 7992 -> 0 bytes 5 files changed, 0 insertions(+)

[PATCH 7/8] wmdots: Fix typo in Makefile - use correct name for binary.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 8a1c0f4..077aba2 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -5,7 +5,7 @@ OBJS = wmdots.o .c.o: cc -c -g -O2 -Wall $< -o $*.o -wmifs: $(OBJS) +wmdot

[PATCH 6/8] wmdots: Rename local sincos() to avoid conflicting types warning.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index 670d538..28654fd 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -410,7 +410,7 @@ void do_trails(void) // -

[PATCH 8/8] wmfortune: Use short unsigned int for dockapp dimensions.

2017-02-24 Thread Doug Torrance
Avoids incompatible pointer type warnings. --- wmfortune/wmfortune.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmfortune/wmfortune.c b/wmfortune/wmfortune.c index a32c380..80e0711 100644 --- a/wmfortune/wmfortune.c +++ b/wmfortune/wmfortune.c @@ -25,6 +25,7 @@ #inclu

[PATCH 3/3] wmymail: Update libdockapp path.

2017-02-25 Thread Doug Torrance
--- wmymail/wmymail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmymail/wmymail.c b/wmymail/wmymail.c index 38d97db..dfe045f 100644 --- a/wmymail/wmymail.c +++ b/wmymail/wmymail.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "xpm/main

[PATCH 1/3] wmswallow: Link against libX11.

2017-02-25 Thread Doug Torrance
--- wmswallow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmswallow/Makefile b/wmswallow/Makefile index b75aa24..84e2e62 100644 --- a/wmswallow/Makefile +++ b/wmswallow/Makefile @@ -5,7 +5,7 @@ RM=rm -f X=/usr/X11R6 INCLUDES=-I$(X)/include LIBPATHS=-L${X}/lib -L

[PATCH 2/3] wmxss: Remove precompiled binary and object files.

2017-02-25 Thread Doug Torrance
--- wmxss/Src/wmxss| Bin 13292 -> 0 bytes wmxss/Src/wmxss.o | Bin 5284 -> 0 bytes wmxss/Src/xutils.o | Bin 6724 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmxss/Src/wmxss delete mode 100644 wmxss/Src/wmxss.o delete mode 100644 wmxss/Src/xutils.o diff

[PATCH 0/6] cnslock

2017-02-27 Thread Doug Torrance
ritten it using libdockapp, and now it functions as expected. Carlos, could you tag the final commit cnslock-1.03? Thanks! Doug Torrance (6): cnslock: Complete rewrite using libdockapp. cnslock: Switch to autotools. cnslock: Update documentation. cnslock: Add manpage. cnslock: Add des

[PATCH 2/6] cnslock: Switch to autotools.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile | 26 -- cnslock/Makefile.am | 6 ++ cnslock/configure.ac | 8 3 files changed, 14 insertions(+), 26 deletions(-) delete mode 100644 cnslock/Makefile create mode 100644 cnslock/Makefile.am create mode 100644 cnslock/configure.ac

[PATCH 3/6] cnslock: Update documentation.

2017-02-27 Thread Doug Torrance
--- cnslock/INSTALL | 5 +++-- cnslock/README | 12 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/cnslock/INSTALL b/cnslock/INSTALL index a7c4910..5d2f8e6 100644 --- a/cnslock/INSTALL +++ b/cnslock/INSTALL @@ -1,7 +1,7 @@ Requirements

[PATCH 4/6] cnslock: Add manpage.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile.am | 1 + cnslock/cnslock.1.in | 21 + cnslock/configure.ac | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 cnslock/cnslock.1.in diff --git a/cnslock/Makefile.am b/cnslock/Makefile.am index 6404d2c..1103536 100644 --- a/cnsl

[PATCH 6/6] cnslock: Bump to version 1.03.

2017-02-27 Thread Doug Torrance
--- cnslock/CHANGES | 7 +++ cnslock/cnslock.c| 3 ++- cnslock/configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cnslock/CHANGES b/cnslock/CHANGES index 4692af2..60acd5a 100644 --- a/cnslock/CHANGES +++ b/cnslock/CHANGES @@ -1,3 +1,10 @@ +cnslock 1.0

[PATCH 1/6] cnslock: Complete rewrite using libdockapp.

2017-02-27 Thread Doug Torrance
No longer functioned as a dockapp using modern GDK 2.0, which is what cnslock previously used. --- cnslock/Makefile | 13 +- cnslock/applet.c | 83 - cnslock/cnslock.c | 286 + cnslock/graphics/caps.h

[PATCH 5/6] cnslock: Add desktop entry file.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile.am | 3 +++ cnslock/cnslock.desktop | 8 2 files changed, 11 insertions(+) create mode 100644 cnslock/cnslock.desktop diff --git a/cnslock/Makefile.am b/cnslock/Makefile.am index 1103536..7139189 100644 --- a/cnslock/Makefile.am +++ b/cnslock/Makefile.am @@ -5,3

[PATCH 4/7] wmail: Link shared lbraries in correct order.

2017-02-27 Thread Doug Torrance
--- wmail/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmail/src/Makefile.in b/wmail/src/Makefile.in index 1901884..2e0280e 100644 --- a/wmail/src/Makefile.in +++ b/wmail/src/Makefile.in @@ -10,7 +10,7 @@ CFLAGS = @CFLAGS@ @XCFLAGS@ default all target: wmai

[PATCH 1/7] washerdryer: Use pkg-config for GTK build flags.

2017-02-27 Thread Doug Torrance
--- washerdryer/washerDryer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/washerdryer/washerDryer/Makefile b/washerdryer/washerDryer/Makefile index 49205ce..7a56308 100644 --- a/washerdryer/washerDryer/Makefile +++ b/washerdryer/washerDryer/Makefile @@ -1,6 +1,6

[PATCH 5/7] wmail: Specify libdockapper header file directory.

2017-02-27 Thread Doug Torrance
--- wmail/src/wmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmail/src/wmail.c b/wmail/src/wmail.c index bd2752a..28d3d41 100644 --- a/wmail/src/wmail.c +++ b/wmail/src/wmail.c @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include "common.h

[PATCH 2/7] washerdryer: Use wmgeneral from libdockapp.

2017-02-27 Thread Doug Torrance
--- washerdryer/washerDryer/Makefile | 7 +- washerdryer/washerDryer/washerDryer.c | 4 +- washerdryer/wmgeneral/list.c | 165 - washerdryer/wmgeneral/list.h | 61 - washerdryer/wmgeneral/misc.c | 229 -- washerdryer/wmgeneral/mi

[PATCH 6/7] wmappkill: Use pkg-config for glib build flags.

2017-02-27 Thread Doug Torrance
--- wmappkill/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmappkill/Makefile b/wmappkill/Makefile index 8b18e03..12a2bf0 100644 --- a/wmappkill/Makefile +++ b/wmappkill/Makefile @@ -1,5 +1,6 @@ -GTOP_LIBS = -lgtop -lgtop_sysdeps -lgtop_common -lXau -GCCOPTS =

[PATCH 7/7] wmappkill: Use g_free from glib instead of glibtop_free.

2017-02-27 Thread Doug Torrance
gliptop_free no longer exists. --- wmappkill/wmAppKill.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wmappkill/wmAppKill.c b/wmappkill/wmAppKill.c index f38a89b..2a5e219 100644 --- a/wmappkill/wmAppKill.c +++ b/wmappkill/wmAppKill.c @@ -38,7 +38,6 @@ #include

[PATCH 3/7] wmail: Remove autogenerated configure file from git.

2017-02-27 Thread Doug Torrance
--- wmail/configure | 2721 --- 1 file changed, 2721 deletions(-) delete mode 100755 wmail/configure diff --git a/wmail/configure b/wmail/configure deleted file mode 100755 index a080483..000 --- a/wmail/configure +++ /dev/null @@ -1,2721 +

[PATCH] wmxss: Delete NFS "silly rename" file.

2017-02-28 Thread Doug Torrance
These are created by NFS clients to help delete files. See: http://nfs.sourceforge.net/#faq_d2 We don't need this in git. Reported-by: Nerijus Baliunas --- wmxss/Src/.nfs3822 | Bin 183024 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmxss/Src/.nfs3822 diff -

Re: [PATCH 2/3] wmxss: Add version 0.1 to repository.

2017-02-28 Thread Doug Torrance
On 02/28/2017 09:07 AM, Nerijus Baliunas wrote: On Thu, 1 Dec 2016 20:38:39 -0500 Doug Torrance wrote: diff --git a/wmxss/Src/.nfs3822 b/wmxss/Src/.nfs3822 new file mode 100755 index ..73eb00946be25add536d30049983ad6f8d98a88a GIT binary patch literal

Re: Window Maker generates menus it cannot parse due to an ommtted ')'

2017-02-28 Thread Doug Torrance
On 02/28/2017 04:23 AM, Cyrus Rahman wrote: In addition the menu generated to call WPrefs should specify a complete path, as the file is located in a directory which would not be expected to be contained in a user's PATH. WPrefs isn't guaranteed to be in /usr/local/GNUstep/Applications/WPrefs.

[PATCH] wmweather: Remove dockapp; still actively maintained elsewhere.

2017-03-03 Thread Doug Torrance
Last release August 2016. See: https://people.debian.org/~godisch/wmweather/ --- wmWeather/BUGS |9 - wmWeather/CHANGES | 108 wmWeather/COPYING | 339 -- wmWeather/HINTS| 27 - wmWeather/INSTALL

[PATCH 2/3] wmtictactoe: Use wmgeneral from libdockapp.

2017-03-05 Thread Doug Torrance
--- wmtictactoe/wmgeneral/list.c | 169 wmtictactoe/wmgeneral/list.h | 59 - wmtictactoe/wmgeneral/misc.c | 164 wmtictactoe/wmgeneral/misc.h | 9 - wmtictactoe/wmgeneral/wmgeneral.c | 479 --

[PATCH 3/3] wmtictactoe: Avoid buffer overflow by allowing room for null terminator.

2017-03-05 Thread Doug Torrance
--- wmtictactoe/wmtictactoe/wmtictactoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtictactoe/wmtictactoe/wmtictactoe.c b/wmtictactoe/wmtictactoe/wmtictactoe.c index 5b97115..1fc88e4 100644 --- a/wmtictactoe/wmtictactoe/wmtictactoe.c +++ b/wmtictactoe/wmtictactoe/wmtic

[PATCH] debian: Update with version 0.95.7-8 packaging.

2017-03-09 Thread Doug Torrance
+ + * debian/control +- Add libwmaker1 to libwmaker-dev Depends (Closes: #857164). + + -- Doug Torrance Wed, 08 Mar 2017 10:59:29 -0500 + wmaker (0.95.7-7) unstable; urgency=medium * Add missing license information to debian/copyright. diff --git a/debian/control b/debian/control index

[PATCH 2/2] wrlib: Bump soname version to 6.

2017-03-09 Thread Doug Torrance
Usually, a soname bump is reserved for when an interface is added, changed, or removed. This has not happened to wrlib. However, I think there is a special circumstance that warrants the bump. In particular, there are two versions of wrlib version 5 in the wild: * The one that shipped with wmake

[PATCH 1/2] ChangeLog: Update with commits since v0.95.7.

2017-03-09 Thread Doug Torrance
: Print error dialog when attempting to delete an in-use workspace. + (Doug Torrance ) +- debian: Ignore missing documentation for --runstatedir. +- debian: Use dh_autoreconf. +- debian: Simplify debian/rules. +- debian: Fix typo occured. (Thanks, lintian.) +- debian: wmaker manpage moved from 1x to 1

[PATCH 3/4] doc: Update global autostart/exitscript path in manpage.

2017-03-09 Thread Doug Torrance
--- doc/wmaker.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wmaker.in b/doc/wmaker.in index 1ba8e35..06598c0 100644 --- a/doc/wmaker.in +++ b/doc/wmaker.in @@ -107,7 +107,7 @@ might be shut down before the script is executed. .B ~/GNUstep/Library/WindowMaker/ The me

[PATCH 1/4] configure: Add option to specify global defaults directory.

2017-03-09 Thread Doug Torrance
Previously, this was only (partially) possible by redefining the macro GLOBAL_DEFAULTS_SUBDIR. This told Window Maker to look for the global config files in a particular subdirectory of SYSCONFDIR. However: * This is undocumented. * GLOBAL_DEFAULTS_SUBDIR is ignored when installing the config fil

[PATCH 2/4] doc: Use new defsdatadir variable to specify defaults directory in manpage.

2017-03-09 Thread Doug Torrance
--- doc/Makefile.am | 2 +- doc/wmaker.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 30d46f8..36ff48d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,8 +35,8 @@ wmaker.1: wmaker.in Makefile $(top_builddir)/config.h

[PATCH 4/4] doc: Add info about user icons directory to manpage.

2017-03-09 Thread Doug Torrance
Based on patch in Debian package. See: debian/patches/51_wmaker_man.diff --- doc/wmaker.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/wmaker.in b/doc/wmaker.in index 06598c0..8fd01a2 100644 --- a/doc/wmaker.in +++ b/doc/wmaker.in @@ -113,6 +113,9 @@ and here, in that order. Unless

[PATCH 2/2] debian: Remove patch 51_wmaker_man.diff; applied upstream.

2017-03-10 Thread Doug Torrance
--- debian/patches/51_wmaker_man.diff | 36 debian/patches/series | 1 - 2 files changed, 37 deletions(-) delete mode 100644 debian/patches/51_wmaker_man.diff diff --git a/debian/patches/51_wmaker_man.diff b/debian/patches/51_wmaker_man.diff del

[PATCH 1/2] NEWS: Add note about new global defaults directory configuration.

2017-03-10 Thread Doug Torrance
--- NEWS | 9 + 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index fe7ba9a..2848276 100644 --- a/NEWS +++ b/NEWS @@ -216,6 +216,15 @@ respectively. This setting can also be changed by unchecking or checking "Snapping a window to the top maximizes it to the full screen" in t

[PATCH] doc: Add new --with-defsdatadir option to INSTALL-WMAKER.

2017-03-10 Thread Doug Torrance
--- doc/build/Compilation.texi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/build/Compilation.texi b/doc/build/Compilation.texi index 00e5862..10bf121 100644 --- a/doc/build/Compilation.texi +++ b/doc/build/Compilation.texi @@ -449,6 +449,12 @@ Specific to @sc{Window Maker}, this

[PATCH (whome)] Add installation and internationalization docs to webpage.

2017-03-10 Thread Doug Torrance
Generated from Compilation.texi and Translations.texi under the doc/build directory of the Window Maker source tree using makeinfo. --- docs.php | 3 +- wmaker_i18n.php| 525 + wmaker_install.php | 840

[PATCH 1/4] WINGs/wrlib: Remove deprecated get-*-flags scripts.

2017-03-11 Thread Doug Torrance
These have been replaced by pkg-config. Christophe left a note in January 2015 to remove them, and this time has now passed. --- WINGs/Makefile.am | 2 -- WINGs/get-wings-flags | 33 - WINGs/get-wutil-flags | 33 - doc/Mak

[PATCH 3/4] wmaker/WPrefs: Remove legacy support for deprecated apercus.

2017-03-11 Thread Doug Torrance
Replaced by minipreviews in December 2014. Over two years have passed. --- WPrefs.app/Icons.c | 33 - src/defaults.c | 48 2 files changed, 81 deletions(-) diff --git a/WPrefs.app/Icons.c b/WPrefs.app/Icons.c in

[PATCH 2/4] configure: Remove deprecated --with-nlsdir option.

2017-03-11 Thread Doug Torrance
Deprecated in December 2014, and over two years have passed. --- configure.ac | 6 -- 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 2b43e00..d10c064 100644 --- a/configure.ac +++ b/configure.ac @@ -460,12 +460,6 @@ WM_I18N_LANGUAGES WM_I18N_XGETTEXT WM_I18N_M

[PATCH 4/4] doc: Remove manpage for upgrade-windowmaker-defaults script.

2017-03-11 Thread Doug Torrance
This script is only available in the Debian package, is very out of date, and will be soon be removed. --- doc/Makefile.am| 1 - doc/upgrade-windowmaker-defaults.8 | 23 --- 2 files changed, 24 deletions(-) delete mode 100644 doc/upgrade-windowmaker-defaul

Re: Window Maker 0.95.8

2017-03-15 Thread Doug Torrance
On 03/13/2017 12:28 PM, John H. Robinson, IV wrote: On Mar 12, 2017, at 11:11, Doug Torrance wrote: On 03/11/2017 07:55 AM, Carlos R. Mafra wrote: Window Maker 0.95.8 has been released today. Hurray! Any idea when the tarball will be available? It's currently a dead link.

[PATCH] debian: Update with version 0.95.8-1~exp1 packaging.

2017-03-15 Thread Doug Torrance
xist. + It should have been --localedir, but the default is what we + want anyway. +- Add -Wl,--as-needed to LDFLAGS to avoid useless dependencies. + * debian/wmaker-common.install +- Update path for system WMGLOBAL and WMState config files. + + -- Doug Torrance Mon, 13 Mar 2017

[PATCH] debian: Don't try to install scripts/manpages which have been removed.

2017-03-16 Thread Doug Torrance
--- debian/libwings-dev.install| 2 -- debian/libwings-dev.manpages | 2 -- debian/libwraster-dev.install | 1 - debian/libwraster-dev.manpages | 1 - debian/wmaker-common.manpages | 1 - 5 files changed, 7 deletions(-) delete mode 100644 debian/libwings-dev.manpages delete mode 100644 d

[PATCH 1/2] wmaker: Remove global WindowMaker file from source.

2017-03-18 Thread Doug Torrance
The default values for all of the various Window Maker configuration options are given in src/defaults.c. Many are also given in WindowMaker/Defaults/WindowMaker. In many cases, these default options do not agree. For example, src/defaults.c gives the default value of OpaqueMove as NO, but W/D/W

[PATCH 2/2] wmaker: Update default config values.

2017-03-18 Thread Doug Torrance
Over the years, the default values given in src/defaults.c and WindowMaker/Defaults/WindowMaker have diverged. Since the values from the former are overwritten by those from the latter, these are what users are used to. With the removal of W/D/WindowMaker from the source, we update the config val

Re: [PATCH 1/2] wmaker: Remove global WindowMaker file from source.

2017-03-18 Thread Doug Torrance
On 03/18/2017 04:09 PM, Doug Torrance wrote: The default values for all of the various Window Maker configuration options are given in src/defaults.c. Many are also given in WindowMaker/Defaults/WindowMaker. In many cases, these default options do not agree. For example, src/defaults.c gives

[PATCH v2] wmaker: Ship minimal global WindowMaker config file.

2017-03-18 Thread Doug Torrance
The default values for all of the various Window Maker configuration options are given in src/defaults.c. Many are also given in WindowMaker/Defaults/WindowMaker. In many cases, these default options do not agree. For example, src/defaults.c gives the default value of OpaqueMove as NO, but W/D/W

[PATCH] WPrefs: Properly read system fonts in font configuration panel.

2017-03-19 Thread Doug Torrance
Previously, only the user's WMGLOBAL file would be read to determine the current WINGs fonts (System Font and Bold System Font) in the Font Configuration panel. It is quite possible that this information would not be in the user's WMGLOBAL file, but instead in the system WMGLOBAL file. We instead

Re: [PATCH v2] wmaker: Ship minimal global WindowMaker config file.

2017-03-20 Thread Doug Torrance
On 03/20/2017 04:53 AM, Carlos R. Mafra wrote: On Sat, 18 Mar 2017 at 16:30:45 -0400, Doug Torrance wrote: The default values for all of the various Window Maker configuration options are given in src/defaults.c. Many are also given in WindowMaker/Defaults/WindowMaker. In many cases, these

[PATCH v3] wmaker: Consistent configuration options.

2017-03-21 Thread Doug Torrance
The default configuration options are given in two places in the source code: - src/default.c - WindowMaker/Defaults/WindowMaker.in The defaults are initially set in the former, but are then overwritten by the latter. Ideally, the default options in these two locations should coincide. Howeve

[PATCH] WINGs: Set widget background pixmaps before realization.

2017-03-21 Thread Doug Torrance
Previously, when WMSetWidgetBackgroundPixmap() was called prior to WMRealizeWidget(), no background pixmap was actually set. This is because while the CWBackPixmap bit is correctly set to 1, the CWBackPixel bit remains set to 1. When XCreateWindow() is finally called during realization, the backg

Re: [PATCH v3] wmaker: Consistent configuration options.

2017-03-22 Thread Doug Torrance
On 03/22/2017 06:44 AM, BALATON Zoltan wrote: On Wed, 22 Mar 2017, Doug Torrance wrote: Some of the paths in IconPath and PixmapPath have been removed. In particular, the various system pixmap paths (/usr/include/X11/pixmaps, /usr/share/pixmaps, and /usr/local/share/pixmaps) have been removed

Re: [PATCH v3] wmaker: Consistent configuration options.

2017-03-22 Thread Doug Torrance
On 03/22/2017 06:52 AM, Doug Torrance wrote: On 03/22/2017 06:44 AM, BALATON Zoltan wrote: On Wed, 22 Mar 2017, Doug Torrance wrote: Some of the paths in IconPath and PixmapPath have been removed. In particular, the various system pixmap paths (/usr/include/X11/pixmaps, /usr/share/pixmaps

Re: Bug#860375: wmaker: Cannot start multiple terminal instances

2017-04-15 Thread Doug Torrance
Control: retitle -1 FAQ out of date Control: forwarded -1 wmaker-dev@lists.windowmaker.org On 04/15/2017 06:50 AM, Hendrik Weimer wrote: After updating the wmaker package from 0.95.2-1, I can no longer start multiple xterms from the same appicon on the dock. I'm using the configuration described

[PATCH] libdockapp: Do not include pathnames in Window Name and Class Properties

2017-04-26 Thread Doug Torrance
Patch by Corin-EU from GitHub [1]. In libdockapps file wmgeneral.c, wname is set from argv[0] and is then used to set the window name and class resource. Often applications are called with their full path which then means that the window name has a path in it, thereby requiring an unwieldy path sp

[PATCH] libdockapp: Don't withdraw dockapps in windowed mode.

2017-04-27 Thread Doug Torrance
In Window Maker, windows with application class "DockApp" are automatically withdrawn. We don't want this in windowed mode. We use the application name instead, with the usual convention of capitalizing the initial letter. --- libdockapp/src/damain.c | 9 - 1 file changed, 8 insertions(+)

Re: Dev. Loop

2017-05-26 Thread Doug Torrance
On 05/26/2017 08:34 AM, Alexander Feldman wrote: I want to try working on support for HiDPI devices. Can you help a bit with telling me about your development loop? I am an Emacs developer, and I have the habit of: 1. edit sources 2. compile 3. run a binary to see my changes My question is how

[PATCH 1/3] wmbiff: Manually copy mailbox path.

2017-06-24 Thread Doug Torrance
Patch by Demi to fix Debian bug #621690. >From https://bugs.debian.org/621690: > wmbiff change path of my mailboxes next nearest. > > For example wmbiff change 'gleb' to 'glil' for second and fourth mailboxes. > However the 1st, 3rd and 5th mailboxes have correct path. Well, the indices don't r

[PATCH 3/3] wmbiff: Bump to version 0.4.31.

2017-06-24 Thread Doug Torrance
@@ +2017-06-23 Doug Torrance + + * ChangeLog, NEWS, configure.ac: Bump to version 0.4.31. + +2017-06-23 Doug Torrance + + * wmbiff/Imap4Client.c, wmbiff/ShellClient.c, + wmbiff/passwordMgr.c, wmbiff/test_wmbiff.c: + Remove #define _GNU_SOURCE; already defined in CFLAGS

[PATCH 2/3] wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.

2017-06-24 Thread Doug Torrance
--- wmbiff/wmbiff/Imap4Client.c | 2 -- wmbiff/wmbiff/ShellClient.c | 2 -- wmbiff/wmbiff/passwordMgr.c | 2 -- wmbiff/wmbiff/test_wmbiff.c | 2 -- 4 files changed, 8 deletions(-) diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c index ec0f7b3..ba12a66 100644 --- a/wmbiff/wmb

[PATCH 1/4] wmmenugen: Add missing 'Science' menu category.

2017-07-06 Thread Doug Torrance
See https://standards.freedesktop.org/menu-spec/latest/apa.html --- util/wmmenugen_parse_xdg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c index 31ee8130..47a2fb57 100644 --- a/util/wmmenugen_parse_xdg.c +++ b/util/wmmenugen_parse_

[PATCH 4/4] wmmenugen: Sort menu entries with no category into 'Other'.

2017-07-06 Thread Doug Torrance
--- util/wmmenugen_parse_xdg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c index e909f18c..3272ee60 100644 --- a/util/wmmenugen_parse_xdg.c +++ b/util/wmmenugen_parse_xdg.c @@ -178,6 +178,9 @@ void parse_xdg(const char *file, cb_ad

[PATCH 2/4] wmmenugen: Add reserved categories.

2017-07-06 Thread Doug Torrance
>From https://standards.freedesktop.org/menu-spec/latest/apas03.html: Reserved Categories have a desktop-specific meaning that has not been standardized (yet). Desktop entry files that use a reserved category MUST also include an appropriate OnlyShowIn= entry to restrict themselves to those enviro

[PATCH 3/4] wmmenugen: Use 'Other' instead of 'Applications' for unknown categories.

2017-07-06 Thread Doug Torrance
>From https://standards.freedesktop.org/menu-spec/latest/apa.html: Category-based menus based on the Main Categories listed in this specification do not provide a complete ontology for all available applications. Category-based menu implementations SHOULD therefore provide a "catch-all" submen

[PATCH] debian: Update with version 0.95.8-1~exp2 packaging.

2017-07-08 Thread Doug Torrance
at. It's a hack, -it won't be installed anywhere else. - - Debian specific notes - diff --git a/debian/changelog b/debian/changelog index 013450a6..a26f9e41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,67 @@ +wmaker (0.95.8-1~exp2) experi

[PATCH] debian: Update with version 0.95.8-1 packaging.

2017-07-09 Thread Doug Torrance
Metzler Sun, 09 Jul 2017 13:35:24 +0200 + wmaker (0.95.8-1~exp2) experimental; urgency=medium [ Doug Torrance ] -- 2.11.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 1/9] wmbutton: Rename sample.wmbutton to wmbutton.conf, as this will be its name after installation.

2017-07-15 Thread Doug Torrance
--- wmbutton/{sample.wmbutton => wmbutton.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename wmbutton/{sample.wmbutton => wmbutton.conf} (100%) diff --git a/wmbutton/sample.wmbutton b/wmbutton/wmbutton.conf similarity index 100% rename from wmbutton/sample.wmbutton rename to wmbut

[PATCH 6/9] wmbutton: Remove version number from README and source code comment.

2017-07-15 Thread Doug Torrance
--- wmbutton/README | 9 +++-- wmbutton/wmbutton.c | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/wmbutton/README b/wmbutton/README index 7b30a42..f1b6a79 100644 --- a/wmbutton/README +++ b/wmbutton/README @@ -1,10 +1,9 @@ -wmbutton Ver. 0 Rel 6.1 +wmbutton

[PATCH 9/9] wmbutton: Bump to version 0.7.1.

2017-07-15 Thread Doug Torrance
--- wmbutton/ChangeLog| 32 wmbutton/configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/wmbutton/ChangeLog b/wmbutton/ChangeLog index b04be78..93882a8 100644 --- a/wmbutton/ChangeLog +++ b/wmbutton/ChangeLog @@ -1,5 +1,37 @@ C

[PATCH 3/9] wmbutton: Split ChangeLog off from README into its own file.

2017-07-15 Thread Doug Torrance
This will fix the 'no-upstream-changelog' Lintian warning in the Debian package. --- wmbutton/ChangeLog | 37 + wmbutton/README| 39 --- 2 files changed, 37 insertions(+), 39 deletions(-) create mode 100644 wmbutton/Chang

[PATCH 8/9] wmbutton: Update contact information.

2017-07-15 Thread Doug Torrance
--- wmbutton/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmbutton/README b/wmbutton/README index f1b6a79..f24f718 100644 --- a/wmbutton/README +++ b/wmbutton/README @@ -3,7 +3,7 @@ wmbutton Code is based on wmppp, wmload, wmtime, wmcp, and asbutton Author

[PATCH 5/9] wmbutton: Use version number from autoconf.

2017-07-15 Thread Doug Torrance
--- wmbutton/wmb_libs.c | 2 +- wmbutton/wmbutton.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wmbutton/wmb_libs.c b/wmbutton/wmb_libs.c index e778743..edfbd26 100644 --- a/wmbutton/wmb_libs.c +++ b/wmbutton/wmb_libs.c @@ -108,7 +108,7 @@ void show_usage(void) f

[PATCH 7/9] wmbutton: Add freedesktop.org desktop entry file.

2017-07-15 Thread Doug Torrance
--- wmbutton/Makefile.am | 3 +++ wmbutton/wmbutton.desktop | 8 2 files changed, 11 insertions(+) create mode 100644 wmbutton/wmbutton.desktop diff --git a/wmbutton/Makefile.am b/wmbutton/Makefile.am index 7c2b405..7ca1e52 100644 --- a/wmbutton/Makefile.am +++ b/wmbutton/Makefile.

[PATCH 2/9] wmbutton: Use autotools for build.

2017-07-15 Thread Doug Torrance
--- wmbutton/Makefile | 39 --- wmbutton/Makefile.am | 9 + wmbutton/configure.ac | 9 + wmbutton/icons/Makefile.am | 2 ++ 4 files changed, 20 insertions(+), 39 deletions(-) delete mode 100644 wmbutton/Makefile create mo

[PATCH 4/9] wmbutton: Add entry for v0.7.0 to ChangeLog. (Based on git log.)

2017-07-15 Thread Doug Torrance
--- wmbutton/ChangeLog | 59 ++ 1 file changed, 59 insertions(+) diff --git a/wmbutton/ChangeLog b/wmbutton/ChangeLog index 45807e5..b04be78 100644 --- a/wmbutton/ChangeLog +++ b/wmbutton/ChangeLog @@ -1,7 +1,66 @@ CHANGE LOG: --- +0.7

[PATCH 1/9] wmmon: Move all source files to top directory for simplicity.

2017-08-12 Thread Doug Torrance
--- wmmon/{wmmon => }/Makefile | 0 wmmon/{wmmon => }/wmmon-mask.xbm | 0 wmmon/{wmmon => }/wmmon-master.xpm | 0 wmmon/{wmmon => }/wmmon.1 | 0 wmmon/{wmmon => }/wmmon.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename wmmon/{wmmon => }/Makefile (100%) re

[PATCH 3/9] wmmon: Update includes based on results of include-what-you-use.

2017-08-12 Thread Doug Torrance
--- wmmon/wmmon.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wmmon/wmmon.c b/wmmon/wmmon.c index b9e8447..d4adff0 100644 --- a/wmmon/wmmon.c +++ b/wmmon/wmmon.c @@ -101,12 +101,9 @@ #include #include -#include -#include +#include #include -#include -#incl

[PATCH 4/9] wmmon: Remove redundant #define.

2017-08-12 Thread Doug Torrance
--- wmmon/wmmon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wmmon/wmmon.c b/wmmon/wmmon.c index d4adff0..4e7a125 100644 --- a/wmmon/wmmon.c +++ b/wmmon/wmmon.c @@ -115,7 +115,6 @@ /* Defines */ /***/ #define HISTORY_ENTRIES 55 -#define HISTORY_ENTRIES 55 #define MAX_CPU (10)

[PATCH 2/9] wmmon: Use autotools for build.

2017-08-12 Thread Doug Torrance
--- wmmon/Makefile | 21 - wmmon/Makefile.am | 7 +++ wmmon/configure.ac | 8 wmmon/wmmon.c | 3 +-- 4 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 wmmon/Makefile create mode 100644 wmmon/Makefile.am create mode 100644 wmmon/c

[PATCH 0/9] wmmon updates

2017-08-12 Thread Doug Torrance
Here are some updates for wmmon. Carlos, could you tag the last commit wmmon-1.3? We're also missing a tag for an earlier version: git tag wmmon-1.2b2 a5f88e5e5988fa6359c44bcff1363b1cd92a3225 Thanks! Doug Torrance (9): wmmon: Move all source files to top directory for simplicity.

[PATCH 5/9] wmmon: Use consistent data types.

2017-08-12 Thread Doug Torrance
--- wmmon/wmmon-mask.xbm | 2 +- wmmon/wmmon.c| 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wmmon/wmmon-mask.xbm b/wmmon/wmmon-mask.xbm index 43b85a4..3d67e53 100644 --- a/wmmon/wmmon-mask.xbm +++ b/wmmon/wmmon-mask.xbm @@ -1,6 +1,6 @@ #define wmmo

[PATCH 6/9] wmmon: Fix jiffy counter overflowing long on 32-bit systems.

2017-08-12 Thread Doug Torrance
Based on patch by Pedro Gimeno Fortea for Debian bug #670151 [1]. [1] https://bugs.debian.org/670151 --- wmmon/Makefile.am | 2 +- wmmon/configure.ac | 1 + wmmon/ulllib.c | 68 +++ wmmon/ulllib.h | 50

[PATCH 7/9] wmmon: Add desktop entry file.

2017-08-12 Thread Doug Torrance
--- wmmon/Makefile.am | 3 +++ wmmon/wmmon.desktop | 7 +++ 2 files changed, 10 insertions(+) create mode 100644 wmmon/wmmon.desktop diff --git a/wmmon/Makefile.am b/wmmon/Makefile.am index 52a3f9a..9e01dcb 100644 --- a/wmmon/Makefile.am +++ b/wmmon/Makefile.am @@ -5,3 +5,6 @@ EXTRA_DIST =

[PATCH 9/9] wmmon: Bump to version 1.3.

2017-08-12 Thread Doug Torrance
--- wmmon/CHANGES | 31 +++ wmmon/configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/wmmon/CHANGES b/wmmon/CHANGES index 5b4ce11..09c5972 100644 --- a/wmmon/CHANGES +++ b/wmmon/CHANGES @@ -2,6 +2,37 @@ WMMon changes. Version

[PATCH 8/9] wmmon: Update documentation.

2017-08-12 Thread Doug Torrance
--- wmmon/INSTALL | 11 +-- wmmon/README | 16 wmmon/TODO| 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/wmmon/INSTALL b/wmmon/INSTALL index 7defae3..492390c 100644 --- a/wmmon/INSTALL +++ b/wmmon/INSTALL @@ -2,15 +2,14 @@ Installation instru

[PATCH] libdockapp: Use Requires.private in pkg-config file to avoid overlinking.

2017-08-12 Thread Doug Torrance
--- libdockapp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdockapp/Makefile.am b/libdockapp/Makefile.am index 5cbeb55..4570a84 100644 --- a/libdockapp/Makefile.am +++ b/libdockapp/Makefile.am @@ -19,7 +19,7 @@ dockapp.pc: Makefile @echo 'Description:

[PATCH] wmaker: Allow WMRootMenu to reference menu files in proplist format.

2017-08-12 Thread Doug Torrance
Previously, WMRootMenu could either be a menu file in proplist format itself, or it could reference another menu file in the old style format. If WMRootMenu referenced another menu file in proplist format, this file was parsed assuming it was in the old style format and thus failed, as observed by

Re: wmaker menu - including files

2017-08-12 Thread Doug Torrance
On 08/07/2017 01:55 PM, Christophe wrote: Hello, - Andreas Metzler a écrit : Hello, [...] However including a menu in proplist format at toplevel fails: [...] Is this intentional behavior? As you probably have deduced by yourself now thanks to the copious amount of answer so far, yes

Re: [ANNOUNCE] wmcpuwatch dockapp

2017-08-13 Thread Doug Torrance
On 08/13/2017 02:36 PM, Andreas Tscharner wrote: I have "created" a new dockapp: wmcpuload. It shows the average cpu load and the load of up to 40 CPUs. "Created" is actually the wrong word: I took wmmon and ripped everything off I didn't need and made some adjustments. A preliminary version of

[PATCH 1/8] wmmoonclock: Use autotools for build.

2017-08-14 Thread Doug Torrance
--- wmmoonclock/Makefile.am | 12 wmmoonclock/configure.ac | 9 + wmmoonclock/src/Makefile | 37 - wmmoonclock/src/wmMoonClock.c | 7 +-- 4 files changed, 22 insertions(+), 43 deletions(-) create mode 100644 wmmooncloc

[PATCH 3/8] wmmoonclock: Correct bug report email address.

2017-08-14 Thread Doug Torrance
--- wmmoonclock/BUGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmmoonclock/BUGS b/wmmoonclock/BUGS index dd6ac25..d164d88 100644 --- a/wmmoonclock/BUGS +++ b/wmmoonclock/BUGS @@ -1 +1 @@ -Please send bug reports to wmaker-...@lists.windowmaker.info +Please send bug report

[PATCH 8/8] wmmoonclock: Bump to version 1.29.

2017-08-14 Thread Doug Torrance
--- wmmoonclock/ChangeLog| 12 wmmoonclock/configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/wmmoonclock/ChangeLog b/wmmoonclock/ChangeLog index a490c01..ea016be 100644 --- a/wmmoonclock/ChangeLog +++ b/wmmoonclock/ChangeLog @@ -1,4 +1,16 @@ Cha

[PATCH 7/8] wmmoonclock: Add desktop entry file.

2017-08-14 Thread Doug Torrance
--- wmmoonclock/Makefile.am | 3 +++ wmmoonclock/wmmoonclock.desktop | 7 +++ 2 files changed, 10 insertions(+) create mode 100644 wmmoonclock/wmmoonclock.desktop diff --git a/wmmoonclock/Makefile.am b/wmmoonclock/Makefile.am index 3b5bf6f..5d3629a 100644 --- a/wmmoonclock/Makefile.a

<    5   6   7   8   9   10   11   >