]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
Remove lyxerr call from FormInclude.
[lyx.git] / src / mathed / ChangeLog
1 2002-09-11  Angus Leeming  <leeming@lyx.org>
2
3         * preview.[Ch]: cruft. Removed.
4
5 2002-08-29  André Pönitz <poenitz@gmx.net>
6
7         * math_framboxinset.[Ch]: new (partial) support for \framebox
8
9         * math_parser.C: generalization for reading optional arguments
10
11 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12
13         * math_parinset.C: add support/LOstream.h and config.h
14
15 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
16
17         * math_hullinset.C: add using std::pair
18
19 2002-08-13  Angus Leeming  <leeming@lyx.org>
20
21         * formulabase.C:
22         * ref_inset.C:
23         changes due to the changed LyXView interface that now returns references
24         to member variables not pointers.
25
26         * math_inset.[Ch] (getDialogs, getLyXFunc): return a reference, not a
27         pointer, reflecting this change.
28
29 2002-08-02  Angus Leeming  <leeming@lyx.org>
30
31         * formula.C: pass the BufferView to the PreviewedInset so that it can
32         cache it.
33
34 2002-08-02  Angus Leeming  <leeming@lyx.org>
35
36         * formulabase.[Ch]: store the BufferView as a weak_ptr.
37         (updatePreview): removed.
38         (insetUnlock): invoke generatePreview().
39
40         * formula.C (InsetFormula): pass the shared_ptr to view_, not the raw
41         BufferView.
42         (read, localDispatch): remove those calls to updatePreview().
43
44         * math_metricsinfo.[Ch]: store the BufferView as a weak_ptr.
45
46         * math_nestinset.C (notifyCursorLeaves): empty, because
47         generatePreview() is now called from InsetFormulaBase::insetUnlock.
48
49 2002-08-01  Angus Leeming  <leeming@lyx.org>
50
51         * formula.C: move code into the new PreviewedInset class.
52
53         * formula.[Ch] (generatePreview): renamed as addPreview.
54         (generatePreview): new method invoking PreviewedInset::generatePreview.
55
56         * math_nestinset.C (notifyCursorLeaves): simplify. Now just calls
57         Inset::generatePreview.
58
59 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
60
61         * formula.C (localDispatch): strip,frontStrip -> trim,ltrim,rtrim
62
63 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
64
65         * math_nestinset.C: add using std::vector
66
67 2002-07-23  Angus Leeming  <leeming@lyx.org>
68
69         * formula.C (descent): add an arbitrary 12 pixels to the descent when
70         previewing a display mode equation, analogous to André's code elsewhere.
71
72         * math_nestinset.C (notifyCursorLeaves): generate the preview only
73         when leaving an inset with depth() == 1.
74
75 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
76
77         * math_support.C (mathed_draw_deco): fix rounding bug for rotated
78         decorations
79
80 2002-07-17  Angus Leeming  <leeming@lyx.org>
81
82         * math_parboxinset.C: add using std::vector directive.
83
84         * formula.C (PreviewImpl's generate): bind to the PreviewLoader
85         through a method rather than to the signal directly.
86
87 2002-07-16  Angus Leeming  <leeming@lyx.org>
88
89         * formula.C (ascent, descent, draw): remove the extra pixels
90         required to accommodate the mathed active frame when in Preview mode.
91
92 2002-07-12  Angus Leeming  <leeming@lyx.org>
93
94         * formula.C: use the new smart loading capabilities of the image
95         loader.
96
97 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
98
99         * mathformula.C: use Lsstream.h not sstream
100
101 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
102
103         * math_support.C:
104         * math_factory.C: use lyx_gui::font_available()
105
106 2002-07-09  Angus Leeming  <leeming@lyx.org>
107
108         * math_braceinset.h:
109         * math_scriptinset.h: remove class:: from method declaration.
110
111         * math_braceinset.C:
112         * math_envinset.C: #include "LOstream.h"
113
114 2002-07-05  Angus Leeming  <leeming@lyx.org>
115
116         * formula.[Ch] (generatePreview): instantiate new virtual method.
117         Strip out the preliminary preview code and replace with code that
118         makes full use of the graphics/Preview* files. Hide all the
119         shenanigans behind a PreviewImpl firewall.
120
121         * math_nestinset.C (notifyCursorLeaves): update the preview using the
122         new graphics/Preview* code.
123
124 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
125
126         * formulabase.C: ws changes
127         * formula.C: ws changes
128
129 2002-07-01  Geof Piroux
130
131         * math_ex*.[Ch] et al: support for Mathematica as CAS backend
132
133 2002-06-28  Angus Leeming  <leeming@lyx.org>
134
135         * preview.h (preview): don't pass grfx::GraphicPtr & anymore.
136
137 2002-06-24  André Pönitz <poenitz@gmx.net>
138
139         * math_parser.C: remove "remove seemingly unneeded {} hack"
140
141 2002-06-26  Angus Leeming  <leeming@lyx.org>
142
143         * formula.C: use lyxerr, not cerr.
144
145 2002-06-24  André Pönitz <poenitz@gmx.net>
146
147         * *.[Ch]: left over changes from Porto
148
149         * math_gridinset.C (eolString): fix #456
150
151 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
152
153         * formula.C: use repaint()
154
155 2002-06-16  André Pönitz <poenitz@gmx.net>
156
157         * math_factory.C:
158         * math_support.C: fix font fall-back
159
160         * math_specialcharinset.[Ch]:
161         * math_funcliminset.[Ch]: remove, it's now done by MathSymbolInset
162
163         * math_funcinset.[Ch]: remove, it's not used
164
165 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
166
167         * math_extern.C: add using std::endl
168
169 2002-06-15  LyX Development team <lyx@rilke>
170
171         * formula.[Ch]:
172         * macroformula.[Ch] (docbook): Added argument to care about the
173         pernicious mixed content.
174
175 2002-05-30  André Pönitz <poenitz@gmx.net>
176
177         * math_parser.C:
178         * formulabase.C: parser changes to 'everything might be a table'
179
180 2002-05-31  Dekel Tsur  <dekelts@tau.ac.il>
181
182         * math_hullinset.C (ams): Do a real check.
183
184 2002-05-30  André Pönitz <poenitz@gmx.net>
185
186         * *.[Ch]: "fonts as inset"
187
188 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
189
190         * switch from SigC signals to boost::signals.
191
192 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
193
194         * formulabase.C:
195         * formulabase.h:
196         * math_inset.h: use mouse_state. Kill insetKeyPress
197
198 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
199
200         * math_support.C: font loader moved
201
202 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
203
204         * formulabase.C:
205         * formulamacro.C:
206         * math_charinset.C:
207         * math_funcinset.C:
208         * math_support.C:
209         * math_unknowninset.C: new name for font metrics
210
211 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
212
213         * math_autocorrect.C: include vector and add a using statement.
214
215 2002-05-23  André Pönitz <poenitz@gmx.net>
216
217         * math_autocorrect.[Ch]: new "auto correction" feature
218         * math_cursor.[Ch]: subsequent changes
219         * math_parser.C: somewhat better error reporting
220
221 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
222
223         * formula.C:
224         * formulabase.C: LyXView moved into frontends/
225
226 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
227
228         * formula.C:
229         * formulabase.C:
230         * formulamacro.C:
231         * math_binaryopinset.C:
232         * math_casesinset.C:
233         * math_charinset.C:
234         * math_cursor.C:
235         * math_fracinset.C:
236         * math_funcinset.C:
237         * math_gridinset.C:
238         * math_hullinset.C:
239         * math_macro.C:
240         * math_macrotemplate.C:
241         * math_rootinset.C:
242         * math_spaceinset.C:
243         * math_sqrtinset.C:
244         * math_stringinset.C:
245         * math_support.C:
246         * math_unknowninset.C:
247         * math_xdata.C:
248         * math_xyarrowinset.C: move Painter to frontends/
249
250 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
251
252         * math_exintinset.C: use more specific smart_ptr header.
253
254 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
255
256         * math_cursor.C: clear selection on paste (bug 393)
257
258 2002-05-15  André Pönitz <poenitz@gmx.net>
259
260         * formulabase.[Ch]: mark buffer as (Changed) after font changes
261
262 2002-05-13  André Pönitz <poenitz@gmx.net>
263
264         * math_cursor.[Ch]: honor lyxrc setting for auto_delete_region
265
266 2002-05-13  André Pönitz <poenitz@gmx.net>
267
268         * math_cursor.C: fix crash on paste as reported by Piroux Geoffroy
269
270 2002-04-24  Juergen Vigna  <jug@sad.it>
271
272         * formulabase.C (insetButtonPress): set the mathcursor in case we
273         don't have one. This happens when clicking on a non locked mathed
274         inset with any button != 1.
275         (insetButtonPress): Forgot about this the Panel should NEVER be
276         opened in a Press event ONLY in the Release event!
277
278 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
279
280         * formulabase.C (localDispatch): merge the cases for
281         LFUN_PROTECTEDSPACE and LFUN_MATH_SPACE, since they were identical.
282
283 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
284
285         * formulabase.C (localDispatch): handle arguments of
286         LFUN_MATH_DELIM better.
287
288 2002-04-04 Angus Leeming  <a.leeming@ic.ac.uk>
289
290         * formulabase.C: remove unused variables hack_x, hack_y, hack_button.
291
292 2002-04-02  Allan Rae  <rae@lyx.org>
293
294         * math_cursor.C (info): make it work with lyxstring and std::string
295
296 2002-03-12  André Pönitz <poenitz@gmx.net>
297
298         * math_cursor.C: fix some Up/Down "issues"
299
300 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
301
302         * most files: ws cleanup
303
304         * Makefile.am: remove ld -r stuff
305
306 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
307
308         * Makefile.am: special rules if partial linking
309
310 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
311
312         * math_charinset.C: wrap the std::strchr declaration inside a
313         check for CXX_GLOBAL_CSTD.
314
315 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
316
317         * math_biginset.[Ch] (size): return size_type, not int.
318
319         * math_inset.C (metrics): parameter "mi" is never referenced. Removed.
320         * math_hullinset.C (metrics): ditto.
321
322
323 2002-03-12  André Pönitz <poenitz@gmx.net>
324
325         * math_xarray.[Ch] et al: really use metrics cache if possible...
326
327 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
328
329         * math_decorationinset.C: add leftrightarrows to the displayable
330         symbols.
331
332 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
333
334         * formula.C Changes due to the renaming of support/syscall.[Ch] as
335         support/systemcall.[Ch] and of class Systemcalls as class
336         SystemCall.
337
338 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
339
340         * formula.C: change Systemcalls::System to Systemcalls::Wait and
341         No change of functionality, just reflects the stripped down
342         Systemcalls class.
343
344 2002-02-08  André Pönitz <poenitz@gmx.net>
345
346         * math_support.[Ch]: some support for \dddot
347
348 2002-02-08  Otto Tronarp <otttr440@student.liu.se>
349
350         * math_decorationinset.C:
351
352         * math_support.C:
353
354         * math_hash.C: Added \underrightarrow and \underleftarrow
355
356 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
357
358         * formulabase.C (localDispatch): fix umlaut handling
359
360         * formulabase.C: pop up math panel on right mouse click
361
362 2002-02-01  André Pönitz <poenitz@gmx.net>
363
364         * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
365
366 2002-02-01  André Pönitz <poenitz@gmx.net>
367
368         * math_xymatrixinset.[Ch]: some support for \xymatrix
369
370 2002-02-01  André Pönitz <poenitz@gmx.net>
371
372         * math_undersetinset.[Ch]: implement direct support for \underset
373
374 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
375
376         * math_support.C: removed the arrays latex_mathstyle[] and
377         latex_mathfontcmds[] to the frontends.
378
379 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
380
381         * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
382
383 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
384
385         * math_factory.C (createMathInset): add a default: label in switch
386
387 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
388
389         * formulabase.[Ch] (searchForward, searchBackward): change the
390         bool const & params to bool.
391
392 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
393         * math_macrotable.C: added macros for Blackboard Bold,
394         Calligraphic symbols support in mathed. Kludge.
395
396 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
397
398         * math_mathmlstream.C (operator<<): use lyx::count rather than
399         countChar.
400
401         * math_streamstr.C (operator<<): ditto.
402
403 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
404
405         * math_support.C: change latex_mathfontcmds to an array of
406         kb_action.
407
408 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
409
410         * math_exfuncinset.C: remove using std::ostream declaration.
411
412         * math_kerninset.C: whitespace change, consistent with other files.
413
414         * math_mathmlstream.C (operator<<):
415         * math_streamstr.C (operator<<): use countChar rather than std::count.
416
417         * math_parser.C (operator==): comment out. Not used.
418
419 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
420
421         * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
422
423         * math_support.C: separate  string arrays for math style and for
424         font commands.
425
426 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
427
428         * math_parser.C (parse_normal): Support for \begin{math}
429
430 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
431
432         * math_hullinset.C (validate): rename feature "amsstyle" to
433         "amsmath".
434
435 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
436
437         * math_support.C: modified to support  a mathed pop-up for math
438         size "styles" and font types.
439
440 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
441
442         * math_defs.h: remove trailing comma from enum MathTextCodes.
443
444 2002-01-03  André Pönitz <poenitz@gmx.net>
445
446         * formulabase.[Ch]: implement simple search
447
448         * math_sizeinset.[Ch]: support for \displaystyle etc
449
450 2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
451
452         * math_macrotable.C (builtinMacros): Adjust kern values.
453
454 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
455
456         * math_atom.C:
457         * math_binaryopinset.C:
458         * math_binominset.C:
459         * math_casesinset.C:
460         * math_charinset.C:
461         * math_data.C:
462         * math_diminset.C:add missing config.h
463
464         * math_cursor.C:
465         * math_parser.C: move inludes around a bit.
466
467         * math_extinset.C: user boost::scoped_ptr
468
469         * math_parser.C: user std::fill to fill the catcodes. (please
470         check this one...), and some consts.
471
472 2001-12-11  André Pönitz <poenitz@gmx.net>
473
474         * math_cursor.C: allow cut&paste of rectangular regions of cells
475
476 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
477
478         * math_kerninset.C (metrics): Consider lyxrc.zoom
479
480 2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
481
482         * math_support.C: Fix handling of \mathfrak font.
483
484 2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
485
486         * math_iterator.C (nextInset): compilation fix.
487
488 2001-12-11  André Pönitz <poenitz@gmx.net>
489
490         * math_defs.h:
491         * math_parser.C:
492         * math_hash.C: support for \mathfrak
493
494 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
495
496         * math_streamstr.C: #include <iostream> to compile with DEC cxx
497
498 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
499
500         * math_arrayinset.C:
501         * math_boxinset.C:
502         * math_decorationinset.C:
503         * math_deliminset.C:
504         * math_dotsinset.C:
505         * math_exfuncinset.C:
506         * math_exintinset.C:
507         * math_funcinset.C:
508         * math_funcliminset.C:
509         * math_hullinset.C:
510         * math_kerninset.C:
511         * math_limopinset.C:
512         * math_sizeinset.C:
513         * math_stringinset.C:
514         * math_symbolinset.C:
515         * math_unknowninset.C: include math_streamstr.h and remove
516         unneeded c_str()
517
518         * math_symbolinset.[Ch]: add constructor taking string
519
520         * math_mathmlstream.C: move includes around
521
522         * math_streamstr.[Ch]: add operator<<(Stream, string) for
523         NormalStream, MapleStream, MathMLStream and OctaveStream
524
525         * math_gridinset.C: user LyXLength::zero
526
527 2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
528
529         * formula.C:
530         * math_arrayinset.C: add using std::getline directive.
531
532 2001-11-20 André Pönitz  <poenitz@gmx.net>
533
534         * formulabase.C: fix mouse positioning using the cursor
535
536 2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
537
538         * math_mathmlstream.C (operator<<): Count '\n' chars
539
540 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
541
542         * math_macro.C
543         * math_hullinset.C:  Fixes to use the new LaTeXFeatures
544         correctly.
545
546 2001-11-07  André Pönitz  <poenitz@gmx.net>
547
548         * math_extern.C: support for integrals, sums, e^x, and d/dx
549
550 2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
551
552         * math_extern.C (extractNumber):
553         (extractDiffExponent): add ugly .c_str()
554
555 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
556
557         * math_arrayinset.C (MathArrayInset):
558         * formula.C (pipeThroughMaple):
559         (pipeThroughOctave): add ugly .c_str() to help compile
560         with lyxstring
561
562 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
563
564         * math_inset.C: compilation fix
565
566 2001-11-07  André Pönitz  <poenitz@gmx.net>
567
568         * math_*inset.[Ch]:
569         * array.[Ch]: start native C++ support for Octave, Maple and MathML
570
571 2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
572
573         * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
574
575 2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
576
577         * math_nestinset.C: added using std::max, min directives.
578         * math_scriptinset.C: added using std::ostream directive.
579         * math_scriptinset.h: replaced ostream with std::ostream.
580
581 2001-10-17  André Pönitz  <poenitz@gmx.net>
582
583         * math_*inset.[Ch]: remove MathStyles cache from insets that
584           don't need it
585
586         * support.C:
587           formulabase.C: fix math font sizes in headings etc
588
589         * math_inset.[Ch]:
590           formula.C: remove unused static member int MathInset::workwidth
591
592         * math_gridinset.[Ch]: implement idxHome() and idxEnd()
593
594 2001-10-17  André Pönitz  <poenitz@gmx.net>
595
596         * math_inset.h:
597         * *.[Ch]: make output more stream-like
598
599 2001-10-17  André Pönitz  <poenitz@gmx.net>
600
601         * formula.C:
602         * array.C: add missing/broken  writeNormal()
603
604         * math_lefteqn.[Ch]: some visual support for \lefteqn
605
606
607 2001-10-10  André Pönitz  <poenitz@gmx.net>
608
609         * math_cursor.C: introduce dummy "inner" position "between"
610         nucleus and scripts for smoother cursor movement
611
612         * math_cursor.C: use red dot to indicate empty nucleus
613
614
615 2001-10-02  André Pönitz  <poenitz@gmx.net>
616
617         * math_cursor.C: leave red backslash as visual clue
618         in formula when typing macro names
619
620         *       math_macrotemplate.C: sanity check
621
622 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
623
624         * math_cursor.C:
625         * formula.C (localDispatch): fix a few of local variable sizes
626
627         * math_fracbase.C: change parameter types to match MathInset
628
629 2001-10-01  André Pönitz  <poenitz@gmx.net>
630
631         * math_cursor.[Ch]: remove local parInset() method
632
633         * math_macro.C: add a static_cast
634
635 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
636
637         * math_cursor.C: fix type mismatches with what was declared in
638         math_cursor.h.
639
640 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
641
642         * math_matrixinset.C (header_write): Add \n after \begin{align}
643
644 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
645
646         * math_macrotable.C (builtinMacros): Add some macros if latex
647         fonts are available.
648
649 2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
650
651         * formula.C (insetAllowed): disallow label insertion in inline
652         formula
653
654 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
655
656         * formulabase.C (mathDispatchCreation): pass second argument
657         'false' (no label) to selectionAsString
658
659 2001-09-11  André Pönitz  <poenitz@gmx.net>
660
661         * math_atom.[Ch]: new basic item in the MathArray
662
663         * array.[Ch]: move code over to math_atom
664
665         * math_scriptinset.[Ch]:
666           math_parser.C:
667           math_cursor.C: try to do with super- and subscripts what TeX does
668
669 2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
670
671         * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
672
673 2001-09-04  André Pönitz  <poenitz@gmx.net>
674
675         * math_defs.h:
676         * math_parser.C:
677         * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
678             'xxalignt', 'gather' and 'multiline' environments
679
680         * math_cursor.C: fix handling of | and \|
681
682 2001-09-04  José Matos  <jamatos@fep.up.pt>
683
684         * formulabase.C
685         * formulabase.h
686         * formula.C
687         * formula.h
688         * formulamacro.C
689         * formulamacro.h (docbook): rename docBook method to docbook.
690
691 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
692
693         * math_hash.C (ReadSymbols): Check for duplicate symbols
694
695 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
696
697         * support.C: added a using std::map directive.
698
699 2001-08-17  André Pönitz  <poenitz@gmx.net>
700
701         * math_hash.C: Use std::map instead of faking it
702
703         * symbol_def.h: remove unneeded symbol definitions
704
705         *       support.C: use the decorations' name for drawing
706
707 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
708
709         * math_hash.C (in_word_set): Initialize symbol table even when
710         symbols file was not found.
711
712 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
713
714         * math_hash.C: added a using std::endl directive.
715
716 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
717
718         * support.C (whichFont): Add support for cmr font.
719         Add support for \mathbb.
720
721         * math_notinset.C (draw, metrics): Use cmsy symbol if available.
722
723         * math_macrotable.C (builtinMacros): Add 3 builtin macros
724
725 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
726
727         * math_hash.C: Read symbols information from external file
728         many files: Add support for latex symbol fonts
729
730 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
731
732         * math_parser.C (Parser): Eat spaces after \end_inset
733
734 2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
735
736         * math_parser.C (tokenize): fix typo
737
738 2001-08-17  André Pönitz  <poenitz@gmx.net>
739
740         * math_parser.C: new "lexxer"
741
742         * array.C: write sequences of chars with same code as a unit
743
744 2001-08-13  André Pönitz  <poenitz@gmx.net>
745
746         * math_factory.[Ch]: new files for the creation of math insets
747
748         * math_parser.C:
749                 math_cursor.C:
750                 math_hash.C: simplifications
751
752         * math_binom.[Ch]: new files for "native" \binom/\choose inset
753
754         * math_parser.C:
755                 math_cursor.C: reading support for TeX style \over and \choose
756
757         * formulabase.C: re-enabling the "selected text gets converted to
758         math when pressing C-m" feature.
759
760 2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
761
762         * math_parser.C (lexArg): remove default argument from the .C file
763         as it causes DEC cxx to complain about a redefinition.
764
765 2001-08-10  André Pönitz  <poenitz@gmx.net>
766
767         *       math_scopeinset.[Ch]: new inset for {} blocks
768
769         *       math_accentinset.[Ch]: removed unneeded files
770
771         * math_grid.[Ch]:
772           math_matrix.[Ch]: start support for "interrow spacing"
773
774         * all over the place: rework of parser stuff
775
776 2001-08-08  André Pönitz  <poenitz@gmx.net>
777
778         *       math_fracbase.[Ch]:
779         * math_fracinset.[Ch]: new hierarchy
780
781         *       math_stackrelbase.[Ch]: native \stackrel support
782
783         * math_inset.[Ch]: removal of the name_ member
784
785         * math_deliminset.[Ch]: rework
786
787 2001-08-06  André Pönitz  <poenitz@gmx.net>
788
789         * formulamacro.C: fix nasty bug due to missing copy constructor
790
791         * math_bigopinset.[Ch]: revival for things like \int, \sum
792
793         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
794
795         * math_diminset.h: make cache variables mutable, remove const_cast
796
797         * formulabase.[Ch]: remove unneeded convertFont()
798
799         * math_funcinset.[Ch]: bring red color back
800
801         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
802         inset to the mcaro table
803
804 2001-08-01  André Pönitz  <poenitz@gmx.net>
805
806         * math_cursor.C:
807                 formulamacro.C: fix memory leaks
808
809         * math_matrixinset.C: fix mis-alignment of eqnarray columns
810
811         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
812         MathMatrixInset * and MathMacroTemplate * to save a few casts
813
814         * all over the place: everything is an inset now
815
816         * math_nestinset.[Ch]: new abstract base class for insets containing
817         other insets.
818
819         * math_diminset.[Ch]: new abstract base class for insets that need
820         the width_/ascent_/descent_ cache
821
822 2001-07-25  André Pönitz  <poenitz@gmx.net>
823
824         * formulabase.C: re-enable 'space enlargement' feature
825
826         * math_scriptinset.C:
827                 math_bigopinset.C: rework of script insets
828
829 2001-07-22  André Pönitz  <poenitz@gmx.net>
830
831         * math_cursor.C: fix "pullArg" behaviour
832
833         * math_cursor.C: keep empty super/subscript a bit longer
834
835         * math_cursor.C: do not move into insets that don't have inner cells yet
836
837         * formulabase.C: fix memory leak
838
839         * math_cursor.C: ^ now copies selection into new srriptinset
840
841         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
842           using the mouse
843
844         * math_updowninset.C: fix drawing glitches
845
846         * math_cursor.C: paste to correct position
847
848 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
849
850         * formula.C (insetAllowed): allow insertion of label
851
852 2001-07-20 André Pönitz  <poenitz@gmx.net>
853
854         * math_macrotable.C: support for \land and \vee
855
856 2001-07-16 André Pönitz  <poenitz@gmx.net>
857
858         * math_grid.[Ch] -> math_gridinset.[Ch]
859           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
860
861         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
862           fix 'mathed reports wrong width', cosmetics
863
864 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
865
866         * math_cursor.C (operator==): moved ouf of struct
867         (operator<): ditto
868         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
869
870 2001-07-16 André Pönitz  <poenitz@gmx.net>
871
872         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
873
874         * several files: supporting changes
875
876 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
877
878         Consistent use of Lsstream.h:
879         * formula.C: removed using std::ostringstream directive.
880
881         * math_cursor.C: std::istringstream -> istringstream.
882
883 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
884
885         * math_decorationinset.h: add std:: qualifier
886
887 2001-07-12 André Pönitz  <poenitz@gmx.net>
888
889         * math_updowninset.[hC]: new base class for script and bigop insets
890                 *.[hC]: subsequent changes to all Metric() functions
891
892         * math_parser.C: small changes (\sqrt0 is read properly now)
893
894 2001-07-10 André Pönitz  <poenitz@gmx.net>
895
896         * math_accentinset.[hC]: rewrite
897
898         * math_parser.C:
899                 math_cursor.C: subsequent changes
900
901         * math_grid.C: <Delete> in the first cell of a completely empty row
902           deletes that row, <C-Return> places the cursor in the first of the
903           new empty cells.
904
905         * math_grid.C: try to split cell nicely when mutating from single-cell
906           to multi-cell environment
907
908 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
909
910         * math_matrixinset.C (mutate): Use only the first label when
911         mutating eqnarray to display formula.
912
913 2001-07-09  Juergen Vigna  <jug@sad.it>
914
915         * formulabase.C (mathDispatchCreation): don't do anything with the
916         inset if it cannot be inserted!
917
918 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
919
920         * formulabase.C (mathDispatchInsertMath): remove bogus return
921         statement.
922
923 2001-07-09 André Pönitz  <poenitz@gmx.net>
924
925         * math_*inset.C: Change order of arguments in MathInset constructor
926
927         * math_cursor.C: Remove broken "increase space" feature for a while
928
929 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
930
931         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
932
933 2001-07-04 André Pönitz  <poenitz@gmx.net>
934
935         * math_parser.C: fix reading of "unusual" alpha chars
936
937         * xarray.[hC]: fix debug output of xarray
938
939 2001-07-03 André Pönitz  <poenitz@gmx.net>
940
941         * math_parser.C: fix bug where equations did not get their labels
942
943         * formulabase.C: new feature: changing font on selection
944
945         * several files: subsequent changes
946
947         * array.C: fix bug when insets have not been cloned properly
948         This should fix quite a few "random" crashes...
949
950 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
951
952         * formulabase.C (localDispatch): use .c_str() on istringstream
953         constructor argument.
954
955 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
956
957         * math_grid.C (addCol): add second argument to cellinfo_.insert.
958         Cleanup a bit the code.
959         (appendRow): do not call push_back without argument.
960
961         * *.C: remove all "using namespace std" directives (not
962         good!!) and replaced it with relevant "using" directives.
963
964         * math_macrotemplate.C (Clone): change return type to MathInset*
965
966 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
967
968         * math_sizeinset.C: include support/LOstream.h
969
970         * math_scriptinset.C (Metrics): std:: qualify max
971
972         * math_root.C (Metrics): std:: qualify max
973         (Write): std:: qualify ostream
974         (WriteNormal): ditto
975
976         * math_matrixinset.C (getLabelList): std:: qualify vector
977         include vector
978         (Metrics): std:: qualify max
979         (header_write): std:: qualify ostream
980         (footer_write): ditto
981
982         * math_macrotemplate.C (Write): std:: qualify ostream
983
984         * math_bigopinset.C (Metrics): std:: qualify max, and include
985         functional
986
987         * math_matrixinset.h: include vector and std:: qualify it.
988
989         * array.C (GetInset): get a pointer to the first element of bf_
990         not an iterator.
991
992 2001-06-25  The LyX Project  <Asger>
993
994         * math_scriptinset.C: Fix for entering with cursor up/down.
995
996         * math_fracinset.C: We can enter fractions with cursor up and
997         down.
998
999         * math_cursor.C (Right): Fixes for cursor movement.
1000
1001         * formula.C (draw): New background color for math.
1002
1003         * math_cursor.C: Fixes for toggling labels on/off in math.
1004         Fixes for infinity and other symbols that didn't appear in
1005         LaTeX.
1006
1007 2001-06-24  The LyX Project  <Asger>
1008
1009         * math_inset.C: Cursor movement is better in square roots, among
1010         other things.
1011
1012         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
1013         cursor up/down movement. What not.
1014
1015 2001-06-24  The LyX Project  <Asger>
1016
1017         * math_matrixinset.C: Hidden labels are hidden, unless a small
1018         dragon jumps out of the screen, and pronounce them to the entire
1019         world.
1020
1021 2001-06-24  The LyX Project  <Easter egg>
1022
1023         * math_cursor.C: Cursor improvements after a few dead-ends
1024         in the evolution of cursor movement were tested and scrapped.
1025
1026 2001-06-24  The LyX Project  <Asger>
1027
1028         * math_cursor.C: Renamed stack to path.
1029
1030 2001-06-24  The LyX Project  <André>
1031
1032         * *.[Ch]:
1033           Makefile.am: The Big Patch
1034           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
1035      new MathScriptInset for up/down stuff;
1036            delete MathIter/MatXIter, MathParInset, MathRowSt
1037      Changes to the inset inheritance tree, reunification of abstract math
1038      inset base classes;
1039      label/numbering handling back to life;
1040      major changes to the parser(s);
1041      new base class FormulaBase for the two math LyXInsets;
1042            general cleanup and cosmetic changes)
1043
1044 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1045
1046         * math_macro.C:
1047         * math_root.C: removed // -*- C++ -*- as first line.
1048
1049 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1050
1051         * array.C: bring memmove into main namespace if necessary
1052
1053 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1054
1055         * math_parser.C (yylex): use contains instead of strchr
1056         (parse_align): remove last arg, change to take string const & as
1057         first arg.
1058         (mathed_parse): use string for ar2 and ar, adjust
1059
1060         * math_decorationinset.C (Write): use compare instead of strcmp
1061
1062         * formula.C (LocalDispatch): change arg2 to string, adjust for this
1063         (LocalDispatch): add std::
1064         (LocalDispatch): use contains instead of strchr
1065
1066         * array.C (move): add std::
1067
1068 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1069
1070         * matriz.C: add using directives when needed for C functions
1071         declared in std:: namespace.
1072
1073         * math_macrotemplate.h: do not use explicitely std::string, but
1074         string.
1075
1076         * math_macroarg.C: avoid bringing the whole std:: namespace in
1077         global-land. When you do that, there is an ambiguity between
1078         lyxstring and std::string (which may be defined at the same time).
1079
1080         * formula.C (HandleExtern): add .c_str() to .str() (useful when
1081         using lyxtring)
1082
1083 2001-04-27 André Pönitz  <poenitz@gmx.net>
1084
1085         * math_parser.C: fix \frac handling bug introduced on 04-24
1086         * math_xiter.C: hotfix for merging "shared" insets
1087         * formula.C: fixing display after using math-insert
1088
1089 2001-04-25 André Pönitz  <poenitz@gmx.net>
1090
1091         * math_*.[Ch]: WriteNormal
1092         * formula.C: Support for new "math extern" command
1093         * math_parser.C: fix \frac handling bug introduced on 04-24
1094         * math_xiter.C: hotfix for merging "shared" insets
1095
1096 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1097
1098         * math_macrotable.C: include <iostream>
1099
1100 2001-04-24 André Pönitz  <poenitz@gmx.net>
1101
1102         * math_macro.[Ch]:
1103         * math_macrotable.[Ch]:
1104         * math_macroarg.[Ch]: restructuring of macro handling
1105         * several files:
1106
1107 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
1108
1109         * array.h (operator<<):
1110         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
1111
1112         * math_macrotable.C: added using std::make_pair directive.
1113         (dump): added using std::cerr directive here as I guess that this is
1114         temporary.
1115
1116 2001-04-20  Allan Rae  <rae@lyx.org>
1117
1118         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
1119
1120 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1121
1122         * math_macrotemplate.h: inherit privately from noncopyable
1123
1124         * math_macro.C (Metrics): reindent, use unsigned int as loop var
1125         (setArgumentIdx): change test to avoid unsigned warning
1126
1127         * formula.C (LocalDispatch): use LFUN_MESSAGE
1128
1129 2001-04-16  Allan Rae  <rae@lyx.org>
1130
1131         * formula.C (Latex, getLabelList, LocalDispatch):
1132         * math_parser.C (mathed_parse):
1133         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
1134         an unrecognised preprocessor directive.  So ensure they're wrapped.
1135
1136 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1137
1138         * formula.C (draw): adjust for cursor_visible
1139         (ToggleInsetCursor): adjust for cursor_visible and constify asc
1140         and desc
1141         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
1142         (HideInsetCursor): adjust for cursor_visible
1143         (LocalDispatch): constify default_label and res
1144
1145 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1146
1147         * math_rowst.C: add missing #include <config.h>.
1148
1149 2001-03-16  André Pönitz  <poenitz@gmx.net>
1150
1151         * math_matrixinset.h:
1152         * math_parinset.[Ch]:
1153         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
1154
1155 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1156
1157         * Makefile.am:
1158         * formula.C:
1159         * math_forms.h:
1160         * math_forms.C:
1161         * math_panel.h:
1162         * math_panel.C:
1163         * math_symbols.C: maths panel moved to GUII
1164
1165 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1166
1167         * math_cursor.C: use lyxerr instead of cerr.
1168
1169 2001-03-15  André Pönitz  <poenitz@gmx.net>
1170
1171         * math_cursor.C: fix bug (cursor was leaving two insets at a time
1172            instead of one)
1173
1174 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1175
1176         * math_macrotable.h: noncopyable is in namespace boost
1177         * math_macrotemplate.h: ditto
1178
1179         * math_rowst.h: make MathedRowContainer::iterator public.
1180
1181 2001-03-15  André Pönitz  <poenitz@gmx.net>
1182
1183         * math_parser.C: read '\nonumber' again (was broken)
1184
1185         * math_rowst.C: new file
1186
1187 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
1188
1189         * math_cursor.C: added using directive.
1190
1191 2001-03-15  André Pönitz  <poenitz@gmx.net>
1192
1193         * math_rowst.h: Finally remove MathedRowSt
1194
1195         * math_parser.C:
1196           math_xiter.C: changed accordingly
1197
1198 2001-03-12  André Pönitz  <poenitz@gmx.net>
1199
1200         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
1201             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
1202
1203 2001-03-10  André Pönitz  <poenitz@gmx.net>
1204
1205         * math_xiter.[Ch]:
1206           math_matrixinset.C: move adjustVerticalSt to the only place where
1207       it is used. Fix a small bug where the cached row structure and the
1208             actual data get out of sync after the deletion of whole rows
1209
1210 2001-03-09  André Pönitz  <poenitz@gmx.net>
1211
1212         * math_cursor.C: use std::vector<> in MathStackXIter
1213                 change selstk from a pointer to the "real thing"
1214
1215         * math_rowst.h: new MathedRowContainer::erase method
1216
1217         * math_xiter.C: use MathedRowContainer::erase
1218
1219         * math_parser.C: use MathedRowContainer::insert_after
1220
1221 2001-03-08  André Pönitz  <poenitz@gmx.net>
1222
1223         * math_rowst.h: give MathedRowContainer an 'insert' method.
1224
1225         * math_xiter.C: new 'container()' method to encapsulated access to
1226           the MathParInset's MathedRowContainer
1227
1228         * math_rowst.h: proper copy constructor and destructor for
1229           MathedRowContainer
1230
1231         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
1232           automatically created by the compiler are ok now.
1233
1234 2001-03-06  André Pönitz  <poenitz@gmx.net>
1235
1236         * array.[Ch]: factor out deep_copy,
1237           remove third argument from raw_pointer_insert
1238
1239         * math_iter.[Ch]: remove unused function Clear()
1240
1241         * math_cursor.C: change signature of MathStackXIter:push()
1242           whitespace changes
1243
1244         * math_rowst.h: introduction of MathRowContainer
1245           several files: corresponding changes
1246
1247 2001-03-04  André Pönitz  <poenitz@gmx.net>
1248
1249   * math_macrotemplate.[Ch]:
1250     math_macro.C: move update() functionality to the macro
1251
1252         * math_rowst.h: split MathedRowSt into "data" and "list"
1253
1254 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1255
1256         * math_macrotemplate.C (update): use MathMacro::getArg, and
1257         receive a const reference.
1258         (getMacroPar): add an Assert
1259
1260         * math_macrotemplate.h: make MathMacro a friend, make update take
1261         a const reference.
1262
1263         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
1264         and store a MathMacroArgument in the vector
1265         * math_macro.C: changes because of the above.
1266         (getArg): new method
1267
1268         * math_parser.C (mathed_parse): plug potential leak
1269
1270         * math_iter.h: add comment on virtual destructor
1271
1272         * math_iter.C (Delete): make c const
1273
1274         * math_parinset.C (Metrics): cleanup indent. make one string const.
1275
1276         * math_inset.C (size): move out of line
1277         (incSize): ditto
1278
1279         * math_macroarg.h: remove default constructor
1280
1281         * math_macroarg.C: include Lsstream.h instead of debug.h
1282         (MathMacroArgument): remove default constructor
1283         (Write): add std:: on ostream arg
1284
1285 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1286
1287         * math_parser.C:
1288         * formula.C: make DEBUG into lyxerr
1289
1290 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1291
1292         * math_macrotemplate.h: make noncopyable, remove last arg to
1293         constructor, remove flags_ add edit_
1294         (flags): remove method
1295
1296         * math_macrotemplate.C (setArgument): delete method
1297         (update): make idx const
1298         (Metrics): use edit_, remove flags_
1299         (draw): use edit_, remove flags_
1300         (setEditMode): set edit_, remove flags_
1301         (MathMacroTemplate): initialize edit_, remove flags_
1302
1303         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
1304         shared_ptr, let constructor take a shared_ptr
1305
1306         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
1307         initialization.
1308         (draw): remove unneded update, remove removed update of x,y
1309         (GetXY): call tmplates GetMacroXY directly
1310         (SetFocus): call Metrics() instead of update()
1311         (Write): remove support for math macro environments, simplifications.
1312
1313         * math_macrotable.h: make class noncopyable, change getMacro to
1314         createMacro, change vector to map store a
1315         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
1316
1317         * math_macrotable.C: add pragma
1318         (createMacro): change name from getMacro, use shared_ptr
1319         (getTemplate): Use map lookup to get macro, return shared_ptr
1320         (addTemplate): assert that m containse a valid pointer, use map[]
1321         insert.
1322         (builtinMacros): by using shared_ptr fix the mem leak, remove
1323         commented out unsupported macros
1324
1325         * math_cursor.C: changes because of the above
1326         * math_parser.C: changes because of the abobe
1327
1328         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
1329         default arg on constructor.
1330         * formulamacro.C: changes because of the above
1331
1332         * math_parinset.h: add pragma
1333         (SetAlign): move inline out of class def
1334         (GetColumns): ditto
1335         (GetRows): ditto
1336         (isMatrix): ditto
1337         (setArgumentIdx): ditto
1338         (setNextArgIdx): ditto
1339         (getArgumentIdx): ditto
1340         (getMaxArgumentIdx): ditto
1341         (setRowSt): ditto
1342         (xo): ditto
1343         (yo): ditto
1344
1345         * math_parinset.C: add pragma
1346         (Write): change the else clause, lessen depth
1347
1348         * math_macroarg.h: small whitespace change
1349
1350         * array.C: include support/LOstream.h add using ostream and endl
1351
1352         * array.h (dump): add std:: on ostream
1353
1354 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1355
1356         * math_macrotemplate.h: remove default arg on update
1357
1358         * math_macrotemplate.C (update): add assert and remove noop case.
1359
1360         * formulamacro.C (Read): add comment.
1361         (ascent): remove noop call to MathMacroTemplate
1362         (descent): ditto
1363         (width): ditto
1364         (draw): ditto
1365
1366         * math_parser.C (mathed_parse): fix another potential problem by
1367         passing a freestanding mathedarray.
1368
1369         * math_root.C (GetData): add const version
1370
1371         * math_parinset.C (~MathParInset): delete
1372         (GetData): add const version
1373
1374         * math_matrixinset.C (MathMatrixInset): delete pointer version,
1375         make it a proper copy constructor instead
1376         (Clone): change acc.
1377         (MathMatrixInset): remvoe default val for m and n
1378
1379         * math_macro.C (GetData): add const version
1380
1381         * math_fracinset.C (GetData): add const version
1382
1383         * math_cursor.C (SelCopy): make p1 and p2 const
1384         (SelCut): make p1 and p2 const
1385
1386         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
1387         (LyxCode): move inline out of class
1388         (ConvertFont): ditto
1389         (display): ditto
1390
1391         * array.[Ch] (dump): method added for debugging purposes
1392
1393         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
1394         mathed_parse when reading a matrix.
1395
1396         * math_spaceinset.[Ch]: add pragma, make variables private add
1397         '_', change order of method definitions.
1398
1399         * math_root.h (~MathRootInset): delete
1400         Change uroot_ to be a real object instead of a pointer
1401         * math_root.C: changes because of the above
1402
1403         * math_macro.C (MathMacro(MathMacro*)): delete constructor
1404         (MathMacro(MathMacro const &)): new copy constructor
1405
1406         * math_inset.h: delete constructor taking a pointer to MathedInset
1407         (size, incSize): move inline method
1408
1409         * math_funcinset.h: add pragma, remove class vars ln and fname,
1410         change protected to private, add '_' to priv vars.
1411         (~MathFuncInset): remove
1412
1413         * math_fracinset.h: make MathParInset den_ a real object and not a
1414         pointer.
1415
1416         * math_fracinset.C (MathFracInset): clean up, move initalization
1417         to initialization list
1418         (~MathFracInset): remove
1419         (Clone): remove leak
1420
1421         * math_draw.C: delete file
1422
1423         * math_dotsinset.[Ch]: add pragma
1424
1425         * math_bigopinset.h: make protected variables private add '_' to vars.
1426
1427         * math_bigopinset.C: move methods to follow class definition order
1428
1429         * math_accentinset.h (getAccentCode): move inline here
1430
1431         * math_accentinset.C (MathAccentInset): cleanup
1432         (draw): constify dw
1433
1434 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1435
1436         * math_inset.[Ch] (MathedInset): remove method
1437
1438         * Makefile.am (libmathed_la_SOURCES): correct typo
1439
1440         * math_parinset.C (draw): move MathedXiter data(this) up. and
1441         remove it two other places.
1442
1443         * math_macro.C (MathMacro): use array directly, don't use
1444         setArgumentIdx and GetData
1445
1446 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1447
1448         * math_macroarg.C (MathMacroArgument): delete
1449         * math_macro.C (~MathMacro): delete
1450         * math_macrotemplate.C (~MathMacroTemplate): delete
1451
1452         * math_decorationinset.[Ch]: add pragma
1453         * math_deliminset.[Ch]: likewise
1454         * math_fracinset.[Ch]: likewise
1455         * math_macroarg.[Ch]: likewise
1456         * math_macrotemplate.[Ch]: likewise
1457         * math_matrixinset.[Ch]: likewise
1458
1459         * formulamacro.C (Read): set contents of tmacro_ to ar.
1460
1461         * formulamacro.h: add '_' to private variables.
1462         * formalamacro.C: changes because of this.
1463
1464 2001-02-23  Juergen Vigna  <jug@sad.it>
1465
1466         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
1467         should be) and not an int.
1468
1469         * formulamacro.C (LocalDispatch): ditto.
1470
1471 2001-02-14  André Pönitz  <poenitz@gmx.net>
1472
1473         * math_parinset.[Ch]: make array a real MathArray, not just a
1474           pointer to one.
1475
1476         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
1477
1478         * several files: subsequent changes
1479
1480         * math_cursor.C: make selarray a proper MathArray
1481
1482         * several files: Change "MathedArray *" to "MathedArray &"
1483
1484
1485 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
1486
1487         * array.C (MathedArray): Fix compilation problem.
1488
1489 2001-02-14  André Pönitz  <poenitz@gmx.net>
1490
1491         * array.[Ch]: "deep" copy constructor and assignment operator for
1492         MathArray
1493
1494         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
1495
1496         * math_iter.[Ch]: remove SetData
1497           several files: subsequent changes
1498
1499 2001-02-14  André Pönitz  <poenitz@gmx.net>
1500
1501         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
1502         ARRAY_STEP
1503
1504         * math_iter.C: default-construct and resize array
1505
1506 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1507
1508         * math_xiter.h: move ipush and ipop to public, add _ on private
1509         variables, move protected var to private, remove friend.
1510
1511         * math_cursor.C (insertInset): rename method from Insert also
1512         remove default arg val. Call the public methods of xiter instead
1513         of private variables.
1514
1515         * changes to several files because of the above.
1516
1517 2001-02-14  André Pönitz  <poenitz@gmx.net>
1518
1519         * math_iter.[Ch]: hide fcode_
1520         * math_xiter.C:
1521         * math_parinset.C: subsequent changes
1522
1523
1524 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1525
1526         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
1527         math_utils.h
1528
1529         * math_write.C: delete file
1530         * math_delim.C: delete file
1531         * marh_sqrtinset.h: delete file
1532
1533         * move funcs to more localized files, more general cleanup.
1534         Constify several local vars. Doxygen changes. Formatting.
1535
1536 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1537
1538         * support.C: add some consts
1539
1540         * matriz.C: clean up a bit.
1541         (matmat): remove the for loop.
1542
1543         * several files: changes so that several friends can be removed
1544
1545 2001-02-14  André Pönitz  <poenitz@gmx.net>
1546
1547         * formula.C: reformatting
1548
1549         * math_cursor.[Ch]:
1550           math_iter.[Ch]:
1551           math_xiter.[Ch]: remove unneeded members
1552
1553 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1554
1555         * math_parser.C:
1556         * math_panel.C:
1557         * formula.C: remove cruft
1558
1559         * array.C (begin): new method
1560         (end): ditto
1561
1562 2001-02-14  André Pönitz  <poenitz@gmx.net>
1563
1564         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
1565
1566         * math_cursor.C: reformatting
1567
1568 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1569
1570         * math_spaceinset.C:
1571         * math_root.C:
1572         * math_matrixinset.C:
1573         * math_macrotemplate.C:
1574         * math_funcinset.C:
1575         * math_fracinset.C:
1576         * math_dotsinset.C:
1577         * math_deliminset.C:
1578         * math_decorationinset.C:
1579         * math_bigopinset.C:
1580         * math_accentinset.C:
1581         * math_sqrtinset.C: include LOstream.h and add using directive.
1582
1583 2001-02-14  André Pönitz  <poenitz@gmx.net>
1584
1585         * math_iter.C: reformatting
1586
1587 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1588
1589         * math_spaceinset.C (GetSpace): move here
1590
1591         * math_parinset.C: add debug.h, move several prev. inlined methods
1592         here.
1593
1594         * math_macrotable.C math_xiter.C support.C: add debug.h
1595
1596         * math_macro.h: remove debug.h, remove typedefs
1597
1598         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
1599         extern decls.
1600
1601         * math_hash.C: change some defines to int const. change use of
1602         LM_TC_NORMAL to LM_TC_VAR
1603
1604         * math_draw.C: delete file
1605
1606         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
1607         forward decls. remove LM_TC_NORMAL, move inline methods to
1608         support.C (and support.h)
1609
1610         * math_cursor.C: move several previous inlined methods here
1611
1612         * math_bigopinset.h math_dotsinset.h math_funcinset.h
1613         math_parinset.h math_spaceinset.h: add math_defs.h
1614
1615         * math_accentinset.h: add support.h and math_defs.h
1616
1617         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
1618
1619         * formula.h: remove unused func decl: OpenMathInset
1620
1621         * formula.C math_inset.h: get rid of math_defs.h
1622
1623         * array.h: switch to support.h instead of math_defs.h
1624
1625         * array.C: remove one include
1626
1627         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
1628
1629         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
1630
1631         * math_parser.C: include macrotable and macrotemplate
1632
1633         * math_macrotemplate.[Ch]: new files
1634
1635         * math_macrotable.[Ch]: new files
1636
1637         * math_macroarg.[Ch]: new files
1638
1639         * math_macro.C: move stuff to the new files.
1640
1641         * math_cursor.C: include math_macrotable.h
1642
1643         * macro_support.[Ch]: new files
1644
1645         * formulamacro.C: add more includes
1646
1647         * Makefile.am (libmathed_la_SOURCES): add new files.
1648
1649 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1650
1651         * Makefile.am (libmathed_la_SOURCES): remove duplicate
1652         math_sqrtinset.
1653
1654         * support.C:
1655         * math_xiter.C:
1656         * math_parinset.C: add a bunch of "using" directives.
1657
1658         * math_funcinset.h:
1659         * math_decorationinset.h:
1660         * math_bigopinset.h:
1661         * math_spaceinset.h: remove more couples of inline.
1662
1663 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1664
1665         * math_xiter.h: remove a couple of "inline"
1666
1667         * array.C (strange_copy): fix bug (hopefully)
1668         * many files: add a lot of new files and move methods to the class
1669         files they belong to. Only first attempt at cleanup more will
1670         follow.
1671
1672 2001-02-12  André Pönitz  <poenitz@gmx.net>
1673
1674         * math_macro.[hC]: replace MathMacroArgument[] with
1675           std::vector<MathMacroArgument>
1676         * math_defs.h:
1677           math_inset.C: replace int[] with std::vector<int>
1678         * math_panel.h:
1679         * math_symbols.C: replace FL_OBJECTP[] with
1680         std::vector<FL_OBJECT*>
1681
1682 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1683
1684         * math_defs.h (struct MathedRowSt): make all private variables end
1685         with '_', initialize in initializer list instead of in function
1686         body.
1687
1688 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
1689
1690         * formula.C (LocalDispatch): Change the default action of
1691         break-line to create an align* environment instead of eqnarray*.
1692
1693         * math_inset.C (Metrics): Correct drawing of the multline
1694         environment.
1695
1696 2001-02-12  André Pönitz  <poenitz@gmx.net>
1697
1698         * array.[hC]: replace private variable maxsize_ with call to
1699         bf_.size()
1700         * math_defs.h: replace int[] by std::vector<int> for
1701         MathedRowSt::widths
1702
1703 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1704
1705         * array.h: made all variables private, removed friend, added new
1706         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
1707         non const operator[] added setter for last and getter for maxsize.
1708         changed name from LyxArrayBase to MathedArray.
1709         changed name of some methods to start with lowerchar.
1710         moved inline methods to array.C
1711
1712         * math_iter.C + several file: changes because of the above.
1713
1714         * array.C: new file with the prev inline methods.
1715
1716 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1717
1718         * Many files: add support for the align environment from amsmath.
1719
1720 2001-02-09  André Pönitz  <poenitz@gmx.net>
1721
1722         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
1723         * several files: subsequent changes
1724         * math_iter.h: remove unused prototype
1725         * array.h: ditto.
1726
1727 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1728
1729         * math_macro.C (draw): add .c_str() to .str() (useful when
1730         compiling with lyxstring, but STL sstream).
1731         (Metrics): ditto.
1732
1733 2001-02-08  André Pönitz  <poenitz@gmx.net>
1734
1735         * several files: get rid of reinterpret_cast.
1736
1737 2001-02-04  Allan Rae  <rae@lyx.org>
1738
1739         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
1740         just casting the variable.
1741
1742 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1743
1744         * Many files: Add support for multline and alignat environments from
1745         amsmath.
1746
1747 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1748
1749         * math_symbols.C (math_insert_greek): Move cursor right when
1750         unlocking the math inset.
1751
1752 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1753
1754         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
1755
1756         * formula.C (LocalDispatch): Before inserting a label in an
1757         eqnarray, move the cursor to the top level.
1758
1759         * math_iter.C (getLabel): Test if crow == 0.
1760
1761 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1762
1763         * math_draw.C (Metrics): Use the correct GetString.