Show
Ignore:
Timestamp:
07/02/08 22:54:27 (5 years ago)
Author:
Armin Burgmeier <armin@…>
Parents:
93f6a42ac3ff9aae384c3628b155631b6f3c22ff
Children:
08eae59d49170034303842da09846cc88a3216fe
git-committer:
Armin Burgmeier <armin@arbur.net> / 2008-07-02T22:54:27Z+0200
Message:

Added Undo/Redo functionality

2008-07-02 Armin Burgmeier <armin@…>

  • inc/core/docwindow.hpp:
  • src/core/docwindow.cpp: Added the active_user_changed signal and the get_active_user() function.
  • src/core/header.cpp: Added shortcuts for Undo and Redo.
  • src/core/noteplugin.cpp: Disable GtkSourceView? Undo/Redo system by calling gtk_source_buffer_begin_non_undoable_action() without ever ending that non-undoable action.
  • inc/commands/edit-commands.hpp:
  • src/commands/edit-commands.cpp: New class handling the commands in the Edit submenu. For now Undo and Redo are implemented.
  • inc/commands/Makefile.am:
  • src/commands/Makefile.am: Added new files to build.
Files:
1 modified

Legend:

Unmodified
Added
Removed