]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove more forms.h cruft
[lyx.git] / src / ChangeLog
index 5cd39f00fae045160990627ac8d20c360b12759a..42766b5512a3ebcd26a4aeff07c7fb252f5c119a 100644 (file)
@@ -1,3 +1,68 @@
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
+       calling directly xforms functions.
+
+       * Painter.C (Painter): 
+       * lyx_cb.C (MenuWrite): 
+       * FontInfo.C (query): use GUIRunTime::x11Display() instead of
+       fl_display.
+
+       * lyx_gui.C: remove bogus guiruntime extern declaration.
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C (redoHeightOfParagraph): comment out stuff we don't need
+       in NEW_INSETS
+       (redoDrawingOfParagraph): ditto
+       (redoParagraphs): ditto
+       (cutSelection): don't create a object for CutAndPaste use the
+       static method directly
+       (pasteSelection): ditto
+
+       * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
+       LyXview (+ rename)
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * modifications to some other files because of this.
+       
+       * Makefile.am (lyx_SOURCES): add XFormsView
+
+       * XFormsView.[Ch]: new files
+
+       * LyXView.[Ch]: make LyXView a base class for the gui handling for
+       the main window. Move the gui dependent stuff to XFormsView
+
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * tabular.C (GetCellInset): update cur_cell also in the row/col
+       version of this function.
+
+       * lyxfunc.C: no need to include figure_form.h here.
+
+       * FontLoader.h: 
+       * lyxfunc.h: 
+       * lyxscreen.h: 
+       * text2.C: 
+       * lyxvc.C: no need to include forms.h here.
+
+2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
+
+       * lyxfunc.C (Dispatch): 
+       * Spacing.C (set): 
+       * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
+       constructor argument.
+
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C (Paragraph): dont't clear, and just set layout.
+       (makeSameLayout): use params's copy contructor.
+
+       * ParagraphParameters.[Ch] (makeSame): delete method
+
 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
 
        * Variables.[Ch]: fix indentation, rename set to isSet