2001-02-13 16:40:19 +00:00
|
|
|
|
2001-02-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (libmathed_la_SOURCES): remove duplicate
|
|
|
|
|
math_sqrtinset.
|
|
|
|
|
|
|
|
|
|
* support.C:
|
|
|
|
|
* math_xiter.C:
|
|
|
|
|
* math_parinset.C: add a bunch of "using" directives.
|
|
|
|
|
|
|
|
|
|
* math_funcinset.h:
|
|
|
|
|
* math_decorationinset.h:
|
|
|
|
|
* math_bigopinset.h:
|
|
|
|
|
* math_spaceinset.h: remove more couples of inline.
|
|
|
|
|
|
2001-02-13 13:28:32 +00:00
|
|
|
|
2001-02-13 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
2001-02-13 15:27:03 +00:00
|
|
|
|
* math_xiter.h: remove a couple of "inline"
|
|
|
|
|
|
2001-02-13 13:28:32 +00:00
|
|
|
|
* array.C (strange_copy): fix bug (hopefully)
|
|
|
|
|
* many files: add a lot of new files and move methods to the class
|
|
|
|
|
files they belong to. Only first attempt at cleanup more will
|
|
|
|
|
follow.
|
|
|
|
|
|
2001-02-12 18:06:56 +00:00
|
|
|
|
2001-02-12 Andr<64> P<>nitz <poenitz@htwm.de>
|
|
|
|
|
|
|
|
|
|
* math_macro.[hC]: replace MathMacroArgument[] with
|
|
|
|
|
std::vector<MathMacroArgument>
|
|
|
|
|
* math_defs.h:
|
|
|
|
|
math_inset.C: replace int[] with std::vector<int>
|
2001-02-12 20:39:25 +00:00
|
|
|
|
* math_panel.h:
|
|
|
|
|
* math_symbols.C: replace FL_OBJECTP[] with
|
|
|
|
|
std::vector<FL_OBJECT*>
|
|
|
|
|
|
2001-02-12 14:59:46 +00:00
|
|
|
|
2001-02-12 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* math_defs.h (struct MathedRowSt): make all private variables end
|
|
|
|
|
with '_', initialize in initializer list instead of in function
|
|
|
|
|
body.
|
|
|
|
|
|
2001-02-12 11:56:08 +00:00
|
|
|
|
2001-02-12 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* formula.C (LocalDispatch): Change the default action of
|
|
|
|
|
break-line to create an align* environment instead of eqnarray*.
|
|
|
|
|
|
2001-02-12 14:59:46 +00:00
|
|
|
|
* math_inset.C (Metrics): Correct drawing of the multline
|
|
|
|
|
environment.
|
2001-02-12 11:25:44 +00:00
|
|
|
|
|
|
|
|
|
2001-02-12 Andr<64> P<>nitz <poenitz@htwm.de>
|
2001-02-12 14:59:46 +00:00
|
|
|
|
|
|
|
|
|
* array.[hC]: replace private variable maxsize_ with call to
|
|
|
|
|
bf_.size()
|
|
|
|
|
* math_defs.h: replace int[] by std::vector<int> for
|
|
|
|
|
MathedRowSt::widths
|
2001-02-12 11:25:44 +00:00
|
|
|
|
|
2001-02-12 08:55:14 +00:00
|
|
|
|
2001-02-09 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* array.h: made all variables private, removed friend, added new
|
|
|
|
|
methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
|
|
|
|
|
non const operator[] added setter for last and getter for maxsize.
|
|
|
|
|
changed name from LyxArrayBase to MathedArray.
|
|
|
|
|
changed name of some methods to start with lowerchar.
|
|
|
|
|
moved inline methods to array.C
|
|
|
|
|
|
|
|
|
|
* math_iter.C + several file: changes because of the above.
|
|
|
|
|
|
|
|
|
|
* array.C: new file with the prev inline methods.
|
|
|
|
|
|
2001-02-11 09:58:20 +00:00
|
|
|
|
2001-02-10 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* Many files: add support for the align environment from amsmath.
|
|
|
|
|
|
2001-02-09 17:17:08 +00:00
|
|
|
|
2001-02-09 Andr<64> P<>nitz <poenitz@htwm.de>
|
2001-02-09 15:54:30 +00:00
|
|
|
|
|
2001-02-09 17:17:08 +00:00
|
|
|
|
* array.h: replace array buffer 'byte bf[]' by 'std::vector<byte> bf'
|
|
|
|
|
* several files: subsequent changes
|
2001-02-09 15:54:30 +00:00
|
|
|
|
* math_iter.h: remove unused prototype
|
|
|
|
|
* array.h: ditto.
|
|
|
|
|
|
2001-02-08 15:59:42 +00:00
|
|
|
|
2001-02-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* math_macro.C (draw): add .c_str() to .str() (useful when
|
|
|
|
|
compiling with lyxstring, but STL sstream).
|
|
|
|
|
(Metrics): ditto.
|
|
|
|
|
|
2001-02-09 17:17:08 +00:00
|
|
|
|
2001-02-08 Andr<64> P<>nitz <poenitz@htwm.de>
|
2001-02-08 15:09:15 +00:00
|
|
|
|
|
2001-02-08 15:59:42 +00:00
|
|
|
|
* several files: get rid of reinterpret_cast.
|
2001-02-08 15:09:15 +00:00
|
|
|
|
|
2001-02-04 07:01:49 +00:00
|
|
|
|
2001-02-04 Allan Rae <rae@lyx.org>
|
|
|
|
|
|
|
|
|
|
* math_parser.C (mathed_parse): I'm sure Lars has a better fix than
|
|
|
|
|
just casting the variable.
|
|
|
|
|
|
2001-02-03 21:02:22 +00:00
|
|
|
|
2001-02-02 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* Many files: Add support for multline and alignat environments from
|
|
|
|
|
amsmath.
|
|
|
|
|
|
2001-02-02 19:52:29 +00:00
|
|
|
|
2001-02-02 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* math_symbols.C (math_insert_greek): Move cursor right when
|
|
|
|
|
unlocking the math inset.
|
|
|
|
|
|
2001-01-26 22:24:20 +00:00
|
|
|
|
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* math_parser.C (LexGetArg): Fix crash when loading corrupt files.
|
|
|
|
|
|
|
|
|
|
* formula.C (LocalDispatch): Before inserting a label in an
|
|
|
|
|
eqnarray, move the cursor to the top level.
|
|
|
|
|
|
|
|
|
|
* math_iter.C (getLabel): Test if crow == 0.
|
|
|
|
|
|
2001-01-15 12:47:54 +00:00
|
|
|
|
2001-01-15 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* math_draw.C (Metrics): Use the correct GetString.
|
|
|
|
|
|