2019-06-21 |
Jeremy Sowden | wmail: use continue instead of goto.
|
commit | commitdiff | tree |
2019-06-21 |
Jeremy Sowden | wmail: formatting improvements.
|
commit | commitdiff | tree |
2019-06-21 |
Jeremy Sowden | wmail: debug macro fixes.
|
commit | commitdiff | tree |
2019-06-21 |
Jeremy Sowden | wmail: fixed config typo.
|
commit | commitdiff | tree |
2019-06-13 |
Jeremy Sowden | libdockapp: removed assertion that short-form options...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: updated change-log and bumped to 2.2.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: removed superfluous continue.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: fixed error in build instructions.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: removed commented-out variable.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: POSIX doesn't have a "t" mode flag for fopen(3).
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: formatting fixes.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: strip leading white-space when doing skip-name...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: dropped unused enum values.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: use realloc(3) and handle allocation failures.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: fixed memory leaks in skip-names.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: added command-line option to specify a different...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: parse command-line arguments before reading...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: removed hard-coded string lengths.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: use continues rather than if-else chain to improve...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: added option index enum and used designated...
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: removed hard-coded buffer size.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: use stdbool.h if available.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: more version and copyright updates.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: fixed some typo's.
|
commit | commitdiff | tree |
2019-06-12 |
Jeremy Sowden | wmail: only include one set of XPM's among wmail's...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: bumped to 2.1.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: added new ChangeLog.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: updated the copyright notices.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: updated contact details in README.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: moved old change-log to a separate file.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: define debug macros as empty if debug is not...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: only one DEBUG macro is ever defined.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: change "!stat(...) == 0" to "stat(...) == -1"
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: refactored MakePathName: one malloc; one snprintf...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use automake.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: renamed configure.in to configure.ac.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: check for libdockapp/dockapp.h and fall back...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use pkg-config for X11 and dockapp.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use DA_VERSION to determine the correct type...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: no longer install into or uninstall from $HOME.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: added breaks and explicit fall-through comments...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: declare enum variable with the right type.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: fixed warnings about unused parameters.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: fixed comparisons between signed and unsigned.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use designated initializers to define config.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: strcasecmp and strncasecmp are properly declared...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: extra debug compiler flags.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: white-space fixes.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: allow for multiple white-space characters between...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: keep track of buffer lengths and avoid repeated...
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: strlen returns size_t.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use AC_CONFIG_HEADERS to generate config.h.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: use CPPFLAGS.
|
commit | commitdiff | tree |
2019-06-07 |
Jeremy Sowden | wmail: don't clobber CFLAGS.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: add static to declarations of lots of variables...
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: added signal-handler for SIGINT and SIGTERM.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: skip leading white-space in From: headers.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: DAMakePixmapFromData expects an unsigned short...
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: replaced SIGALRM handler with DA timer call...
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: fix prototypes of functions accepting no parameters.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: use calloc, instead of malloc + memset.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: fix memory leaks.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: FileNameConcat does exactly the same thing as...
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: handle allocation failures.
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: consistent 4-column indentation with 8-character...
|
commit | commitdiff | tree |
2019-05-28 |
Jeremy Sowden | wmail: added .gitignore.
|
commit | commitdiff | tree |
2019-03-01 |
Torrance, Douglas | wmbiff: Bump to version 0.4.33
|
commit | commitdiff | tree |
2019-03-01 |
Torrance, Douglas | wmbiff: Remove unnecessary loop.
|
commit | commitdiff | tree |
2019-02-13 |
Torrance, Douglas | wmbiff: Bump to version 0.4.32.
|
commit | commitdiff | tree |
2019-02-13 |
Torrance, Douglas | wmbiff: handle EAGAIN or GNUTLS_E_AGAIN
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | Revert "wmnet: simplify updateStats_dev() a bit"
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | wmmemload: Use MemAvailable from kernel > v3.14 to...
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | wmmemload: call usleep() directly in main loop
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | wmwifi: Display interface/essid in 2-second intervals
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | wmwifi: call usleep() directly in main loop Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | asmon: Just assume linux kernel > v2.6
|
commit | commitdiff | tree |
2019-01-12 |
Carlos R. Mafra | asmon: re-indent code
|
commit | commitdiff | tree |
2019-01-04 |
Anil N' via Window... | libdockapp: Fix for missing windowname and one more.
|
commit | commitdiff | tree |
2018-12-11 |
Torrance, Douglas | wmhdplop: Bump to version 0.9.11.
|
commit | commitdiff | tree |
2018-12-08 |
Torrance, Douglas | wmshutdown: Bump to version 1.6
|
commit | commitdiff | tree |
2018-12-08 |
Torrance, Douglas | wmshutdown: Use const in XPM image. The function gdk_pixbuf_...
|
commit | commitdiff | tree |
2018-12-08 |
Torrance, Douglas | wmshutdown: Destroy dialog window before shutting down...
|
commit | commitdiff | tree |
2018-10-05 |
Flisk | Fix error message spam when no player is running
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Bump to version 1.5.
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Add freedesktop.org desktop entry file.
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Add icon for freedesktop.org icon themes.
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Include xpm icon in source rather than...
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Update manpage
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Update my email address.
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Add support for suspend and hibernate.
|
commit | commitdiff | tree |
2018-09-23 |
Torrance, Douglas | wmshutdown: Remove support for deprecated Consolekit.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Bump to version 0.7.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Add freedesktop.org desktop entry file.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Add icon for freedesktop.org icon themes.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Use version number from autoconf.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Remove unused image files.
|
commit | commitdiff | tree |
2018-09-11 |
Doug Torrance | wmcalc: Use autotools for build.
|
commit | commitdiff | tree |
2018-08-30 |
Doug Torrance | wmcalc: Null-termitate display string when clearing.
|
commit | commitdiff | tree |
2018-07-15 |
Doug Torrance | wmthrottle: Remove autogenerated autotools files from...
|
commit | commitdiff | tree |
2018-07-15 |
Doug Torrance | wmthrottle: Add version 0.1.1 to repository.
|
commit | commitdiff | tree |