X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=cb4b82c8b85faa560171f47f8d78a7cadee023cc;hb=8c374dcefb84080c388715fcd7626df2ef940bdd;hp=82db2ce37377e33f4bdfff86035a20be49cc8251;hpb=7e0e2dbb822fd5d2764300af876386bea8716fc0;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 82db2ce373..cb4b82c8b8 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,262 @@ +2003-12-04 Angus Leeming + + * ControlExternal.[Ch] (bbChanged): new accessor functions to a + boolean flag. + (readBB): attempt to read the BoundingBox from the graphics file. + If that fails, try the Graphics Cache. + (all_origins, origin_gui_str): helpers for the frontends. + +2003-12-01 Jürgen Spitzmüller + + * ControlVSpace.C: enable the buttons for new insets. + +2003-11-28 André Pönitz + + * ControlVSpace.[Ch]: new files + * Makefile.am: adjust + +2003-11-21 Michael Schmitt + + * ControlDocument.C: Change call to insetsOpenCloseBranch + +2003-11-07 Alfredo Braunstein + + * ControlSpellchecker.C (isLetter): skip ert + +2003-11-06 Alfredo Braunstein + + * ControlErrorList.C (goTo): allow going to inner paragraphs + +2003-11-04 Alfredo Braunstein + + * ControlSearch.[Ch]: + * ControlThesaurus.C: adjust to spellcheck code changes + +2003-11-04 Alfredo Braunstein + + * ControlSpellchecker.C (nextWord): do not send ligature breaks + and other nasty insets to the spellchecker + +2003-11-04 Alfredo Braunstein + + * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text + handling parts + +2003-10-27 Juergen Spitzmueller + + * ControlDocument.[Ch]: add method setBranchColor(). + +2003-10-13 Lars Gullik Bjønnes + + * ControlCommandBuffer.C (dispatch): adjust for dispatch change + +2003-10-08 Angus Leeming + + Fix doxygen warnings. + + * frnt_lang.h: move comment so that doxygen is not confused. + +2003-10-07 Angus Leeming + + * ControlExternal.[Ch]: InsetExternal::Params -> InsetExternalParams. + (getTemplatePtr): removed. Use function in ExternalSupport. + +2003-10-07 Martin Vermeer + + * ControlBox.C: + * ControlBox.h: + * Makefile.am: The Box patch. Fancybox support, minipage, parbox + +2003-10-07 Martin Vermeer + + * BCView.h: + * ControlCommandBuffer.h: + * biblio.h: + * frnt_lang.h: + * tex_helpers.h: add and other small fixes to make Lars' + std::string patch compile with STLport. + +2003-10-01 Angus Leeming + + * ControlExternal.[Ch]: changes due to the introduction of + namespace lyx::external. + +2003-09-25 Angus Leeming + + * ControlExternal.C (getTemplatePtr): simplify, due to change in + ExternalTemplateManager interface. + +2003-09-21 Lars Gullik Bjønnes + + * ControlDocument.C (setParams): fix new bug + +2003-09-19 Angus Leeming + + * ControlInclude.[Ch]: Store and access the params as an + InsetCommandParams, rather than access them as a InsetInclude::Params + and store 'em as a boost::scoped_ptr. + Other clean-ups due to the changes in InsetInclude. + +2003-09-18 Angus Leeming + + * ControlCommand.C (clearParams): simplify. + +2003-09-18 Angus Leeming + + * ControlCharacter.C: + * ControlCharacter.h: + * ControlPrefs.C: + * ControlPrefs.h: + * character.h: rename EnumLColor as LColor_color. + +2003-09-16 Angus Leeming + + * ControlCharacter.C: add #include "LColor.h". + +2003-09-16 Angus Leeming + + * character.C: add #include "LColor.h". + +2003-09-15 Angus Leeming + + * ControlCharacter.C (setColor, getColor): + pass EnumLColor args, rather than LColor::color ones. + + * ControlPrefs.C: add #include "LColor.h". + * ControlPrefs.h:remove #include "LColor.h". + + * ControlPrefs.[Ch] (setColor): pass EnumLColor arg, not than LColor::color one. + + * character.h:remove #include "LColor.h". + typedef ColorPair as a std::pair. + +2003-09-15 Lars Gullik Bjønnes + + * ControlAboutlyx.C + * ControlParagraph.C + * biblio.C + * tex_helpers.C: remove usage of STRCONV + +2003-09-09 Lars Gullik Bjønnes + + * several files: change Assert to BOOST_ASSERT + +2003-09-08 Angus Leeming + + * ControlCommandBuffer.C: + * ControlDocument.C: + * ControlPrefs.C: + * helper_funcs.C: + * tex_helpers.C: remove redundant using directives. + +2003-09-07 Angus Leeming + + * ButtonController.h: + * helper_funcs.h: remove #include "support/std_string.h". + + * ControlBranch.h: + * ControlNote.h: remove #include "debug.h". + + * ControlDocument.h: remove #include , "support/std_string.h". + + * ControlErrorList.h: + * ControlThesaurus.h: remove #include . + + * ControlPrefs.h: remove #include "funcrequest.h", . + + * GUI.h: remove #include "BCView.h". + + * tex_helpers.h: remove #include . + +2003-09-05 Martin Vermeer + + * biblio.C: + * frnt_lang.C: re-add missing system headers, needed for 2.95.2. + +2003-09-05 Angus Leeming + + * GUI.h: ensure that the header file can be compiled stand-alone. + * *.C: strip out redundant #includes. (49 in total.) + +2003-08-28 Lars Gullik Bjønnes + + * most files: change to use const buffer refs. + +2003-08-16 Martin Vermeer + + * ControlBranch.[Ch]: + * ControlDocument.C: + * Makefile.am: implements the 'branch + inset' idea. This allows the output of various versions of a + document from a single source version, selectively outputing or + suppressing output of parts of the text. + This implementation contains a 'branch list editor' in a separate + tab of the document settings dialog. Branches are user definable + and have a "display colour" to distinguish them on-screen. + + ColorHandler was somewhat cleaned up. + (1) make possible a dynamically growing LColor list by allowing + the graphic context cache to grow along (vector); + (2) eliminate an IMHO unnecessary step in colour allocation. + +2003-08-15 André Pönitz + + * ControlErrorList.C: + * ControlSpellchecker.C: remove toggleSelection + +2003-08-12 Michael Schmitt + + * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX" + for consistency + * ControlTabular.h: + * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE; + rename M_VALIGN_CENTER to M_VALIGN_MIDDLE; + rename VCENTER to MIDDLE + +2003-08-04 André Pönitz + + * ControlErrorList.C: + * ControlSpellchecker.C: simpler BufferView::update() calls + +2003-07-30 Martin Vermeer + + * ControlNote.[Ch]: add i18n support. + +2003-07-27 Lars Gullik Bjønnes + + * ControlToc.C (goTo): adjust for lyx::toc + (getTypes): ditto + (getContents): ditto + + * ControlThesaurus.C (replace): adjust for lyx::find + + * ControlSearch.C (find): adjust for lyx::find + (replace): ditto + + * ControlChanges.C (find): adjust for lyx::find + (accept): ditto + (reject): ditto + +2003-07-26 Jean-Marc Lasgouttes + + * ControlTabular.C (useMetricUnits): adapt PAPER_* enums + +2003-07-23 Angus Leeming + + * ControlExternal.C: pass a Buffer const & rather than a Buffer const * + to the mailer's string2params, params2string functions. + + * ControlGraphics.C pass a Buffer const & rather than a string const & + buffer_path to the mailer's string2params, params2string functions. + +2003-07-23 Angus Leeming + + * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath. + + * ControlBibtex.C: + * ControlExternal.C: + * ControlGraphics.C: use it. + 2003-07-21 Angus Leeming * ControlGraphics.C (initialiseParams, dispatchParams): no need