![]() + Fixed: Imported fixes from Parcellite 0.9.3 (thanks to Doug Springer). + Fixed: Fixed cast warnings when building on x86 machines. + Fixed: Fixed build error on ubuntu 11.04. + Fixed: Fixed problem with statusicon menu showing double content. + Fixed: Fixed problem with clicking the statusicon menu multiple times killing the program. Changes to be committed: modified: ChangeLog modified: Makefile.in modified: autom4te.cache/output.0 modified: autom4te.cache/output.1 modified: autom4te.cache/requests modified: autom4te.cache/traces.0 modified: autom4te.cache/traces.1 modified: configure modified: configure.in modified: data/Makefile.in modified: doc/Makefile.in modified: src/Makefile.am modified: src/Makefile.in modified: src/daemon.c modified: src/main.c modified: src/main.h modified: src/manage.c modified: src/preferences.c |
||
---|---|---|
autom4te.cache | ||
data | ||
doc | ||
m4 | ||
po | ||
src | ||
ABOUT-NLS | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.rpath | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
intltool-extract.in | ||
intltool-merge.in | ||
intltool-update.in | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
TODO |
ClipIt - Lightweight GTK+ Clipboard Manager ------------------------------------------------------------------------------- Copyright (C) 2010 by Cristian Henzel <oss@rspwn.com> forked from parcellite, which is Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com> Introduction ------------------------------------------------------------------------------- ClipIt is a lightweight GTK+ clipboard manager. Project website: http://clipit.rspwn.com/ How to compile and install clipit ------------------------------------------------------------------------------- Requirements: * gtk+ >= 2.10.0 Download the clipit source code, then: $ tar zxvf clipit-x.y.z.tar.gz $ cd clipit-x.y.z $ ./autogen.sh $ ./configure $ make $ sudo make install