Bo Peng 7168ce58b5 scons-based build system, by Bo Peng (ben.bob@gmail.com)
* SConstruct: main SConstruct file
	* scons_utils.py: utility functions
	* qt4.py: qt4 support is not yet official, and I have to patch this file
	* src/SConscript
	* src/insets/SConscript
	* src/graphics/SConscript
	* src/mathed/SConscript
	* src/frontends/qt3/SConscript
	* src/frontends/qt4/SConscript
	* src/frontends/SConscript
	* src/frontends/controllers/SConscript
	* src/support/SConscript
	* src/client/SConscript
	* src/tex2lyx/SConscript
	* boost/libs/SConscript
	* boost/libs/signals/src/SConscript
	* boost/libs/filesystem/src/SConscript
	* boost/libs/iostreams/src/SConscript
	* boost/libs/regex/src/SConscript


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13807 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-07 22:44:54 +00:00
..
2006-03-16 15:05:47 +00:00
2006-01-01 20:28:05 +00:00
2004-04-01 10:21:29 +00:00
2006-04-11 13:57:05 +00:00
2005-04-26 11:12:20 +00:00
2005-03-30 09:05:30 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-07-14 22:41:59 +00:00
2006-04-05 23:56:29 +00:00
2005-01-08 20:28:29 +00:00
2005-04-10 14:08:54 +00:00
2006-04-06 09:46:01 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2003-10-06 15:43:21 +00:00
2006-04-20 09:55:45 +00:00
2004-04-06 19:25:39 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2006-04-14 14:30:43 +00:00
2004-11-23 23:04:52 +00:00
2004-01-26 10:13:15 +00:00
2004-01-26 10:13:15 +00:00
2006-04-06 09:46:01 +00:00
2006-04-06 09:46:01 +00:00
2006-04-05 23:56:29 +00:00
2005-07-15 10:12:29 +00:00
2004-11-16 20:41:38 +00:00
2006-04-05 23:56:29 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-10-05 21:19:32 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2006-04-05 23:56:29 +00:00
2006-04-20 09:55:45 +00:00
2005-06-07 17:21:51 +00:00
2004-11-23 23:04:52 +00:00
2005-01-27 21:05:44 +00:00
2004-11-23 23:04:52 +00:00
2005-01-20 19:30:14 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2006-04-20 09:55:45 +00:00
2006-04-06 09:46:01 +00:00
2004-11-23 23:04:52 +00:00
2004-08-15 21:45:30 +00:00
2004-04-20 08:51:15 +00:00
2006-04-05 23:56:29 +00:00
2005-11-22 13:52:25 +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               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/...)