85d207d4afwmail: fixed some typo's.
Jeremy Sowden
2019-06-12 21:37:13 +0100
bd70588098wmail: only include one set of XPM's among wmail's sources.
Jeremy Sowden
2019-06-12 21:37:12 +0100
ea206ef933wmail: bumped to 2.1.
Jeremy Sowden
2019-06-07 11:30:39 +0100
bc982a37f6wmail: added new ChangeLog.
Jeremy Sowden
2019-06-07 09:54:31 +0100
ee0f742a1bwmail: updated the copyright notices.
Jeremy Sowden
2019-06-07 09:54:30 +0100
0d1f1ed6aawmail: updated contact details in README.
Jeremy Sowden
2019-06-07 09:54:29 +0100
cbc7dc2fb7wmail: moved old change-log to a separate file.
Jeremy Sowden
2019-06-07 09:54:28 +0100
2fbac189e8wmail: define debug macros as empty if debug is not enabled.
Jeremy Sowden
2019-06-07 09:54:27 +0100
107922018bwmail: only one DEBUG macro is ever defined.
Jeremy Sowden
2019-06-07 09:52:26 +0100
07f158ad7ewmail: change "!stat(...) == 0" to "stat(...) == -1"
Jeremy Sowden
2019-06-07 09:52:25 +0100
51fc232cdbwmail: refactored MakePathName: one malloc; one snprintf instead of two memcpys.
Jeremy Sowden
2019-06-07 09:52:24 +0100
7740071745wmail: use automake.
Jeremy Sowden
2019-06-07 09:52:23 +0100
dc8827d41awmail: renamed configure.in to configure.ac.
Jeremy Sowden
2019-06-07 09:52:22 +0100
0a852e2639wmail: check for libdockapp/dockapp.h and fall back to dockapp.h.
Jeremy Sowden
2019-06-07 09:52:21 +0100
46cd3297aewmail: use pkg-config for X11 and dockapp.
Jeremy Sowden
2019-06-07 09:52:20 +0100
fa97374dd0wmail: use DA_VERSION to determine the correct type for DAMakePixmapFromData parameters.
Jeremy Sowden
2019-06-07 09:52:19 +0100
498c7c8951wmail: no longer install into or uninstall from $HOME.
Jeremy Sowden
2019-06-07 09:52:18 +0100
fd74dc6f8awmail: added breaks and explicit fall-through comments to switches.
Jeremy Sowden
2019-06-07 09:52:17 +0100
4497ebeab1wmail: declare enum variable with the right type.
Jeremy Sowden
2019-06-07 09:52:16 +0100
7af1c537acwmail: fixed warnings about unused parameters.
Jeremy Sowden
2019-06-07 09:52:15 +0100
18d77b13bbwmail: fixed comparisons between signed and unsigned.
Jeremy Sowden
2019-06-07 09:52:14 +0100
d808c1e21awmail: use designated initializers to define config.
Jeremy Sowden
2019-06-07 09:52:13 +0100
7f0d8d12e2wmail: strcasecmp and strncasecmp are properly declared in strings.h.
Jeremy Sowden
2019-06-07 09:52:12 +0100
6e495dfe47wmail: extra debug compiler flags.
Jeremy Sowden
2019-06-07 09:52:11 +0100
71c126d20ewmail: white-space fixes.
Jeremy Sowden
2019-06-07 09:52:10 +0100
b78df8ed42wmail: allow for multiple white-space characters between name and address.
Jeremy Sowden
2019-06-07 09:52:09 +0100
c04cc87128wmail: keep track of buffer lengths and avoid repeated strlen calls.
Jeremy Sowden
2019-06-07 09:52:08 +0100
be89c2a7a0wmail: strlen returns size_t.
Jeremy Sowden
2019-06-07 09:52:07 +0100
d5312c3133wmail: use AC_CONFIG_HEADERS to generate config.h.
Jeremy Sowden
2019-06-07 09:52:06 +0100
356b07a201wmail: use CPPFLAGS.
Jeremy Sowden
2019-06-07 09:52:05 +0100
1d1c7e63b1wmail: don't clobber CFLAGS.
Jeremy Sowden
2019-06-07 09:52:04 +0100
254328761ewmail: add static to declarations of lots of variables and functions.
Jeremy Sowden
2019-05-27 22:52:15 +0100
86a8f6f0a1wmail: added signal-handler for SIGINT and SIGTERM.
Jeremy Sowden
2019-05-27 22:52:14 +0100
a3ef21b122wmail: skip leading white-space in From: headers.
Jeremy Sowden
2019-05-27 22:52:13 +0100
9158bb68f3wmail: DAMakePixmapFromData expects an unsigned short pointer.
Jeremy Sowden
2019-05-27 22:52:12 +0100
5eef361597wmail: replaced SIGALRM handler with DA timer call-back.
Jeremy Sowden
2019-05-27 22:52:11 +0100
e4760eb90fwmail: fix prototypes of functions accepting no parameters.
Jeremy Sowden
2019-05-27 22:52:10 +0100
49def3a155wmail: use calloc, instead of malloc + memset.
Jeremy Sowden
2019-05-27 22:52:09 +0100
9f0821af1fwmail: fix memory leaks.
Jeremy Sowden
2019-05-27 22:52:08 +0100
e0f5120b9dwmail: FileNameConcat does exactly the same thing as MakePathName: get rid of it.
Jeremy Sowden
2019-05-27 22:52:07 +0100
a8261ff053wmail: handle allocation failures.
Jeremy Sowden
2019-05-27 22:52:06 +0100
adf1164fbawmail: consistent 4-column indentation with 8-character tabs.
Jeremy Sowden
2019-05-27 22:52:05 +0100
293e8aab96wmail: added .gitignore.
Jeremy Sowden
2019-05-27 22:52:04 +0100
b904bd01b0wmbiff: Bump to version 0.4.33
Torrance, Douglas
2019-03-01 10:48:50 +0000
9527870311wmbiff: Remove unnecessary loop.
Torrance, Douglas
2019-03-01 10:48:49 +0000
e807986e6ewmbiff: Bump to version 0.4.32.
Torrance, Douglas
2019-02-13 02:18:44 +0000
01cdccc241wmbiff: handle EAGAIN or GNUTLS_E_AGAIN
Torrance, Douglas
2019-02-13 02:18:43 +0000
c78465cae2Revert "wmnet: simplify updateStats_dev() a bit"
Carlos R. Mafra
2019-01-12 22:18:19 +0000
bd0d7d1f67wmmemload: Use MemAvailable from kernel > v3.14 to display memory usage
Carlos R. Mafra
2019-01-12 21:55:02 +0000
774e4f769fwmmemload: call usleep() directly in main loop
Carlos R. Mafra
2019-01-12 21:22:15 +0000
dd5d59b8f9wmwifi: Display interface/essid in 2-second intervals
Carlos R. Mafra
2019-01-12 20:54:43 +0000
1e34ea7f98wmwifi: call usleep() directly in main loop
Carlos R. Mafra
2019-01-12 15:22:06 +0000
742d4deddfasmon: Just assume linux kernel > v2.6
Carlos R. Mafra
2019-01-12 18:33:58 +0000
e239e4a58dasmon: re-indent code
Carlos R. Mafra
2019-01-12 18:32:05 +0000
deb3acc132libdockapp: Fix for missing windowname and one more.
Anil N' via Window Maker Development
2019-01-04 12:50:19 -0500
9f23c97912wmhdplop: Bump to version 0.9.11.
Torrance, Douglas
2018-12-11 01:50:20 +0000
28b757ce2fwmshutdown: Bump to version 1.6
Torrance, Douglas
2018-12-08 15:03:48 +0000
2ef4549500wmshutdown: Use const in XPM image. The function gdk_pixbuf_new_from_xpm_data expects a const char, and so previously we had a compiler warning.
Torrance, Douglas
2018-12-08 15:03:47 +0000
c177247360wmshutdown: Destroy dialog window before shutting down. This is especially useful for suspending or hibernating. After turning the computer back on, the wmshutdown dialog would still be open from before, and clicking on the dockapp would n...
Torrance, Douglas
2018-12-08 15:03:46 +0000
a01f239acaFix error message spam when no player is running
Flisk
2018-10-05 10:30:21 -0400
bfe8518888wmshutdown: Bump to version 1.5.
Torrance, Douglas
2018-09-23 02:11:04 +0000
ec0624dc47wmshutdown: Add icon for freedesktop.org icon themes.
Torrance, Douglas
2018-09-23 02:11:01 +0000
c4bb16479cwmshutdown: Include xpm icon in source rather than installing into a data directory and loading it from file.
Torrance, Douglas
2018-09-23 02:11:00 +0000
c2271bfeb2wmshutdown: Update manpage
Torrance, Douglas
2018-09-23 02:10:59 +0000
cfd259f5bdwmshutdown: Update my email address.
Torrance, Douglas
2018-09-23 02:10:58 +0000
6b2a8dc61awmshutdown: Add support for suspend and hibernate.
Torrance, Douglas
2018-09-23 02:10:57 +0000
eaa934f12awmshutdown: Remove support for deprecated Consolekit.
Torrance, Douglas
2018-09-23 02:10:55 +0000
ef490d0670wmcalc: Bump to version 0.7.
Doug Torrance
2018-09-10 19:53:33 -0400