X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=c7e0ffaa3b1b374a6e541e78b3efa3ce37b67d65;hb=4bcfc9abe9c9e9bde8a08b361ace7cc296d7c0fd;hp=2745135ad273dda64ea523e2d9815be8f98e1928;hpb=15dc5fa5d666273e6de3b88aede0c4b42c21e4dc;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 2745135ad2..c7e0ffaa3b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,808 @@ + +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): + * insetwrap.C (priv_dispatch): + * inseturl.C (priv_dispatch): + * insettoc.C (priv_dispatch): + * insettext.C (lfunMouseRelease, priv_dispatch, moveRightIntern) + (moveLeftIntern, moveUp, moveDown): + * insettabular.C (lfunMouseRelease, priv_dispatch, moveRight) + (moveLeft, moveUp, moveDown): + * insetref.C (priv_dispatch): + * insetnote.C (priv_dispatch): + * insetminipage.C (priv_dispatch): + * insetlabel.C (priv_dispatch): + * insetindex.C (priv_dispatch): + * insetinclude.C (priv_dispatch): + * insetgraphics.C (priv_dispatch): + * insetfloatlist.C (priv_dispatch): + * insetfloat.C (priv_dispatch): + * insetexternal.C (priv_dispatch): + * insetert.C (priv_dispatch): + * insetcommand.C (priv_dispatch): + * insetcollapsable.C (lfunMouseRelease, priv_dispatch): + * insetcite.C (priv_dispatch): + * insetbranch.C (priv_dispatch): + * insetbox.C (priv_dispatch): + * insetbibtex.C (priv_dispatch): + * insetbibitem.C (priv_dispatch): + * insetbase.C (priv_dispatch): explict DispatchResult ctor fallout. + +2003-10-29 Martin Vermeer + + * insettext.C: small refactoring of docbook stuff + +2003-10-29 Lars Gullik Bjønnes + + * insettext.C (lfunMouseRelease): dont use implicit conversion to bool + (priv_dispatch): adjust for operator dispatch_result_t removal + + * insettabular.C (lfunMouseRelease): put the result of a dispatch + in a DispatchResult, adjust accordingly. + (priv_dispatch): use strange >= construct... (will be removed later) + + * most insets: dispatch_result -> DispatchResult + + * insetbase.h: move DispatchResult out to dispatchresult.h + +2003-10-27 André Pönitz + + * insetpagebreak.[Ch]: new inset for page breaks + + * insetline.[Ch]: new inset for vertical lines + + * Makefile.am: + * inset.h: adjust + +2003-10-25 Angus Leeming + + * render_base.h (asButton, asGraphic, asPreview, asMonitoredPreview): + new virtual member functions, specialised... + * render_button.h (asButton): + * render_graphic.h (asGraphic): + * render_preview.h (asPreview, asMonitoredPreview): ... here. + + * insetexternal.C: use these new functions rather than dynamic_cast. + Various other small simplifications. + +2003-10-22 Angus Leeming + + * insetexternal.[Ch]: add the ability to 'preview' the external file + if so desired. + + * insetinclude.C: changes due to the changes in the RenderPreview + interface. + + * render_preview.[Ch]: Lots of small changes. Display a diagnostic + message if the preview image is not available. Only initiate the + loading of the preview from draw(). Ditto, start the monitoring + of an external file from RenderMonitoredPreview::draw. + +2003-10-22 Angus Leeming + + * insetcite.[Ch] (setLoadingBuffer): removed. + (getNatbibLabel): use the new Buffer::fully_loaded member function to + ascertain whether to proceed with the (expensive) task of computing + the natbib-style label. Remove the home-grown hack providing + similar functionality. + +2003-10-22 Angus Leeming + + * render_graphic.[Ch] (statusMessage, readyToDisplay): move out of the + class and into an anonymous namespace. + +2003-10-22 Angus Leeming + + * insetcommand.h: remove the display method. + + * insetbibtex.h: + * insetfloatlist.h: + * insetindex.h (InsetPrintIndex): + * insettoc.h: add a display method, returning true. + +2003-10-21 Martin Vermeer + + * insetcollapsable.h: + * insetcommand.h: + * insetfloat.h: + * insetfootlike.h: + * insetinclude.h: (1) finish off the inset display() work; + (2) fix the "is a bit silly" bug (accessing char + past end of par). + +2003-10-20 Martin Vermeer + + * inset.h: + * insetfloat.h: + * insetfootlike.h: re-introduce display() for insets, + fixing the various bugs (stretch of line above, math inset + positioning, ...) + +2003-10-17 Lars Gullik Bjønnes + + * insetbase.C (dispatch): new func + (priv_dispatch): new func replaces... + (localDispatch): this, deleted. + + * all insets with dispatch modified for new code. + +2003-10-15 André Pönitz + + * insetcollapsable.[Ch] + * insettabular.[Ch] + * inset.h: re-add some edit(bv, index) method called by undo + +2003-10-14 Angus Leeming + + * insetexternal.[Ch] (view, cache, view_): + * insetgraphics.[Ch] (view, cache, view_): + * insetinclude.[Ch] (view, cache, view_): remove the BufferView cache. + (statusChanged): call LyX::cref().updateInset. + + * insetinclude.C (fileChanged): use LyX::cref().updateInset rather than + the BufferView cache. + + * insetlabel.h: remove #include . Cruft from an + earlier clean-up. + +2003-10-14 Angus Leeming + + * insetinclude.C (metrics, draw): only draw the preview when previews + are activated. + +2003-10-14 André Pönitz + + * insetcollapsable.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: + * inset.h: getText() as alternative to getParagraphs() + +2003-10-13 Angus Leeming + + * insetexternal.C: + * insetgraphicsParams.C: displayTranslator is now a function. + +2003-10-13 Angus Leeming + + * insetinclude.C: remove #include "PreviewImage.h". + +2003-10-13 Lars Gullik Bjønnes + + * ExternalSupport.C: + * ExternalTransforms.C: + * insetbox.C: + * insetbox.h: ws changes only + +2003-10-13 Lars Gullik Bjønnes + + * insetinclude.C (localDispatch): do not call + InsetOld::localDispatch, just return UNDISPATCHED + * insetgraphics.C (localDispatch): ditto + * insetcommand.C (localDispatch): ditto + +2003-10-13 Lars Gullik Bjønnes + + * inset.h: get rid of RESULT typedef for dispatch_result + + * insetcollapsable.[Ch] (localDispatch): RESULT -> dispatch_result + * insetert.[Ch] (localDispatch): ditto + * insettabular.[Ch] (localDispatch): ditto + (moveRight): ditto + (moveLeft): ditto + (moveUp): ditto + (moveDown): ditto + * insettext.[Ch] (localDispatch): ditto + (moveRight): ditto + (moveLeft): ditto + (moveRightIntern): ditto + (moveLeftIntern): ditto + (moveUp): ditto + (moveDown): ditto + * updatableinset.[Ch] (localDispatch): ditto + +2003-10-12 Angus Leeming + + * renderbase.h (view, view_): removed. + * renderbase.C: removed. + * Makefile.am: remove render_base.C. The shortest lived file in + history? + + * renderbutton.C (draw): + * render_graphic.C (draw): don't cache the BufferView. + + * insetabase.h (cache, view): removed. + + * inset.h (generatePreview) removed. + + * insetcallapsable.[Ch] (cache, view, view_): removed. + + * insetcollapsable.C (draw): don't cache the BufferView. + + * insetcommand.[Ch] (view): removed. + + * insetexternal.[Ch] (cache, view, view_): + * insetgraphics.[Ch] (cache, view, view_): + * insetinclude.[Ch] (cache, view, view_): added. Cache the BufferView. + + * insetlabel.C: small clean-up. Don't use the BufferView cache, view(), + when you have direct access to it. In fact, don't use the cache at all. + +2003-10-10 Angus Leeming + + * insetinclude.C (metrics): use preview_->metrics. + (draw): use preview_->draw. + + * render_preview.[Ch] (pimage): removed. + +2003-10-10 Angus Leeming + + * renderers.[Ch]: removed. + + * render_base.[Ch]: + * render_button.[Ch]: + * render_graphic.[Ch]: + * render_preview.[Ch]: new files. The first three are split out of + renderers.[Ch]. The last one is a renamed PreviewedInset.[Ch]. which + contains a re-worked InsetInclude::PreviewImpl also. + + * Makefile.am: reflect the changed files. + + * insetcommand.h: + * insetexternal.[Ch]: + * insetgraphics.[Ch]: trivial changes ButtonRenderer -> RenderButton, etc. + + * insetinclude.[Ch]: changes reflecting the change from + InsetInclude::PreviewImpl to RenderMonitoredPreview. + + * insethfill.C: + * insetindex.C: + * insetlabel.C: + * insettoc.C: + * inseturl.C: add #include "support/std_ostream.h" + +2003-10-09 Angus Leeming + + * insetinclude.C (metrics, draw): no longer need to pass a Buffer arg + to PreviewedInset::previewReady. + +2003-10-09 Angus Leeming + + * insetexternal.[Ch] (statusChanged): + * insetgraphics.[Ch] (statusChanged): make a const member function. + + * insetinclude.[Ch]: mods to PreviewImpl due to the changes to + PreviewedInset. + +2003-10-09 Angus Leeming + + * insetinclude.C (metrics, draw, restartLoading): pass a buffer arg + to PreviewedInset's previewReady and removePreview member functions. + +2003-10-08 André Pönitz + + * insetcollapsable.C: + * insettext.[Ch]: saner 'init' structure + + * updatableinset.[Ch]: remove unneeded code + +2003-10-08 Angus Leeming + + Fix doxygen warnings. + + * insetbox.h (localDispatch): remove prefix InsetBox:: from declaration. + * insetnote.h (localDispatch): remove prefix InsetNote:: from declaration. + +2003-10-07 Angus Leeming + + * ExternalTransforms.[Ch]: new files, detailing transforms that can + be applied to InsetExternal. + + * Makefile.am: add these new files. + + * ExternalTemplate.[Ch]: add a list of available transforms to + class Template and a list of factory functions for transformer classes + that can act on this data to class Format. + + * insetexternal.[Ch]: add transform data to InsetExternal::Params. + + * ExternalSupport.C: Add code to replace transform placeholders + with appropriate output. + +2003-10-07 Angus Leeming + + * ExternalSupport.[Ch]: new files, moving the private member functions + and namespace anon functions out of insetexternal.C to here, so making + it easier to understand what is going on in insetexternal itself. + + * Makefile.am: add new files. + + * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams, + allowing the class to be forward declared. (Also consistent with + all other Params classes.) + (write): moved out of the class. Move this function and those in + namespace anon to ExternalSupport.[Ch]. + +2003-10-07 Angus Leeming + + * ExternalTemplate.[Ch] (TemplateManager::getTemplates): remove + non-const member function. + +2003-10-07 Martin Vermeer + + * Makefile.am: + * inset.h: + * insetbox.C: + * insetbox.h: The Box patch. Fancybox support, minipage, parbox + +2003-10-02 André Pönitz + + * insettext.C (read): make sure there is at least one par + in the text after reading. + +2003-10-01 José Matos + + * insetbranch.C (linuxdoc, docbook): minor fix. + +2003-10-01 Angus Leeming + + * ExternalTemplace.[Ch]: introduce namespace lyx::external. + + * insetexternal.[Ch]: changes due to the introduction of + namespace lyx::external. + +2003-09-30 Angus Leeming + + * insetexternal.[Ch] (Params::read, write): new member functions. + +2003-09-25 Angus Leeming + + * insetexternal.[Ch] (TempName): new (private) nested struct with + fake copy semantics. Enables us to use the generated copy c-tor + in the Params struct. + (Params::templatename, Params::tempname): use accessor functions. + +2003-09-25 Angus Leeming + + * ExternalTemplate.[Ch] (getTemplateByName): now it's a const member + function, returning a const pointer. + +2003-09-23 Angus Leeming + + * ExternalTemplate.[Ch]: can have multiple preamble snippets if we + store them in a vector, preambleNames. + + * insetexternal.C (validate): loop over all preambleNames and call + LaTeXFeatures::addExternalPreamble with each. + +2003-09-22 Martin Vermeer + + * insetbranch.C: bug fix in branches + +2003-09-22 Martin Vermeer + + * insetnote.C: small clean-up. + +2003-09-19 Angus Leeming + + * inset.h (generatePreview): passed a 'Buffer const &' arg. + + * insetcommand.C (string2params): clear params using the default c-tor. + + * insetinclude[Ch]: get rid of the masterFilename_ parameter in + InsetInclude::Params. No more data in this struct than in + InsetCommandParams, so get rid of it and use InsetCommandParams instead. + (c-tor): no need to pass a 'Buffer const &' arg anymore. + (clone): remove #warning as it's now redundant. + (set): add a 'Buffer const &' arg. Make private. + (loadIfNeeded) move out of the class definition and into namespace anon. + (getMasterFilename, getFileName): ditto. + +2003-09-18 Angus Leeming + + * insetcommand.C (setParams): use the params' copy constructor. + +2003-09-18 Angus Leeming + + * insetinsetbase.h (getLabelList): + * insetinsetcollapsable.[Ch] (getLabelList): + * insetinsetinclude.[Ch] (getLabelList): + * insetinsetlabel.[Ch] (getLabelList): + * insetinsettabular.[Ch] (getLabelList): + * insetinsettext.[Ch] (getLabelList): receive a Buffer const & arg. + * insetinsetinclude.[Ch] (fillWithBibKeys): ditto. + +2003-09-18 Angus Leeming + + * insetinclude.[Ch]: remove Params::operator==, operator!= as they're + redundant baggage from yesteryear. + Remove Params::flag as it is redundant; the info is present in + getCmdName. + +2003-09-18 Angus Leeming + + * insetinclude.C (latexString): add a Buffer const & arg. + +2003-09-18 Angus Leeming + + * inset.C: + * inset.h: + * insettext.C: + * insettext.h: rename EnumLColor as LColor_color. + +2003-09-18 Angus Leeming + + * inset.h: add the InsetOld::Code wrapper class InsetOld_code. + * insetbase.h: add the dispatch_result wrapper class DispatchResult. + +2003-09-16 Angus Leeming + + * insetinclude.C (localDispatch): ensure that params_.masterFilename_ is + set before trying to generate a preview, else we trigger an assert. + +2003-09-16 Angus Leeming + + * insetinclude.C (PreviewImpl::parent): return a const reference. + +2003-09-16 Angus Leeming + + * insetcollapsable.[Ch]: make all member variables, except for 'inset', private. + + * insetert.C (init): use InsetCollapsable::setLabelFont rather than access + labelfont directly. + (read, updateStatus, lfunMouseRelease, status, showInsetDialog): use + InsetCollapsable::setCollapsed, isOpen rather than access collapsed_ directly. + + * insetminipage.C (metrics): + * insetnote.C (metrics): + * insettheorem.C (clone): use InsetCollapsable::isOpen rather than + access collapsed_ directly. + +2003-09-16 Angus Leeming + + * insetbibitem.C: add #include "lyxfont.h". + +2003-09-16 Lars Gullik Bjønnes + + * insetgraphics.C: + * insetbibtex.C: use namespace alias for lyx::support::os + +2003-09-16 Angus Leeming + + * insetcollapsable.h: remove unused framecolor variable. + Remove #include "LColor.h". + + * insetcollapsable.C: remove unused framecolor variable. + + * insetcaption.C: + * insetcollapsable.C: + * insetert.C: + * insetfloat.C: + * insetfootlike.C: + * insetminipage.C: + * insetnote.C: + * insetoptarg.C: + * insetwrap.C: + Add #include "LColor.h". + +2003-09-16 Angus Leeming + + * insettext.[Ch] (frameColor): new accessor function. + (frame_color_): stored as an int, allows us to remove #include "LColor.h" from + insettext.h + + * insetbranch.C: + * insettabular.C: + * insettext.C: + add #include "LColor.h". + + * insetcollapsable.h: add #include "LColor.h" + (for its framecolor member variable). + +2003-09-16 Angus Leeming + + * insetenv.C (constructor): use accessor functions to access InsetText variables. + + * insettext.h: rename autoBreakRows as autoBreakRows_. Make private. + rename frame_color as frame_color_. Make private. + + * insettext.C: associated changes. + +2003-09-16 Angus Leeming + + * inset.h: store background_color_ as an int, not as an LColor::color to + get LColor.h out of the header file. + + * inset.C: + * insetlatexaccent.C: + * insetnewline.C: + * insetspace.C: + * insetspecialchar.C: + * renderers.C: + add #include "LColor.h". + 2003-09-16 Angus Leeming * renderers.C: LyXFont::setColor no longer return a LyXFont &, so cannot string @@ -126,9 +931,9 @@ 2003-08-28 Angus Leeming - * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with - "sh ", enabling the conversion to be carried out even if the script - is not executable. + * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with + "sh ", enabling the conversion to be carried out even if the script + is not executable. 2003-08-28 Lars Gullik Bjønnes