Lars Gullik Bjønnes 7514c31edf drop the ld -r stuff, we gained nothing with it, other build optimizations gave us what we wanted; some ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3798 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-21 16:49:07 +00:00
..
2002-01-03 18:37:18 +00:00
2002-03-21 06:57:13 +00:00
2002-03-19 17:30:41 +00:00
2002-02-15 14:07:09 +00:00
2002-02-14 14:52:23 +00:00
2002-03-12 14:59:08 +00:00
2002-03-12 14:59:08 +00:00
2001-12-18 12:21:33 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-03-12 14:59:08 +00:00
2002-02-01 17:01:30 +00:00
2002-02-01 17:01:30 +00:00
2002-01-07 15:09:12 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-02-16 15:59:55 +00:00
2001-11-09 10:44:24 +00:00
2002-02-15 15:01:01 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-02-16 15:59:55 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-03-12 16:11:51 +00:00
2001-11-09 14:23:44 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 06:57:13 +00:00
2002-02-01 17:01:30 +00:00
2002-02-16 15:59:55 +00:00
2001-11-16 11:24:55 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 09:48:46 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-02-14 14:52:23 +00:00
2002-02-14 14:52:23 +00:00
2002-03-21 06:57:13 +00:00
2002-02-01 10:21:29 +00:00
2002-02-05 13:27:34 +00:00
2002-02-05 13:27:34 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-03-21 06:57:13 +00:00
2002-02-11 08:19:02 +00:00
2002-02-11 08:19:02 +00:00
2001-12-05 17:50:18 +00:00
2001-08-28 13:34:04 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:
                                   
                                   MathInset   
                                (abstract base)

                         /            |             \

              Dim                  Char                   MacroArg
         (thing that need       (for things formerly 
          the width_/ascent_     known as characters) 
          /descent_ cache)
        
          /             \

       Nest              Dots  Func  Space  Symbol Bigop Noglyph
  (for thing with      
   nested content)     

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)



There are only two "real LyXInsets" in here:

Formula       - containing a pointer to a  MathHullInset 
FormulaMacro  - containing a pointer to a  MathMacroTemplate