summaryrefslogtreecommitdiffstats
path: root/third_party/undoview/README.chromium
blob: 260d8e34309fc8b4ba51d5d267e1a48646963ae5 (plain)
1
2
3
4
5
6
7
8
9
Name: undoview
URL: http://projects.gnome.org/gtksourceview/

This contains GtkUndoView, which is GtkTextView with undo/redo
support. The code to add the support is borrowed from GtkSourceView.
However since SV has a lot of other stuff we don't want, we borrow
only the undo support and add it to GtkTextView to create a
GtkUndoView.