herzi / gundo
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
gundo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Feb 14 05:57:30 -0800 2009 | |
| |
AUTHORS | Sun Feb 08 17:18:33 -0800 2009 | |
| |
COPYING | Sun Feb 08 12:07:09 -0800 2009 | |
| |
COPYING.LIB | Sat Feb 14 05:25:29 -0800 2009 | |
| |
ChangeLog | Sat Feb 14 05:34:07 -0800 2009 | |
| |
Makefile.am | Sat Feb 14 05:08:09 -0800 2009 | |
| |
NEWS | Sun Feb 08 16:01:30 -0800 2009 | |
| |
README | Sun Feb 08 12:16:09 -0800 2009 | |
| |
README.demo | Sun Feb 08 18:34:32 -0800 2009 | |
| |
TODO | Sun Feb 15 07:38:58 -0800 2009 | |
| |
autogen.sh | Sat Feb 14 05:44:16 -0800 2009 | |
| |
configure.ac | Sat Feb 14 05:28:45 -0800 2009 | |
| |
demo/ | Fri Feb 20 14:13:11 -0800 2009 | |
| |
doc/ | Sun Feb 15 07:43:36 -0800 2009 | |
| |
gundo-ui/ | Fri Feb 20 14:18:55 -0800 2009 | |
| |
gundo/ | Wed Feb 25 08:55:02 -0800 2009 | |
| |
po/ | Mon Feb 16 14:20:06 -0800 2009 | |
| |
test/ | Sun Feb 15 07:38:18 -0800 2009 |
README
Gtk Undo: Multilevel undo/redo for Gtk
Copyright (C) 1999 Nat Pryce
Introduction
------------
Gundo provides a Gtk object that manages multilevel undo/redo for an
application. The object stores a sequence of actions and provides methods
for undoing or redoing those actions. It fires signals to inform the
application when it is or is not possible to undo or redo any actions.
Utility functions are provided that react to those signals to keep user
interface components in sync with the undo sequence.
This is version 0.2. The latest version can be found at:
http://www-dse.doc.ic.ac.uk/~np2/software/undo.html
Disclaimer and License
----------------------
The Gtk Undo library is available under the Gnu Lesser General Public License,
which is in the file named "COPYING".
The following disclaimer applies to use of the software:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Installation
------------
Read the file named "INSTALL".
Contact
-------
The author can be contacted by email at np2+gtkundo@dse.doc.ic.ac.uk.
