]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Rob's about LyX dialog, tweaked a little.
[lyx.git] / src / frontends / xforms / ChangeLog
index 1c12bebbd3a291137a9b9fc1c4d2ea2e6c4c436b..654cebb9575561d5e0acba6202bd895fb0246095 100644 (file)
@@ -1,3 +1,71 @@
+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.
@@ -23,7 +91,7 @@
 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * xforms_helpers.C (formatted): fix small typo, spotted by Rob
-       Lahaye 
+       Lahaye
 
 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>