X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=cb4b82c8b85faa560171f47f8d78a7cadee023cc;hb=8c374dcefb84080c388715fcd7626df2ef940bdd;hp=a6e2c352c67c015ad5fb522c1e8e7f3e6e87a3fb;hpb=15dc5fa5d666273e6de3b88aede0c4b42c21e4dc;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index a6e2c352c6..cb4b82c8b8 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,118 @@ +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".