![]() + Added: Option to show index numbers in history. + Fixed: Search window now gets properly focused when launched with the hotkey. + Fixed: Search window is now resizable. + Fixed: Double casting when calling 'item_selected'. + Fixed: Removed some unnecessary comments and fixed some of the others. + Fixed: Moved search dialog and functions to manage.c, as this dialog will become "Manage Clipboard" in the next version. Changes to be committed: modified: ChangeLog modified: TODO modified: configure.in modified: src/Makefile.am modified: src/main.c modified: src/main.h new file: src/manage.c new file: src/manage.h modified: src/preferences.c modified: src/preferences.h |
||
---|---|---|
data | ||
doc | ||
m4 | ||
po | ||
src | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.rpath | ||
config.sub | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
TODO |
ClipIt - Lightweight GTK+ Clipboard Manager ------------------------------------------------------------------------------- Copyright (C) 2010 by Cristian Henzel <oss@web-tm.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: COMING_SOON 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