[PATCH 2/5] wmfsm: Move wmfsm_master.xpm from make clean to make distclean; otherwise make && make clean && make fails.

2015-08-20 Thread Doug Torrance
--- wmfsm/wmfsm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmfsm/wmfsm/Makefile.am b/wmfsm/wmfsm/Makefile.am index 7c1a792..94d4248 100644 --- a/wmfsm/wmfsm/Makefile.am +++ b/wmfsm/wmfsm/Makefile.am @@ -9,5 +9,4 @@ man_MANS = wmfsm.1 dist_pkgdata_DATA = wmfs

[PATCH (whome)] Update wmfsm and wmitime on dockapps webpage.

2015-08-21 Thread Doug Torrance
--- dockapps/dockapps.db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 87da7c2..65be3ad 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -294,7 +294,7 @@ dockapps = category = General/Others [wmfsm] -ver

[PATCH 2/5] wmcalc: Fix typo in Makefile.

2015-08-22 Thread Doug Torrance
Correctly create the directory /usr/share/man/man1 instead of /usr/share/man/man1/man1. Obtained from the Debian package [1]. [1] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/fix_makefile_typo.patch/ --- wmcalc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH 3/5] wmcalc: Fix manpage spelling.

2015-08-22 Thread Doug Torrance
Avoid Lintian warning in the Debian package. Obtained from [1]. [1] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/fix_manpage_spelling.patch/ --- wmcalc/wmcalc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcalc/wmcalc.1 b/wmcalc/wmcalc.1 index 8a58158..0e9

[PATCH 1/5] wmcalc: Increase significant digits.

2015-08-22 Thread Doug Torrance
Patch by Antony Gelberg to fix Debian bug #320597 [1]. Obtained from the Debian package [2]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320597 [2] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/10_bts-320597_increase_significant_digits.patch/ --- wmcalc/wmcalcfunc.c | 9 +

[PATCH 5/5] wmcalc: Bump to version 0.6.

2015-08-22 Thread Doug Torrance
--- wmcalc/ChangeLog | 18 ++ wmcalc/wmcalc_c.h | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/wmcalc/ChangeLog b/wmcalc/ChangeLog index ac00084..3686737 100644 --- a/wmcalc/ChangeLog +++ b/wmcalc/ChangeLog @@ -1,5 +1,23 @@ CHANGE LOG: --- +0.6

[PATCH 0/5] wmcalc

2015-08-22 Thread Doug Torrance
Attached are a few patches for wmcalc. Carlos, could you tag the last commit wmcalc-0.6? Thanks! Doug Torrance (5): wmcalc: Increase significant digits. wmcalc: Fix typo in Makefile. wmcalc: Fix manpage spelling. wmcalc: Move changelog from README to new ChangeLog file. wmcalc: Bump

[PATCH 4/5] wmcalc: Move changelog from README to new ChangeLog file.

2015-08-22 Thread Doug Torrance
--- wmcalc/ChangeLog | 37 + wmcalc/README| 38 -- 2 files changed, 37 insertions(+), 38 deletions(-) create mode 100644 wmcalc/ChangeLog diff --git a/wmcalc/ChangeLog b/wmcalc/ChangeLog new file mode 100644 index 00

[PATCH (whome)] Update wmcalc on dockapps webpage.

2015-08-23 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 65be3ad..b64eccf 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -173,6 +173,7 @@ dockapps = 241 category = General/Others [wmcalc] +version-0.6 = 43dd

[PATCH 2/3] wmload: Fix -Wunused-result compiler warning.

2015-08-23 Thread Doug Torrance
Obtained from the Debian package [1]. [1] https://sources.debian.net/src/wmload/0.9.6-1/debian/patches/fix_unused_result.patch/ --- wmload/wmload.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wmload/wmload.c b/wmload/wmload.c index c30f7bf..eeab18b 100644 --- a/wml

[PATCH 3/3] wmload: Bump to version 0.9.7.

2015-08-23 Thread Doug Torrance
--- wmload/ChangeLog | 18 ++ wmload/wmload.c | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/wmload/ChangeLog b/wmload/ChangeLog index 24872a2..c2e455f 100644 --- a/wmload/ChangeLog +++ b/wmload/ChangeLog @@ -1,3 +1,21 @@ +VERSION: 0.9.7 +RELEASE DATE: 23

[PATCH 1/3] wmload: Bump _POSIX_C_SOURCE to 200112L.

2015-08-23 Thread Doug Torrance
Otherwise, we get the following warning during build. wmload.c: In function ‘GetLoad’: wmload.c:523:10: warning: incompatible implicit declaration of built-in function ‘rint’ *usr = rint(Maximum * (float)(*usr) /total); ^ Obtained from the Debian package [1]. [1] https://sourc

[PATCH 0/3] wmload

