herzi / gundo

multilevel undo/redo library

This URL has Read+Write access

gundo /
name age message
file .gitignore Sat Feb 14 05:57:30 -0800 2009 silence * .gitignore, * po/.gitignore, * doc/t... [herzi]
file AUTHORS Sun Feb 08 17:18:33 -0800 2009 added the autotool build system * AUTHORS, * C... [herzi]
file COPYING Sun Feb 08 12:07:09 -0800 2009 Subject: ANNOUNCE: Multilevel undo/redo for Gtk... [Nat Pryce]
file COPYING.LIB Sat Feb 14 05:25:29 -0800 2009 2005-10-24 Sven Herzberg <herzi@gnome-de.org>... [herzi]
file ChangeLog Sat Feb 14 05:34:07 -0800 2009 2006-07-16 Sven Herzberg <herzi@gnome-de.org>... [herzi]
file Makefile.am Sat Feb 14 05:08:09 -0800 2009 2005-10-24 Sven Herzberg <herzi@gnome-de.org>... [herzi]
file NEWS Sun Feb 08 16:01:30 -0800 2009 renamed news file * CHANGES, * NEWS: follow co... [herzi]
file README Sun Feb 08 12:16:09 -0800 2009 Subject: ANNOUNCE: New version of multilevel un... [Nat Pryce]
file README.demo Sun Feb 08 18:34:32 -0800 2009 renamed the readme file for the demo * DEMO ->... [herzi]
file TODO Sun Feb 15 07:38:58 -0800 2009 update * TODO: the autotool build system is do... [herzi]
file autogen.sh Sat Feb 14 05:44:16 -0800 2009 fix all warnings in gundo/ * autogen.sh: enabl... [herzi]
file configure.ac Sat Feb 14 05:28:45 -0800 2009 2005-10-24 Sven Herzberg <herzi@gnome-de.org>... [herzi]
directory demo/ Fri Feb 20 14:13:11 -0800 2009 turn the clear button into a regular new button... [herzi]
directory doc/ Sun Feb 15 07:43:36 -0800 2009 fixed the gobject warnings triggered by gtk-doc... [herzi]
directory gundo-ui/ Fri Feb 20 14:18:55 -0800 2009 properly implement the sensitivity * gundo-ui/... [herzi]
directory gundo/ Wed Feb 25 08:55:02 -0800 2009 drop the clear function * gundo/gundo-sequence... [herzi]
directory po/ Mon Feb 16 14:20:06 -0800 2009 moved the popup window, frame, scrolled window ... [herzi]
directory test/ Sun Feb 15 07:38:18 -0800 2009 turn g_sequence_redo() into a signal on the his... [herzi]
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.