]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Use fl_get_winorigin in preference to fl_get_wingeometry.
[lyx.git] / src / frontends / xforms / ChangeLog
index 7d3732bcc95b68b99bd98a7a2dc3bcaa8cee70b7..8212116dcfec1a3277e849673c90fe53ba277b6a 100644 (file)
@@ -1,7 +1,139 @@
+2002-10-08  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB):
+       * combox.C (show): use fl_get_winorigin in preference to
+       fl_get_wingeometry.
+
+2002-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * Tooltips.h (set) make it private:
+       * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
+
+       * FormBase.C (show):
+       * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
+
+2002-10-14  André Pönitz <poenitz@gmx.net>
+
+       * FormDocument.C: somebody else's fix for a hard lockup
+
+2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * xforms_helpers.C (formatted): fix small typo, spotted by Rob
+       Lahaye 
+
+2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C (update): Always list the labels of the current buffer.
+
+2002-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.C (hide):
+       * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
+       #ifdef required xforms version.
+
+2002-10-04  Angus Leeming  <leeming@lyx.org>
+
+       * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
+
+       * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
+       bare minimum.
+
+       * combox.[Ch]: the optional tabfolder args passed to the c-tor are
+       no longer necessary and are scrapped.
+       (show): use the same, minimal fix as in PrehandlerCB to ensure that
+       the form's x,y coords are up to date. In truth, this fix should be
+       redundant, but not all "enter" events are caught by the prehandler.
+
+       * FormDocument.C (build):
+       * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
+       combox c-tor.
+
+2002-10-03  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
+       folder->y coords of a tabfolder when the mouse enters the folder.
+       This works around an xforms bug that manifests itslf as tooltips
+       appearing in their original position after the dialog has been
+       moved aside.
+
+       * FormAboutlyx.C (build):
+       * FormDocument.C (build):
+       * FormGraphics.C (build):
+       * FormPreferences.C (build):
+       * FormTabular.C (build): set the prehandler for tabfolders.
+
+       * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
+       to ensure that the tabfolder prehandler is called.
+
+2002-10-03  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
+       decimal not a hexadecimal.
+
+       * FormBase.C (hide):
+       * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
+       with the dialog.
+
+2002-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.[Ch]:
+       * FormBaseDeprecated.[Ch]:
+       (icon_pixmap_, icon_mask_) new member variables.
+       (prepare_to_show) new method, containing initialisation code invoked
+       the first time show() is called.
+       (d-tor) destroy icon_pixmap_, if it exists.
+       (show) ensure that the icon pixmap is generated only once.
+
+       * XFormsView.[Ch]:
+       (icon_pixmap_, icon_mask_) new member variables.
+       (d-tor) destroy icon_pixmap_, if it exists.
+       (create_form_form_main) assign the generated pixmap to the new
+       icon_pixmap_ member variable.
+
+2002-09-26  Angus Leeming  <leeming@lyx.org>
+
+       * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs2.C:
+       * Dialogs_impl.h:
+       * FormWrap.h:
+       * LyXKeySymFactory.C:
+       * LyXScreenFactory.C:
+       * Menubar_pimpl.[Ch]:
+       * Toolbar_pimpl.[Ch]:
+       * WorkAreaFactory.C:
+       * lyx_gui.C: doxygen fixes.
+
+2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * forms/form_wrap.fd: floatflt has no "Inner" placement option.
+       The possible placements are default/outer/left/right.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_maths_space.fd
+       * FormMathSpaces: remove access to internal macros \lyx*space
+
+2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
+       combox, make sure the corresponding shortcut is shown in
+       minibuffer
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * forms/form_character.fd: Escape to cancel
+
 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/form_graphics.fd:
-       * forms/form_print.fd: minor polishing of layout 
+       * forms/form_print.fd: minor polishing of layout
 
 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
 
 
 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
 
-       * FormTexinfo.C: 
+       * FormTexinfo.C:
        * forms/form_filedialog.fd:
        * forms/form_texinfo.fd: less bulky xforms dialogs.
 
 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
-       * FormPrint.[Ch]:
-       * forms/form_print.fd: new xforms print dialog layout
+
+       * FormPrint.[Ch]:
+       * forms/form_print.fd: new xforms print dialog layout
+
 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * FormGraphics.C: use "Default" as first item in Origin of rotation
 
        * FormInclude.C:
        * forms/form_include.fd: reorder, remove noload
+
 2002-09-09  John Levon  <levon@movementarian.org>
 
        * FormMathDeco.C: move latex_deco into ControlMath
+
 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * FormBase.C:
 
 2002-09-06  Alain Castera  <castera@in2p3.fr>
 
-        * FormTabular.C: leave the horizontal alignment buttons alive 
+       * FormTabular.C: leave the horizontal alignment buttons alive
          on fixed width columns
 
 2002-09-05  Angus Leeming  <leeming@lyx.org>
 
        * MathsCallbacks.h:
        * forms/fdfix.sh: fix build from last change
+
 2002-08-30  John Levon  <levon@movementarian.org>
 
        * MathsSymbols.h:
        * MathsSymbols.C:
        * FormMathsPanel.h:
        * FormMathsPanel.C: remove MathsSymbols to controllers/
+
 2002-08-29  John Levon  <levon@movementarian.org>
 
        * MathsSymbols.h:
-       * MathsSymbols.C: 
+       * MathsSymbols.C:
        * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
+
 2002-08-29  John Levon  <levon@movementarian.org>
 
        * MathsSymbols.C: implement splitting for AMS. nrel
          is broken
+
 2002-08-29  John Levon  <levon@movementarian.org>
 
        * MathsSymbols.C: fix two crash bugs
+
 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/form_graphics.fd:
        * FormGraphics.C: re-implement the use of text_warning box.
-       
+
        * forms/form_preferences.fd:
        * FormPreferences.C: use displayTranslator, change display mode
        from four radio buttons into one choice button.
 
-        * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
+       * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
+
 2002-08-24  John Levon  <levon@movementarian.org>
 
        * xformsImage.C: fix build, add FIXME for Rob
+
 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * FormGraphics.[Ch]:
        * forms/form_graphics.fd: Implement new graphics dialog
-       
+
        * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
        instead of "mono|gray|no".
 
 2002-08-22  John Levon  <levon@movementarian.org>
 
        * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
+
 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include