]> 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 974422ee271b5d317df9a8a5a9fe08e8e0c14fd7..8212116dcfec1a3277e849673c90fe53ba277b6a 100644 (file)
@@ -1,3 +1,111 @@
+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.