Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: third_party/undoview/README.chromium

Issue 9288024: Fix license info for undoview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/undoview/LICENSE ('k') | third_party/undoview/undo_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: undoview 1 Name: undoview
2 Short Name: gtksourceview 2 Short Name: undoview
3 URL: http://projects.gnome.org/gtksourceview/ 3 URL: http://projects.gnome.org/gtksourceview, http://www.gtk.org
4 Version: unknown 4 Version: unknown
5 License: LGPL 2.1
6 Security Critical: yes
5 7
6 This contains GtkUndoView, which is GtkTextView with undo/redo 8 This directory provides a new class, GtkUndoView. It is based on GtkTextView
7 support. The code to add the support is borrowed from GtkSourceView. 9 from the GTK+ project, but with undo/redo support added. The code to add this
8 However since SV has a lot of other stuff we don't want, we borrow 10 support is borrowed from the GtkSourceView project. Since GtkSourceView has a
9 only the undo support and add it to GtkTextView to create a 11 lot of other stuff we don't want, we borrow only the undo/redo support and add
10 GtkUndoView. 12 it to GtkTextView to create GtkUndoView.
11 13
OLDNEW
« no previous file with comments | « third_party/undoview/LICENSE ('k') | third_party/undoview/undo_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698