Guillaume Munch 89342f2946 Fix bugs #6078 and #9364
Remove unwanted clearSelection()s in MathData::updateMacros(). These calls broke
text selection with keyboard and mouse, search-and-replace, restoring selection
after Undo, etc. in a document with math macros since 1.6.0. (Regression at
6aa54673 and 12314897)

I do not know the purpose of these calls, but the selection code has been worked
on since, and I cannot produce undesired behaviour after removing
them.
2015-09-28 04:22:06 +01:00
..
2015-06-11 00:09:31 +02:00
2010-07-29 14:29:54 +00:00
2010-03-30 02:05:49 +00:00
2010-03-30 02:05:49 +00:00
2010-03-30 02:40:32 +00:00
2010-03-30 02:57:05 +00:00
2010-03-29 23:03:37 +00:00
2013-05-23 22:12:29 -07:00
2015-08-23 11:47:37 +02:00
2015-08-23 11:47:37 +02:00
2013-05-25 16:38:20 -07:00
2010-03-30 22:14:00 +00:00
2010-03-30 22:51:02 +00:00
2014-11-30 12:59:00 +01:00
2010-03-31 18:57:47 +00:00
2010-08-14 17:57:06 +00:00
2015-06-11 20:40:04 +02:00
2010-03-31 18:59:04 +00:00
2010-03-30 01:23:10 +00:00
2010-03-31 20:04:39 +00:00
2010-03-31 20:31:04 +00:00
2015-09-13 14:05:49 +02:00
2010-03-31 20:37:23 +00:00
2010-03-31 20:31:04 +00:00
2010-03-31 20:12:52 +00:00
2014-11-30 12:52:01 +01:00
2010-07-29 15:44:17 +00:00
2013-05-02 18:27:32 +02:00
2015-09-28 04:22:06 +01:00
2015-09-12 22:47:09 +02:00
2015-07-06 23:47:22 +02:00
2015-04-02 21:20:32 +02: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/...)