X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=c7e0ffaa3b1b374a6e541e78b3efa3ce37b67d65;hb=4bcfc9abe9c9e9bde8a08b361ace7cc296d7c0fd;hp=1b063edbac0b249ea848612089c596ec21acdf70;hpb=a7060da1978f9803ffadfa0878e30d506a823590;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 1b063edbac..c7e0ffaa3b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,286 @@ + +2003-11-17 André Pönitz + + * insettext.C (setViewCache): don't call LyXText::init() anymore + +2003-11-21 Michael Schmitt + + * inset.h: + * insetcollapsable.[Ch]: + * insetert.[Ch]: remove bufferview parameter in methods + open, close, status, and updateStatus. + +2003-11-21 Michael Schmitt + + * insetcollapsable.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch] (getCursorDim): squash unused variable + +2003-11-21 Alfredo Braunstein + + * insettext.C (edit): x0_,y0_ -> xo_,yo_ + +2003-11-20 Alfredo Braunstein + + * insettext.C (draw): sets LyXText absolute coordinates + +2003-11-20 Angus Leeming + + * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): squash warnings + about unused parameters. + + * insetcollapsable.C (open): + * insettabular.C (pasteSelection): + * insettoc.C (draw): ditto. + +2003-11-17 Alfredo Braunstein + + * insetcollapsable.C: + * insettext.C: + * insettext.h: hand on MOUSE_* events to the LyXText when appropriate + remove mouse_x mouse_y etc. + +2003-11-17 André Pönitz + + * insettext.[Ch] (cx, cy): remove + + * insettext.[Ch] (dispatch): move most of it to LyXText::dispatch + +2003-11-13 André Pönitz + + * inset.h: + * insetcollapsable.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch] (deleteLyXText): remove + +2003-11-13 Alfredo Braunstein + + * insetcollapsable.[Ch] (fitInsetCursor): remove + * insettabular.[Ch] (fitInsetCursor): remove + * insettext.[Ch] (fitInsetCursor): remove + * updatableinset.[Ch] (fitInsetCursor): remove + (getCursorDIm): add virtual + +2003-11-12 Martin Vermeer + + * src/insets/Makefile.am: + * src/insets/inset.h: + * src/insets/insetcharstyle.C: + * src/insets/insetcharstyle.h: The Character Style /XML short + element patch. + +2003-11-11 Alfredo Braunstein + + * insettext.C: remove all update calls + * insetcollapsable.C: remove all update calls + +2003-11-11 Alfredo Braunstein + + * insettext.C (updateLocal, insertInset, setFont): remove + fitCursor calls + +2003-11-10 André Pönitz + + * inset.h: remove Inset::id_ + + * inset.h: top_x -> xo_, top_baseline -> yo_ to unify with mathed/*.[Ch] + * *.[Ch]: adjust + +2003-11-10 André Pönitz + + * inset.[Ch]: + * insetbox.[Ch]: + * insetcollapsable.[Ch]: + * insetert.C: + * insetfloat.C: + * insetminipage.C: + * insettabular.[Ch]: + * insettext.[Ch]: + * insetwrap.C: + * updatableinset.[Ch]: remove inset locking & adjust + +2003-11-07 Alfredo Braunstein + + * inset.h (allowSpellCheck): add (return true) + * insetert.h (allowSpellCheck): add (return false) + +2003-11-05 José Matos + + * inset.h: + * insetbibtex.[Ch]: + * insetbox.[Ch]: + * insetbranch.[Ch]: + * insetcaption.[Ch]: + * insetcite.[Ch]: + * insetcollapsable.[Ch]: + * insetcommand.[Ch]: + * insetenv.[Ch]: + * insetert.[Ch]: + * insetexternal.[Ch]: + * insetfloat.[Ch]: + * insetfloatlist.[Ch]: + * insetfoot.[Ch]: + * insetgraphics.[Ch]: + * insethfill.[Ch]: + * insetinclude.[Ch]: + * insetindex.[Ch]: + * insetlabel.[Ch]: + * insetlatexaccent.[Ch]: + * insetline.[Ch]: + * insetlist.[Ch]: + * insetmarginal.[Ch]: + * insetminipage.[Ch]: + * insetnewline.[Ch]: + * insetnote.[Ch]: + * insetoptarg.[Ch]: + * insetpagebreak.[Ch]: + * insetquotes.[Ch]: + * insetref.[Ch]: + * insetspace.[Ch]: + * insetspecialchar.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: + * insettheorem.[Ch]: + * insettoc.[Ch]: + * inseturl.[Ch]: + * insetwrap.[Ch]: rename ascii to plaintext + and LatexRunParams to OutputParams. + +2003-11-05 Alfredo Braunstein + + * insetcollapsable.C (edit): add open() all + * insettext.C (edit): add setViewCache call + +2003-11-04 André Pönitz + + * inset.h (edit): move locking code from dispatch() to edit() + + * insetbase.[Ch]: + * insetbibitem.C: + * insetbranch.[Ch]: + * insetcite.[Ch]: + * insetcollapsable.[Ch]: + * insetcommand.C: + * insetert.[Ch]: + * insetexternal.[Ch]: + * insetgraphics.[Ch]: + * insetindex.[Ch]: + * insetlabel.C: + * insetnote.[Ch]: + * insetref.C: + * insettabular.[Ch]: + * insettext.[Ch]: adjust + +2003-11-04 Alfredo Braunstein + + * inset.h: + * insetcollapsable.[Ch]: + * insetert.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: + * updatableinset.[Ch]: remove dead search code + +2003-11-04 Alfredo Braunstein + + * inset.h: + * insetcollapsable.[Ch]: + * insetert.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: + * updatableinset.[Ch]: remove dead spellcheck code + +2003-11-04 Alfredo Braunstein + + * insettabular.C (lockInsetInInset): small fix + +2003-11-04 Lars Gullik Bjønnes + + * insettext.C (priv_dispatch): some DispatchResult type cleanup, + don't handle LFUN_UNKNOWN_ACTION, don't call BufferView::dispatch + from here. Be stricter on DispatchResult returned. + +2003-11-03 Lars Gullik Bjønnes + + * Inset::dispatch's: adjust for new DispatchResult semantics. + +2003-11-03 Lars Gullik Bjønnes + + * render_base.h: make clone return an auto_ptr + * render_button.C (clone): adjust + * render_graphic.C (clone): adjust + * render_preview.C (clone): adjust + + * insettheorem.C (clone): return an auto_ptr + + * insettext.C (priv_dispatch): exception safety + + * insettabular.C: store the file scope variable paste_tabular in a + scoped_ptr, adjust usage. + + * insetexternal.C (setParams): exception safety + + * insetbibitem.C (clone): exception safety + +2003-11-03 André Pönitz + + * inset.[Ch]: + * insetcollapsable.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: remove Inset::id and related functions + +2003-11-01 Lars Gullik Bjønnes + + * insets: adjust for DispatchResult changes. + +2003-11-01 Jürgen Spitzmüller + + * insetpagebreak.C: fix screen representation & ascii output. + +2003-11-01 Alfredo Braunstein + + * inset.[Ch]: + * insettext.[Ch]: + * insettabular.[Ch]: + * insetcollapsable.[Ch]: bool haveParagraphs() -> int numParagraphs() + +2003-10-31 José Matos + + * inset.h (ascii, linuxdoc, docbook): + * insetbox.[Ch] (ascii, linuxdoc, docbook): + * insetbranch.[Ch] (ascii, linuxdoc, docbook): + * insetcaption.[Ch] (ascii, docbook): + * insetcollapsable.[Ch] (ascii, linuxdoc, docbook): + * insetcommand.[Ch] (ascii, linuxdoc, docbook): + * insetert.[Ch] (ascii, linuxdoc, docbook): + * insetexternal.[Ch] (ascii, linuxdoc, docbook): + * insetfloat.[Ch] (linuxdoc, docbook): + * insetfloatlist.[Ch] (ascii): + * insetfoot.[Ch] (docbook): + * insetgraphics.[Ch] (ascii, linuxdoc, docbook): + * insethfill.[Ch] (ascii, linuxdoc, docbook): + * insetinclude.[Ch] (ascii, linuxdoc, docbook): + * insetindex.[Ch] (docbook): + * insetlabel.[Ch] (ascii, linuxdoc, docbook): + * insetlatexaccent.[Ch] (ascii, linuxdoc, docbook): + * insetline.[Ch] (ascii, linuxdoc, docbook): + * insetnewline.[Ch] (ascii, linuxdoc, docbook): + * insetnote.[Ch] (ascii, linuxdoc, docbook): + * insetpagebreak.[Ch] (ascii, linuxdoc, docbook): + * insetquotes.[Ch] (ascii, linuxdoc, docbook): + * insetref.[Ch] (ascii, linuxdoc, docbook): + * insetspace.[Ch] (ascii, linuxdoc, docbook): + * insetspecialchar.[Ch] (ascii, linuxdoc, docbook): + * insetspecialchar.[Ch] (ascii, linuxdoc, docbook): + * insettext.[Ch] (ascii, linuxdoc, docbook): + * insettoc.[Ch] (ascii, linuxdoc, docbook): + * inseturl.[Ch] (ascii, linuxdoc, docbook): + * insetwrap.[Ch] (docbook): + add LatexRunParams argument. + +2003-10-30 José Matos + + * insettext.C (linuxdoc, docbook): use new pagraph generation code. + 2003-10-29 Lars Gullik Bjønnes * updatableinset.C (priv_dispatch):