]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
OK I'll try guii1 again ...
[lyx.git] / src / frontends / xforms / ChangeLog
index ba716c2c7175684575e2a787acc72b317cd5c137..f198ce1c72100139e0affd5b9c1b538ecbd662be 100644 (file)
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * XPainter.h:
+       * XPainter.C: move Painter here
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
+         (bug 406) (from Angus)
+
+2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormDocument.C (language_apply): Fix language changing.
+
+2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Tooltips.C: enable tooltips by default.
+
+2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <reese@isn.net>
+
+       * FormMathsDeco.C: fix offset to normal size decos.
+
+2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * xformsGImage.C (rotate): work-around xforms bug when rotating by
+       270 degs.
+
+2002-05-02  Herbert Voss  <voss@perce.de>
+
+       * FormBibtex.C (apply): a change from a style to an empty one
+       (which is valid) wasn't saved
+
+2002-05-02  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C (input): do not read bb new when it was changed
+
+2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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<string> 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  <a.leeming@ic.ac.uk>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * FormBibtex.C:
+       * FormCitation.C: fix two typos
+
 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * FormCharacter.h: store a vector<string> lang_ of language identifiers.
+       * FormCharacter.h:
+       * FormDocument.h:
+       * FormPreferences.h: store a vector<string> lang_ of language
+       identifiers.
 
-       * FormCharacter.C: changes associated with character::getLanguageData
+       * FormCharacter.C: changes associated with frnt::getLanguageData
        returning a vector<LanguagePair> rather than a vector<string>.
 
+       * FormDocument.C:
+       * FormPreferences.C: internationalise the languages on display, similar
+       to the changes in FormCharacter.C.
+
 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
 
        * FormMathsPanel.C: translate Close
        * FormGraphics.C: a little more translation
+
 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * FormCitation.C (apply, input): ensure that the choice is always valid.