require AMS with over/underset

2004-11-07 Thread Kornelia Pietsch
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

Fix #1736

2004-11-07 Thread Kornelia Pietsch
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

Fix crash in undo

2004-11-07 Thread Kornelia Pietsch
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 ---

previous patch

2004-10-31 Thread Kornelia Pietsch
the '+1' should be dropped from rowpainter.C:837 Andre'

xfig -> xyz error

2003-07-28 Thread Kornelia Pietsch
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

[patch] metrics 2.

2003-03-23 Thread Kornelia Pietsch
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

valid cursor positions

2003-03-23 Thread Kornelia Pietsch
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

[patch] metrics()

2003-03-22 Thread Kornelia Pietsch
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

Float placement

2001-07-03 Thread Kornelia Pietsch
Global float placement (as set in Layout->Document->...) does not seem to appear in LaTeX output in current CVS. Andre'