]> 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 09b90b0cd274727233b2fb8bd71cc352472e1ef3..654cebb9575561d5e0acba6202bd895fb0246095 100644 (file)
@@ -1,11 +1,65 @@
+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): it transpires that
-         ev->xbutton.button == 0 when the mouse is dragged,
-         so it cannot be used to initialise x_button_state and
-         hence FuncRequest.
-         This patch uses the 'key' that is passed into the function
-         by xforms to extract this info and so resolve the problem.
+       * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
+       dispatch on LFUN_MOUSE_MOTION.
 
 2002-10-15  Angus Leeming  <leeming@lyx.org>
 
@@ -37,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>