[PATCH 04/10] wmppp.app: Rename system wide fixed options configuration file for consistency.

2014-09-14 Thread Doug Torrance
--- wmppp.app/wmppp/wmppp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmppp.app/wmppp/wmppp.c b/wmppp.app/wmppp/wmppp.c index bef2f6a..8415b7f 100644 --- a/wmppp.app/wmppp/wmppp.c +++ b/wmppp.app/wmppp/wmppp.c @@ -415,7 +415,7 @@ void wmppp_routine(int argc, char **argv)

[PATCH 09/10] wmppp.app: Use build flags.

2014-09-14 Thread Doug Torrance
Compile with CPPFLAGS and LDFLAGS and append, rather than overwrite, CFLAGS. This enables the Debian package to be built with hardening options. See https://wiki.debian.org/Hardening. --- wmppp.app/wmppp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmppp.app

[PATCH 05/10] wmppp.app: Allow ISDN devices.

2014-09-14 Thread Doug Torrance
Users of ISDN dialup lines (such as me) cannot use wmppp as shipped, because it rejects to use any device except those beginning with `ppp'. The patch attached solves this. Based on the patch by Juan Cespedes . See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=97509. --- wmppp.app/wmppp/wmpp

[PATCH 06/10] wmppp.app: Stampfile handling.

2014-09-14 Thread Doug Torrance
This patch adds support for "stampfile" in config file, as described in manual page. Based on the patch by Juan Cespedes . See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=97509. --- wmppp.app/wmppp/wmppp.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wmppp

[PATCH 07/10] wmppp.app: Display speed in K when too high.

2014-09-14 Thread Doug Torrance
When the download speed is too high, wmppp can't display it because it has only 5 digit. The most significant digits are hidden ! This small patch display the speed in K when it is too high. Based on the patch by jguiton . See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=328699. --- wmppp.a

[PATCH 08/10] wmppp.app: Use rm -f for make clean

2014-09-14 Thread Doug Torrance
This patch prevents "make clean" from failing when the source tree is already clean. --- wmppp.app/wmppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmppp.app/wmppp/Makefile b/wmppp.app/wmppp/Makefile index 0800bac..763e52a 100644 --- a/wmppp.app/wmppp/Makefile

[PATCH 10/10] wmppp.app: Update support email address and webpage.

2014-09-14 Thread Doug Torrance
--- wmppp.app/README| 13 + wmppp.app/TODO | 2 +- wmppp.app/wmppp/wmppp.1 | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/wmppp.app/README b/wmppp.app/README index bf0434e..6a697b7 100644 --- a/wmppp.app/README +++ b/wmppp.app/README @@ -3,17

[PATCH (whome)] dockapps/dockapps.db: Add new version of wmppp.app.

2014-09-15 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 88cca9c..f0a3009 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -338,7 +338,7 @@ dockapps = 164 category = System Monitoring [wmppp.ap

[PATCH 0/8] Add wmbattery to dockapps repository.

2014-09-20 Thread Doug Torrance
I am currently adopting wmbattery in Debian. It was recently orphaned by its upstream author. Therefore, I am adding it to the dockapps git repository, along with several patches. Carlos, if these patches are accepted, could the first patch be tagged wmbattery-2.44? Thanks! Doug Torrance (8

[PATCH 1/8] wmbattery: Add to repository.

2014-09-20 Thread Doug Torrance
Version 2.44. Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmbattery/wmbattery_2.44.tar.gz --- wmbattery/.gitattributes | 1 + wmbattery/GPL | 340 + wmbattery/INSTALL | 195 wmbattery/Makefile

[PATCH 2/8] wmbattery: Remove debian directory.

2014-09-20 Thread Doug Torrance
wmbattery was previously a Debian native package. The debian directory should no longer be included in the upstream source. --- wmbattery/debian/changelog | 546 - wmbattery/debian/compat| 1 - wmbattery/debian/control | 24 -- wmbattery/debian

[PATCH 3/8] wmbattery: Add ChangeLog (renamed from debian/changelog).

2014-09-20 Thread Doug Torrance
Since wmbattery was previously a Debian native package, all the changes were documented in debian/changelog. Since the debian directory has been removed in the upstream source, this file is being renamed to ChangeLog in the root directory. --- wmbattery/ChangeLog | 546 +++

[PATCH 4/8] wmbattery: Remove unnecessary .gitattributes file.

2014-09-20 Thread Doug Torrance
The only attributes given were to debian/changelog, which no longer exists. --- wmbattery/.gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 wmbattery/.gitattributes diff --git a/wmbattery/.gitattributes b/wmbattery/.gitattributes deleted file mode 100644 index 5d42584..0

[PATCH 8/8] wmbattery: Add to webpage database.

2014-09-20 Thread Doug Torrance
Based on https://web.archive.org/web/20121031045139/http://dockapps.windowmaker.org/file.php/id/34. --- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 700e83e..3558653 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -68,6 +68,13

[PATCH 5/8] wmbattery: Escape hyphen in manpage.

2014-09-20 Thread Doug Torrance
--- wmbattery/wmbattery.1x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbattery/wmbattery.1x b/wmbattery/wmbattery.1x index c2bb88c..614376a 100644 --- a/wmbattery/wmbattery.1x +++ b/wmbattery/wmbattery.1x @@ -98,7 +98,7 @@ estimation code even if some other estimate is av

[PATCH 6/8] wmbattery: Avoid uninitialized variable warning.

2014-09-20 Thread Doug Torrance
Move assignment of old_status until after cur_info is initialized in wmbattery.c. --- wmbattery/wmbattery.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmbattery/wmbattery.c b/wmbattery/wmbattery.c index 91b98b8..fe219b6 100644 --- a/wmbattery/wmbattery.c +++ b/wmbatte

[PATCH 7/8] wmbattery: Remove config.h.in; automatically generated by autotools.

2014-09-20 Thread Doug Torrance
--- wmbattery/config.h.in | 9 - 1 file changed, 9 deletions(-) delete mode 100644 wmbattery/config.h.in diff --git a/wmbattery/config.h.in b/wmbattery/config.h.in deleted file mode 100644 index dd5a6b3..000 --- a/wmbattery/config.h.in +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef CONFIG_H

[PATCH 4/4] NEWS: Add note about window snapping.

2014-09-20 Thread Doug Torrance
--- NEWS | 16 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 35319b0..d1852bf 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,22 @@ NEWS for veteran Window Maker users --- +--- 0.95.7 + +Window snapping +--- + +You can now

[PATCH 3/4] wmaker: Moving unmaximizes windows.

2014-09-20 Thread Doug Torrance
If a user moves a window which is currently maximized, the current behavior is to keep the window geometry and maximized status unchanged. This can lead to peculiar behavior. For example, suppose a user maximizes a window to the right half of the screen (either through the window menu, keyboard s

[PATCH 2/4] WPrefs.app: Add ability to enable or disable window snapping.

2014-09-20 Thread Doug Torrance
--- WPrefs.app/Expert.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index 8cf5d6d..aee45fb 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -81,6 +81,9 @@ static const struct { /* default: */ False, OPTION_WMAKER, "KbdMode

[PATCH 1/4] wmaker: Add window snapping feature.

2014-09-20 Thread Doug Torrance
This patch adds the ability to "snap" a window to one side of the screen by dragging it to that side. It is enabled by setting WindowSnapping = "YES" in ~/GNUstep/Defaults/WindowMaker. Note that window snapping is automatically disabled if DontLinkWorkspaces = "NO", as this feature also involves

[PATCH 1/4] wmaker: Clear maximized flag of a maximized window when moved.

2014-09-21 Thread Doug Torrance
If a user moves a window which is currently maximized, the current behavior is to keep the window geometry and maximized status unchanged. This can lead to peculiar behavior. For example, suppose a user maximizes a window to the right half of the screen (either through the window menu, keyboard s

[PATCH 2/4] wmaker: Add "unmaximize on move" feature.

2014-09-21 Thread Doug Torrance
This patch adds the ability to completely unmaximize, i.e., clear the maximized flag and return to the original geometry, a maximized window that is moved. This behavior mirrors that of other common desktop enviroments, e.g., GNOME, Unity, and Windows. To enable this feature, set "UnmaximizeOnMove

[PATCH 0/4] Make "unmaximize on move" configurable.

2014-09-21 Thread Doug Torrance
se patches my previous patches: [PATCH 3/4] wmaker: Moving unmaximizes windows. [PATCH 4/4] NEWS: Add note about window snapping. Doug Torrance (4): wmaker: Clear maximized flag of a maximized window when moved. wmaker: Add "unmaximize on move" feature. WPrefs.app: Add ability

[PATCH 3/4] WPrefs.app: Add ability to enable or disable "unmaximize on move" feature.

2014-09-21 Thread Doug Torrance
--- WPrefs.app/Expert.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index aee45fb..888ccaa 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -78,12 +78,15 @@ static const struct { #ifdef XKB_MODELOCK { N_(

[PATCH 4/4] NEWS: Add notes about window snapping and "unmaximize on move".

2014-09-21 Thread Doug Torrance
--- NEWS | 26 ++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 35319b0..6b57e12 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,32 @@ NEWS for veteran Window Maker users --- +-- 0.95.7 + +Window snapping +--- + +Yo

[PATCH (dockapps)] update-dockapps.pl: Avoid ambiguous argument error.

2014-09-21 Thread Doug Torrance
It is possible that, when running update-dockapps.pl, a filename may match a revision, giving an error, e.g., fatal: ambiguous argument 'wmbattery': both revision and filename Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' This patch fixes this problem by inserting "--

[PATCH (whome)] Add wmbattery to dockapps webpage.

2014-09-21 Thread Doug Torrance
--- dockapps/dockapps.db | 9 + dockapps/img/wmbattery.gif | Bin 0 -> 3179 bytes 2 files changed, 9 insertions(+) create mode 100644 dockapps/img/wmbattery.gif diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index f0a3009..367bedd 100644 --- a/dockapps/dockapps.db +++ b

[PATCH v3] NEWS: Add note about window snapping.

2014-09-21 Thread Doug Torrance
--- NEWS | 15 +++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 35319b0..ce8b86e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,21 @@ NEWS for veteran Window Maker users --- +-- 0.95.7 + +Window snapping +--- + +You can now "

[PATCH] wmaker: Add new options for dragging maximized windows.

2014-09-23 Thread Doug Torrance
You can now configure the behavior when dragging a maximized window by setting DragMaximizedWindow in ~/GNUstep/Defaults/WindowMaker. The options are: - Move: Move the window and retain its maximized status and geometry (the current behavior and the default). - RestoreGeometry: Move the window a

[PATCH] Dealing with dragging and maximized windows.

2014-09-23 Thread Doug Torrance
Prefs.app patch, which is still in progress. Doug Torrance (1): wmaker: Add new options for dragging maximized windows. src/WindowMaker.h | 9 - src/actions.c | 6 ++ src/defaults.c| 12 ++-- src/moveres.c | 5 +++-- 4 files changed, 27 insertions(

[PATCH 2/2] NEWS: Add note about dragging maximized windows.

2014-09-24 Thread Doug Torrance
--- NEWS | 28 1 file changed, 28 insertions(+) diff --git a/NEWS b/NEWS index ce8b86e..c48b836 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,34 @@ dragging windows" is selected under "Workspace Preferences" in WPrefs.app, or if "DontLinkWorkspaces = NO" in ~/GNUstep/D

[PATCH 1/2] WPrefs.app: Add ability to set behavior when dragging a maximized window.

2014-09-24 Thread Doug Torrance
You can now set the behavior when dragging a maximized window, i.e., the "DragMaximizedWindow" option from ~/GNUstep/Defaults/WindowMaker, from the "Window Handling" tab of WPrefs.app. Note that to make room for the pop-up button required to set this option, the switch button to set the "OpenTrans

[PATCH v2] NEWS: Add note about dragging maximized windows.

2014-09-24 Thread Doug Torrance
--- NEWS | 28 1 file changed, 28 insertions(+) diff --git a/NEWS b/NEWS index ce8b86e..f83ae0b 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,34 @@ dragging windows" is selected under "Workspace Preferences" in WPrefs.app, or if "DontLinkWorkspaces = NO" in ~/GNUstep/D

[PATCH] wmaker: Add more directions for window snapping.

2014-09-25 Thread Doug Torrance
This patch adds the ability to "snap" a window to the top, bottom, or any of the four corners of the screen. It uses three new helper functions, drawSnapFrame, getSnapDirection, and doSnap, to reduce code duplication and increase readability. It also updates NEWS to indicate the additional direct

[PATCH v2] wmaker: Add more directions for window snapping.

2014-09-25 Thread Doug Torrance
This patch adds the ability to "snap" a window to the top, bottom, or any of the four corners of the screen. It uses three new helper functions, drawSnapFrame, getSnapDirection, and doSnap, to reduce code duplication and increase readability. It also updates NEWS to indicate the additional direct

[PATCH] wmaker: Consistent whitespace in WindowMaker.h.

2014-09-25 Thread Doug Torrance
Previously, the whitespace in WindowMaker was inconsistent, with some indentation using spaces and some using tabs, and a mixture of tabs and spaces used to align comments at the ends of lines. As a result, patches that touched this file would often result in warnings from checkpatch.pl. This pat

[PATCH 0/2] Updating ChangeLog

2014-09-29 Thread Doug Torrance
istent with the previous entries through version 0.92.0. [1] https://www.gnu.org/prep/standards/html_node/Change-Logs.html Doug Torrance (2): Add script to update ChangeLog from git log. Update ChangeLog, from version 0.92.0+ to most recent commit. ChangeLog

[PATCH 1/2] Add script to update ChangeLog from git log.

2014-09-29 Thread Doug Torrance
This patch adds update-changelog.pl, a script which adds the subject line and author of every commit since ChangeLog was last touched by git, in a style consistent with the entries up to version 0.92.0. --- Makefile.am | 2 +- update-changelog.pl | 101 +++

[PATCH 2/2] Update ChangeLog, from version 0.92.0+ to most recent commit.

2014-09-29 Thread Doug Torrance
new button and wheel mouse actions +- WPrefs: add new mouse actions configuration + (David Maciejak ) +- wmaker: Remove dead links from BUGFORM. + (Doug Torrance ) +- wmaker: improve windows listing in switchpanel +- wmaker: add clip mouse wheel action to change workspace +- util: create custom

[PATCH 0/5] Add wmmemload to dockapps repository.

2014-10-03 Thread Doug Torrance
I'm currently adopting the wmmemload package in Debian. It's been abandoned upstream for some time, and could use a new home. Carlos, if these patches are accepted, could you tag the first one wmmemload-0.1.6? Thanks! Doug Torrance (5): wmmemload: Add version 0.1.6 to repository.

[PATCH 3/5] wmmemload: Fix autotools warnings.

2014-10-03 Thread Doug Torrance
In particular, drop the arguments to AM_INIT_AUTOMAKE and merge CPPFLAGS into AM_CPPFLAGS. --- wmmemload/configure.ac| 2 +- wmmemload/src/Makefile.am | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index 1245d9d..3698a98

[PATCH 5/5] wmmemload: Fix version check for kernel 3.0.

2014-10-03 Thread Doug Torrance
Based on the patch from Debian by Guillermo Indalecio Fernandez : http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/04-kernel30.patch/ --- wmmemload/src/mem_linux.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmmemload/src/mem_linux.c b/wmmemload/src/mem_l

[PATCH 4/5] wmmemload: Fix errors in the manpage.

2014-10-03 Thread Doug Torrance
Several command-line options were incorrectly given in the manpage. Based on the patch from Debian by Philipp Benner : http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/03-manual.patch/ --- wmmemload/doc/wmmemload.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --

[PATCH (dockapps)] wmmemload: Add to webpage database.

2014-10-04 Thread Doug Torrance
--- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 3558653..5222026 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -175,6 +175,13 @@ url = http://www.goesgens.de/wmkeys.html dockapps = 215 category = General/Others +[wmmemlo

[PATCH (whome)] Add wmmemload to dockapps webpage.

2014-10-04 Thread Doug Torrance
--- dockapps/dockapps.db| 9 + dockapps/img/wmmemload-bgreen.thumbnail.png | Bin 0 -> 2813 bytes 2 files changed, 9 insertions(+) create mode 100644 dockapps/img/wmmemload-bgreen.thumbnail.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 367be

[PATCH 0/8] wmbattery updates

2014-10-05 Thread Doug Torrance
The following patches add a few features and clean up the source code for wmbattery. While I was at it, I ran the script to delete the trailing whitespaces on the entire dockapps repository. Carlos, if these patches are accepted, can you tag the last patch wmbattery-2.45? Thanks! Doug

[PATCH 3/8] wmbattery: Add -x option to run a command when battery is critical.

2014-10-05 Thread Doug Torrance
This is based on the patch by Cristoph Fritz submitted to Debian. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543674 --- wmbattery/wmbattery.1x | 10 +++ wmbattery/wmbattery.c | 81 +- wmbattery/wmbattery.h | 5 3 files changed

[PATCH 2/8] wmbattery: Remove Debian-specific distribution and urgency from ChangeLog.

2014-10-05 Thread Doug Torrance
--- wmbattery/ChangeLog | 138 ++-- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index ca5a0e9..d46c33e 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -1,4 +1,4 @@ -wmbattery

[PATCH 4/8] wmbattery: Consistent formatting in source.

2014-10-05 Thread Doug Torrance
Modified source files to minimize warnings from checkpatch.pl in Window Maker source tree. --- wmbattery/acpi.c | 120 - wmbattery/acpi.h | 16 +-- wmbattery/simplehal.c | 102 +++ wmbattery/simplehal.h | 4 +- wmbattery/sonypi.c| 29 +++-- wmbattery/s

[PATCH 7/8] wmbattery: Restore BSD support.

2014-10-05 Thread Doug Torrance
Code that was ripped out of wmbattery for version 1.22, which introduced the dependency on libapm but dropped support for the BSDs, has been restored. --- wmbattery/Makefile | 2 -- wmbattery/apm.h| 29 wmbattery/configure.ac | 7 ++ wmbattery/sonypi.c

[PATCH 8/8] wmbattery: Bump to version 2.45.

2014-10-05 Thread Doug Torrance
https://bugs.debian.org/543674. + * Add -v option to display version number. + * Restore BSD support. Code that was ripped out of wmbattery for version +1.22, which introduced the dependency on libapm but dropped support for the +BSDs, has been restored. + + -- Doug Torrance Sun, 05 Oct

[PATCH 5/8] wmbattery: Add copyright header to source.

2014-10-05 Thread Doug Torrance
Copyright information used to be in debian/copyright, which was removed upstream. --- wmbattery/wmbattery.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/wmbattery/wmbattery.c b/wmbattery/wmbattery.c index ad99a07..3a0482e 100644 --- a/wmbattery/wmbattery.c +++ b/wmba

[PATCH 6/8] wmbattery: Add -v option to display version number.

2014-10-05 Thread Doug Torrance
Also, in order to facilitate this, keep track of version number in configure.ac. It was previously only mentioned in ChangeLog. --- wmbattery/configure.ac | 2 +- wmbattery/wmbattery.c | 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wmbattery/configure.ac b/wmbattery/c

[PATCH (whome)] Update dockapp versions.

2014-10-05 Thread Doug Torrance
Most dockapps received new git snapshot versions because of the recent "Remove trailing whitespace" commit to the dockapps repository. --- dockapps/dockapps.db | 76 +++- 1 file changed, 40 insertions(+), 36 deletions(-) diff --git a/dockapps/docka

[PATCH] wmmemload: Fix FTBFS on the Hurd.

2014-10-07 Thread Doug Torrance
The following patch, by Svante Signell , adds Hurd support to wmmemload. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764356 --- wmmemload/configure.ac | 5 ++ wmmemload/src/mem_gnu.c | 143 2 files changed, 148 i

[PATCH 00/11] wmmemload updates

2014-10-09 Thread Doug Torrance
Attached are several patches for wmmemload, updating it for FreeBSD and newer Linux kernels, as well as fixing some compiler warnings and general tidying up. Carlos, could you tag the final patch wmmemload-0.1.7? Thanks! Doug Torrance (11): wmmemload: Use sysctl to get memory usage in FreeBSD

[PATCH 03/11] wmmemload: Remove unused variable.

2014-10-09 Thread Doug Torrance
Avoid the following compiler warning: dockapp.c: In function ‘dockapp_open_window’: dockapp.c:51:16: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable] Status stat; ^ --- wmmemload/src/dockapp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) d

[PATCH 02/11] wmmemload: Recognize GNU/kFreeBSD as a possible OS during configure.

2014-10-09 Thread Doug Torrance
--- wmmemload/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index 8a0dbd8..cb01916 100644 --- a/wmmemload/configure.ac +++ b/wmmemload/configure.ac @@ -97,7 +97,7 @@ linux*) ignore_buffers=yes ignore_cached=ye

[PATCH 01/11] wmmemload: Use sysctl to get memory usage in FreeBSD.

2014-10-09 Thread Doug Torrance
Previously, kvm_read was used to get the memory usage in FreeBSD. However, this has been deprecated in favor of sysctl. This patch implements this change. Some work had previously been done in this direction, as could be seen in the file src/mem_freebsd_sysctl.c. Since this file is no longer ne

[PATCH 07/11] wmmemload: Read memory correctly with Linux kernel version >= 3.14.

2014-10-09 Thread Doug Torrance
Beginning with Linux kernel version 3.14, a new MemAvailable line appears in /proc/meminfo[1]. This caused wmmemload to look for Cached and Buffers one line off of their correct location. The problem was reported in [2]. [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/

[PATCH 04/11] wmmemload: Be consistent in signedness of percentages.

2014-10-09 Thread Doug Torrance
Avoid multiple compiler warnings such as the following: main.c: In function ‘update’: main.c:157:4: warning: pointer targets in passing argument 1 of ‘mem_getusage’ differ in signedness [-Wpointer-sign] mem_getusage(&mem_usage, &swap_usage, &mem_opts); ^ In file included from main.c:29:0:

[PATCH 05/11] wmmemload: Add suggested parentheses.

2014-10-09 Thread Doug Torrance
Avoid the following compiler warning: mem_linux.c: In function ‘mem_init’: mem_linux.c:52:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (version == 2 && patchlevel >= 5 && sublevel >= 1 || \ ^ --- wmmemload/src/mem_linux.c

[PATCH 06/11] wmmemload: Consistent formatting.

2014-10-09 Thread Doug Torrance
Format the source so as to minimize warnings from checkpatch.pl in the Window Maker source tree. --- wmmemload/src/dockapp.c | 506 wmmemload/src/dockapp.h | 6 +- wmmemload/src/main.c| 555 +--- wmm

[PATCH 11/11] wmmemload: Release version 0.1.7.

2014-10-09 Thread Doug Torrance
--- wmmemload/ChangeLog| 1 + wmmemload/configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index 2e5a052..f17a879 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -4,6 +4,7 @@ * Fix compiler warnings.

[PATCH 08/11] wmmemload: Update ChangeLog.

2014-10-09 Thread Doug Torrance
--- wmmemload/ChangeLog | 18 ++ 1 file changed, 18 insertions(+) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index b993173..2e5a052 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -1,3 +1,21 @@ +2014 October 9 + * Use sysctl to get memory usage in FreeBS

[PATCH 09/11] wmmemload: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.

2014-10-09 Thread Doug Torrance
--- wmmemload/COPYING | 41 - 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/wmmemload/COPYING b/wmmemload/COPYING index d60c31a..d159169 100644 --- a/wmmemload/COPYING +++ b/wmmemload/COPYING @@ -1,12 +1,12 @@ - GNU GENERA

[PATCH 10/11] wmmemload: Add README.

2014-10-09 Thread Doug Torrance
--- wmmemload/README | 30 ++ 1 file changed, 30 insertions(+) diff --git a/wmmemload/README b/wmmemload/README index e69de29..ad28d8f 100644 --- a/wmmemload/README +++ b/wmmemload/README @@ -0,0 +1,30 @@ +____ __ __ __ __ __ __ _

[PATCH (whome)] dockapps/dockapps.db: Add new version of wmmemload.

2014-10-10 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 3fb0915..1720c19 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -245,7 +245,7 @@ dockapps = 215 category = General/Others [wmmemload]

[PATCH 01/25] wmifs: Add version 1.3b1 to repository.

2014-10-22 Thread Doug Torrance
Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmifs/wmifs_1.3b1.orig.tar.gz --- wmifs/BUGS | 76 wmifs/CHANGES| 148 +++ wmifs/COPYING| 339 wmifs/HINTS | 105 + wmifs/INSTALL

[PATCH 02/25] wmifs: Add BUFFER_SIZE constant.

2014-10-22 Thread Doug Torrance
Patch by Stephen Pitts . First appeared in Debian package version 1.3b1-4. >From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=41746: wmifs started crashing on startup on my system, so I grabbed the source, added -g to the Makefile, and ran it through gdb. (Wow, the wonders of Open Source!!)

[PATCH 03/25] wmifs: Remove "heyho!" debugging message.

2014-10-22 Thread Doug Torrance
Patch by Ben Gertzfield . First appeared in Debian package version 1.3b1-5. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=42297 for more information. --- wmifs/wmifs/wmifs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c in

[PATCH 04/25] wmifs: Prevent speedy scrolling problem.

2014-10-22 Thread Doug Torrance
Patch by Barak Pearlmutter . First appeared in Debian package version 1.3b1-6. >From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83003: On my laptop, following a suspend, wmifs scrolls like nuts for a long time. The scroll speed looks the same as for a wmifs that is paused for a while usin

[PATCH 00/25] Add wmifs to dockapps repository.

2014-10-22 Thread Doug Torrance
patch wmifs-1.4? Thanks! Doug Torrance (25): wmifs: Add version 1.3b1 to repository. wmifs: Add BUFFER_SIZE constant. wmifs: Remove "heyho!" debugging message. wmifs: Prevent speedy scrolling problem. wmifs: Prevent crash when too many devices. wmifs: Update WMIFS_VERSION constant

[PATCH 05/25] wmifs: Prevent crash when too many devices.

2014-10-22 Thread Doug Torrance
Patch by Chris Hanson . First appeared in Debian package 1.3b1-6. >From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=39922: wmifs crashes with a cryptic X error message when there are more than 4 net devices. This occurs for me because I install vmware, which installs 4 network devices for

[PATCH 07/25] wmifs: Update Makefile.

2014-10-22 Thread Doug Torrance
Patch by Jordi Mallach . First appeared in Debian package version 1.3b1-6. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=27458 for more information. --- wmifs/wmifs/Makefile | 38 -- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/wmifs

[PATCH 06/25] wmifs: Update WMIFS_VERSION constant; update Changes.

2014-10-22 Thread Doug Torrance
Patch by Jordi Mallach . First appeared in Debian package version 1.3b1-6. --- wmifs/wmifs/wmifs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index aaaf846..cfbcc6a 100644 --- a/wmifs/wmifs/wmifs.c +++ b/wmifs/wmifs/wmifs.c @@

[PATCH 08/25] wmifs: Add lock mode.

2014-10-22 Thread Doug Torrance
Patch by Jorge García First appeared in Debian package version 1.3b1-7, revised in 1.3b1-8. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=26870 --- wmifs/wmifs/wmifs.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/wm

[PATCH 10/25] wmifs: Make sampling and scrolling intervals customizable.

2014-10-22 Thread Doug Torrance
Patch by Peter Samuelson . First appeared in Debian package version 1.3b1-14. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=226689 --- wmifs/wmifs/wmifs.c | 43 --- 1 file changed, 32 insertions(+), 11 deletions(-) diff --gi

[PATCH 12/25] wmifs: Add #defines not appearing on all archs.

2014-10-22 Thread Doug Torrance
Patch by Martin A. Godisch . First appeared in Debian package version 1.3b1-20. Revised in version 1.3b1-21. --- wmifs/wmifs/wmifs.c | 8 1 file changed, 8 insertions(+) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index b653e6e..9a74fc6 100644 --- a/wmifs/wmifs/wmifs.c +++ b

[PATCH 13/25] wmifs: Remaining Debian patches.

2014-10-22 Thread Doug Torrance
This patch consists of all remaining differences between the Debian package version 1.3b1-22 and the original upstream source. They were not mentioned in the Debian changelog. --- wmifs/wmifs/wmifs.c | 38 -- 1 file changed, 12 insertions(+), 26 deletions(-) d

[PATCH 11/25] wmifs: Add auto interface.

2014-10-22 Thread Doug Torrance
Patch by Tom Marshall . First appeared in Debian package version 1.3b1-15. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=204873 --- wmifs/wmifs/wmifs.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/w

[PATCH 09/25] wmifs: Display long interface names.

2014-10-22 Thread Doug Torrance
Patch by Davi Leal . First appeared in Debian package version 1.3b1-10. Revised by Matyas Koszik for version 1.3b1-11. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=103083 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=126501 --- wmifs/wmifs/wmifs.c | 19 +

[PATCH 14/25] wmifs: Delete trailing whitespace.

2014-10-22 Thread Doug Torrance
--- wmifs/BUGS | 14 +- wmifs/CHANGES | 60 +++ wmifs/HINTS | 18 ++-- wmifs/INSTALL | 26 - wmifs/README| 16 +-- wmifs/TODO |

[PATCH 15/25] wmifs: Remove libc5 version.

2014-10-22 Thread Doug Torrance
libc6 was released in 1997... --- wmifs/INSTALL | 6 +- wmifs/wmifs/wmifs-libc5.c | 934 -- 2 files changed, 1 insertion(+), 939 deletions(-) delete mode 100644 wmifs/wmifs/wmifs-libc5.c diff --git a/wmifs/INSTALL b/wmifs/INSTALL index 6d

[PATCH 17/25] wmifs: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.

2014-10-22 Thread Doug Torrance
--- wmifs/COPYING | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/wmifs/COPYING b/wmifs/COPYING index a43ea21..d159169 100644 --- a/wmifs/COPYING +++ b/wmifs/COPYING @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE -

[PATCH 16/25] wmifs: Use consistent formatting style.

2014-10-22 Thread Doug Torrance
Format to minimize warnings and errors from checkpatch.pl in the Window Maker source tree. --- wmifs/wmgeneral/list.c | 157 --- wmifs/wmgeneral/list.h | 20 ++--- wmifs/wmgeneral/misc.c | 193 ++-- wmifs/wmgen

[PATCH 18/25] wmifs: Update FSF address.

2014-10-22 Thread Doug Torrance
--- wmifs/wmgeneral/list.c | 4 ++-- wmifs/wmgeneral/list.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wmifs/wmgeneral/list.c b/wmifs/wmgeneral/list.c index 9675233..2ff8208 100644 --- a/wmifs/wmgeneral/list.c +++ b/wmifs/wmgeneral/list.c @@ -21,8 +21,8 @@ GNU General

[PATCH 20/25] wmifs: Add to dockapps website.

2014-10-22 Thread Doug Torrance
--- dockapps.db.in | 11 +++ 1 file changed, 11 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 5222026..0292e46 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -153,6 +153,17 @@ url = http://zevv.nl/play/code/wmifinfo/ dockapps = 72 category = Network +[wmifs] +i

[PATCH 19/25] wmifs: Update email and homepage.

2014-10-22 Thread Doug Torrance
--- wmifs/README | 12 ++-- wmifs/TODO | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wmifs/README b/wmifs/README index 399da2f..e41cd14 100644 --- a/wmifs/README +++ b/wmifs/README @@ -2,17 +2,17 @@ WMiFS-1.3b - The public BETA release -

[PATCH 21/25] wmifs: Remove set but not used variable.

2014-10-22 Thread Doug Torrance
Avoid the following compiler warning: wmifs.c:638:28: warning: variable ‘ppp_old’ set but not used [-Wunused-but-set-variable] struct ppp_stats ppp_cur, ppp_old; ^ --- wmifs/wmifs/wmifs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmifs/wmi

[PATCH 22/25] wmifs: Use result of fgets.

2014-10-22 Thread Doug Torrance
Remove several compiler warnings of the form wmifs.c:666:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(temp, BUFFER_SIZE, fp); ^ --- wmifs/wmifs/wmifs.c | 20 1 file changed, 16 insertions(+), 4 delet

[PATCH 24/25] wmifs: Add manpage.

2014-10-22 Thread Doug Torrance
Obtained from Debian: http://sources.debian.net/data/main/w/wmifs/1.3b1-22/debian/wmifs.1 --- wmifs/wmifs/Makefile | 7 - wmifs/wmifs/wmifs.1 | 73 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 wmifs/wmifs/wmifs.1 d

[PATCH 23/25] wmifs: Avoid NULL arguments to strdup.

2014-10-22 Thread Doug Torrance
This prevents several compiler warnings such as the following: wmifs.c:422:3: warning: null argument where non-null required (argument 1) [-Wnonnull] left_action = strdup(LEFT_ACTION); ^ --- wmifs/wmifs/wmifs.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-)

[PATCH 25/25] wmifs: Bump to version 1.4.

2014-10-22 Thread Doug Torrance
--- wmifs/CHANGES| 6 ++ wmifs/INSTALL| 4 ++-- wmifs/README | 2 +- wmifs/wmifs/Makefile | 2 +- wmifs/wmifs/wmifs.c | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 3179342..b30fc0e 100644 --- a/wmifs/CHANGES

[PATCH (whome)] Add wmifs to dockapps webpage.

2014-10-23 Thread Doug Torrance
--- dockapps/dockapps.db | 13 + dockapps/img/wmifs.png | Bin 0 -> 1216 bytes 2 files changed, 13 insertions(+) create mode 100644 dockapps/img/wmifs.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 1720c19..2151a74 100644 --- a/dockapps/dockapps.db +++ b/dockap

[PATCH] WINGs: Fix decimal/hexadecimal conversion bug in color panel.

2014-10-28 Thread Doug Torrance
In particular, the values were only being converted when the RGB slider was used to pick the color. If another tool was used, e.g., the magnifying glass, th e value was assumed to be decimal, even if hexadecimal was selected. --- WINGs/wcolorpanel.c | 16 +--- 1 file changed, 13 inser

[PATCH 2/3] WINGs: Fix unused parameter compiler warnings in examples.

2014-10-30 Thread Doug Torrance
--- WINGs/Examples/colorpick.c | 1 + WINGs/Examples/fontl.c | 2 ++ WINGs/Examples/puzzle.c| 3 +++ 3 files changed, 6 insertions(+) diff --git a/WINGs/Examples/colorpick.c b/WINGs/Examples/colorpick.c index 24daa2c..3d6a2dc 100644 --- a/WINGs/Examples/colorpick.c +++ b/WINGs/Examples/co

[PATCH 1/3] WINGs: Link examples against Xlib.

2014-10-30 Thread Doug Torrance
The font lister WINGs example program was failing to build because it uses the XOpenDisplay() function from Xlib. --- WINGs/Examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/Examples/Makefile.am b/WINGs/Examples/Makefile.am index 4ddaaf2..cfab01f 100644

[PATCH 3/3] WINGs: Avoid cast from pointer to integer of different size compiler warnings.

2014-10-30 Thread Doug Torrance
--- WINGs/Examples/fontl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WINGs/Examples/fontl.c b/WINGs/Examples/fontl.c index 4f4eaab..a440a22 100644 --- a/WINGs/Examples/fontl.c +++ b/WINGs/Examples/fontl.c @@ -23,6 +23,7 @@ #include #include #include +#include

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