Commit graph

8 commits

Author SHA1 Message Date
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 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 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 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 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