Commit graph

  • 85d207d4af wmail: fixed some typo's. Jeremy Sowden 2019-06-12 21:37:13 +0100
  • bd70588098 wmail: only include one set of XPM's among wmail's sources. Jeremy Sowden 2019-06-12 21:37:12 +0100
  • ea206ef933 wmail: bumped to 2.1. Jeremy Sowden 2019-06-07 11:30:39 +0100
  • bc982a37f6 wmail: added new ChangeLog. Jeremy Sowden 2019-06-07 09:54:31 +0100
  • ee0f742a1b wmail: updated the copyright notices. Jeremy Sowden 2019-06-07 09:54:30 +0100
  • 0d1f1ed6aa wmail: updated contact details in README. Jeremy Sowden 2019-06-07 09:54:29 +0100
  • cbc7dc2fb7 wmail: moved old change-log to a separate file. Jeremy Sowden 2019-06-07 09:54:28 +0100
  • 2fbac189e8 wmail: define debug macros as empty if debug is not enabled. Jeremy Sowden 2019-06-07 09:54:27 +0100
  • 107922018b wmail: only one DEBUG macro is ever defined. Jeremy Sowden 2019-06-07 09:52:26 +0100
  • 07f158ad7e wmail: change "!stat(...) == 0" to "stat(...) == -1" Jeremy Sowden 2019-06-07 09:52:25 +0100
  • 51fc232cdb wmail: refactored MakePathName: one malloc; one snprintf instead of two memcpys. Jeremy Sowden 2019-06-07 09:52:24 +0100
  • 7740071745 wmail: use automake. Jeremy Sowden 2019-06-07 09:52:23 +0100
  • dc8827d41a wmail: renamed configure.in to configure.ac. Jeremy Sowden 2019-06-07 09:52:22 +0100
  • 0a852e2639 wmail: check for libdockapp/dockapp.h and fall back to dockapp.h. Jeremy Sowden 2019-06-07 09:52:21 +0100
  • 46cd3297ae wmail: use pkg-config for X11 and dockapp. Jeremy Sowden 2019-06-07 09:52:20 +0100
  • fa97374dd0 wmail: use DA_VERSION to determine the correct type for DAMakePixmapFromData parameters. Jeremy Sowden 2019-06-07 09:52:19 +0100
  • 498c7c8951 wmail: no longer install into or uninstall from $HOME. Jeremy Sowden 2019-06-07 09:52:18 +0100
  • fd74dc6f8a wmail: added breaks and explicit fall-through comments to switches. Jeremy Sowden 2019-06-07 09:52:17 +0100
  • 4497ebeab1 wmail: declare enum variable with the right type. Jeremy Sowden 2019-06-07 09:52:16 +0100
  • 7af1c537ac wmail: fixed warnings about unused parameters. Jeremy Sowden 2019-06-07 09:52:15 +0100
  • 18d77b13bb wmail: fixed comparisons between signed and unsigned. Jeremy Sowden 2019-06-07 09:52:14 +0100
  • d808c1e21a wmail: use designated initializers to define config. Jeremy Sowden 2019-06-07 09:52:13 +0100
  • 7f0d8d12e2 wmail: strcasecmp and strncasecmp are properly declared in strings.h. Jeremy Sowden 2019-06-07 09:52:12 +0100
  • 6e495dfe47 wmail: extra debug compiler flags. Jeremy Sowden 2019-06-07 09:52:11 +0100
  • 71c126d20e wmail: white-space fixes. Jeremy Sowden 2019-06-07 09:52:10 +0100
  • b78df8ed42 wmail: allow for multiple white-space characters between name and address. Jeremy Sowden 2019-06-07 09:52:09 +0100
  • c04cc87128 wmail: keep track of buffer lengths and avoid repeated strlen calls. Jeremy Sowden 2019-06-07 09:52:08 +0100
  • be89c2a7a0 wmail: strlen returns size_t. Jeremy Sowden 2019-06-07 09:52:07 +0100
  • d5312c3133 wmail: use AC_CONFIG_HEADERS to generate config.h. Jeremy Sowden 2019-06-07 09:52:06 +0100
  • 356b07a201 wmail: use CPPFLAGS. Jeremy Sowden 2019-06-07 09:52:05 +0100
  • 1d1c7e63b1 wmail: don't clobber CFLAGS. Jeremy Sowden 2019-06-07 09:52:04 +0100
  • 254328761e wmail: add static to declarations of lots of variables and functions. Jeremy Sowden 2019-05-27 22:52:15 +0100
  • 86a8f6f0a1 wmail: added signal-handler for SIGINT and SIGTERM. Jeremy Sowden 2019-05-27 22:52:14 +0100
  • a3ef21b122 wmail: skip leading white-space in From: headers. Jeremy Sowden 2019-05-27 22:52:13 +0100
  • 9158bb68f3 wmail: DAMakePixmapFromData expects an unsigned short pointer. Jeremy Sowden 2019-05-27 22:52:12 +0100
  • 5eef361597 wmail: replaced SIGALRM handler with DA timer call-back. Jeremy Sowden 2019-05-27 22:52:11 +0100
  • e4760eb90f wmail: fix prototypes of functions accepting no parameters. Jeremy Sowden 2019-05-27 22:52:10 +0100
  • 49def3a155 wmail: use calloc, instead of malloc + memset. Jeremy Sowden 2019-05-27 22:52:09 +0100
  • 9f0821af1f wmail: fix memory leaks. Jeremy Sowden 2019-05-27 22:52:08 +0100
  • e0f5120b9d wmail: FileNameConcat does exactly the same thing as MakePathName: get rid of it. Jeremy Sowden 2019-05-27 22:52:07 +0100
  • a8261ff053 wmail: handle allocation failures. Jeremy Sowden 2019-05-27 22:52:06 +0100
  • adf1164fba wmail: consistent 4-column indentation with 8-character tabs. Jeremy Sowden 2019-05-27 22:52:05 +0100
  • 293e8aab96 wmail: added .gitignore. Jeremy Sowden 2019-05-27 22:52:04 +0100
  • b904bd01b0 wmbiff: Bump to version 0.4.33 Torrance, Douglas 2019-03-01 10:48:50 +0000
  • 9527870311 wmbiff: Remove unnecessary loop. Torrance, Douglas 2019-03-01 10:48:49 +0000
  • e807986e6e wmbiff: Bump to version 0.4.32. Torrance, Douglas 2019-02-13 02:18:44 +0000
  • 01cdccc241 wmbiff: handle EAGAIN or GNUTLS_E_AGAIN Torrance, Douglas 2019-02-13 02:18:43 +0000
  • c78465cae2 Revert "wmnet: simplify updateStats_dev() a bit" Carlos R. Mafra 2019-01-12 22:18:19 +0000
  • bd0d7d1f67 wmmemload: Use MemAvailable from kernel > v3.14 to display memory usage Carlos R. Mafra 2019-01-12 21:55:02 +0000
  • 774e4f769f wmmemload: call usleep() directly in main loop Carlos R. Mafra 2019-01-12 21:22:15 +0000
  • dd5d59b8f9 wmwifi: Display interface/essid in 2-second intervals Carlos R. Mafra 2019-01-12 20:54:43 +0000
  • 1e34ea7f98 wmwifi: call usleep() directly in main loop Carlos R. Mafra 2019-01-12 15:22:06 +0000
  • 742d4deddf asmon: Just assume linux kernel > v2.6 Carlos R. Mafra 2019-01-12 18:33:58 +0000
  • e239e4a58d asmon: re-indent code Carlos R. Mafra 2019-01-12 18:32:05 +0000
  • deb3acc132 libdockapp: Fix for missing windowname and one more. Anil N' via Window Maker Development 2019-01-04 12:50:19 -0500
  • 9f23c97912 wmhdplop: Bump to version 0.9.11. Torrance, Douglas 2018-12-11 01:50:20 +0000
  • 28b757ce2f wmshutdown: Bump to version 1.6 Torrance, Douglas 2018-12-08 15:03:48 +0000
  • 2ef4549500 wmshutdown: 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
  • c177247360 wmshutdown: 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
  • a01f239aca Fix error message spam when no player is running Flisk 2018-10-05 10:30:21 -0400
  • bfe8518888 wmshutdown: Bump to version 1.5. Torrance, Douglas 2018-09-23 02:11:04 +0000
  • ddd1876d1d wmshutdown: Add freedesktop.org desktop entry file. Torrance, Douglas 2018-09-23 02:11:03 +0000
  • ec0624dc47 wmshutdown: Add icon for freedesktop.org icon themes. Torrance, Douglas 2018-09-23 02:11:01 +0000
  • c4bb16479c wmshutdown: 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
  • c2271bfeb2 wmshutdown: Update manpage Torrance, Douglas 2018-09-23 02:10:59 +0000
  • cfd259f5bd wmshutdown: Update my email address. Torrance, Douglas 2018-09-23 02:10:58 +0000
  • 6b2a8dc61a wmshutdown: Add support for suspend and hibernate. Torrance, Douglas 2018-09-23 02:10:57 +0000
  • eaa934f12a wmshutdown: Remove support for deprecated Consolekit. Torrance, Douglas 2018-09-23 02:10:55 +0000
  • ef490d0670 wmcalc: Bump to version 0.7. Doug Torrance 2018-09-10 19:53:33 -0400
  • a916fe2800 wmcalc: Add freedesktop.org desktop entry file. Doug Torrance 2018-09-10 19:53:32 -0400
  • ff19c1226f wmcalc: Add icon for freedesktop.org icon themes. Doug Torrance 2018-09-10 19:53:31 -0400
  • 0467087064 wmcalc: Use version number from autoconf. Doug Torrance 2018-09-10 19:53:30 -0400
  • d90f29b5be wmcalc: Remove unused image files. Doug Torrance 2018-09-10 19:53:29 -0400
  • 13b3710b02 wmcalc: Use autotools for build. Doug Torrance 2018-09-10 19:53:28 -0400
  • ec62fab633 wmcalc: Null-termitate display string when clearing. Doug Torrance 2018-08-29 22:59:57 -0400
  • 1d813d4434 wmthrottle: Remove autogenerated autotools files from git. Doug Torrance 2018-07-15 13:45:21 -0400
  • e2c09fe8fe wmthrottle: Add version 0.1.1 to repository. Doug Torrance 2018-07-15 13:45:20 -0400
  • 6f0fbd34f9 wmmemfree: Bump to version 0.8. Doug Torrance 2018-07-13 11:12:57 -0400
  • 37e0f3de58 wmmemfree: Include only necessary headers. Doug Torrance 2018-07-13 11:12:56 -0400
  • 872f0df996 wmmemfree: Add error handling for fscanf. Doug Torrance 2018-07-13 11:12:55 -0400
  • 08a8a6a70e wmmemfree: Parse modern /proc/meminfo Doug Torrance 2018-07-13 11:12:54 -0400
  • e98be23914 wmmemfree: Add version 0.7 to repository. Doug Torrance 2018-07-13 11:12:53 -0400
  • 3cf833d152 wmmisc: Bump to version 1.2. Doug Torrance 2018-07-11 22:12:54 -0400
  • 21762f7e46 wmmisc: Add desktop entry file. Doug Torrance 2018-07-11 22:12:53 -0400
  • 86ff9357b7 wmmisc: Update documentation. Doug Torrance 2018-07-11 22:12:52 -0400
  • 6b1e14dab3 wmmisc: Add support for wmgeneral's -geometry command line argument. Doug Torrance 2018-07-11 22:12:51 -0400
  • 01bb8bdecf wmmisc: Add support for wmgeneral's -display command line argument Doug Torrance 2018-07-11 22:12:50 -0400
  • 21c9a972a6 wmmisc: Add manpage from Debian. Doug Torrance 2018-07-11 22:12:49 -0400
  • 3782edcfd3 wmmisc: Use autoconf defines for version number and bugreport address. Doug Torrance 2018-07-11 22:12:48 -0400
  • 80e3fdf32a wmmisc: Add error handling for fscanf. Doug Torrance 2018-07-11 22:12:47 -0400
  • ced470da36 wmmisc: Don't link against X11 libs; unnecessary. Doug Torrance 2018-07-11 22:12:46 -0400
  • 036c25fcb5 wmmisc: Use only necessary headers. Doug Torrance 2018-07-11 22:12:45 -0400
  • eb0ba99973 wmmisc: Move blue to top of list in XPM colors so that wmgeneral properly creates mask. Doug Torrance 2018-07-11 22:12:44 -0400
  • 6582a4e21d wmmisc: Use wmgeneral from libdockapp. Doug Torrance 2018-07-11 22:12:43 -0400
  • 4db8f00e97 wmmisc: Switch to autotools for build. Doug Torrance 2018-07-11 22:12:42 -0400
  • 1400fab143 wmmisc: Add version 1.1 to repository. Doug Torrance 2018-07-11 22:12:41 -0400
  • 0b07a2af77 asmon: Bump to version 0.72. Doug Torrance 2018-07-10 22:15:05 -0400
  • 3ba7b298bc asmon: Don't link against libXext and libXpm; unnecessary. Doug Torrance 2018-07-10 22:15:04 -0400
  • 017fd0d930 asmon: Include only necessary header files. Doug Torrance 2018-07-10 22:15:03 -0400
  • ada83f08a9 asmon: Remove set but unused variables. Doug Torrance 2018-07-10 22:15:02 -0400