summaryrefslogtreecommitdiff
path: root/chromium/third_party/undoview/README.chromium
blob: 032e2b33c082f1a5c1b6059b8d1b0ce1d820b9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Name: undoview
Short Name: undoview
URL: http://projects.gnome.org/gtksourceview, http://www.gtk.org
Version: unknown
License: LGPL 2.1
Security Critical: yes

This directory provides a new class, GtkUndoView. It is based on GtkTextView
from the GTK+ project, but with undo/redo support added. The code to add this
support is borrowed from the GtkSourceView project. Since GtkSourceView has a
lot of other stuff we don't want, we borrow only the undo/redo support and add
it to GtkTextView to create GtkUndoView.