X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=f198ce1c72100139e0affd5b9c1b538ecbd662be;hb=06f9f0ea08ddcf13e99ea02cff21471aa2020c9e;hp=10e22e5220cbdcd708e2ac4fe42229ac3aeb2f43;hpb=a81d9e53d955f60473e22462e73b7a72cd5e4819;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 10e22e5220..f198ce1c72 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,215 @@ +2002-05-23 John Levon + + * Makefile.am: + * XPainter.h: + * XPainter.C: move Painter here + +2002-05-22 Lars Gullik Bjønnes + + * Menubar_pimpl.C: add scoped_ptr.hpp + + * FormPrint.h: remove smart_ptr.hpp + + * FormBase.h: use more specific smart_ptr header + * FormCharacter.h: ditto + * FormMathsStyle.h: ditto + * FormAboutlyx.h: ditto + * Menubar_pimpl.h: ditto + * FormTabular.h: ditto + * FormPreferences.h: ditto + * FormParagraph.h: ditto + * FormMathsSpace.h: ditto + * FormMathsPanel.h: ditto + * FormMathsMatrix.h: ditto + * FormMathsDelim.h: ditto + * FormMathsDeco.h: ditto + * FormGraphics.h: ditto + * FormDocument.h: ditto + +2002-05-15 John Levon + + * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT + (bug 406) (from Angus) + +2002-05-10 Dekel Tsur + + * FormDocument.C (language_apply): Fix language changing. + +2002-05-09 Angus Leeming + + * Tooltips.C: enable tooltips by default. + +2002-05-09 Angus Leeming + + * xforms_resize.h: improve the doc++ comments. + + * xforms_resize.C (get_tabfolder_numfolders): new helper function, + wrapping fl_get_tabfolder_numfolders if it exists and otherwise + providing this info "somehow". + Constify a few variables. + whitespace changes. + +2002-05-06 Angus Leeming + + * FormBase.C (show): + * FormBaseDeprecated.C (show): having built the dialog, ensure that it + is widened sufficiently to display wholely the tabs of any + tabbed-folders. This is more than just cosmetic as it will prevent + crashes when selecting a partly displayed tab. (The problem occurs + with a "long" locale like German and xforms < 0.9999.) + + * xforms_resize.[Ch]: new files doing the grunt work of ascertaining + by how much a dialog should be scaled to show its tabs fully (should + it have a tabfolder). + +2002-05-08 Garst Reese + + * FormMathsDeco.C: fix offset to normal size decos. + +2002-05-03 Angus Leeming + + * xformsGImage.C (rotate): work-around xforms bug when rotating by + 270 degs. + +2002-05-02 Herbert Voss + + * FormBibtex.C (apply): a change from a style to an empty one + (which is valid) wasn't saved + +2002-05-02 Herbert Voss + + * FormGraphics.C (input): do not read bb new when it was changed + +2002-04-30 Rob Lahaye + + * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom". + * FormParagraph.C: "Other" -> "Custom" + * FormPreferences.C: "USletter" -> "US letter" etc. + * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency + * forms/form_preferences.fd: style consistency + +2002-04-30 Angus Leeming + + * FormCharacter.C: + * FormDocument.C: + * FormPreferences.C (findPos): remove this template to xforms_helpers.h. + + * xforms_helpers.h (findPos): new template. + + * FormGraphics.h: store a vector origins_ of the LaTeX names + for the rotation origins. + + * FormGraphics.C: internationalise the rotation origin strings in the + choice using the same approach as used for the language names in the + Character, Document, Preferences dialogs. + +2002-04-30 Angus Leeming + + * FormCharacter.C: + * FormDocument.C: + * FormPreferences.C: use the bool flag to getLanguageData as + appropriate. No longer translate the strings as this is done in + getLanguageData. + +2002-04-29 John Levon + + * FormBibtex.C: + * FormCitation.C: fix two typos + +2002-04-29 Angus Leeming + + * FormCharacter.h: + * FormDocument.h: + * FormPreferences.h: store a vector lang_ of language + identifiers. + + * FormCharacter.C: changes associated with frnt::getLanguageData + returning a vector rather than a vector. + + * FormDocument.C: + * FormPreferences.C: internationalise the languages on display, similar + to the changes in FormCharacter.C. + +2002-04-26 John Levon + + * FormMathsPanel.C: translate Close + * FormGraphics.C: a little more translation + +2002-04-22 Angus Leeming + + * FormCitation.C (apply, input): ensure that the choice is always valid. + + * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an + identifier when performing one of the substitutions. "shortcut" can + reasonably appear in the label. + +2002-04-25 Rob Lahaye + + * Makefile.am: fix typo "shoul go to" -> "should go to". + + * forms/form_preferences.fd: Modify naming for Converter flags + ("Extra flags") and remove a couple of shortcut-clashes. + + * FormPreferences.C: Modify 'tooltip' info for Converter flags. + +2002-04-23 Juergen Spitzmueller + + * FormBibtex.C: Do not use a blank after the comma for multiple + bib-files (which is not read in correctly). + +2002-04-22 Angus Leeming + + * FormCitation.C (fillChoice): If the getCiteStrings vec is empty, + disable the choice. + +2002-04-19 Juergen Vigna + + * FormParagraph.C (changedParagraph): don't check for p == par_ as + we don't set par_ on a changedParagraph call so we don't resete the + buttons and message when we return to the original paragraph! + +2002-04-17 Rob Lahaye + + * forms/cvsignore: add Makefile. + +2002-04-16 Lars Gullik Bjønnes + + * forms/Makefile.am: make it a dummy make file + extra dist + +2002-04-14 Herbert Voss + + * FormCharacter.C + * FormExternal.C: adding #include "support/lstrings.h" + for the getStringFromVector and vice versa + +2002-04-12 Angus Leeming + + * FormParagraph.C (changedParagraph): ensure that the warning message + is removed if the underlying paragraph will accept our changes. + +2002-04-09 Herbert Voss + + * FormGraphics.C: allow rotate-values like 270.1 + * xformsGImage.C (rotate): get the right rotate-angle from + GraphicParams + +2002-04-08 Angus Leeming + + * xformsGImage.C (clip): no need to check if the width, height are > 0 + because the BoundingBox would be empty() in this weren't the case. + +2002-04-08 Juergen Spitzmueller + + * FormDocument.[Ch]: Add a new method UpdateClassParams + which is used in CheckChoiceClass to update the fontsizes + and other necessary stuff (pagestyle) on class change + (hopefully finally fix bug #306) + +2002-04-08 Lars Gullik Bjønnes + + * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES + (updatesrc): delete wrong version + 2002-04-06 Lars Gullik Bjønnes * forms/.cvsignore: add Makefile.in