]> git.lyx.org Git - features.git/commit
* insettabular.[Ch]: remove remains of the 'update' mechanism,
authorAndré Pönitz <poenitz@gmx.net>
Mon, 16 Feb 2004 11:58:51 +0000 (11:58 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 16 Feb 2004 11:58:51 +0000 (11:58 +0000)
commit357a3741c0655e174ad48ded68cca90b09a158e6
treee70e78b9fa42cdcb623c28d3feec092dbe470e6a
parent61189bef797d8170e2f79b46e6806c2410d27445
* insettabular.[Ch]: remove remains of the 'update' mechanism,
  simplify cursor moving function,
  re-enable horizontal scrolling for large tables

* insetbase.C:
* insetbase.[Ch]: remove explicit 'DispatchResult' return type and
  implicitly assume 'DispatchResult(true, true) with exception of
  InsetBase::priv_dispatch which does the equivalent of
  'retrun DispatchResult(false)'

* inset*.[Ch] (priv_dispatch): adjust

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8435 a592a061-630c-0410-9148-cb99ea01b6c8
74 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/PosIterator.C
src/cursor.C
src/cursor.h
src/cursor_slice.C
src/cursor_slice.h
src/insets/ChangeLog
src/insets/insetbase.C
src/insets/insetbase.h
src/insets/insetbibitem.C
src/insets/insetbibitem.h
src/insets/insetbibtex.C
src/insets/insetbibtex.h
src/insets/insetbox.C
src/insets/insetbox.h
src/insets/insetbranch.C
src/insets/insetbranch.h
src/insets/insetcharstyle.C
src/insets/insetcharstyle.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/insetcommandparams.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/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetlatexaccent.h
src/insets/insetnote.C
src/insets/insetnote.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insetvspace.C
src/insets/insetvspace.h
src/insets/insetwrap.C
src/insets/insetwrap.h
src/insets/updatableinset.C
src/insets/updatableinset.h
src/lyxtext.h
src/mathed/ChangeLog
src/mathed/command_inset.C
src/mathed/command_inset.h
src/mathed/formula.C
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_hullinset.C
src/mathed/math_hullinset.h
src/mathed/math_mboxinset.C
src/mathed/math_mboxinset.h
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/ref_inset.C
src/mathed/ref_inset.h
src/rowpainter.C
src/tabular.C
src/text.C
src/text2.C
src/text3.C