]> git.lyx.org Git - features.git/commit
Implement new recordUndoBufferParams method.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 17 Jan 2015 19:38:22 +0000 (20:38 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 22 Jan 2015 14:15:21 +0000 (15:15 +0100)
commit7021f4c3421afc74ca0c52c038743dad4a222aa9
tree4ae055cb2cfaba2339f567cdb74439d80b6d5fbf
parentecdeffb52b1dad2f56e0e4210d0a040e807e2caf
Implement new recordUndoBufferParams method.

Rename recordUndoFullDocument to recordUndoFullBuffer.

Separate the notion of recording changes to paragraphs and recording changes in buffer parameters.

Audit every user of recordUndoFullDocument and replace it with either recordUndoBufferParams or recordUndoFullBuffer. Add comments to identify remaining work.
src/Buffer.cpp
src/BufferView.cpp
src/Cursor.cpp
src/Cursor.h
src/Undo.cpp
src/Undo.h
src/insets/InsetBranch.cpp
src/mathed/MathMacroTemplate.cpp