Georg Baum b0e387e013 Make static variable non-static
This is still a hack, but a less dangerous one. The old code had a problem
if it was called from different threads, or if for some reason it would get
called recursively.
2015-05-07 20:24:02 +02:00
..
2013-05-23 22:17:20 -07:00
2013-05-23 22:12:29 -07:00
2013-05-25 16:38:20 -07:00
2014-11-30 12:59:00 +01:00
2012-03-25 11:16:32 +02:00
2015-04-30 16:48:55 +02:00
2014-05-27 22:17:35 +02:00
2014-11-30 12:52:01 +01:00
2015-05-07 20:24:02 +02:00
2013-05-02 18:27:32 +02:00
2015-04-02 21:20:32 +02:00
2014-05-14 18:09:40 +02:00
2015-04-02 21:35:05 +02:00
2015-04-02 21:20:32 +02:00
2014-12-29 21:46:30 +01:00

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


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

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