2015-08-23 Thread Doug Torrance
Here are a few patches for wmload. Carlos, could you tag the last commit wmload-0.9.7? Thanks! Doug Torrance (3): wmload: Bump _POSIX_C_SOURCE to 200112L. wmload: Fix -Wunused-result compiler warning. wmload: Bump to version 0.9.7. wmload/ChangeLog | 18 ++ wmload

[PATCH 1/2] wmbattery: Add config.h.in to `make distclean`.

2015-08-23 Thread Doug Torrance
Its absence created a problem for the Debian package. During the build, dh_auto_clean results in a call to autoheader, which creates config.h.in. If this isn't then removed, we get a dpkg-source error. Obtained from [1]. [1] https://sources.debian.net/src/wmbattery/2.48-1/debian/patches/clean_

[PATCH 0/2] wmbattery

2015-08-23 Thread Doug Torrance
Here are a couple patches for wmbattery. Carlos, could you tag the last commit wmbattery-2.49? Thanks! Doug Torrance (2): wmbattery: Add config.h.in to `make distclean`. wmbattery: Bump to version 2.49. wmbattery/ChangeLog| 9 + wmbattery/Makefile | 3 ++- wmbattery

[PATCH 2/2] wmbattery: Bump to version 2.49.

2015-08-23 Thread Doug Torrance
--- wmbattery/ChangeLog| 9 + wmbattery/configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 5506dcb..852d10d 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -1,3 +1,12 @@ +wmbattery (2.49) +

[PATCH 0/2] wmtime

2015-08-23 Thread Doug Torrance
Here are a couple patches for wmtime. Carlos, could you tag the last commit wmtime-1.4? Thanks! Doug Torrance (2): wmtime: Add note about libdockapp to INSTALL. wmtime: Bump to version 1.4. wmtime/CHANGES | 5 + wmtime/INSTALL | 4 +++- wmtime/wmtime.c | 2 +- 3 files changed, 9

[PATCH 1/2] wmtime: Add note about libdockapp to INSTALL.

2015-08-23 Thread Doug Torrance
--- wmtime/INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wmtime/INSTALL b/wmtime/INSTALL index 0573be5..1b206bb 100644 --- a/wmtime/INSTALL +++ b/wmtime/INSTALL @@ -2,7 +2,9 @@ Installation instructions for WMTime. Requirements -

[PATCH 2/2] wmtime: Bump to version 1.4.

2015-08-23 Thread Doug Torrance
--- wmtime/CHANGES | 5 + wmtime/wmtime.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wmtime/CHANGES b/wmtime/CHANGES index d4079c4..6a3641d 100644 --- a/wmtime/CHANGES +++ b/wmtime/CHANGES @@ -3,6 +3,11 @@ WMTime changes. Version Description --

[PATCH (whome)] Update wmbattery, wmload, and wmtime on dockapps webpage.

