Go to file
Cristian Henzel 1cb116c45a ClipIt-v1.3.11-22122010001
+ Fixed: Indicator menu now actually refreshes properly.
+ Fixed: Removed "Full history" and changed the wording in the
                "Preferences" dialog.
+ Fixed: Imported "Select first item in menu" fix from Parcellite 0.9.3.

Changes to be committed:

	modified:   ChangeLog
	modified:   autom4te.cache/output.0
	modified:   autom4te.cache/output.1
	modified:   autom4te.cache/traces.1
	modified:   configure
	modified:   configure.in
	modified:   src/history.c
	modified:   src/main.c
	modified:   src/main.h
	modified:   src/preferences.c
	modified:   src/preferences.h
2010-12-22 22:17:50 +02:00
autom4te.cache ClipIt-v1.3.11-22122010001 2010-12-22 22:17:50 +02:00
data ClipIt-v1.3.10-21122010001 2010-12-22 22:17:34 +02:00
doc ClipIt-v1.3.10-21122010001 2010-12-22 22:17:34 +02:00
m4 ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
po ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
src ClipIt-v1.3.11-22122010001 2010-12-22 22:17:50 +02:00
ABOUT-NLS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
aclocal.m4 ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
AUTHORS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
autogen.sh ClipIt-v1.2.5-12112010002 2010-12-22 22:17:15 +02:00
ChangeLog ClipIt-v1.3.11-22122010001 2010-12-22 22:17:50 +02:00
config.guess ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
config.h.in ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
config.rpath ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
config.sub ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
configure ClipIt-v1.3.11-22122010001 2010-12-22 22:17:50 +02:00
configure.in ClipIt-v1.3.11-22122010001 2010-12-22 22:17:50 +02:00
COPYING ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
depcomp ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
INSTALL ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
install-sh ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
intltool-extract.in ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
intltool-merge.in ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
intltool-update.in ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
Makefile.am ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
Makefile.in ClipIt-v1.3.10-21122010001 2010-12-22 22:17:34 +02:00
missing ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
NEWS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
README ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
TODO ClipIt-v1.3.0-14112010001 2010-12-22 22:17:15 +02:00

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