Commit graph

21 commits

Author SHA1 Message Date
Doug Torrance c4f5c4dedf Remove trailing whitespace 2018-06-24 07:46:57 -07:00
Doug Torrance 219e04f6ad Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
Steffen Schmidt 349ba688ea wmcliphist: unused functions and start as dockapp
-removed unused functions and simplified the source code.
-change the main function, whereby the program starts as dockapp on
Fluxbox and Openbox.
-attach a html-page "wmcliphist.html", in what the menu items of the
program are shortly described.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
2018-04-27 14:15:51 +01:00
Steffen Schmidt c8bafad24c wmcliphist: Fix a typo in the Makefile
Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
2018-04-27 14:15:41 +01:00
Doug Torrance f959c7e9cb wmcliphist: Release version 2.1. 2014-11-23 10:26:23 +00:00
Doug Torrance 48a0ccca75 wmcliphist: Add -b command line option to select which clipboard to manage. 2014-11-23 10:26:23 +00:00
Doug Torrance a32b41a0a2 wmcliphist: Add -v command line option to print version. 2014-11-23 10:26:23 +00:00
Doug Torrance 7aa3b460c3 wmcliphist: Remove Mercurial directory. 2014-11-23 10:26:23 +00:00
Doug Torrance 6709f68671 wmcliphist: Add manpage from Debian. 2014-11-23 10:26:23 +00:00
Doug Torrance a1b5618d24 wmcliphist: Remove .spec file; not needed upstream. 2014-11-23 10:26:23 +00:00
Doug Torrance 5928f82f3e wmcliphist: Fix new compiler warnings that appeared after GTK3 transition. 2014-11-23 10:26:23 +00:00
Doug Torrance 49f749a29a wmcliphist: Migrate to GTK3; remove bitmaps in favor of Cairo for mask. 2014-11-23 10:26:22 +00:00
Doug Torrance 7a271c57db wmcliphist: Replace xpm icons with png.
In preparation for eventual switch to Cairo/GTK3.
2014-11-23 10:26:22 +00:00
Doug Torrance 3e0aad923b wmcliphist: Replace deprecated GTK symbols. 2014-11-23 10:26:22 +00:00
Doug Torrance e976c4e5fa wmcliphist: Remove foodock library; use GTK dockapp code from wmpasman. 2014-11-23 10:26:22 +00:00
Doug Torrance 42f9f9a70f wmcliphist: Remove trailing whitespace. 2014-11-23 10:26:22 +00:00
Doug Torrance a134f7433b wmcliphist: Switch from angled brackets to quotes for local includes. 2014-11-23 10:26:22 +00:00
Doug Torrance cf6aed73bc wmcliphist: Fix unused but set variable compiler warning.
In particular,
utils.c: In function ‘from_utf8’:
utils.c:13:7: warning: variable ‘error_code’ set but not used
 [-Wunused-but-set-variable]
  gint error_code;
       ^
2014-11-23 10:26:22 +00:00
Doug Torrance e2ecd4b877 wmcliphist: Add <sys/stat.h> to includes.
Otherwise, we get the following compiler warning:
history.c:289:2: warning: implicit declaration of function ‘chmod’
[-Wimplicit-function-declaration]
  if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) {
  ^
2014-11-23 10:26:22 +00:00
Doug Torrance 3a4d0d4147 wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build. 2014-11-23 10:26:22 +00:00
Doug Torrance eef9ca3907 wmcliphist: Add version 2.0 to repository.
Obtained from:
http://linux.nawebu.cz/wmcliphist/wmcliphist-latest.tar.gz
2014-11-23 10:26:22 +00:00