]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
better lib building
[lyx.git] / src / frontends / xforms / ChangeLog
index 656d7052117e5c7271c1cf4a986354c1eca10b77..07332cfe9ec135cd0b75c7858af97bb8a6101cce 100644 (file)
@@ -1,3 +1,97 @@
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: better lib building
+
+       * forms/.cvsignore: add libfdesign.la
+
+       * Toolbar_pimpl.C (displayToolbar): move out-of-line
+
+       * Makefile.am: better lib building
+
+2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * FormDocument.C: Handle document classes with missing TeX class
+       (-> class name prefix: "Unavailable: ")
+
+2003-05-03  John Levon  <levon@movementarian.org>
+
+       * xscreen.h:
+       * xscreen.C: implement new cursor API
+
+2003-04-30  John Levon  <levon@movementarian.org>
+
+       * Form<Various>: fix dialog titles to match new menus
+
+2003-04-27  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: ignore cancel_button (for now)
+
+2003-04-15  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: ignore Minibuffer
+
+2003-04-10  John Levon  <levon@movementarian.org>
+
+       * XFormsView.C:
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: API change for show/hide
+
+2003-04-09  Angus Leeming  <leeming@lyx.org>
+
+       * FormAboutlyx.C:
+       * FormDocument.C:
+       * FormGraphics.C:
+       * FormPreferences.C:
+       * FormTabular.C:
+       * forms/form_preferences.fd: prepare the way for resizable
+       tabfolders if the xforms version is up to the task.
+
+2003-04-09  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C:
+       * Toolbar_pimpl.h: ignore every toolbar after the first one
+
+2003-04-09  Angus Leeming  <leeming@lyx.org>
+
+       Enable "proper" tooltips in browser widgets if your version of
+       the xforms library is recent enough.
+
+       * FormBase.C (PrehandlerCB):
+       * FormDialogView.C (PrehandlerCB): Conditional compilation of
+       "tooltips in browser widgets work-around".
+
+       * FormBibtex.C (build):
+       * FormCitation.C (build):
+       * FormForks.C (build):
+       * FormTexinfo.C (build): only set the prehandler for browser widgets
+       if xforms does not support tooltips for same.
+
+2003-04-08  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: remove setPixmap, use the backend
+       instead.
+
+2003-04-08  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: handle tooltip
+
+2003-04-03  Angus Leeming  <leeming@lyx.org>
+
+       * combox.[ch]:
+       * freebrowser.[ch]: ensure that the formatting conforms to xforms
+       style. Add all major authors.
+
+       combox.c (fl_addto_combox): squash bug in initial selection
+       of the first line of the browser.
+
+2003-04-03  Angus Leeming  <leeming@lyx.org>
+
+       * freebrowser.[ch] (fl_get_freebrowser_browser): removed spurious
+       accessor function.
+
+       * XMinibuffer.C:
+       * combox.c: associated changes.
+
 2003-04-03  Angus Leeming  <leeming@lyx.org>
 
        * combox.[ch]: add an FL_NORMAL_COMBOX type.
        * FormPreferences.[Ch]:
        * Toolbar_pimpl.[Ch]:
        * xforms_helpers.C: whitespace and formatting changes.
-       
+
 2003-04-02  Angus Leeming  <leeming@lyx.org>
 
        * XFormsView.C (create_form_form_main): no longer pass this to the
 
 2003-03-13  Angus Leeming  <leeming@lyx.org>
 
-       * forms/fdfix.sh: 
+       * forms/fdfix.sh:
        * forms/fdfixh.sed: fix #944 by making the temporary filenames unique
        and so enable reentrant builds on SMP machines.
 
 2003-03-04  Angus Leeming  <leeming@lyx.org>
 
        * FormText.[Ch]: the label of the input widget is passed to the
-       FormText c-tor and used in the build method. 
+       FormText c-tor and used in the build method.
 
        * Dialogs3.C: pass an extra arg to the FormText c-tor.
 
 
 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
 
-       * FormDocument.C: Reset paperpackage to NONE when 
+       * FormDocument.C: Reset paperpackage to NONE when
        papersize != A4 (bug 844)
 
 2003-02-11  Angus Leeming  <leeming@lyx.org>
        * FormPreferences.C: use fl_getmcolor and getRGBColor.
        * lyx_gui.C: use getRGBColor.
        * xformsImage.C: use getRGBColor.
-       
+
 2003-02-11  Angus Leeming  <leeming@lyx.org>
 
        * bmtable.c: whitespace and indentation consistent with the other
        * FormPreferences.h:
        * FormPreferences.C:
        * forms/form_preferences.fd: add Identity prefs
-       
+
 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * FormDocument.C: