Patch attached.
? 1.diff
Index: math_oversetinset.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_oversetinset.C,v
retrieving revision 1.10
diff -u -p -r1.10 math_oversetinset.C
--- math_oversetinset.C 8 Apr 2004 15:4
Patch attached. I'll commit in a minute.
Andre'
? 1.diff
? t
? src/.log
? src/1.diff
? src/coord-3.diff
? src/coord-4.diff
? src/insets/1.diff
Index: lib/ui/stdmenus.ui
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/stdmenus.u
This fixes a crash in undo when creatin redo information.
Already in CVS.
Andre'
Index: undo.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/undo.C,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
---
the '+1' should be dropped from rowpainter.C:837
Andre'
If the xfig file does not exist (cannot be found), then the generation
of the dvi/pdf file fails. Would be nice to do as the graphics inset
does (a box containing " not found" in the resulting dvi/pdf
file).
Also, each time we fail to find the xfig file we get a little error box
popping up to tell
Second shot.
This basically works, i.e. basic insets (labels), math, and simple text
(notes etc) work, nested tables don't.
There are still quite a few occasions where the metrics() call is too
late (the tables e.g.).
I think this can be solved by calling metrics() in the screen's update
but I
I just read lyx-devel via mail archive:
Alfredo has a very valid point: Cursor positions should be valid from 0
up to _and including_ size() in a paragraph. This might require a small
wrapper around a suitable STL container, but afterwards it works like a
charm without any special casing whatsoev
This is a first shot at moving stuff to the first phase of the "new"
two-phase-drawing.
It compiles, links, and completely breaks anything not in the main
text.
However, I believe that's the way to go. This alreaady removes 400 lines
and I'd expect a few more to go from InsetText and InsetTabula
Global float placement (as set in Layout->Document->...) does not
seem to appear in LaTeX output in current CVS.
Andre'