]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Laheye): changes to the document dialog + some trivia.
[lyx.git] / src / frontends / xforms / ChangeLog
index 732a98f67147eac7679c1b139571a3760dc1d53d..42d19f12eadce2a595a19d9b5214e33a6ca3d186 100644 (file)
@@ -1,3 +1,150 @@
+2002-10-23  Angus Leeming  <leeming@lyx.org>
+
+       * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
+       the input is invalid.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormBibtex.C: remove two redundant header files.
+
+       * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
+
+       * FormDocument.C: disable resizing of the dialog.
+       Remove redundant counter's bounds/step/precision (is set in
+       form_document.fd).
+
+       * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
+       button controller and the checkedGlueLength class to check the validity
+       of any LyXGlueLengths.
+
+       * forms/form_document.fd: prettify.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_bibtex.fd:
+       * forms/form_citation.fd: less bulky with proper gravity/resize policy
+         and many other GUI layout improvements.
+
+       * FormBibtex.C: remove choose button, select directly instead;
+       add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
+
+       * FormCitation.C: (trivial) rearrange lines; remove redundant check
+       button settings (do that in form_citation.fd instead).
+
+2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FeedbackController.C: use the NORMAL rather than the SMALL sized font
+       to display messages in the message_widget.
+
+       * FormGraphics.h: remove un-needed #include.
+
+       * FormPrint.C (build): minimal change due to change in
+       RadioButtonGroup's semantics.
+
+       * RadioButtonGroup.[Ch]: something of a clean-up.
+       (explicit c-tor): removed.
+       (reset): removed.
+       (set): new method, accepting an FL_OBJECT *.
+
+       * xforms_helpers.[Ch] (setEnabled): change lcol setting from
+       FL_BLACK to FL_LCOL.
+       (getString) use line=0 instead of line=-1 as default case;
+
+2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_aboutlyx.fd: implement the text widgets as browsers
+
+       * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
+
+2002-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
+       order once again.
+       Add checkedwidgets.[Ch].
+
+       * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
+       CheckedGlueLength.
+
+       * xforms_helpers.[Ch] (isActive): new helper function.
+
+2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xfont_loader.C (doLoad): typo
+
+2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormVCLog.C (update): modify, use ostringstream
+
+       * FormPreamble.C (apply): modify
+
+       * FormLog.C (update): modify
+
+       * FormAboutlyx.C (build): use ostringstream, modify
+
+2002-10-21  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
+       warning.
+
+2002-10-21  Garst Reese <reese@isn.net>
+
+       * xformsImage.C (getWidth): work-around xforms bug enabling the display
+       of the edges of an image.
+
+2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * Tooltips.C (init): pass the /formatted/ string to xforms...
+
+2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
+       function keysym().
+
+       * FormDocument.C (class_apply): setMessage change
+       (apply): ditto
+
+2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Menubar_pimpl.C (create_submenu): do not create a "More..."
+       submenu just for one entry
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
+       dispatch on LFUN_MOUSE_MOTION.
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C (updateBrowser): deselect the highlighted item when
+       updating the browser.
+
+2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontInfo.C (query): Ignore bogus matches of scalable fonts.
+
+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.