Doug Torrance
84b9867ef5
wmtime: Bump to version 1.4.
2015-08-24 07:19:12 +01:00
Rodolfo García Peñas (kix)
1d92de9867
wmtime uses libdockapp
...
The dockapp wmtime uses the new version of libdockapp and do not use
libwmgeneral.
Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-15 09:52:19 +01:00
Doug Torrance
617d598a73
wmtime: Bump to version 1.3.
2015-05-26 08:22:15 +01:00
Doug Torrance
75a55e7ced
wmtime: Add proper copyright header.
2015-05-26 08:22:15 +01:00
Doug Torrance
fd199f0612
wmtime: Fix "ordered comparison of pointer with integer zero" warning.
...
Also take the opportunity to add an error message when iconv_open fails.
2015-05-26 08:22:15 +01:00
Doug Torrance
79d7c047ce
wmtime: Replace C++ style comments.
2015-05-26 08:22:15 +01:00
Doug Torrance
fde8a3ef34
wmtime: Use #defines to avoid variable length arrays.
2015-05-26 08:22:15 +01:00
Doug Torrance
eb93ccf24d
wmtime: Fix overflow warning; mask bitmap should be unsigned.
2015-05-26 08:22:15 +01:00
Doug Torrance
befeff0c0c
wmtime: Add -c command line option allowing users to set color.
2015-05-26 08:22:14 +01:00
Doug Torrance
5d4363d302
wmtime: Tidy #includes based on results of include-what-you-use.
2015-05-26 08:22:14 +01:00
Doug Torrance
4b9666e97d
wmtime: Bump to version 1.2.
2015-01-03 22:31:44 +00:00
Doug Torrance
59e8a712dc
wmtime: Remove unnecessary references to current version number.
...
To simplify maintenace, all references to the current version number outside
of the appropriate macro in in wmtime.c have been removed. Note that this
macro had been WMMON_VERSION, likely a copy/paste error, and has been
renamed to WMTIME_VERSION.
2015-01-03 22:31:44 +00:00
Doug Torrance
ea19c5c3ca
wmtime: Add -l option to specify locale.
...
Based on a similar patch for wmitime [1].
[1] cc801880a5
2015-01-03 22:31:44 +00:00
Doug Torrance
937d1d280a
wmtime: Move source files to top directory.
...
Ease the build process by skipping the initial "cd wmtime" step. Document
this in INSTALL.
2015-01-03 22:31:44 +00:00