2015-08-24 Thread Doug Torrance
--- dockapps/dockapps.db | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index b64eccf..90bf49a 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -127,6 +127,7 @@ dockapps = 216 category = System Monitoring [wmbat

[PATCH 1/2] wmifs: Add note about libdockapp to INSTALL.

2015-08-24 Thread Doug Torrance
--- wmifs/INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmifs/INSTALL b/wmifs/INSTALL index a072540..4160d81 100644 --- a/wmifs/INSTALL +++ b/wmifs/INSTALL @@ -17,6 +17,9 @@ Requirements the installation copies the GLOBAL config file there, don't worry, nothing wil

[PATCH 0/2] wmifs

2015-08-24 Thread Doug Torrance
Here are a couple patches for wmifs. Carlos, could you tag the last commit wmifs-1.6? Thanks! Doug Torrance (2): wmifs: Add note about libdockapp to INSTALL. wmifs: Bump to version 1.6. wmifs/CHANGES | 7 +++ wmifs/INSTALL | 3 +++ wmifs/wmifs.c | 2 +- 3 files changed, 11 insertions

[PATCH 2/2] wmifs: Bump to version 1.6.

2015-08-24 Thread Doug Torrance
--- wmifs/CHANGES | 7 +++ wmifs/wmifs.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 1be1263..07904fc 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -1,5 +1,12 @@ Version Description

[PATCH 0/2] wmppp.app

2015-08-24 Thread Doug Torrance
Here are a couple patches for wmppp.app. Carlos, could you tag the last commit wmppp.app-1.3.2? Thanks! Doug Torrance (2): wmppp.app: Add note about libdockapp to INSTALL. wmppp.app: Bump to version 1.3.2. wmppp.app/CHANGES | 7 +++ wmppp.app/INSTALL | 3 +++ wmppp.app/wmppp.c | 2

[PATCH 2/2] wmppp.app: Bump to version 1.3.2.

2015-08-24 Thread Doug Torrance
--- wmppp.app/CHANGES | 7 +++ wmppp.app/wmppp.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmppp.app/CHANGES b/wmppp.app/CHANGES index 89850fb..3b73368 100644 --- a/wmppp.app/CHANGES +++ b/wmppp.app/CHANGES @@ -1,5 +1,12 @@ Version Description

[PATCH 1/2] wmppp.app: Add note about libdockapp to INSTALL.

2015-08-24 Thread Doug Torrance
--- wmppp.app/INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmppp.app/INSTALL b/wmppp.app/INSTALL index ae4805e..d522915 100644 --- a/wmppp.app/INSTALL +++ b/wmppp.app/INSTALL @@ -17,6 +17,9 @@ Requirements the installation copies the GLOBAL config files there, don

[PATCH 2/3] wmsun: Fix typos in manpage.

2015-08-24 Thread Doug Torrance
--- wmsun/wmsun.1 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wmsun/wmsun.1 b/wmsun/wmsun.1 index 5bb53e3..f4a1b13 100644 --- a/wmsun/wmsun.1 +++ b/wmsun/wmsun.1 @@ -2,11 +2,11 @@ .SH NAME WMSUN \- Dockable WindowMaker SunRise/SunSet App .SH SYNOPSIS -.B wmSun [O

[PATCH 0/3] wmsun

2015-08-24 Thread Doug Torrance
Here are a few patches for wmsun. Carlos, could you tag the last commit wmsun-1.05? Thanks! Doug Torrance (3): wmsun: Expand README. wmsun: Fix typos in manpage. wmsun: Bump to version 1.05. wmsun/ChangeLog | 6 ++ wmsun/README| 33 + wmsun/wmsun

[PATCH 3/3] wmsun: Bump to version 1.05.

2015-08-24 Thread Doug Torrance
--- wmsun/ChangeLog | 6 ++ wmsun/wmsun.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wmsun/ChangeLog b/wmsun/ChangeLog index 523aa36..3fdc4ca 100644 --- a/wmsun/ChangeLog +++ b/wmsun/ChangeLog @@ -1,3 +1,9 @@ +Version 1.05 - released August 24, 2015 + wmsun u

[PATCH 1/3] wmsun: Expand README.

2015-08-24 Thread Doug Torrance
--- wmsun/README | 33 + 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/wmsun/README b/wmsun/README index 29b0eb7..4031507 100644 --- a/wmsun/README +++ b/wmsun/README @@ -1,7 +1,32 @@ -Kona lat/lon; + ___ __ _ __ ___ ___

[PATCH (whome)] Update wmifs, wmppp.app, and wmsun on dockapps webpage.

2015-08-25 Thread Doug Torrance
--- dockapps/dockapps.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 90bf49a..35c2f7c 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -330,7 +330,7 @@ dockapps = 72 category = Network [wmifs] -versi

[PATCH] ChangeLog: Bring up to date through 0.95.7 release.

2015-08-29 Thread Doug Torrance
: Import version 0.95.6-1.1. (Doug Torrance ) +- Import of (partly outdated) Ukrainian translations. + (Martin Dietze ) +- Add folder with fedora .spec file + (Alexey I. Froloff ) +- make: Add Ukrainian translation files to EXTRA_DIST. +- wmiv: Add long command line options --help and --version

[PATCH 0/2] wmbattery

2015-08-30 Thread Doug Torrance
Here's a small patch reverting a mistaken change to wmbattery, along with a corresponding version number bump. Carlos, could you tag the last commit wmbattery-2.50? Thanks! Doug Torrance (2): wmbattery: Free memory allocated by strdup. wmbattery: Bump to version 2.50. wmbattery/Chan

[PATCH 2/2] wmbattery: Bump to version 2.50.

2015-08-30 Thread Doug Torrance
--- wmbattery/ChangeLog| 8 wmbattery/configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 852d10d..3e21109 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -1,3 +1,11 @@ +wmbattery (2.50) + *

[PATCH 1/2] wmbattery: Free memory allocated by strdup.

2015-08-30 Thread Doug Torrance
This corrects a mistake in [1] noticed by Andrew Shadura [2]. [1] http://repo.or.cz/dockapps.git/commitdiff/29e5012 [2] https://github.com/d-torrance/wmbattery/commit/9f7be30#commitcomment-12965145 --- wmbattery/acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmbattery/acpi.c b/wmbatt

[PATCH (whome)] Update wmbattery on dockapps webpage.

2015-08-30 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 35c2f7c..a9f77ed 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -127,6 +127,7 @@ dockapps = 216 category = System Monitoring [wmbattery] +version-2.50

[PATCH 4/8] Draw osd only on the primary monitor if randr extensions are available

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/Makefile | 4 ++-- wmix/include/ui_x.h | 6 -- wmix/ui_x.c | 51 ++- wmix/wmix.c | 22 -- 4 files changed, 72 insertions(+), 11 deletions(-) diff --git a/wmix/Makefil

[PATCH 3/8] Improve the osd update code

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg - More logical relationship between volume level and bar length - No unnecessary drawing - Volume bar shrinks properly even when volume is lowered very quickly --- wmix/ui_x.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/w

[PATCH 2/8] Add native ALSA mixer support

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/Makefile | 6 +- wmix/config.c | 38 +++-- wmix/include/config.h | 7 +- wmix/include/mixer-alsa.h | 43 + wmix/include/mixer-oss.h | 42 + wmix/include/mixer.h | 49 +++--- wmix/mixer-alsa.c | 399 +++

[PATCH 6/8] Improve monitor selection code

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg - Default to monitor 0 instead of failing if a crazy number is given - Allow monitor to be specified by osdmonitor in the config file --- wmix/config.c | 40 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/wmix/conf

[PATCH 8/8] Allow sound api to be specified in the config file

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/config.c | 22 ++ wmix/include/config.h | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/wmix/config.c b/wmix/config.c index 8fdb293..0b80013 100644 --- a/wmix/config.c +++ b/wmix/config.c @@ -66,7 +66,7 @@ cons

[PATCH 1/8] Fix a buffer overflow (how did this ever work?)

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/misc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmix/misc.c b/wmix/misc.c index 9120bd9..f26170e 100644 --- a/wmix/misc.c +++ b/wmix/misc.c @@ -42,7 +42,6 @@ typedef struct { } MRegion; MRegion mr[16]; - /* Converts separate left

[PATCH 7/8] Better handling of configuration defaults for the new settings

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/config.c | 36 +++- wmix/include/config.h | 3 +++ wmix/wmix.c | 1 + 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/wmix/config.c b/wmix/config.c index 8c9490d..8fdb293 100644 --- a/wmix/confi

[PATCH 5/8] Add a command line option for choosing a monitor for osd display

2015-09-16 Thread Doug Torrance
From: Johannes Holmberg --- wmix/config.c | 25 - wmix/include/config.h | 2 ++ wmix/ui_x.c | 44 +--- 3 files changed, 67 insertions(+), 4 deletions(-) diff --git a/wmix/config.c b/wmix/config.c index c11c2fe..2

Re: Some patches for wmix

2015-09-16 Thread Doug Torrance
On 09/16/2015 04:51 PM, Johannes Holmberg wrote: > I've added some stuff to wmix (the dockapp), most importantly alsa > support, but also some bugfixes and better handling of multiple > monitors. My work is based on your wmix 3.2 so my commits should apply > cleanly on top of that. If you are inter

[PATCH (whome)] Update wmix on dockapps webpage.

2015-09-23 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index a9f77ed..986fc70 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -359,7 +359,7 @@ dockapps = 22 category = Date/Time [wmix] -version-3.

[PATCH 0/4] wmclock

2015-09-23 Thread Doug Torrance
Here are a few wmclock patches. Carlos, could you tag the last commit wmclock-1.0.16? Thanks! Doug Torrance (4): wmclock: Fix "comparison between signed and unsigned integer" warnings. wmclock: Use defines to get language xpms instead of creating symlinks. wmclock: G

[PATCH 2/4] wmclock: Use defines to get language xpms instead of creating symlinks.

2015-09-23 Thread Doug Torrance
--- wmclock/configure.ac | 7 +++ wmclock/wmclock.c| 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wmclock/configure.ac b/wmclock/configure.ac index 11da724..82a2382 100644 --- a/wmclock/configure.ac +++ b/wmclock/configure.ac @@ -17,10 +17,9 @@ if test ! -d "${Lan

[PATCH 4/4] wmclock: Bump to version 1.0.16.

2015-09-23 Thread Doug Torrance
rison between signed and unsigned integer" + warnings. + 2014-12-11 Doug Torrance * Bump to version 1.0.15. @@ -32,8 +45,6 @@ * Imakefile, Makefile.am, configure, configure.ac: Switch build system from deprecated imake to autotools. -2014-12-10 Dou

[PATCH 3/4] wmclock: Get manpage date from ChangeLog instead of manually updating.

2015-09-23 Thread Doug Torrance
--- wmclock/configure.ac | 2 ++ wmclock/wmclock.1.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wmclock/configure.ac b/wmclock/configure.ac index 82a2382..8909b6d 100644 --- a/wmclock/configure.ac +++ b/wmclock/configure.ac @@ -21,6 +21,8 @@ AC_DEFINE_UNQUOTED(MONTH_XPM

[PATCH 1/4] wmclock: Fix "comparison between signed and unsigned integer" warnings.

2015-09-23 Thread Doug Torrance
--- wmclock/wmclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmclock/wmclock.c b/wmclock/wmclock.c index 895b285..eee17dd 100644 --- a/wmclock/wmclock.c +++ b/wmclock/wmclock.c @@ -146,7 +146,7 @@ int enableShapedWindow = 1; /* default value is noshape */ int enableBl

[PATCH (whome)] Update wmclock on dockapps webpage.

2015-09-24 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 986fc70..b6ccfd4 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -242,6 +242,7 @@ dockapps = category = General/Others [wmclock] +version-1.0.16 = daaf

Re: Dockapps tar.gz generated on the fly prevent checksums

2015-09-28 Thread Doug Torrance
On 09/26/2015 03:09 PM, Colin Pitrat wrote: installing wmacpi from AUR on archlinux, the checksum failed. Checking why, I understood that the tar.gz is apparently generated at each download. As the time is included in the metadata, it means the tar.gz is constantly changing leading to different c

[PATCH] wmaker: Print error dialog when attempting to delete an in-use workspace.

2015-10-01 Thread Doug Torrance
--- src/workspace.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/workspace.c b/src/workspace.c index e3efcfd..23da1ef 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -50,6 +50,7 @@ #include "xinerama.h" #include "event.h" #include "wsmap.h" +#include "dia

Re: configure for libdockapp 0.7.0

2015-10-05 Thread Doug Torrance
On 10/03/2015 03:49 PM, Shining wrote: Hello, I downloaded libdockapp from http://windowmaker.org/dockapps/?download=libdockapp-0.7.0.tar.gz and when I extracted the tarball I found no ./configure there, despite instructions in README say there must one. Then I managed to build one by myself us

[PATCH (whome)] Update libdockapp on dockapps webpage.

2015-10-11 Thread Doug Torrance
--- dockapps/dockapps.db | 1 + 1 file changed, 1 insertion(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index b6ccfd4..820e419 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -9,6 +9,7 @@ dockapps = 253 category = Audio [libdockapp] +version-0.7.0+20151009 = eb

Re: different bg-images on different workspaces

2015-10-15 Thread Doug Torrance
On 10/15/2015 04:22 PM, Josip Deanovic wrote: > Here is the relevant excerpt from my GNUstep/Defaults/WindowMaker > > There are six workspaces and they all have their own background. > > Hope it helps. > > > > WorkspaceSpecificBack = ( > This is documented in NEWS, under the version 0.50.0 entry

[PATCH 0/3] libdockapp

2015-10-17 Thread Doug Torrance
Carlos, could you tag the last commit libdockapp-0.7.1? Thanks! Doug Torrance (3): libdockapp: Update header location in examples. libdockapp: Update update-changelog target in Makefile. libdockapp: Bump to version 0.7.1. libdockapp/ChangeLog| 36

[PATCH 1/3] libdockapp: Update header location in examples.

2015-10-17 Thread Doug Torrance
--- libdockapp/examples/basic/basic.c | 2 +- libdockapp/examples/rectangles/rectangles.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdockapp/examples/basic/basic.c b/libdockapp/examples/basic/basic.c index 1ff6606..508860f 100644 --- a/libdockapp/examples/

[PATCH 2/3] libdockapp: Update update-changelog target in Makefile.

2015-10-17 Thread Doug Torrance
Only grab libdockapp commits. --- libdockapp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdockapp/Makefile.am b/libdockapp/Makefile.am index b1f8b30..4860810 100644 --- a/libdockapp/Makefile.am +++ b/libdockapp/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = BUGS

[PATCH 3/3] libdockapp: Bump to version 0.7.1.

2015-10-17 Thread Doug Torrance
@@ -1,3 +1,39 @@ +2015-10-17 Doug Torrance + + * configure.ac: Bump to version 0.7.1. + +2015-10-17 Doug Torrance + + * Makefile.am: Update update-changelog target in Makefile. + Only grab libdockapp commits. + +2015-10-17 Doug Torrance + + * examples/basic/basic.c

[PATCH (whome)] Update libdockapp on dockapps webpage.

2015-10-18 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 820e419..5393a54 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -9,7 +9,7 @@ dockapps = 253 category = Audio [libdockapp] -version-0.7

[PATCH 0/6] libdockapp

2015-10-21 Thread Doug Torrance
There are two patches to update the header file location for dockapps which use libdockapp -- wmmenu was pointed out by Nerijus. There are a few for libdockapp itself from Debian. Carlos, could you tag the last commit libdockapp-0.7.2? Thanks! Doug Torrance (6): wmmenu: Update header file

[PATCH 1/6] wmmenu: Update header file location.

2015-10-21 Thread Doug Torrance
In libdockapp 0.7.0, dockapp.h was moved to /usr/include/libdockapp. --- wmmenu/buttonbar.c | 2 +- wmmenu/events.c| 2 +- wmmenu/pixmaps.c | 2 +- wmmenu/wmmenu.c| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wmmenu/buttonbar.c b/wmmenu/buttonbar.c index a80cde1.

[PATCH 2/6] wmacpi: Update header file location.

2015-10-21 Thread Doug Torrance
In libdockapp 0.7.0, dockapp.h was moved to /usr/include/libdockapp. --- wmacpi/wmacpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpi/wmacpi.c b/wmacpi/wmacpi.c index 1842732..b38ad2c 100644 --- a/wmacpi/wmacpi.c +++ b/wmacpi/wmacpi.c @@ -19,7 +19,7 @@ #define _GNU

[PATCH 3/6] libdockapp: Recompress fonts without timestamp.

2015-10-21 Thread Doug Torrance
This fixes the package-contains-timestamped-gzip warning given by Lintian for the Debian package. (This warning is really unnecessary, as its purpose it to check for reproducible builds and the fonts are not compressed at build time, but I see no harm in removing these timestamps.) --- libdockapp

[PATCH 4/6] libdockapp: Remove AC_PATH_XTRA macro from configure.ac

2015-10-21 Thread Doug Torrance
We already check for libraries with the PKG_CHECK_MODULES macros. This also allows the Debian package to drop the Build-Depend on libice-dev. Based on the Debian patch [1]. [1] https://sources.debian.net/src/libdockapp/1:0.7.1-1/debian/patches/remove_AC_PATH_XTRA.diff/ --- libdockapp/configure

[PATCH 6/6] libdockapp: Bump to version 0.7.2.

2015-10-21 Thread Doug Torrance
@@ -1,3 +1,35 @@ +2015-10-20 Doug Torrance + + * configure.ac: Bump to version 0.7.2. + +2015-10-20 Doug Torrance + + * Makefile.am: Clean generated file dockapp.pc. + Based on the Debian patch [1]. + + [1] https://sources.debian.net/src/1:0.7.1-1/debian/patches

[PATCH 5/6] libdockapp: Clean generated file dockapp.pc.

2015-10-21 Thread Doug Torrance
Based on the Debian patch [1]. [1] https://sources.debian.net/src/libdockapp/1:0.7.1-1/debian/patches/clean_dockapp.pc.patch/ --- libdockapp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libdockapp/Makefile.am b/libdockapp/Makefile.am index 4860810..5cbeb55 100644 --- a/libdo

[PATCH (whome)] Update libdockapp, wmacpi, and wmmenu on dockapps webpage.

2015-10-21 Thread Doug Torrance
--- dockapps/dockapps.db | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 5393a54..a4886b7 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -9,6 +9,7 @@ dockapps = 253 category = Audio [libdockapp] +version-0.7.2 = b9baa8f0

[PATCH] wmbiff: Add missing command line options to documentation.

2015-10-25 Thread Doug Torrance
Closes Debian bug #770117 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770117 --- wmbiff/wmbiff/wmbiff.1 | 4 wmbiff/wmbiff/wmbiff.c | 1 + 2 files changed, 5 insertions(+) diff --git a/wmbiff/wmbiff/wmbiff.1 b/wmbiff/wmbiff/wmbiff.1 index f561df9..41b1ba5 100644 --- a/wmbiff/

[PATCH (whome)] Update wmbiff on dockapps webpage.

2015-10-26 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index a4886b7..d68f911 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -145,7 +145,7 @@ dockapps = 34 category = System Monitoring [wmbiff] -

[PATCH (whome)] Add link to external dockapps.

2015-11-12 Thread Doug Torrance
Thanks to Gaël Elégoët for the suggestion. --- dockapps/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockapps/index.php b/dockapps/index.php index d9d8aeb..c4b0ab1 100644 --- a/dockapps/index.php +++ b/dockapps/index.php @@ -114,6 +114,8 @@ Team. You may download these dockapps

Re: [Pkg-wmaker-devel] Bug#805519: wmifs: Buffer overflow on startup. Process crashes.

2015-11-18 Thread Doug Torrance
Control: tags -1 moreinfo Control: forwarded -1 wmaker-dev@lists.windowmaker.org On 11/18/2015 10:41 PM, Karsten M. Self wrote: > Package: wmifs > Version: 1.6-1 > Severity: important > > Dear Maintainer, > > * What led up to the situation? > > Invoking wmifs from Windowmaker dock or terminal

Re: Fix Debian packaging for 0.95.7

2016-01-05 Thread Doug Torrance
On 12/27/2015 10:06 AM, Andreas Metzler wrote: find attached a patch series to fixup the Debian packaging in next for 0.95.7. Thanks, Andreas! Out of curiosity, are you planning on uploading 0.95.7-1 to Debian? -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 1/2] debian: Add wmiv to wmaker package.

2016-01-06 Thread Doug Torrance
--- debian/wmaker.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/wmaker.install b/debian/wmaker.install index ba234d7..adbbe8a 100644 --- a/debian/wmaker.install +++ b/debian/wmaker.install @@ -9,6 +9,7 @@ usr/bin/getstyle usr/bin/seticons usr/bin/geticonset usr/bin/setstyle

[PATCH 2/2] debian: Add version 0.95.6-1.2 entry to changelog.

2016-01-06 Thread Doug Torrance
--- debian/changelog | 8 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3727ae9..f86eca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,14 @@ wmaker (0.95.7-1) unstable; urgency=medium -- Rodolfo García Peñas (kix) Thu, 13

[PATCH] debian: Update with final version of 0.95.7-1 packaging.

2016-01-10 Thread Doug Torrance
; urgency=medium * wmaker manpage was also moved from section 1x to 1. Fix pointer in README.Debian and update-alternatives slave link. - -- Rodolfo García Peñas (kix) Thu, 13 Aug 2015 20:19:33 +0200 + [ Doug Torrance ] + * Switch maintenance to Debian Window Maker Team with kix

Icons and screen border

2016-01-13 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org Hi everyone, While investigating Debian bug #792214 [1], I noticed some peculiar behavior. Suppose icons are positioned (using "Icon Positioning" in the "Icon Preferences" tab of WPrefs) on the same side of the screen as the dock. Supp

[PATCH] wmaker: Maintain sorting of windows by workspace in switch menu.

2016-01-15 Thread Doug Torrance
Previously, this sorting failed when one window was moved to another workspace. This fixes Debian bug #280851 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=280851 --- src/switchmenu.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/s

Re: Icons and screen border

2016-01-16 Thread Doug Torrance
On 01/16/2016 10:24 AM, Carlos R. Mafra wrote: > On Wed, 13 Jan 2016 at 10:11:25 -0500, Doug Torrance wrote: >> While investigating Debian bug #792214 [1], I noticed some peculiar >> behavior. >> >> Suppose icons are positioned (using "Icon Positioning" in th

[PATCH 1/4] wmaker: Update copyright years in info panel.

2016-01-17 Thread Doug Torrance
--- src/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog.c b/src/dialog.c index 3579a65..2efb695 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1129,7 +1129,7 @@ typedef struct { #define COPYRIGHT_TEXT \ "Copyright \xc2\xa9 1997-2006 Alfredo K. Kojim

[PATCH 4/4] wmaker: Add option for window snap to top edge to maximize to full screen.

2016-01-17 Thread Doug Torrance
This is a common behavior in a number of other environments, e.g., Unity and Windows. --- NEWS| 15 ++- WPrefs.app/Expert.c | 3 +++ src/WindowMaker.h | 1 + src/defaults.c | 2 ++ src/moveres.c | 10 -- 5 files changed, 28 insertions(+), 3 delet

[PATCH 2/4] wmaker: Remove prototype for unused get_right_position_on_screen function.

2016-01-17 Thread Doug Torrance
--- src/placement.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/placement.h b/src/placement.h index d3455ee..e959961 100644 --- a/src/placement.h +++ b/src/placement.h @@ -35,7 +35,4 @@ void PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret, unsigned width, unsigned void Interact

[PATCH 3/4] wmaker: Fix typos (used codespell).

2016-01-17 Thread Doug Torrance
--- src/actions.c| 2 +- src/balloon.c| 2 +- src/defaults.c | 2 +- src/dialog.c | 2 +- src/dock.c | 2 +- src/event.c | 6 +++--- src/placement.c | 2 +- src/session.c| 2 +- src/stacking.c | 2 +- src/startup.c| 8 src/usermenu.c | 2 +- src/wconf

[PATCH] wmaker: Use window placement settings on other workspaces.

2016-01-18 Thread Doug Torrance
Previously, if a window was placed on a workspace other than the current one, the window placement settings (given by WindowPlacement) are ignored and the window was drawn in the upper left hand corner. This is Debian bug #181735. --- src/window.c | 6 ++ 1 file changed, 2 insertions(+), 4 de

Re: [PATCH] wmaker: Use window placement settings on other workspaces.

2016-01-19 Thread Doug Torrance
On 01/18/2016 10:21 PM, Carlos R. Mafra wrote: > On Mon, 18 Jan 2016 at 20:52:17 -0500, Doug Torrance wrote: >> This is Debian bug #181735. > > A ready-to-click link to the bug report would be more useful. Sorry about that! Should I resubmit? >> /* do not ask for wi

[PATCH 2/2] wmaker: Display keyboard shortcuts for remaining options in window menu.

2016-01-19 Thread Doug Torrance
In particular, Keep on top, Keep at bottom, and Omnipresent. --- src/winmenu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/winmenu.c b/src/winmenu.c index 6f090e3..2aa3187 100644 --- a/src/winmenu.c +++ b/src/winmenu.c @@ -482,16 +482,19 @@ static void updateOptionsMenu(WMenu * menu

[PATCH 1/2] wmaker: Add keyboard shortcuts for keeping window on top or at bottom.

2016-01-19 Thread Doug Torrance
This closes Debian bug #306808 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306808 --- WPrefs.app/KeyboardShortcuts.c | 2 ++ src/defaults.c | 4 src/event.c| 21 + src/keybind.h | 2 ++ 4 files changed

Re: [PATCH] wmaker: Use window placement settings on other workspaces.

2016-01-20 Thread Doug Torrance
On 01/20/2016 08:24 AM, Carlos R. Mafra wrote: After reading the bug report (please in the future add the relevant bits of the bug report in the commit message as well, it's much more convenient than hunting the bug in debian's website) I think that your patch makes sense for the situation descri

[PATCH 1/2] wmaker: Fix whitespace in menu.h; passes checkpatch.pl inspection.

2016-01-20 Thread Doug Torrance
--- src/menu.h | 138 ++--- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/src/menu.h b/src/menu.h index 45525eb..e568a7e 100644 --- a/src/menu.h +++ b/src/menu.h @@ -30,76 +30,76 @@ #define MI_SHADED 4 typedef struc

[PATCH 2/2] wmaker: Implement basic menu shading.

2016-01-20 Thread Doug Torrance
Menus may now be shaded like other windows by double clicking on their title bars. Note that, even if animations are enabled, the shade animation seen with other windows does not work for menus. This fixes Debian bug #72038 [1]: From: Chris Pimlott Subject: wmaker: Persistant menus should b

[PATCH 2/2] wrlib: Drop symbol version back to 3.

2016-01-21 Thread Doug Torrance
Both 0.95.6 and 0.95.7 shipped libwraster with a soname version of 5. However, in 0.95.6, libwraster.map still listed the symbols as version 3. In commit d458304, included in 0.95.7, this was bumped to 5. However, there are now two different libwraster5's in the wild, causing issues for reverse de

[PATCH 0/2] libwraster version issues

2016-01-21 Thread Doug Torrance
patch). It would probably be a good idea to release a new version (0.95.7.1?), maybe with just this patch, to minimize potential problems with other downstreams. [1] http://article.gmane.org/gmane.compw.window-managers.windowmaker.devel/9757 Doug Torrance (2): debian: Update with version 0.95.7

[PATCH 1/2] debian: Update with version 0.95.7-3 packaging.

2016-01-21 Thread Doug Torrance
--- debian/changelog | 8 ++ debian/libwraster5.symbols | 120 ++--- .../patches/60_fix_wraster_symbol_versioning.diff | 28 + debian/patches/series | 1 + 4 files changed, 97 insertion

[PATCH] wmlib: Add pkg-config file.

2016-01-22 Thread Doug Torrance
--- wmlib/Makefile.am | 12 1 file changed, 12 insertions(+) diff --git a/wmlib/Makefile.am b/wmlib/Makefile.am index c6432b6..9169aae 100644 --- a/wmlib/Makefile.am +++ b/wmlib/Makefile.am @@ -18,8 +18,20 @@ libWMaker_la_SOURCES = \ app.h \ menu.h

[PATCH] wmlib: Remove install-exec-local target.

2016-01-23 Thread Doug Torrance
This was made redundant by defining pkgconfigdir and pkgconfig_DATA. On some systems (with automake < 1.15), this caused a build failure, e.g., [1]: /usr/bin/install -c -m 644 wmlib.pc /«BUILDDIR»/wmaker-0.95.7+201601230517/ debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/ /usr/bin/install -c -m 6

[PATCH 1/2] WPrefs: Code formatting in TexturePanel.c; minimizes checkpatch.pl warnings.

2016-01-23 Thread Doug Torrance
--- WPrefs.app/TexturePanel.c | 129 +- 1 file changed, 58 insertions(+), 71 deletions(-) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index f12f6e9..c105a3a 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c @@

[PATCH 2/2] WPrefs: Add support for fpixmap ("fillscale") texture.

2016-01-23 Thread Doug Torrance
--- WPrefs.app/TexturePanel.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index c105a3a..6dd3747 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c @@ -117,16 +117,

[PATCH 02/16] wmtv: Fix calculation of bytes per line.

2016-01-31 Thread Doug Torrance
Patch by Yann Vernier . From [1]: From: Malcolm Parsons Subject: wmtv: incorrectly calculates bytes per line Date: Mon, 09 Apr 2001 21:15:52 +0100 wmtv does not put the tv display in its window on my second head. According to bttv, wmtv is telling bttv that the display is: Di

<    2   3   4   5   6   7   8   9   10   11   >