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