lyx_mirror/src/frontends
Jean-Marc Lasgouttes 8f01556236 Second tentative fix to #8159: Undo doesn't restore environment depth correctly
In this version, the idea is to record undo at the place where the document is modified, which is definitely cleaner.

1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
   const_cast has to be used

2/ in GuiApplication::dispatch, add an extra undo group that
   encompasses the updateBuffer call. Some other undo groups may be
   redundant now, but it is not a problem since they do not cost
   anything.
2012-06-05 11:32:56 +02:00
..
qt4 Second tentative fix to #8159: Undo doesn't restore environment depth correctly 2012-06-05 11:32:56 +02:00
tests
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
alert.h
Application.h Now ESC cancels long Advanced Find and Replace operations. 2012-03-06 23:21:12 +00:00
Clipboard.h
CMakeLists.txt cmake: move CMakeLists.txt into source dir (multiple steps) 2011-05-10 17:44:41 +00:00
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h #7292 make the modifiers Option and Control act on there own on mac - adjust the key bindings to apple standards where possible 2011-02-23 14:30:41 +00:00
KeySymbol.h
Makefile.am
mouse_state.h
Painter.h Factor out painting of text decorations 2012-05-02 18:02:17 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp Cosmetics or style or something. 2011-12-02 22:27:09 +00:00
WorkAreaManager.h