]> git.lyx.org Git - lyx.git/commit
The BIG UNDO patch. Recodes undo handling for better use inside InsetText.
authorJürgen Vigna <jug@sad.it>
Fri, 6 Jul 2001 15:57:54 +0000 (15:57 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 6 Jul 2001 15:57:54 +0000 (15:57 +0000)
commit7521b5d20f42102cf444e3fd8718a088a60d0098
treeaf2d932d26447b7b0abb65f5b246a34ff6c6db20
parent217e8059aeae5d0c7b830844f4ec12bb15cedf01
The BIG UNDO patch. Recodes undo handling for better use inside InsetText.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2195 a592a061-630c-0410-9148-cb99ea01b6c8
86 files changed:
src/BufferView2.C
src/BufferView_pimpl.C
src/ChangeLog
src/Makefile.am
src/buffer.C
src/buffer.h
src/figureForm.C
src/insets/ChangeLog
src/insets/figinset.C
src/insets/figinset.h
src/insets/inset.C
src/insets/inset.h
src/insets/insetbib.C
src/insets/insetbib.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetfloatlist.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetinfo.C
src/insets/insetinfo.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetlatexaccent.C
src/insets/insetlatexaccent.h
src/insets/insetlist.C
src/insets/insetlist.h
src/insets/insetmarginal.C
src/insets/insetmarginal.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insetparent.C
src/insets/insetparent.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insettheorem.C
src/insets/insettheorem.h
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/lyxfunc.C
src/lyxtext.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulabase.C
src/mathed/formulabase.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/paragraph.C
src/paragraph.h
src/paragraph_pimpl.C
src/paragraph_pimpl.h
src/screen.C
src/tabular.C
src/text.C
src/text2.C
src/undo.C
src/undo.h
src/undo_funcs.C [new file with mode: 0644]
src/undo_funcs.h [new file with mode: 0644]