]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
Two fixes involving RtL text drawing
[lyx.git] / src / mathed / ChangeLog
1 2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * math_nestinset.C (doDispatch): use recordUndoInset when deleting whole
4         cell via LFUN_BACKSPACE (fixes bug 2058).
5
6 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7
8         * math_nestinset.C (doDispatch): leave inset to the right when hitting ESC.
9
10 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11
12         * math_nestinset.C (doDispatch): record LFUN_CUT in undo stack
13         (fixes bug 2041).
14         
15         * math_data.C (draw): add nested insets to the coord cache
16         (fixes the major part of bug 1918).
17
18 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
19
20         * math_nestinset.C (cursorPos): parameter `boundary' is unused.
21
22 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
23
24         * math_nestinset.C (doDispatch): use cur.normalize() to prevent crash
25         when cutting in math array (bugs 1960, 1981).
26
27 2005-08-19  Martin Vermeer  <martin.vermeer@hut.fi>
28
29         * math_nestinset.C (doDispatch): fix crash when deleting across rows
30         in math array, and block multi-cell cut/copy leading to data loss
31
32 2005-07-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
33
34         * math_factory.C (initSymbols): Don't require wasysym for the wasy
35         font (bug 1942)
36
37 2005-07-15  Stephan Witt <stephan.witt@beusen.de>
38
39         * math_nestinset.C (getStatus): handle font change requests
40
41 2005-07-15  Stephan Witt <stephan.witt@beusen.de>
42
43         * math_hullinset.C (getStatus): don't allow insert of label for
44         inlined eq
45
46 2005-07-15  André Pönitz  <poenitz@lyx.org>
47
48         * math_inset.C (write): don't output too many spaces
49
50 2005-07-15  Andreas Vox  <vox@arcor.de>
51
52         * math_hullinset.C (editXY): partial fix for #622
53
54 2005-07-14  André Pönitz  <poenitz@lyx.org>
55
56         * math_hullinset.C (BREAKLINE): choose between eqnarray and
57         align according to user preference
58
59 2005-07-14  André Pönitz  <poenitz@lyx.org>
60
61         * math_charinset.C (mathmlize): escape <, >, and & on export
62
63 2005-07-14  André Pönitz  <poenitz@lyx.org>
64
65         * math_gridinset.C (doDispatch): cur.undispatched on LFUN_ESCAPE
66
67 2005-07-14  André Pönitz  <poenitz@lyx.org>
68
69         * math_gridinset.C (doDispatch): cur.undispatched on LFUN_NEXT/PRIOR
70
71 2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
72
73         * math_gridinset.C (doDispatch): add comment about jumping cursor
74
75 2005-07-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
76
77         * math_gridinset.C (doDispatch): use recordUndoInset when more than
78         one cell is changed
79
80 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
81
82         * math_gridinset.C (doDispatch): better fix for the assertion
83
84 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
85
86         * math_gridinset.C (doDispatch): fix assert copying row or
87         column in math
88
89 2005-06-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
90
91         * math_nestinset.C (doDispatch): use text font attributes in text mode.
92         * math_nestinset.C (getStatus): allow text font attributes in math mode.
93
94 2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
95
96         * math_fontinset.C (validate): require amsmath for \text
97
98 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
99
100         * math_colorinset.C (normalcolor): remove ...
101         * math_colorinset.C (latexcolor): ... and use this new function instead
102         * math_colorinset.C (metrics, draw): Don't draw cell(0), because it
103         is horrible UI
104         * math_colorinset.C (write): Don't write invalid colors
105         * math_colorinset.C: Store always the LaTeXName in cell(0)
106         * math_hullinset.C (handleFont2): adjust to the change above
107         * math_nestinset.C (handleFont2): ditto
108         * math_parser.C (parse): handle \textcolor and \normalcolor
109         * math_factory.C (createMathInset): ditto
110
111 2005-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
112
113         * math_hullinset.C (label): avoid warning when assertions are
114         disabled. 
115
116 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
117
118         * math_parser.h (latexkeys): new member requires
119         * math_factory.C (initSymbols): fill the requires field for fonts
120         * math_symbolinset.C (validate): use sym_->requires instead of
121         sym_->inset (fixes bug 1665)
122
123 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
124
125         * ref_inset.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
126
127 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
128
129         * math_nestinset.C (getStatus): suppress math/text fonts,
130         subscripts etc. to prevent lyx access to latex-illegal stuff
131         in text-inside-math (mbox)
132
133 2005-04-25  Martin Vermeer  <martin.vermeer@hut.fi>
134
135         * math_gridinset.C (doDispatch):
136         * math_hullInset.C (doDispatch):
137         * math_nestInset.C (doDispatch): fix handling of alignment
138
139 2005-04-11  Martin Vermeer  <martin.vermeer@hut.fi>
140
141         * math_nestinset.C (doDispatch): make insert-around-selection
142         of root inset take the base, not the exponent
143
144 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
145
146         * math_deliminset.Ci (isParenthesis):
147         * math_extern.C: Spelling
148
149 2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
150
151         * math_gridinset.C (doDispatch):
152         * math_nestinset.C (doDispatch): enable HOME/END keys to skip
153         out of inset (adding cur.undispatched())
154
155 2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
156
157         * math_colorinset.C (draw): fix crash and cursor positioning.
158
159 2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
160
161         * math_nestinset.C (doDispatch): Fix arrow up/down inside
162         macro crashing bug (Helge Hafting report)
163
164 2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
165
166         * math_gridinset.C (getStatus): allow C-Tab to split cell
167
168 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
169
170         * math_nestinset.C (doDispatch): fix cursor positioning in
171         non-grid nestinsets, and selection enclosure when inserting
172         font or deco insets.
173
174 2005-04-05  Martin Vermeer  <martin.vermeer@hut.fi>
175
176         * math_amsarrayinset.C:
177         * math__arrayinset.C:
178         * math_decorationinset.C:
179         * math_deliminset.C:
180         * math_nestinset.C:
181         * math_tabularinset.C: Final touch on various corner marker
182         positions and inset clickability in math
183
184 2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
185
186         * math_splitinset.[Ch]: add draw method calling setPosCache,
187         to make split-type insets clickable.
188
189 2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
190
191         * math_amsarrayinset.C:
192         * math_casesinset.C:
193         * math_gridinset.C:
194         * math_gridinset.h: Add drawWithMargin method for use by
195         AMSArray and Cases, to position corner markers right
196
197 2005-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
198
199         * math_amsarrayinset.[Ch], math_tabularinset.[Ch],
200         math_splitinset.[Ch] (infoize): implement
201         * math_casesinset.C (getStatus, doDispatch): use cmd.argument directly
202         * math_gridinset.C (getStatus): ditto
203         * math_arrayinset.C (infoize): generalize
204
205 2005-03-30  Martin Vermeer  <martin.vermeer@hut.fi>
206
207         * math_amsarrayinset.[Ch] (getStatus):
208         * math_splitinset.[Ch] (getStatus):
209         * math_substackinset.[Ch]: suppress output of vertical gridlines
210         where appropriate
211
212 2005-04-03  Martin Vermeer  <martin.vermeer@hut.fi>
213
214         * math_fontinset.[Ch] (draw): add call to setPosCache,
215         fixes bug 1796
216
217 2005-04-01  Martin Vermeer  <martin.vermeer@hut.fi>
218
219         * math_data.C (x2pos): fix math cursor positioning bug
220
221 2005-03-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
222
223         * math_amsarrayinset.[Ch] (validate): new, require amsmath
224         * math_substackinset.[Ch] (validate): ditto
225         * math_arrayinset.[Ch] (validate): ditto (in the case of subarray)
226
227 2005-03-24  Martin Vermeer  <martin.vermeer@hut.fi>
228
229         * math_hullinset.C:
230         * math_casesinset.[Ch]: more precise conditioning of
231         output of vertical grid lines
232
233 2005-03-22  Martin Vermeer  <martin.vermeer@hut.fi>
234
235         * math_hullinset.C (getStatus): intercept and suppress the
236         adding of grid lines in case of a plain equation hull
237
238 2005-03-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
239
240         * math_nestinset.C (doDispatch): create a MathBoxInset for mbox
241         rather than a MathMBoxInset, since the latter is not usable yet.
242         Fixes bug 1823.
243         * math_factory.C (createMathInset): Don't hardwire mbox, but read it
244         from lib/symbols again. This makes it possible to create other
245         "mbox-like" boxes.
246
247 2005-03-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
248
249         * math_parser.C (parse1): Don't parse "\|" following a "\left" or
250         "\right" as "|"
251
252 2005-02-28  André Pönitz  <poenitz@lyx.org>
253
254         * math_nestinset.C (lfunMouseRelease, lfunMouseMotion, lfunMousePress):
255         remove ancient hack and get mouse actions inside nested mathed insets
256         working again.
257
258 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
259
260         * math_parinset.[Ch] (doClone): Implement, avoids triggering the
261         assert in InsetBase::clone()
262         * ref_inset.[Ch] (clone): rename to doClone
263
264 2005-02-14  Angus Leeming  <leeming@lyx.org>
265
266         * math_rootinset.C (idxUpDown): Silence an MSVC compiler warning
267         by making the code more transparent.
268
269 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
270
271         * math_gridinset.C (halign): fix '|' to the right of the last column
272         * math_gridinset.[Ch]: remove unused leftline_ and rightline_
273         * math_gridinset.[Ch]: change type of lines_ to unsigned int to
274         prevent check for <= 0
275         * math_gridinset.C: add more facilities for adding/deleting
276         partition lines in matrix.
277         * math_gridinset.C (getStatus): implement missing LFUN_TABULAR_FEATURE
278         * math_parser.C (delEmptyLastRow): new
279         * math_parser.C (parse1): Store active environment and use it to
280         detect nonmatching \end{} and removing superflous rows with
281         delEmptyLastRow()
282         * math_hullinset.C (getStatus): remove now superflous tests
283
284 2005-02-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
285
286         * math_nestinset.C (doDispatch): normalize() cursor after moving up/down
287         (fixes assert and bug 1598).
288
289 2005-02-10  Martin Vermeer  <martin.vermeer@hut.fi>
290
291         * math_gridinset.[hC]: add facilities for drawing/deleting partition
292         lines in matrix.
293
294 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
295
296         * math_data.C (isInside): size() -> depth()
297
298 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
299
300         * math_data.C:
301         * math_diminset.C:
302         * math_nestinset.C: Use new cursor accessors.
303
304 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
305
306         * math_parser.C,math_sizeinset.C: use convert<> instead of
307         atoi,strToXXX and friends
308
309 2005-01-20  Angus Leeming  <leeming@lyx.org>
310
311         * math_spaceinset.C (validate):
312         latex_mathspace[space_] == "negmedspace" is unsafe because both
313         operands are of type "char const *". Performing comparison on
314         the address of the string literal therefore. Fix is to explicitly
315         convert one operand to a string.
316         With thanks to MSVC ;-)
317
318 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * math_symbolinset.C (validate): require wasysym as needed
321
322         * math_decorationinset.C (ams): remove again \overleftarrow and
323         \overrightarrow, which do not require amslatex (although amslatex
324         redefines them).
325
326 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
327
328         * math_parser.C (parse1): handle style commands that are not inside
329         a {} pair, fixes bug 1459 (from André)
330
331 2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
332
333         * math_decorationinset.C (ams, validate): new methods. Require
334         amsmath when using AMS-LaTeX over and under arrows.
335
336 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
337
338         * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
339         * math_colorinset.C: fix handling of color "none".
340
341 2004-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
342
343         * math_parser.C (addRow, addCol): new, try to add a row or column to
344         a MathGridInset
345         * math_parser.C (parse1): use addRow and addCol, fixes bug 1542
346
347 2004-12-14  Angus Leeming  <leeming@lyx.org>
348
349         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
350         to overcome bug in the MinGW port of g++ 3.4.2.
351
352 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
353
354         * math_charinset.C: use support::contains instead of strchr
355
356 2004-11-26    André Pönitz  <poenitz@gmx.net>
357
358         * math_nestinset.C (getCursorPos): implement.
359
360 2004-11-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
361
362         * math_hullinset.C (getStatus): add status messages
363
364 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
365
366         * Most insets: rename priv_dispatch to doDispatch
367
368 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
369
370         * math_hullinset.C (operator): use common semantics
371
372 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
373
374         * math_atom.C (operator): use common semantics
375
376         * Adjust for clone changes
377
378 2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
379
380         * math_hullinset.[Ch] (rowChangeOK): new
381         * math_hullinset.C (addRow, delRow): check wether rows can be changed
382         * math_hullinset.C (addCol, delCol): remove lyxerr warning since we
383         should never come here if colChangeOK() is false
384         * math_hullinset.C (delCol): don't delete if this is the only column
385         * math_hullinset.C (getStatus): fix LFUN_TABULAR_FEATURE
386
387 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
388
389         * math_inset.h: include math_data.h to satisfy concept checks.
390
391 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
392
393         * math_hullinset.C (getStatus): typo in lfun argument
394
395 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
396
397         * Makefile.am: add math_tfracinset.[Ch]
398
399 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
400
401         * math_parser.C (parse1): change to use lyx::support::atoi
402         * math_sizeinset.C (MathSizeInset): ditto
403
404 2004-08-12  André Pönitz  <poenitz@gmx.net>
405
406         * math_overset.[Ch] (validate):
407         * math_underset.[Ch] (validate): require ams
408
409         * math_tfracinset.[Ch]: new \tfrac support
410
411 2004-11-02  José Matos  <jamatos@lyx.org>
412
413         * ref_inset.[Ch] (docbook):
414         * math_hullinset.C (docbook): remove useless comment. Escape the
415         id to always be valid.
416
417 2004-10-29  Andreas Vox  <vox@isp.uni-luebeck.de>
418
419         * math_hullinset.C (docbook):
420         * ref_inset.C (docbook): sanitize ids, clean exported docbook.
421
422 2004-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
423
424         * math_hullinset.C (mutate): fix endless loop for unknown types
425
426 2004-10-05  Andreas Vox  <vox@isp.uni-luebeck.de>
427
428         * math_hullinset.C (docbook): write additional <alt role="tex" >
429         tag for Docbook XML
430
431 2004-09-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
432
433         * math_hullinset.C (plaintext): remove extraneous spaces
434
435 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
436
437         * math_parser.C (tokenize): c_str fix
438         (mathed_parse_cell): c_str fix
439         (mathed_parse_normal): c_str fix
440
441         * math_nestinset.C (priv_dispatch): c_str fix
442         (priv_dispatch): c_str fix
443
444         * math_hullinset.C (doExtern): c_str fix
445
446         * math_extern.C (extractNumber): c_str fix
447         (pipeThroughMaxima): c_str fix
448         (pipeThroughMaple): c_str fix
449         (pipeThroughOctave): c_str fix
450
451 2004-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
452
453         * math_binominset.h (MATH_BINOMINSET_H): fix include guard.
454
455 2004-09-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
456
457         * math_hullinset.[C,h] (splitTo2Cols): new
458         * math_hullinset.[C,h] (splitTo3Cols): new
459         * math_hullinset.[C,h] (changeCols): new
460         * math_hullinset.C (mutate): implement missing mutations
461
462 2004-08-16  José Matos  <jamatos@lyx.org>
463
464         * formulamacro.C (write):
465         * math_macrotemplate.C (write): remove space at end of line.
466
467 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
468
469         * pch.h: new file
470
471         * Makefile.am: support pch
472
473 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
474
475         * math_nestinset.C (editXY): constify
476
477 2004-08-13  José Matos  <jamatos@lyx.org>
478
479         * math_hullinset.C (docbook): add awareness of the distinction
480         between the sgml and xml versions of docbook.
481
482 2004-08-12  André Pönitz  <poenitz@gmx.net>
483
484         * math_nestinset.C: Fix #1249
485
486         * math_parser.C: Fix: #928
487
488 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
489
490         * math_support.C, math_parser.C, math_nestinset.C, math_macrotable.C:
491         * math_hullinset.C, math_gridinset.C, math_factory.C: math_extern.C,
492         * math_autocorrect.C, math_arrayinset.C: formulamacro.C,
493         * command_inset.C: change "support/std_sstream.h"
494         to <sstream>
495
496 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
497
498         * math_macrotable.C (expand): n is now size_t
499
500         * math_macroarg.h (number): return size_t
501         (number_): make it a size_t
502
503         * math_macroarg.[Ch] (MathMacroArgument): take size_t as arg
504
505 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
506
507         * Makefile.am (EXTRA_DIST): add formulamacro.C
508
509 2004-05-17  José Matos  <jamatos@lyx.org>
510
511         * math_hullinset.C (docbook): add support for label.
512
513 2004-04-29  Angus Leeming  <leeming@lyx.org>
514
515         * math_hullinset.C:
516         * math_kerninset.C:
517         * math_nestinset.C: wrap a bunch of #warning statements
518         inside #ifdef WITH_WARNINGS blocks.
519
520 2004-04-20  Angus Leeming  <leeming@lyx.org>
521
522         * math_nestinset.C (notifyCursorLeaves): squash warning about
523         unused var.
524
525 2004-04-20  Angus Leeming  <leeming@lyx.org>
526
527         * math_hullinset.C (addPreview): Add the preview only if
528         previewing of math insets is active.
529
530 2004-04-19  Angus Leeming  <leeming@lyx.org>
531
532         * math_hullinset.C: changes due to changes to LyXRC::preview.
533
534 2004-04-19  Angus Leeming  <leeming@lyx.org>
535
536         * math_hullinset.C (metrics, draw): changes due to the changed
537         RenderPreview interface.
538
539 2004-04-13  Angus Leeming  <leeming@lyx.org>
540
541         * math_hullinset.[Ch]: add a RenderPreview variable.
542         (copy c-tor, copy assignment operator, d-tor, notifyCursorLeaves,
543         addPreview): new member functions. The copy c-tor and assignment op
544         could be replaced by the compiler-generated defaults if preview_
545         was stored as a RenderPreview var rather than a scoped pointer.
546         (metrics, draw): use the preview renderer if previewing is turned on.
547
548 2004-04-05  Angus Leeming  <leeming@lyx.org>
549
550         * math_scriptinset.C (up, down, notifyCursorLeaves): ensure that
551         accessor index is valid.
552
553 2004-04-05  Angus Leeming  <leeming@lyx.org>
554
555         * formulamacro.C:
556         * math_binaryopinset.C:
557         * math_nestinset.C:
558         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
559
560 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
561
562         * math_hullinset.C: s/DocumentIterator/DocIterator/g
563
564 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
565
566         * math_nestinset.C: workaround gcc 2.95 pointer comparison bug,
567         reverse below
568
569 2004-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
570
571         * math_nestinset.C: use const_cast to get to compile for stlport
572
573 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
574
575         * math_hullinset.C: add using statements for std::ostream,
576         std::swap and std::vector
577
578         * math_gridinset.C (idxDelete): remove std:: from swap.
579         (priv_dispatch): ditto
580
581         * math_extern.C: add using statement for std::swap and std::vector
582
583         * math_cursor.C: remove std:: from string
584         (openable): use nucleus instead of operator->
585
586         * math_atom.h: add a const variant of nucleus
587
588         * math_atom.C: add using statement for std::swap
589
590 2004-01-15  André Pönitz  <poenitz@gmx.net>
591
592         * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula
593         to LCursor and InsetBase.
594
595 2004-01-15  André Pönitz  <poenitz@gmx.net>
596
597         * *.[Ch]: change signature of priv_dispatch to prepare
598         inset unification
599
600 2003-12-15  Ronald Florence <ron@18james.com>
601
602         * math_symbolinset.C: fixed "ugly" patch for Qt/Mac fonts.
603
604 2003-12-15  André Pönitz  <poenitz@gmx.net>
605
606         * math_pos.[Ch]: remove (it's now cursor_slice.[Ch])
607
608         * Makefile.am:
609         * math_cursor.[Ch]:
610         * math_iterator.[Ch]: adjust
611
612 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
613
614         * formulabase.C (getCursorDim): squash unused variable
615
616 2003-11-20  Angus Leeming  <leeming@lyx.org>
617
618         * formulabase.C (getCursorDim): squash warning about unused variable.
619
620 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
621
622         * formulabase.[Ch] (getCursorDim): add
623
624 2003-11-10  André Pönitz  <poenitz@gmx.net>
625
626         * formula.C:
627         * formulabase.C:  adjust to removed inset locking
628
629 2003-11-05  José Matos  <jamatos@lyx.org>
630
631         * formula.[Ch] (ascii, linuxdoc, docbook):
632         * formulamacro.[Ch] (ascii, linuxdoc, docbook):
633         * math_inset.[Ch] (ascii, linuxdoc, docbook):
634         * ref_inset.[Ch] (ascii, linuxdoc, docbook):
635         rename ascii to plaintext and LatexRunParams to OutputParams.
636
637 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
638
639         * Adjust for new DispatchResult semantics.
640
641 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
642
643         * math_parser.C (parse1): exception safety
644
645         * math_extern.C (splitScripts): exception safety
646         (extractFunctions): exception safety
647         (extractIntegrals): exception safety
648         (extractSums): exception safety
649         (extractDiff): exception safety
650
651         * formulamacro.C (read): exception safety
652
653 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
654
655         * adjust for DispatchResult changes
656
657 2003-10-31  José Matos  <jamatos@lyx.org>
658
659         * formula.[Ch] (ascii, linuxdoc, docbook):
660         * formulamacro.[Ch] (ascii, linuxdoc, docbook):
661         * math_inset.[Ch] (ascii, linuxdoc, docbook):
662         * ref_inset.[Ch] (ascii, linuxdoc, docbook):
663         add LatexRunParams argument.
664
665 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
666
667         * math_scriptinset.C (priv_dispatch):
668         * math_nestinset.C (priv_dispatch):
669         * math_hullinset.C (priv_dispatch):
670         * math_gridinset.C (priv_dispatch):
671         * math_cursor.C (dispatch):
672         * formulabase.C (lfunMouseRelease, lfunMousePress)
673         (lfunMouseMotion, priv_dispatch):
674         * command_inset.C (priv_dispatch): explict DispatchResult ctor fallout.
675
676 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
677
678         * math_hullinset.C (priv_dispatch):
679         * math_gridinset.C (priv_dispatch):
680         * math_cursor.C (dispatch): FINISHED_POP -> FINISHED
681
682 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
683
684         * math_hullinset.C (priv_dispatch):
685         * math_gridinset.C (priv_dispatch):
686         * math_cursor.C (dispatch): DISPATCHED_POP -> FINISHED_POP
687         (dispatch):
688
689         * math_scriptinset.h: change dispatch to priv_dispatch and make it
690         protected
691
692         * math_nestinset.h: make priv_dispatch protected
693
694         * math_hullinset.h: make priv_dispatch protected
695
696         * math_gridinset.h: make priv_dispatch protected
697
698         * command_inset.[Ch]: change dispatch to priv_dispatch and make it
699         protected.
700
701         * several files: dispatch_result -> DispatchResult
702
703 2003-10-22  Angus Leeming  <leeming@lyx.org>
704
705         * formula.C (generatePreview): changes due to the changed
706         RenderPreview interface.
707
708 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
709
710         * formula.[Ch]: re-introduce display() for insets, fixing the
711         various bugs (stretch of line above, math inset
712         positioning, ...)
713
714 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
715
716         * ref_inset.C (priv_dispatch): take the code from localDispatch
717         into this
718         (localDispatch): delete
719
720         * math_nestinset.C (dispatch):
721         * math_hullinset.C (dispatch):
722         * math_gridinset.C (dispatch):
723         * formulabase.C (openNewInset, priv_dispatch, mathDispatch):
724         * command_inset.C (dispatch): adjust for localDispatch -> dispatch and
725         priv_dispatch
726
727 2003-10-14  Angus Leeming  <leeming@lyx.org>
728
729         * insetformulabase.[Ch] (view, cache, view_): remove the BufferView cache.
730
731         * insetformula.C (statusChanged): call LyX::cref().updateInset.
732
733 2003-10-14  Angus Leeming  <leeming@lyx.org>
734
735         * formula.C (metrics, draw): only draw the preview when previews
736         are activated.
737
738 2003-10-13  Angus Leeming  <leeming@lyx.org>
739
740         * formula.C (editing_inset): pass a pointer rather than a reference.
741
742 2003-10-13  Angus Leeming  <leeming@lyx.org>
743
744         * formula.C: remove #include "PreviewImage.h".
745         (draw, metrics): some simplification of the editing_inset check.
746         Also make it compile with g++2.95.
747
748 2003-10-12  Angus Leeming  <leeming@lyx.org>
749
750         * formulabase.[Ch] (cache): added.
751         (view): make protected.
752         (view_): store as a boost::weak_ptr.
753         (generatePreview): added this virtual function. Moved from inset.h.
754
755         * math_inset.[Ch] (view): removed.
756
757 2003-10-10  Angus Leeming  <leeming@lyx.org>
758
759         * command_inset.h:trivial changes ButtonRenderer -> RenderButton.
760
761         * formula.[Ch]: get rid of InsetFormula::PreviewImpl entirely. Use
762         RenderPreview and some free-standing functions in its place.
763
764 2003-10-10  Angus Leeming  <leeming@lyx.org>
765
766         * formula.C (draw): don't try and generate the previews from draw.
767         insetUnlock is already doing a fine job...
768
769 2003-10-09  Angus Leeming  <leeming@lyx.org>
770
771         * formula.C (metrics, draw): no longer need to pass a Buffer arg
772         to PreviewedInset::previewReady because it no longer has the side
773         effect of secretly starting preview generation.
774         (draw): call PreviewedInset::generatePreview explicitly if the
775         inset is no longer being edited.
776
777 2003-10-09  Angus Leeming  <leeming@lyx.org>
778
779         * formula.[Ch]: mods to PreviewImpl due to the changes to
780         PreviewedInset.
781
782 2003-10-09  Angus Leeming  <leeming@lyx.org>
783
784         * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's
785         previewReady and removePreview member functions.
786
787 2003-10-07  André Pönitz  <poenitz@gmx.net>
788
789         * math_dfracinset.[Ch]: support for \dfrac
790         * math_colorinset.[Ch]: support for colors in formulas
791
792 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
793
794         * math_macrotable.h: add <string> and other small fixes to make
795         Lars' std::string patch compile with STLport.
796
797 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
798
799         * math_cursor.C:
800         * math_parser.C:
801         * math_sizeinset.C:
802         * math_streamstr.C: Small fixes to build using STLport
803
804 2003-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
805
806         * math_symbolinset.C (metrics): apply a different hack to metrics
807         when running under OSX. Hopefully this will not break the X11
808         version under darwin (or hopefully nobody cares :)
809
810 2003-09-19  Angus Leeming  <leeming@lyx.org>
811
812         * formula.[Ch] (previewWanted, generatePreview): now passed a
813         'Bufer const &' arg.
814
815         * formalabase.C (insetUnlock): pass a buffer arg to generatePreview.
816
817 2003-09-18  Angus Leeming  <leeming@lyx.org>
818
819         * matheformula.[Ch] (getLabelList):
820         * mathemath_hullinset.[Ch] (getLabelList):
821         receive a Buffer const & arg.
822
823 2003-09-18  Angus Leeming  <leeming@lyx.org>
824
825         * formula.C (latexString): add a Buffer const & arg.
826
827 2003-09-16  Angus Leeming  <leeming@lyx.org>
828
829         * formula.C (PreviewImpl::parent): return a const reference.
830
831 2003-09-16  Angus Leeming  <leeming@lyx.org>
832
833         * formula.C:
834         * formulamacro.C:
835         add #include "LColor.h".
836
837         * math_cursor.C: add #include <boost/assert.hpp>.
838
839 2003-09-16  Angus Leeming  <leeming@lyx.org>
840
841         * math_braceinset.C, math_data.C, math_fboxinset.C, math_frameboxinset.C,
842         math_gridinset.C, math_hullinset.C, math_macrotemplate.C, math_nestinset.C,
843         math_rootinset.C, math_spaceinset.C, math_sqrtinset.C, math_support.C:
844         add #include "LColor.h".
845         * math_data.C, math_scriptinset.C: add #include <boost/assert.hpp>
846         * math_exintinset.C: add #include <boost/scoped_ptr.hpp>
847
848 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
849
850         * command_inset.C
851         * formula.C
852         * formulabase.C
853         * formulamacro.C
854         * math_arrayinset.C
855         * math_autocorrect.C
856         * math_cursor.C
857         * math_extern.C
858         * math_factory.C
859         * math_gridinset.C
860         * math_support.C: remove usage of STRCONV
861
862 2003-09-15  Angus Leeming  <leeming@lyx.org>
863
864         * math_gridinset.C (draw): explicitly define the color to draw the
865         line.
866
867 2003-09-12  André Pönitz  <poenitz@gmx.net>
868
869         * math_boldsymbolinset.[Ch]: preliminary support
870
871         * Makefile.am: adjust
872
873 2003-09-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
874
875         * math_kerninset.h:
876         * math_gridinset.h: include "lyxlength.h", not "vspace.h"
877
878         * math_cursor.C: "lyxrc.h", not <lyxrc.h>
879
880 2003-09-08  Angus Leeming  <leeming@lyx.org>
881
882         * formulabase.C:
883         * formulamacro.C:
884         * math_charinset.C:
885         * math_cursor.C:
886         * math_data.C:
887         * math_diminset.C:
888         * math_hullinset.C:
889         * math_support.C:
890         * math_tabularinset.C: remove redundant using directives.
891
892 2003-09-07  Angus Leeming  <leeming@lyx.org>
893
894         * formulabase.h: remove #includes "dimension.h", <boost/weak_ptr.hpp>,
895         <iosfwd>.
896
897         * math_decorationinset.h: remove #include "support/std_string.h".
898
899         * math_envinset.h:
900         * math_fboxinset.h: remove #include "metricsinfo.h".
901
902         * math_kerninset.h: remove #include "math_nestinset.h".
903
904         * math_macro.h: remove #include "math_macroarg.h".
905
906         * math_nestinset.h: remove #include "math_data.h".
907
908         Ensuing changes to .C files.
909
910 2003-09-05  Angus Leeming  <leeming@lyx.org>
911
912         * math_binaryopinset.[Ch]:
913         * math_gridinfo.h:
914         * math_xyarrowinset.[Ch]:
915         ensure that the header file can be compiled stand-alone.
916
917 2003-09-05  Angus Leeming  <leeming@lyx.org>
918
919         * *.C: strip out redundant #includes. (168 in total.)
920
921 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
922
923         * formulamacro.C (prefix): replace %s by %1$s to make bformat happy
924
925 2003-09-01  Alfredo Braunstein  <abraunst@libero.it>
926
927         * formulabase.C (InsetFormulaBase): initialize view_
928
929 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
930
931         * most files: change to use const buffer refs
932
933 2003-08-19  Angus Leeming  <leeming@lyx.org>
934
935         * most files: 'standardise' the header blurb.
936
937 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
938
939         * math_gridinset.C: rename valign-center to valign-middle
940
941 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
942
943         * always use std::endl with lyxerr, and <config.h> in some places.
944
945 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
946
947         * rename Inset to InsetOld
948
949         * all inset files (clone) return a auto_ptr<InsetBase>
950
951 2003-07-21  Angus Leeming  <leeming@lyx.org>
952
953         * formula.C (c-tor, addPreview): use namespace lyx::graphics rather
954         than grfx shortcut.
955
956 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
957
958         * math_parser.C (catInit): dont use unprintable control chars in
959         source.
960
961 2003-07-17  Angus Leeming  <leeming@lyx.org>
962
963         * formulabase.C (localDispatch): return UNDISPATCHED for all
964         LFUN_DIALOG_SHOW.
965
966 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
967
968         * introduce namespace lyx::graphics
969
970 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
971
972         * introduce namespace lyx::support
973
974 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
975
976         * math_symbolinset.C (MathSymbolInset): fix type const order
977
978         * math_support.C (mathed_draw_deco): fix type const order
979
980         * math_gridinset.C (GrinInsetMailer::name): fix type const order
981
982         * math_extern.C (testString): fix type const order
983
984         * math_data.C (operator[]): fix arg type
985
986         * math_binaryopinset.C (metrics): comment out
987
988         * formula.h: fix type const order
989
990 2003-06-19  Angus Leeming  <leeming@lyx.org>
991
992         * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with
993         LFUN_DIALOG_SHOW "mathpanel".
994
995 2003-06-17  Angus Leeming  <leeming@lyx.org>
996
997         * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/
998
999 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1000
1001         * formulabase.C (mathDispatchCreation): fix call to cutSelection
1002
1003 2003-06-16  André Pönitz  <poenitz@gmx.net>
1004
1005         * math_*inset.[Ch]: IU of clone()
1006
1007         * math_cursorpos.[Ch]:
1008         * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_
1009
1010 2003-05-28  André Pönitz  <poenitz@gmx.net>
1011
1012         * math_*.[Ch]: prepare unified two-stage drawing
1013
1014 2003-05-27  André Pönitz  <poenitz@gmx.net>
1015
1016         * *.C: dim.w -> dim.wid etc
1017
1018 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1019
1020         * remove same_id from function signatures, adjust
1021
1022 2003-05-19  André Pönitz  <poenitz@gmx.net>
1023
1024         * formulamacro.C: avoid multiple metrics computation
1025
1026 2003-05-23  Angus Leeming  <leeming@lyx.org>
1027
1028         * formula.C (latex):
1029         * formulamacro.C (latex): rename fragile as moving_arg.
1030
1031 2003-05-22  Angus Leeming  <leeming@lyx.org>
1032
1033         * formula.[Ch] (latex):
1034         * formulamacro.[Ch] (latex):
1035         no longer have a free_spacing arg. Data is now passed through the
1036         LatexRunParams arg.
1037
1038 2003-05-22  Angus Leeming  <leeming@lyx.org>
1039
1040         * formula.[Ch] (latex):
1041         * formulamacro.[Ch] (latex):
1042          no longer has a fragile arg. Data is now passed through the
1043          LatexRunParams arg.
1044
1045 2003-05-22  Angus Leeming  <leeming@lyx.org>
1046
1047         * formula.[Ch] (latex):
1048         * formulamacro.[Ch] (latex):
1049         passed a LatexRunParams parameter.
1050
1051 2003-05-19  André Pönitz  <poenitz@gmx.net>
1052
1053         * Makefile.am:
1054         * dimension.[Ch]: promote files to src/dimension.[Ch[
1055
1056         * formula.[Ch]:
1057         * formulamacro.[Ch]:
1058         * formulamacro.h:
1059         * math_inset.h: replace ascents/descent/witdh with dimension()
1060
1061 2003-05-14 André Pönitz <poenitz@gmx.net>
1062
1063         * math_substack.[Ch]: add markers
1064
1065 2003-05-12 André Pönitz <poenitz@gmx.net>
1066
1067         * formula.C:
1068         * math_parser.C:
1069         * math_cursor.C: boost::format -> bformat  all over the place
1070
1071 2003-05-06  Ling Li  <ling@caltech.edu>
1072
1073         * Makefile, math_makeboxinset.[Ch]:
1074         * math_factory.C (createMathInset):
1075         * math_parser.C (parse1): New support for \makebox.
1076
1077         * math_nestinset.C (drawMarkers, drawMarkers2):
1078         * math_boxinset.C, math_frameboxinset.C (draw):
1079         Fix spacing and marker length.
1080
1081 2003-05-03  John Levon  <levon@movementarian.org>
1082
1083         * formula.C:
1084         * formulabase.C:
1085         * formulabase.h:
1086         * formulamacro.C:
1087         * math_cursor.C: remove showInsetCursor(),
1088         isCursorVisible(), hideInsetCursor(), toggleInsetCursor(),
1089         explicit cursor hides. Add getCursor()
1090
1091 2003-05-02  André Pönitz <poenitz@gmx.net>
1092
1093         * math_arrayinset.[Ch]: add markers
1094
1095 2003-04-30  André Pönitz <poenitz@gmx.net>
1096
1097         * math_gridinset.C: fix transition to new Col/Row/CellInfo scheme
1098
1099 2003-04-14  Angus Leeming  <leeming@lyx.org>
1100
1101         * math_fboxinset.C:
1102         * math_frameboxinset.C: s/\(LColor::\)black/\1foreground/
1103         * math_macrotemplate.C: s/\(LColor::\)blue/\1mathline/
1104         * math_support.C: s/\(LColor::\)mathcursor/\1cursor/
1105
1106 2003-04-02  John Levon  <levon@movementarian.org>
1107
1108         * formulabase.C:
1109         * math_gridinset.C: tab lfuns changed name
1110
1111 2003-03-28  John Levon  <levon@movementarian.org>
1112
1113         * formulabase.C: remove LFUN_GREEK - does nothing
1114
1115 2003-03-19  John Levon  <levon@movementarian.org>
1116
1117         * formulabase.h:
1118         * formulabase.C:
1119         * math_gridinset.C:
1120         * math_hullinset.C:
1121         * ref_inset.C: updateInset() doesn't take a bool
1122         anymore
1123
1124 2003-03-17  John Levon  <levon@movementarian.org>
1125
1126         * formula.h:
1127         * formula.C:
1128         * formulabase.h:
1129         * formulamacro.h:
1130         * formulamacro.C: draw() prototype changed
1131
1132 2003-03-10  Angus Leeming  <leeming@lyx.org>
1133
1134         * math_gridinset.[Ch] (d-tor): added to ensure that the tabular
1135         dialog is hidden when the inset is deleted and the two are connected.
1136
1137 2003-03-05  Ling Li <ling@caltech.edu>
1138
1139         * math_casesinset.[Ch] (validate): request feature "amsmath"
1140
1141 2003-03-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1142
1143         * math_braceinset.C (metrics): fix computation of descent
1144
1145 2003-03-04  Angus Leeming  <leeming@lyx.org>
1146
1147         * command_inset.[Ch] (createDialogStr): a new function to generate
1148         something that the frontend Dialogs will understand.
1149         (c-tor): the string passed to the c-tor is now understood to be
1150         simply the inset's name, not some strange beast containing "|++|".
1151
1152         * math_factory.[Ch] (createMathInset_fromDialogStr): new function
1153         parses the string passed from the frontends.
1154
1155         * formulabase.C (localDiapatch):
1156         * ref_inset.C (dispatch): use createDialogStr and
1157         createMathInset_fromDialogStr rather than the current hard-coded
1158         stuff.
1159
1160         * ref_inset.[Ch] (string2RefInset): goes the way of the dodo.
1161
1162 2003-03-04  Angus Leeming  <leeming@lyx.org>
1163
1164         * formulabase.C (localDispatch): if an inset is found on
1165         LFUN_INSET_APPLY, send LFUN_INSET_MODIFY to the inset's localDispatch.
1166
1167         * ref_inset.C (localDispatch): handle LFUN_INSET_MODIFY, not
1168         LFUN_INSET_APPLY.
1169
1170 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1171
1172         * formulabase.h: adjust for boost 1.30.0
1173
1174 2003-02-27  Angus Leeming  <leeming@lyx.org>
1175
1176         * formulabase.C (localDispatch): collapse LFUN_REF_APPLY to
1177         LFUN_INSET_APPLY.
1178
1179         * ref_inset.C (changes due to the change to LFUN_INSET_APPLY.
1180
1181 2003-02-26  Angus Leeming  <leeming@lyx.org>
1182
1183         * ref_inset.C (localDispatch): act only on receipt of LFUN_REF_APPLY.
1184
1185 2003-02-26  Angus Leeming  <leeming@lyx.org>
1186
1187         * formula.C (draw): cache the BufferView* using cache not
1188         PreviewImpl::setView
1189
1190 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
1191
1192         * formula.C (draw): strip also the other argument (the owner inset) in
1193         the call to PreviewImage::image
1194
1195 2003-02-26  Angus Leeming  <leeming@lyx.org>
1196
1197         * ref_inset.[Ch]: add a localDispatch method to RefInset.
1198         add a string2RefInset function to 'translate' the string passed to the
1199         LyX core from the Reference dialog.
1200
1201         * formulabase.C (localDispatch): factor the code for LFUN_REF_APPLY
1202         to use these new functions and so avoid a dynamic cast.
1203
1204 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1205
1206         * formula.C (draw): eliminate BufferView argument in call to
1207         PreviewImage::image
1208
1209 2003-02-25  Angus Leeming  <leeming@lyx.org>
1210
1211         * ref_inset.C (dispatch): add an '\end_inset' to the string passed to
1212         the dialog.
1213
1214         * math_inset.h:
1215         * ref_inset.h (asRefInset): new method, replacing asInsetRef.
1216
1217 2003-02-21  Angus Leeming  <leeming@lyx.org>
1218
1219         * formulabase.C (localDispatch): retire LFUN_REF_INSERT. Add
1220         LFUN_DIALOG_SHOW_NEW_INSET "ref" and LFUN_REF_APPLY. The latter
1221         is not yet safe. Posted some ideas to the list for further discussion.
1222
1223         * ref_inset.C (dispatch): a first stab at activating the code
1224         to display the reference dialog from within mathed. Not yet working.
1225
1226 2003-02-14  Dekel Tsur  <dekelts@tau.ac.il>
1227
1228         * math_parser.C (parse1): Do not remove braces for {<expr>}^
1229
1230 2003-02-13  Bo Peng <bpeng@rice.edu>
1231
1232         * math_cursor.h:
1233         * math_cursor.C (backspace, erase): return false for empty mathboxes.
1234
1235         * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete
1236                 the empty mathbox. Fix Bug 686.
1237
1238 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
1239
1240         * formula.C (draw, width): Fix spacing around previewed formula.
1241
1242 2003-01-13  Michael Schmitt <Michael.Schmitt@teststep.org>
1243
1244         * formulabse.C (localDispatch): make CTRL-Pos1/End behave a little
1245         bit more intuitive. (Patch suggested by André.)
1246
1247 2003-01-07  João Luis Meloni Assirati <assirati@fma.if.usp.br>
1248
1249         * math_hullinset.C: fix numbering problem of AMS gather and
1250           multline environments. Treat gather the same
1251           way as eqnarray and multline as a special case.
1252
1253 2002-12-18  John Levon  <levon@movementarian.org>
1254
1255         * math_factory.C: do not assume symbol font is present
1256
1257 2002-12-17  Dekel Tsur  <dekelts@tau.ac.il>
1258
1259         * math_parser.C (tokenize): Fix macro reading.
1260
1261 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1262
1263         * several files: ws changes
1264
1265 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1266
1267         * math_inferinset.C: remove unused "using std::max"
1268
1269 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1270
1271         * formulamacro.C (prefix): use boost::format
1272
1273 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
1274
1275         * formulabase.C (lfunMouseRelease): Do not make the buffer dirty
1276         when releasing the first mouse button.
1277
1278 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1279
1280         * math_inset.C (asString): STRCONV
1281
1282         * math_factory.C (initSymbols): do not std:: qualify getline, use
1283         empty() to check for empty string, STRCONV
1284
1285         * math_extern.C: STRCONV
1286
1287         * math_diminset.C (drawT): STRCONV
1288
1289         * math_cursor.C (info): STRCONV
1290
1291         * math_autocorrect.C (initAutoCorrect): STRCONV
1292
1293         * formulamacro.C (InsetFormulaMacro): STRCONV
1294
1295         * formulabase.C (localDispatch): STRCONV
1296
1297         * formula.C (latexString): STRCONV
1298
1299         * math_factory.C: add using std::endl
1300         (math_font_available): use it
1301         (initSymbols): use it
1302         (createMathInset): use it
1303
1304         * math_cursor.C (MathCursor): reindent
1305
1306 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
1307
1308         * many files: Add support for Maxima.
1309
1310         * math_scriptinset.C (dispatch): Change handling of LFUN_MATH_LIMITS.
1311
1312         * math_symbolinset.C (metrics): Compute em with the default font.
1313
1314         * math_charinset.C (draw): Use math symbol fonts for <,> & =
1315
1316 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
1317
1318         * math_factory.C (initSymbols): Support "else" token.
1319
1320         * math_symbolinset.C (metrics): Remove special case for \not.
1321
1322 2002-10-18  Angus Leeming  <leeming@lyx.org>
1323
1324         * formula.C (latexString): Revert yesterday's change. It's going to
1325         be too complicated to deal with nasty surprises.
1326
1327 2002-10-17  Angus Leeming  <leeming@lyx.org>
1328
1329         * formula.C (latexString): change "\[ ... \]" to "$ \displaystyle ... $"
1330         for nicer previews.
1331
1332 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
1333
1334         * math_kerninset.C (metrics): Use LyXLength::inPixels.
1335
1336 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
1337
1338         * math_factory.C (initSymbols): iffont.
1339
1340 2002-10-14  André Pönitz <poenitz@gmx.net>
1341
1342         * math_cursor.C: remove code to fix crash
1343
1344 2002-10-14  André Pönitz <poenitz@gmx.net>
1345
1346         * formulabase.C: support pasting stuff into formulas using button3
1347
1348         * math_parser.C:
1349           math_hullinset.C: Herbert's patch to support flalign
1350
1351 2002-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1352
1353         * formulabase.C (localDispatch): make LFUN_WORDLEFTSEL and
1354         LFUN_WORDRIGHTSEL coherent with their non-SEL counterparts
1355
1356 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1357
1358         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1359
1360 2002-09-11  John Levon  <levon@movementarian.org>
1361
1362         * dimension.C: compile fix
1363
1364 2002-09-11  Angus Leeming  <leeming@lyx.org>
1365
1366         * preview.[Ch]: cruft. Removed.
1367
1368 2002-08-29  André Pönitz <poenitz@gmx.net>
1369
1370         * math_framboxinset.[Ch]: new (partial) support for \framebox
1371
1372         * math_parser.C: generalization for reading optional arguments
1373
1374 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1375
1376         * math_parinset.C: add support/LOstream.h and config.h
1377
1378 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1379
1380         * math_hullinset.C: add using std::pair
1381
1382 2002-08-13  Angus Leeming  <leeming@lyx.org>
1383
1384         * formulabase.C:
1385         * ref_inset.C:
1386         changes due to the changed LyXView interface that now returns references
1387         to member variables not pointers.
1388
1389         * math_inset.[Ch] (getDialogs, getLyXFunc): return a reference, not a
1390         pointer, reflecting this change.
1391
1392 2002-08-02  Angus Leeming  <leeming@lyx.org>
1393
1394         * formula.C: pass the BufferView to the PreviewedInset so that it can
1395         cache it.
1396
1397 2002-08-02  Angus Leeming  <leeming@lyx.org>
1398
1399         * formulabase.[Ch]: store the BufferView as a weak_ptr.
1400         (updatePreview): removed.
1401         (insetUnlock): invoke generatePreview().
1402
1403         * formula.C (InsetFormula): pass the shared_ptr to view_, not the raw
1404         BufferView.
1405         (read, localDispatch): remove those calls to updatePreview().
1406
1407         * math_metricsinfo.[Ch]: store the BufferView as a weak_ptr.
1408
1409         * math_nestinset.C (notifyCursorLeaves): empty, because
1410         generatePreview() is now called from InsetFormulaBase::insetUnlock.
1411
1412 2002-08-01  Angus Leeming  <leeming@lyx.org>
1413
1414         * formula.C: move code into the new PreviewedInset class.
1415
1416         * formula.[Ch] (generatePreview): renamed as addPreview.
1417         (generatePreview): new method invoking PreviewedInset::generatePreview.
1418
1419         * math_nestinset.C (notifyCursorLeaves): simplify. Now just calls
1420         Inset::generatePreview.
1421
1422 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1423
1424         * formula.C (localDispatch): strip,frontStrip -> trim,ltrim,rtrim
1425
1426 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1427
1428         * math_nestinset.C: add using std::vector
1429
1430 2002-07-23  Angus Leeming  <leeming@lyx.org>
1431
1432         * formula.C (descent): add an arbitrary 12 pixels to the descent when
1433         previewing a display mode equation, analogous to André's code elsewhere.
1434
1435         * math_nestinset.C (notifyCursorLeaves): generate the preview only
1436         when leaving an inset with depth() == 1.
1437
1438 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1439
1440         * math_support.C (mathed_draw_deco): fix rounding bug for rotated
1441         decorations
1442
1443 2002-07-17  Angus Leeming  <leeming@lyx.org>
1444
1445         * math_parboxinset.C: add using std::vector directive.
1446
1447         * formula.C (PreviewImpl's generate): bind to the PreviewLoader
1448         through a method rather than to the signal directly.
1449
1450 2002-07-16  Angus Leeming  <leeming@lyx.org>
1451
1452         * formula.C (ascent, descent, draw): remove the extra pixels
1453         required to accommodate the mathed active frame when in Preview mode.
1454
1455 2002-07-12  Angus Leeming  <leeming@lyx.org>
1456
1457         * formula.C: use the new smart loading capabilities of the image
1458         loader.
1459
1460 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1461
1462         * mathformula.C: use Lsstream.h not sstream
1463
1464 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1465
1466         * math_support.C:
1467         * math_factory.C: use lyx_gui::font_available()
1468
1469 2002-07-09  Angus Leeming  <leeming@lyx.org>
1470
1471         * math_braceinset.h:
1472         * math_scriptinset.h: remove class:: from method declaration.
1473
1474         * math_braceinset.C:
1475         * math_envinset.C: #include "LOstream.h"
1476
1477 2002-07-05  Angus Leeming  <leeming@lyx.org>
1478
1479         * formula.[Ch] (generatePreview): instantiate new virtual method.
1480         Strip out the preliminary preview code and replace with code that
1481         makes full use of the graphics/Preview* files. Hide all the
1482         shenanigans behind a PreviewImpl firewall.
1483
1484         * math_nestinset.C (notifyCursorLeaves): update the preview using the
1485         new graphics/Preview* code.
1486
1487 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1488
1489         * formulabase.C: ws changes
1490         * formula.C: ws changes
1491
1492 2002-07-01  Geof Piroux
1493
1494         * math_ex*.[Ch] et al: support for Mathematica as CAS backend
1495
1496 2002-06-28  Angus Leeming  <leeming@lyx.org>
1497
1498         * preview.h (preview): don't pass grfx::GraphicPtr & anymore.
1499
1500 2002-06-24  André Pönitz <poenitz@gmx.net>
1501
1502         * math_parser.C: remove "remove seemingly unneeded {} hack"
1503
1504 2002-06-26  Angus Leeming  <leeming@lyx.org>
1505
1506         * formula.C: use lyxerr, not cerr.
1507
1508 2002-06-24  André Pönitz <poenitz@gmx.net>
1509
1510         * *.[Ch]: left over changes from Porto
1511
1512         * math_gridinset.C (eolString): fix #456
1513
1514 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1515
1516         * formula.C: use repaint()
1517
1518 2002-06-16  André Pönitz <poenitz@gmx.net>
1519
1520         * math_factory.C:
1521         * math_support.C: fix font fall-back
1522
1523         * math_specialcharinset.[Ch]:
1524         * math_funcliminset.[Ch]: remove, it's now done by MathSymbolInset
1525
1526         * math_funcinset.[Ch]: remove, it's not used
1527
1528 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1529
1530         * math_extern.C: add using std::endl
1531
1532 2002-06-15  LyX Development team <lyx@rilke>
1533
1534         * formula.[Ch]:
1535         * macroformula.[Ch] (docbook): Added argument to care about the
1536         pernicious mixed content.
1537
1538 2002-05-30  André Pönitz <poenitz@gmx.net>
1539
1540         * math_parser.C:
1541         * formulabase.C: parser changes to 'everything might be a table'
1542
1543 2002-05-31  Dekel Tsur  <dekelts@tau.ac.il>
1544
1545         * math_hullinset.C (ams): Do a real check.
1546
1547 2002-05-30  André Pönitz <poenitz@gmx.net>
1548
1549         * *.[Ch]: "fonts as inset"
1550
1551 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1552
1553         * switch from SigC signals to boost::signals.
1554
1555 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1556
1557         * formulabase.C:
1558         * formulabase.h:
1559         * math_inset.h: use mouse_state. Kill insetKeyPress
1560
1561 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1562
1563         * math_support.C: font loader moved
1564
1565 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1566
1567         * formulabase.C:
1568         * formulamacro.C:
1569         * math_charinset.C:
1570         * math_funcinset.C:
1571         * math_support.C:
1572         * math_unknowninset.C: new name for font metrics
1573
1574 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1575
1576         * math_autocorrect.C: include vector and add a using statement.
1577
1578 2002-05-23  André Pönitz <poenitz@gmx.net>
1579
1580         * math_autocorrect.[Ch]: new "auto correction" feature
1581         * math_cursor.[Ch]: subsequent changes
1582         * math_parser.C: somewhat better error reporting
1583
1584 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1585
1586         * formula.C:
1587         * formulabase.C: LyXView moved into frontends/
1588
1589 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1590
1591         * formula.C:
1592         * formulabase.C:
1593         * formulamacro.C:
1594         * math_binaryopinset.C:
1595         * math_casesinset.C:
1596         * math_charinset.C:
1597         * math_cursor.C:
1598         * math_fracinset.C:
1599         * math_funcinset.C:
1600         * math_gridinset.C:
1601         * math_hullinset.C:
1602         * math_macro.C:
1603         * math_macrotemplate.C:
1604         * math_rootinset.C:
1605         * math_spaceinset.C:
1606         * math_sqrtinset.C:
1607         * math_stringinset.C:
1608         * math_support.C:
1609         * math_unknowninset.C:
1610         * math_xdata.C:
1611         * math_xyarrowinset.C: move Painter to frontends/
1612
1613 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1614
1615         * math_exintinset.C: use more specific smart_ptr header.
1616
1617 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1618
1619         * math_cursor.C: clear selection on paste (bug 393)
1620
1621 2002-05-15  André Pönitz <poenitz@gmx.net>
1622
1623         * formulabase.[Ch]: mark buffer as (Changed) after font changes
1624
1625 2002-05-13  André Pönitz <poenitz@gmx.net>
1626
1627         * math_cursor.[Ch]: honor lyxrc setting for auto_delete_region
1628
1629 2002-05-13  André Pönitz <poenitz@gmx.net>
1630
1631         * math_cursor.C: fix crash on paste as reported by Piroux Geoffroy
1632
1633 2002-04-24  Juergen Vigna  <jug@sad.it>
1634
1635         * formulabase.C (insetButtonPress): set the mathcursor in case we
1636         don't have one. This happens when clicking on a non locked mathed
1637         inset with any button != 1.
1638         (insetButtonPress): Forgot about this the Panel should NEVER be
1639         opened in a Press event ONLY in the Release event!
1640
1641 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1642
1643         * formulabase.C (localDispatch): merge the cases for
1644         LFUN_PROTECTEDSPACE and LFUN_MATH_SPACE, since they were identical.
1645
1646 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1647
1648         * formulabase.C (localDispatch): handle arguments of
1649         LFUN_MATH_DELIM better.
1650
1651 2002-04-04 Angus Leeming  <a.leeming@ic.ac.uk>
1652
1653         * formulabase.C: remove unused variables hack_x, hack_y, hack_button.
1654
1655 2002-04-02  Allan Rae  <rae@lyx.org>
1656
1657         * math_cursor.C (info): make it work with lyxstring and std::string
1658
1659 2002-03-12  André Pönitz <poenitz@gmx.net>
1660
1661         * math_cursor.C: fix some Up/Down "issues"
1662
1663 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1664
1665         * most files: ws cleanup
1666
1667         * Makefile.am: remove ld -r stuff
1668
1669 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1670
1671         * Makefile.am: special rules if partial linking
1672
1673 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1674
1675         * math_charinset.C: wrap the std::strchr declaration inside a
1676         check for CXX_GLOBAL_CSTD.
1677
1678 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1679
1680         * math_biginset.[Ch] (size): return size_type, not int.
1681
1682         * math_inset.C (metrics): parameter "mi" is never referenced. Removed.
1683         * math_hullinset.C (metrics): ditto.
1684
1685
1686 2002-03-12  André Pönitz <poenitz@gmx.net>
1687
1688         * math_xarray.[Ch] et al: really use metrics cache if possible...
1689
1690 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
1691
1692         * math_decorationinset.C: add leftrightarrows to the displayable
1693         symbols.
1694
1695 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1696
1697         * formula.C Changes due to the renaming of support/syscall.[Ch] as
1698         support/systemcall.[Ch] and of class Systemcalls as class
1699         SystemCall.
1700
1701 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1702
1703         * formula.C: change Systemcalls::System to Systemcalls::Wait and
1704         No change of functionality, just reflects the stripped down
1705         Systemcalls class.
1706
1707 2002-02-08  André Pönitz <poenitz@gmx.net>
1708
1709         * math_support.[Ch]: some support for \dddot
1710
1711 2002-02-08  Otto Tronarp <otttr440@student.liu.se>
1712
1713         * math_decorationinset.C:
1714
1715         * math_support.C:
1716
1717         * math_hash.C: Added \underrightarrow and \underleftarrow
1718
1719 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
1720
1721         * formulabase.C (localDispatch): fix umlaut handling
1722
1723         * formulabase.C: pop up math panel on right mouse click
1724
1725 2002-02-01  André Pönitz <poenitz@gmx.net>
1726
1727         * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
1728
1729 2002-02-01  André Pönitz <poenitz@gmx.net>
1730
1731         * math_xymatrixinset.[Ch]: some support for \xymatrix
1732
1733 2002-02-01  André Pönitz <poenitz@gmx.net>
1734
1735         * math_undersetinset.[Ch]: implement direct support for \underset
1736
1737 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1738
1739         * math_support.C: removed the arrays latex_mathstyle[] and
1740         latex_mathfontcmds[] to the frontends.
1741
1742 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1743
1744         * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
1745
1746 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1747
1748         * math_factory.C (createMathInset): add a default: label in switch
1749
1750 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1751
1752         * formulabase.[Ch] (searchForward, searchBackward): change the
1753         bool const & params to bool.
1754
1755 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
1756         * math_macrotable.C: added macros for Blackboard Bold,
1757         Calligraphic symbols support in mathed. Kludge.
1758
1759 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1760
1761         * math_mathmlstream.C (operator<<): use lyx::count rather than
1762         countChar.
1763
1764         * math_streamstr.C (operator<<): ditto.
1765
1766 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1767
1768         * math_support.C: change latex_mathfontcmds to an array of
1769         kb_action.
1770
1771 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1772
1773         * math_exfuncinset.C: remove using std::ostream declaration.
1774
1775         * math_kerninset.C: whitespace change, consistent with other files.
1776
1777         * math_mathmlstream.C (operator<<):
1778         * math_streamstr.C (operator<<): use countChar rather than std::count.
1779
1780         * math_parser.C (operator==): comment out. Not used.
1781
1782 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1783
1784         * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
1785
1786         * math_support.C: separate  string arrays for math style and for
1787         font commands.
1788
1789 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
1790
1791         * math_parser.C (parse_normal): Support for \begin{math}
1792
1793 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1794
1795         * math_hullinset.C (validate): rename feature "amsstyle" to
1796         "amsmath".
1797
1798 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
1799
1800         * math_support.C: modified to support  a mathed pop-up for math
1801         size "styles" and font types.
1802
1803 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1804
1805         * math_defs.h: remove trailing comma from enum MathTextCodes.
1806
1807 2002-01-03  André Pönitz <poenitz@gmx.net>
1808
1809         * formulabase.[Ch]: implement simple search
1810
1811         * math_sizeinset.[Ch]: support for \displaystyle etc
1812
1813 2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
1814
1815         * math_macrotable.C (builtinMacros): Adjust kern values.
1816
1817 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1818
1819         * math_atom.C:
1820         * math_binaryopinset.C:
1821         * math_binominset.C:
1822         * math_casesinset.C:
1823         * math_charinset.C:
1824         * math_data.C:
1825         * math_diminset.C:add missing config.h
1826
1827         * math_cursor.C:
1828         * math_parser.C: move inludes around a bit.
1829
1830         * math_extinset.C: user boost::scoped_ptr
1831
1832         * math_parser.C: user std::fill to fill the catcodes. (please
1833         check this one...), and some consts.
1834
1835 2001-12-11  André Pönitz <poenitz@gmx.net>
1836
1837         * math_cursor.C: allow cut&paste of rectangular regions of cells
1838
1839 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
1840
1841         * math_kerninset.C (metrics): Consider lyxrc.zoom
1842
1843 2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
1844
1845         * math_support.C: Fix handling of \mathfrak font.
1846
1847 2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1848
1849         * math_iterator.C (nextInset): compilation fix.
1850
1851 2001-12-11  André Pönitz <poenitz@gmx.net>
1852
1853         * math_defs.h:
1854         * math_parser.C:
1855         * math_hash.C: support for \mathfrak
1856
1857 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
1858
1859         * math_streamstr.C: #include <iostream> to compile with DEC cxx
1860
1861 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1862
1863         * math_arrayinset.C:
1864         * math_boxinset.C:
1865         * math_decorationinset.C:
1866         * math_deliminset.C:
1867         * math_dotsinset.C:
1868         * math_exfuncinset.C:
1869         * math_exintinset.C:
1870         * math_funcinset.C:
1871         * math_funcliminset.C:
1872         * math_hullinset.C:
1873         * math_kerninset.C:
1874         * math_limopinset.C:
1875         * math_sizeinset.C:
1876         * math_stringinset.C:
1877         * math_symbolinset.C:
1878         * math_unknowninset.C: include math_streamstr.h and remove
1879         unneeded c_str()
1880
1881         * math_symbolinset.[Ch]: add constructor taking string
1882
1883         * math_mathmlstream.C: move includes around
1884
1885         * math_streamstr.[Ch]: add operator<<(Stream, string) for
1886         NormalStream, MapleStream, MathMLStream and OctaveStream
1887
1888         * math_gridinset.C: user LyXLength::zero
1889
1890 2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
1891
1892         * formula.C:
1893         * math_arrayinset.C: add using std::getline directive.
1894
1895 2001-11-20 André Pönitz  <poenitz@gmx.net>
1896
1897         * formulabase.C: fix mouse positioning using the cursor
1898
1899 2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
1900
1901         * math_mathmlstream.C (operator<<): Count '\n' chars
1902
1903 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
1904
1905         * math_macro.C
1906         * math_hullinset.C:  Fixes to use the new LaTeXFeatures
1907         correctly.
1908
1909 2001-11-07  André Pönitz  <poenitz@gmx.net>
1910
1911         * math_extern.C: support for integrals, sums, e^x, and d/dx
1912
1913 2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1914
1915         * math_extern.C (extractNumber):
1916         (extractDiffExponent): add ugly .c_str()
1917
1918 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1919
1920         * math_arrayinset.C (MathArrayInset):
1921         * formula.C (pipeThroughMaple):
1922         (pipeThroughOctave): add ugly .c_str() to help compile
1923         with lyxstring
1924
1925 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1926
1927         * math_inset.C: compilation fix
1928
1929 2001-11-07  André Pönitz  <poenitz@gmx.net>
1930
1931         * math_*inset.[Ch]:
1932         * array.[Ch]: start native C++ support for Octave, Maple and MathML
1933
1934 2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
1935
1936         * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
1937
1938 2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
1939
1940         * math_nestinset.C: added using std::max, min directives.
1941         * math_scriptinset.C: added using std::ostream directive.
1942         * math_scriptinset.h: replaced ostream with std::ostream.
1943
1944 2001-10-17  André Pönitz  <poenitz@gmx.net>
1945
1946         * math_*inset.[Ch]: remove MathStyles cache from insets that
1947           don't need it
1948
1949         * support.C:
1950           formulabase.C: fix math font sizes in headings etc
1951
1952         * math_inset.[Ch]:
1953           formula.C: remove unused static member int MathInset::workwidth
1954
1955         * math_gridinset.[Ch]: implement idxHome() and idxEnd()
1956
1957 2001-10-17  André Pönitz  <poenitz@gmx.net>
1958
1959         * math_inset.h:
1960         * *.[Ch]: make output more stream-like
1961
1962 2001-10-17  André Pönitz  <poenitz@gmx.net>
1963
1964         * formula.C:
1965         * array.C: add missing/broken  writeNormal()
1966
1967         * math_lefteqn.[Ch]: some visual support for \lefteqn
1968
1969
1970 2001-10-10  André Pönitz  <poenitz@gmx.net>
1971
1972         * math_cursor.C: introduce dummy "inner" position "between"
1973         nucleus and scripts for smoother cursor movement
1974
1975         * math_cursor.C: use red dot to indicate empty nucleus
1976
1977
1978 2001-10-02  André Pönitz  <poenitz@gmx.net>
1979
1980         * math_cursor.C: leave red backslash as visual clue
1981         in formula when typing macro names
1982
1983         *       math_macrotemplate.C: sanity check
1984
1985 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1986
1987         * math_cursor.C:
1988         * formula.C (localDispatch): fix a few of local variable sizes
1989
1990         * math_fracbase.C: change parameter types to match MathInset
1991
1992 2001-10-01  André Pönitz  <poenitz@gmx.net>
1993
1994         * math_cursor.[Ch]: remove local parInset() method
1995
1996         * math_macro.C: add a static_cast
1997
1998 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1999
2000         * math_cursor.C: fix type mismatches with what was declared in
2001         math_cursor.h.
2002
2003 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2004
2005         * math_matrixinset.C (header_write): Add \n after \begin{align}
2006
2007 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
2008
2009         * math_macrotable.C (builtinMacros): Add some macros if latex
2010         fonts are available.
2011
2012 2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2013
2014         * formula.C (insetAllowed): disallow label insertion in inline
2015         formula
2016
2017 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2018
2019         * formulabase.C (mathDispatchCreation): pass second argument
2020         'false' (no label) to selectionAsString
2021
2022 2001-09-11  André Pönitz  <poenitz@gmx.net>
2023
2024         * math_atom.[Ch]: new basic item in the MathArray
2025
2026         * array.[Ch]: move code over to math_atom
2027
2028         * math_scriptinset.[Ch]:
2029           math_parser.C:
2030           math_cursor.C: try to do with super- and subscripts what TeX does
2031
2032 2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2033
2034         * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
2035
2036 2001-09-04  André Pönitz  <poenitz@gmx.net>
2037
2038         * math_defs.h:
2039         * math_parser.C:
2040         * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
2041             'xxalignt', 'gather' and 'multiline' environments
2042
2043         * math_cursor.C: fix handling of | and \|
2044
2045 2001-09-04  José Matos  <jamatos@fep.up.pt>
2046
2047         * formulabase.C
2048         * formulabase.h
2049         * formula.C
2050         * formula.h
2051         * formulamacro.C
2052         * formulamacro.h (docbook): rename docBook method to docbook.
2053
2054 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
2055
2056         * math_hash.C (ReadSymbols): Check for duplicate symbols
2057
2058 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2059
2060         * support.C: added a using std::map directive.
2061
2062 2001-08-17  André Pönitz  <poenitz@gmx.net>
2063
2064         * math_hash.C: Use std::map instead of faking it
2065
2066         * symbol_def.h: remove unneeded symbol definitions
2067
2068         *       support.C: use the decorations' name for drawing
2069
2070 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
2071
2072         * math_hash.C (in_word_set): Initialize symbol table even when
2073         symbols file was not found.
2074
2075 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2076
2077         * math_hash.C: added a using std::endl directive.
2078
2079 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
2080
2081         * support.C (whichFont): Add support for cmr font.
2082         Add support for \mathbb.
2083
2084         * math_notinset.C (draw, metrics): Use cmsy symbol if available.
2085
2086         * math_macrotable.C (builtinMacros): Add 3 builtin macros
2087
2088 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
2089
2090         * math_hash.C: Read symbols information from external file
2091         many files: Add support for latex symbol fonts
2092
2093 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
2094
2095         * math_parser.C (Parser): Eat spaces after \end_inset
2096
2097 2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2098
2099         * math_parser.C (tokenize): fix typo
2100
2101 2001-08-17  André Pönitz  <poenitz@gmx.net>
2102
2103         * math_parser.C: new "lexxer"
2104
2105         * array.C: write sequences of chars with same code as a unit
2106
2107 2001-08-13  André Pönitz  <poenitz@gmx.net>
2108
2109         * math_factory.[Ch]: new files for the creation of math insets
2110
2111         * math_parser.C:
2112                 math_cursor.C:
2113                 math_hash.C: simplifications
2114
2115         * math_binom.[Ch]: new files for "native" \binom/\choose inset
2116
2117         * math_parser.C:
2118                 math_cursor.C: reading support for TeX style \over and \choose
2119
2120         * formulabase.C: re-enabling the "selected text gets converted to
2121         math when pressing C-m" feature.
2122
2123 2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
2124
2125         * math_parser.C (lexArg): remove default argument from the .C file
2126         as it causes DEC cxx to complain about a redefinition.
2127
2128 2001-08-10  André Pönitz  <poenitz@gmx.net>
2129
2130         *       math_scopeinset.[Ch]: new inset for {} blocks
2131
2132         *       math_accentinset.[Ch]: removed unneeded files
2133
2134         * math_grid.[Ch]:
2135           math_matrix.[Ch]: start support for "interrow spacing"
2136
2137         * all over the place: rework of parser stuff
2138
2139 2001-08-08  André Pönitz  <poenitz@gmx.net>
2140
2141         *       math_fracbase.[Ch]:
2142         * math_fracinset.[Ch]: new hierarchy
2143
2144         *       math_stackrelbase.[Ch]: native \stackrel support
2145
2146         * math_inset.[Ch]: removal of the name_ member
2147
2148         * math_deliminset.[Ch]: rework
2149
2150 2001-08-06  André Pönitz  <poenitz@gmx.net>
2151
2152         * formulamacro.C: fix nasty bug due to missing copy constructor
2153
2154         * math_bigopinset.[Ch]: revival for things like \int, \sum
2155
2156         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
2157
2158         * math_diminset.h: make cache variables mutable, remove const_cast
2159
2160         * formulabase.[Ch]: remove unneeded convertFont()
2161
2162         * math_funcinset.[Ch]: bring red color back
2163
2164         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
2165         inset to the mcaro table
2166
2167 2001-08-01  André Pönitz  <poenitz@gmx.net>
2168
2169         * math_cursor.C:
2170                 formulamacro.C: fix memory leaks
2171
2172         * math_matrixinset.C: fix mis-alignment of eqnarray columns
2173
2174         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
2175         MathMatrixInset * and MathMacroTemplate * to save a few casts
2176
2177         * all over the place: everything is an inset now
2178
2179         * math_nestinset.[Ch]: new abstract base class for insets containing
2180         other insets.
2181
2182         * math_diminset.[Ch]: new abstract base class for insets that need
2183         the width_/ascent_/descent_ cache
2184
2185 2001-07-25  André Pönitz  <poenitz@gmx.net>
2186
2187         * formulabase.C: re-enable 'space enlargement' feature
2188
2189         * math_scriptinset.C:
2190                 math_bigopinset.C: rework of script insets
2191
2192 2001-07-22  André Pönitz  <poenitz@gmx.net>
2193
2194         * math_cursor.C: fix "pullArg" behaviour
2195
2196         * math_cursor.C: keep empty super/subscript a bit longer
2197
2198         * math_cursor.C: do not move into insets that don't have inner cells yet
2199
2200         * formulabase.C: fix memory leak
2201
2202         * math_cursor.C: ^ now copies selection into new srriptinset
2203
2204         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
2205           using the mouse
2206
2207         * math_updowninset.C: fix drawing glitches
2208
2209         * math_cursor.C: paste to correct position
2210
2211 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2212
2213         * formula.C (insetAllowed): allow insertion of label
2214
2215 2001-07-20 André Pönitz  <poenitz@gmx.net>
2216
2217         * math_macrotable.C: support for \land and \vee
2218
2219 2001-07-16 André Pönitz  <poenitz@gmx.net>
2220
2221         * math_grid.[Ch] -> math_gridinset.[Ch]
2222           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
2223
2224         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
2225           fix 'mathed reports wrong width', cosmetics
2226
2227 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2228
2229         * math_cursor.C (operator==): moved ouf of struct
2230         (operator<): ditto
2231         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
2232
2233 2001-07-16 André Pönitz  <poenitz@gmx.net>
2234
2235         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
2236
2237         * several files: supporting changes
2238
2239 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2240
2241         Consistent use of Lsstream.h:
2242         * formula.C: removed using std::ostringstream directive.
2243
2244         * math_cursor.C: std::istringstream -> istringstream.
2245
2246 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2247
2248         * math_decorationinset.h: add std:: qualifier
2249
2250 2001-07-12 André Pönitz  <poenitz@gmx.net>
2251
2252         * math_updowninset.[hC]: new base class for script and bigop insets
2253                 *.[hC]: subsequent changes to all Metric() functions
2254
2255         * math_parser.C: small changes (\sqrt0 is read properly now)
2256
2257 2001-07-10 André Pönitz  <poenitz@gmx.net>
2258
2259         * math_accentinset.[hC]: rewrite
2260
2261         * math_parser.C:
2262                 math_cursor.C: subsequent changes
2263
2264         * math_grid.C: <Delete> in the first cell of a completely empty row
2265           deletes that row, <C-Return> places the cursor in the first of the
2266           new empty cells.
2267
2268         * math_grid.C: try to split cell nicely when mutating from single-cell
2269           to multi-cell environment
2270
2271 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
2272
2273         * math_matrixinset.C (mutate): Use only the first label when
2274         mutating eqnarray to display formula.
2275
2276 2001-07-09  Juergen Vigna  <jug@sad.it>
2277
2278         * formulabase.C (mathDispatchCreation): don't do anything with the
2279         inset if it cannot be inserted!
2280
2281 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2282
2283         * formulabase.C (mathDispatchInsertMath): remove bogus return
2284         statement.
2285
2286 2001-07-09 André Pönitz  <poenitz@gmx.net>
2287
2288         * math_*inset.C: Change order of arguments in MathInset constructor
2289
2290         * math_cursor.C: Remove broken "increase space" feature for a while
2291
2292 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
2293
2294         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
2295
2296 2001-07-04 André Pönitz  <poenitz@gmx.net>
2297
2298         * math_parser.C: fix reading of "unusual" alpha chars
2299
2300         * xarray.[hC]: fix debug output of xarray
2301
2302 2001-07-03 André Pönitz  <poenitz@gmx.net>
2303
2304         * math_parser.C: fix bug where equations did not get their labels
2305
2306         * formulabase.C: new feature: changing font on selection
2307
2308         * several files: subsequent changes
2309
2310         * array.C: fix bug when insets have not been cloned properly
2311         This should fix quite a few "random" crashes...
2312
2313 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2314
2315         * formulabase.C (localDispatch): use .c_str() on istringstream
2316         constructor argument.
2317
2318 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2319
2320         * math_grid.C (addCol): add second argument to cellinfo_.insert.
2321         Cleanup a bit the code.
2322         (appendRow): do not call push_back without argument.
2323
2324         * *.C: remove all "using namespace std" directives (not
2325         good!!) and replaced it with relevant "using" directives.
2326
2327         * math_macrotemplate.C (Clone): change return type to MathInset*
2328
2329 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2330
2331         * math_sizeinset.C: include support/LOstream.h
2332
2333         * math_scriptinset.C (Metrics): std:: qualify max
2334
2335         * math_root.C (Metrics): std:: qualify max
2336         (Write): std:: qualify ostream
2337         (WriteNormal): ditto
2338
2339         * math_matrixinset.C (getLabelList): std:: qualify vector
2340         include vector
2341         (Metrics): std:: qualify max
2342         (header_write): std:: qualify ostream
2343         (footer_write): ditto
2344
2345         * math_macrotemplate.C (Write): std:: qualify ostream
2346
2347         * math_bigopinset.C (Metrics): std:: qualify max, and include
2348         functional
2349
2350         * math_matrixinset.h: include vector and std:: qualify it.
2351
2352         * array.C (GetInset): get a pointer to the first element of bf_
2353         not an iterator.
2354
2355 2001-06-25  The LyX Project  <Asger>
2356
2357         * math_scriptinset.C: Fix for entering with cursor up/down.
2358
2359         * math_fracinset.C: We can enter fractions with cursor up and
2360         down.
2361
2362         * math_cursor.C (Right): Fixes for cursor movement.
2363
2364         * formula.C (draw): New background color for math.
2365
2366         * math_cursor.C: Fixes for toggling labels on/off in math.
2367         Fixes for infinity and other symbols that didn't appear in
2368         LaTeX.
2369
2370 2001-06-24  The LyX Project  <Asger>
2371
2372         * math_inset.C: Cursor movement is better in square roots, among
2373         other things.
2374
2375         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
2376         cursor up/down movement. What not.
2377
2378 2001-06-24  The LyX Project  <Asger>
2379
2380         * math_matrixinset.C: Hidden labels are hidden, unless a small
2381         dragon jumps out of the screen, and pronounce them to the entire
2382         world.
2383
2384 2001-06-24  The LyX Project  <Easter egg>
2385
2386         * math_cursor.C: Cursor improvements after a few dead-ends
2387         in the evolution of cursor movement were tested and scrapped.
2388
2389 2001-06-24  The LyX Project  <Asger>
2390
2391         * math_cursor.C: Renamed stack to path.
2392
2393 2001-06-24  The LyX Project  <André>
2394
2395         * *.[Ch]:
2396           Makefile.am: The Big Patch
2397           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
2398      new MathScriptInset for up/down stuff;
2399            delete MathIter/MatXIter, MathParInset, MathRowSt
2400      Changes to the inset inheritance tree, reunification of abstract math
2401      inset base classes;
2402      label/numbering handling back to life;
2403      major changes to the parser(s);
2404      new base class FormulaBase for the two math LyXInsets;
2405            general cleanup and cosmetic changes)
2406
2407 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
2408
2409         * math_macro.C:
2410         * math_root.C: removed // -*- C++ -*- as first line.
2411
2412 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2413
2414         * array.C: bring memmove into main namespace if necessary
2415
2416 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2417
2418         * math_parser.C (yylex): use contains instead of strchr
2419         (parse_align): remove last arg, change to take string const & as
2420         first arg.
2421         (mathed_parse): use string for ar2 and ar, adjust
2422
2423         * math_decorationinset.C (Write): use compare instead of strcmp
2424
2425         * formula.C (LocalDispatch): change arg2 to string, adjust for this
2426         (LocalDispatch): add std::
2427         (LocalDispatch): use contains instead of strchr
2428
2429         * array.C (move): add std::
2430
2431 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2432
2433         * matriz.C: add using directives when needed for C functions
2434         declared in std:: namespace.
2435
2436         * math_macrotemplate.h: do not use explicitely std::string, but
2437         string.
2438
2439         * math_macroarg.C: avoid bringing the whole std:: namespace in
2440         global-land. When you do that, there is an ambiguity between
2441         lyxstring and std::string (which may be defined at the same time).
2442
2443         * formula.C (HandleExtern): add .c_str() to .str() (useful when
2444         using lyxtring)
2445
2446 2001-04-27 André Pönitz  <poenitz@gmx.net>
2447
2448         * math_parser.C: fix \frac handling bug introduced on 04-24
2449         * math_xiter.C: hotfix for merging "shared" insets
2450         * formula.C: fixing display after using math-insert
2451
2452 2001-04-25 André Pönitz  <poenitz@gmx.net>
2453
2454         * math_*.[Ch]: WriteNormal
2455         * formula.C: Support for new "math extern" command
2456         * math_parser.C: fix \frac handling bug introduced on 04-24
2457         * math_xiter.C: hotfix for merging "shared" insets
2458
2459 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2460
2461         * math_macrotable.C: include <iostream>
2462
2463 2001-04-24 André Pönitz  <poenitz@gmx.net>
2464
2465         * math_macro.[Ch]:
2466         * math_macrotable.[Ch]:
2467         * math_macroarg.[Ch]: restructuring of macro handling
2468         * several files:
2469
2470 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
2471
2472         * array.h (operator<<):
2473         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
2474
2475         * math_macrotable.C: added using std::make_pair directive.
2476         (dump): added using std::cerr directive here as I guess that this is
2477         temporary.
2478
2479 2001-04-20  Allan Rae  <rae@lyx.org>
2480
2481         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
2482
2483 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2484
2485         * math_macrotemplate.h: inherit privately from noncopyable
2486
2487         * math_macro.C (Metrics): reindent, use unsigned int as loop var
2488         (setArgumentIdx): change test to avoid unsigned warning
2489
2490         * formula.C (LocalDispatch): use LFUN_MESSAGE
2491
2492 2001-04-16  Allan Rae  <rae@lyx.org>
2493
2494         * formula.C (Latex, getLabelList, LocalDispatch):
2495         * math_parser.C (mathed_parse):
2496         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
2497         an unrecognised preprocessor directive.  So ensure they're wrapped.
2498
2499 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2500
2501         * formula.C (draw): adjust for cursor_visible
2502         (ToggleInsetCursor): adjust for cursor_visible and constify asc
2503         and desc
2504         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
2505         (HideInsetCursor): adjust for cursor_visible
2506         (LocalDispatch): constify default_label and res
2507
2508 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2509
2510         * math_rowst.C: add missing #include <config.h>.
2511
2512 2001-03-16  André Pönitz  <poenitz@gmx.net>
2513
2514         * math_matrixinset.h:
2515         * math_parinset.[Ch]:
2516         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
2517
2518 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2519
2520         * Makefile.am:
2521         * formula.C:
2522         * math_forms.h:
2523         * math_forms.C:
2524         * math_panel.h:
2525         * math_panel.C:
2526         * math_symbols.C: maths panel moved to GUII
2527
2528 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2529
2530         * math_cursor.C: use lyxerr instead of cerr.
2531
2532 2001-03-15  André Pönitz  <poenitz@gmx.net>
2533
2534         * math_cursor.C: fix bug (cursor was leaving two insets at a time
2535            instead of one)
2536
2537 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2538
2539         * math_macrotable.h: noncopyable is in namespace boost
2540         * math_macrotemplate.h: ditto
2541
2542         * math_rowst.h: make MathedRowContainer::iterator public.
2543
2544 2001-03-15  André Pönitz  <poenitz@gmx.net>
2545
2546         * math_parser.C: read '\nonumber' again (was broken)
2547
2548         * math_rowst.C: new file
2549
2550 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
2551
2552         * math_cursor.C: added using directive.
2553
2554 2001-03-15  André Pönitz  <poenitz@gmx.net>
2555
2556         * math_rowst.h: Finally remove MathedRowSt
2557
2558         * math_parser.C:
2559           math_xiter.C: changed accordingly
2560
2561 2001-03-12  André Pönitz  <poenitz@gmx.net>
2562
2563         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
2564             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
2565
2566 2001-03-10  André Pönitz  <poenitz@gmx.net>
2567
2568         * math_xiter.[Ch]:
2569           math_matrixinset.C: move adjustVerticalSt to the only place where
2570       it is used. Fix a small bug where the cached row structure and the
2571             actual data get out of sync after the deletion of whole rows
2572
2573 2001-03-09  André Pönitz  <poenitz@gmx.net>
2574
2575         * math_cursor.C: use std::vector<> in MathStackXIter
2576                 change selstk from a pointer to the "real thing"
2577
2578         * math_rowst.h: new MathedRowContainer::erase method
2579
2580         * math_xiter.C: use MathedRowContainer::erase
2581
2582         * math_parser.C: use MathedRowContainer::insert_after
2583
2584 2001-03-08  André Pönitz  <poenitz@gmx.net>
2585
2586         * math_rowst.h: give MathedRowContainer an 'insert' method.
2587
2588         * math_xiter.C: new 'container()' method to encapsulated access to
2589           the MathParInset's MathedRowContainer
2590
2591         * math_rowst.h: proper copy constructor and destructor for
2592           MathedRowContainer
2593
2594         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
2595           automatically created by the compiler are ok now.
2596
2597 2001-03-06  André Pönitz  <poenitz@gmx.net>
2598
2599         * array.[Ch]: factor out deep_copy,
2600           remove third argument from raw_pointer_insert
2601
2602         * math_iter.[Ch]: remove unused function Clear()
2603
2604         * math_cursor.C: change signature of MathStackXIter:push()
2605           whitespace changes
2606
2607         * math_rowst.h: introduction of MathRowContainer
2608           several files: corresponding changes
2609
2610 2001-03-04  André Pönitz  <poenitz@gmx.net>
2611
2612   * math_macrotemplate.[Ch]:
2613     math_macro.C: move update() functionality to the macro
2614
2615         * math_rowst.h: split MathedRowSt into "data" and "list"
2616
2617 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2618
2619         * math_macrotemplate.C (update): use MathMacro::getArg, and
2620         receive a const reference.
2621         (getMacroPar): add an Assert
2622
2623         * math_macrotemplate.h: make MathMacro a friend, make update take
2624         a const reference.
2625
2626         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
2627         and store a MathMacroArgument in the vector
2628         * math_macro.C: changes because of the above.
2629         (getArg): new method
2630
2631         * math_parser.C (mathed_parse): plug potential leak
2632
2633         * math_iter.h: add comment on virtual destructor
2634
2635         * math_iter.C (Delete): make c const
2636
2637         * math_parinset.C (Metrics): cleanup indent. make one string const.
2638
2639         * math_inset.C (size): move out of line
2640         (incSize): ditto
2641
2642         * math_macroarg.h: remove default constructor
2643
2644         * math_macroarg.C: include Lsstream.h instead of debug.h
2645         (MathMacroArgument): remove default constructor
2646         (Write): add std:: on ostream arg
2647
2648 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2649
2650         * math_parser.C:
2651         * formula.C: make DEBUG into lyxerr
2652
2653 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2654
2655         * math_macrotemplate.h: make noncopyable, remove last arg to
2656         constructor, remove flags_ add edit_
2657         (flags): remove method
2658
2659         * math_macrotemplate.C (setArgument): delete method
2660         (update): make idx const
2661         (Metrics): use edit_, remove flags_
2662         (draw): use edit_, remove flags_
2663         (setEditMode): set edit_, remove flags_
2664         (MathMacroTemplate): initialize edit_, remove flags_
2665
2666         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
2667         shared_ptr, let constructor take a shared_ptr
2668
2669         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
2670         initialization.
2671         (draw): remove unneded update, remove removed update of x,y
2672         (GetXY): call tmplates GetMacroXY directly
2673         (SetFocus): call Metrics() instead of update()
2674         (Write): remove support for math macro environments, simplifications.
2675
2676         * math_macrotable.h: make class noncopyable, change getMacro to
2677         createMacro, change vector to map store a
2678         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
2679
2680         * math_macrotable.C: add pragma
2681         (createMacro): change name from getMacro, use shared_ptr
2682         (getTemplate): Use map lookup to get macro, return shared_ptr
2683         (addTemplate): assert that m containse a valid pointer, use map[]
2684         insert.
2685         (builtinMacros): by using shared_ptr fix the mem leak, remove
2686         commented out unsupported macros
2687
2688         * math_cursor.C: changes because of the above
2689         * math_parser.C: changes because of the abobe
2690
2691         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
2692         default arg on constructor.
2693         * formulamacro.C: changes because of the above
2694
2695         * math_parinset.h: add pragma
2696         (SetAlign): move inline out of class def
2697         (GetColumns): ditto
2698         (GetRows): ditto
2699         (isMatrix): ditto
2700         (setArgumentIdx): ditto
2701         (setNextArgIdx): ditto
2702         (getArgumentIdx): ditto
2703         (getMaxArgumentIdx): ditto
2704         (setRowSt): ditto
2705         (xo): ditto
2706         (yo): ditto
2707
2708         * math_parinset.C: add pragma
2709         (Write): change the else clause, lessen depth
2710
2711         * math_macroarg.h: small whitespace change
2712
2713         * array.C: include support/LOstream.h add using ostream and endl
2714
2715         * array.h (dump): add std:: on ostream
2716
2717 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2718
2719         * math_macrotemplate.h: remove default arg on update
2720
2721         * math_macrotemplate.C (update): add assert and remove noop case.
2722
2723         * formulamacro.C (Read): add comment.
2724         (ascent): remove noop call to MathMacroTemplate
2725         (descent): ditto
2726         (width): ditto
2727         (draw): ditto
2728
2729         * math_parser.C (mathed_parse): fix another potential problem by
2730         passing a freestanding mathedarray.
2731
2732         * math_root.C (GetData): add const version
2733
2734         * math_parinset.C (~MathParInset): delete
2735         (GetData): add const version
2736
2737         * math_matrixinset.C (MathMatrixInset): delete pointer version,
2738         make it a proper copy constructor instead
2739         (Clone): change acc.
2740         (MathMatrixInset): remvoe default val for m and n
2741
2742         * math_macro.C (GetData): add const version
2743
2744         * math_fracinset.C (GetData): add const version
2745
2746         * math_cursor.C (SelCopy): make p1 and p2 const
2747         (SelCut): make p1 and p2 const
2748
2749         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
2750         (LyxCode): move inline out of class
2751         (ConvertFont): ditto
2752         (display): ditto
2753
2754         * array.[Ch] (dump): method added for debugging purposes
2755
2756         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
2757         mathed_parse when reading a matrix.
2758
2759         * math_spaceinset.[Ch]: add pragma, make variables private add
2760         '_', change order of method definitions.
2761
2762         * math_root.h (~MathRootInset): delete
2763         Change uroot_ to be a real object instead of a pointer
2764         * math_root.C: changes because of the above
2765
2766         * math_macro.C (MathMacro(MathMacro*)): delete constructor
2767         (MathMacro(MathMacro const &)): new copy constructor
2768
2769         * math_inset.h: delete constructor taking a pointer to MathedInset
2770         (size, incSize): move inline method
2771
2772         * math_funcinset.h: add pragma, remove class vars ln and fname,
2773         change protected to private, add '_' to priv vars.
2774         (~MathFuncInset): remove
2775
2776         * math_fracinset.h: make MathParInset den_ a real object and not a
2777         pointer.
2778
2779         * math_fracinset.C (MathFracInset): clean up, move initalization
2780         to initialization list
2781         (~MathFracInset): remove
2782         (Clone): remove leak
2783
2784         * math_draw.C: delete file
2785
2786         * math_dotsinset.[Ch]: add pragma
2787
2788         * math_bigopinset.h: make protected variables private add '_' to vars.
2789
2790         * math_bigopinset.C: move methods to follow class definition order
2791
2792         * math_accentinset.h (getAccentCode): move inline here
2793
2794         * math_accentinset.C (MathAccentInset): cleanup
2795         (draw): constify dw
2796
2797 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2798
2799         * math_inset.[Ch] (MathedInset): remove method
2800
2801         * Makefile.am (libmathed_la_SOURCES): correct typo
2802
2803         * math_parinset.C (draw): move MathedXiter data(this) up. and
2804         remove it two other places.
2805
2806         * math_macro.C (MathMacro): use array directly, don't use
2807         setArgumentIdx and GetData
2808
2809 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2810
2811         * math_macroarg.C (MathMacroArgument): delete
2812         * math_macro.C (~MathMacro): delete
2813         * math_macrotemplate.C (~MathMacroTemplate): delete
2814
2815         * math_decorationinset.[Ch]: add pragma
2816         * math_deliminset.[Ch]: likewise
2817         * math_fracinset.[Ch]: likewise
2818         * math_macroarg.[Ch]: likewise
2819         * math_macrotemplate.[Ch]: likewise
2820         * math_matrixinset.[Ch]: likewise
2821
2822         * formulamacro.C (Read): set contents of tmacro_ to ar.
2823
2824         * formulamacro.h: add '_' to private variables.
2825         * formalamacro.C: changes because of this.
2826
2827 2001-02-23  Juergen Vigna  <jug@sad.it>
2828
2829         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
2830         should be) and not an int.
2831
2832         * formulamacro.C (LocalDispatch): ditto.
2833
2834 2001-02-14  André Pönitz  <poenitz@gmx.net>
2835
2836         * math_parinset.[Ch]: make array a real MathArray, not just a
2837           pointer to one.
2838
2839         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
2840
2841         * several files: subsequent changes
2842
2843         * math_cursor.C: make selarray a proper MathArray
2844
2845         * several files: Change "MathedArray *" to "MathedArray &"
2846
2847
2848 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
2849
2850         * array.C (MathedArray): Fix compilation problem.
2851
2852 2001-02-14  André Pönitz  <poenitz@gmx.net>
2853
2854         * array.[Ch]: "deep" copy constructor and assignment operator for
2855         MathArray
2856
2857         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
2858
2859         * math_iter.[Ch]: remove SetData
2860           several files: subsequent changes
2861
2862 2001-02-14  André Pönitz  <poenitz@gmx.net>
2863
2864         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
2865         ARRAY_STEP
2866
2867         * math_iter.C: default-construct and resize array
2868
2869 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2870
2871         * math_xiter.h: move ipush and ipop to public, add _ on private
2872         variables, move protected var to private, remove friend.
2873
2874         * math_cursor.C (insertInset): rename method from Insert also
2875         remove default arg val. Call the public methods of xiter instead
2876         of private variables.
2877
2878         * changes to several files because of the above.
2879
2880 2001-02-14  André Pönitz  <poenitz@gmx.net>
2881
2882         * math_iter.[Ch]: hide fcode_
2883         * math_xiter.C:
2884         * math_parinset.C: subsequent changes
2885
2886
2887 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2888
2889         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
2890         math_utils.h
2891
2892         * math_write.C: delete file
2893         * math_delim.C: delete file
2894         * marh_sqrtinset.h: delete file
2895
2896         * move funcs to more localized files, more general cleanup.
2897         Constify several local vars. Doxygen changes. Formatting.
2898
2899 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2900
2901         * support.C: add some consts
2902
2903         * matriz.C: clean up a bit.
2904         (matmat): remove the for loop.
2905
2906         * several files: changes so that several friends can be removed
2907
2908 2001-02-14  André Pönitz  <poenitz@gmx.net>
2909
2910         * formula.C: reformatting
2911
2912         * math_cursor.[Ch]:
2913           math_iter.[Ch]:
2914           math_xiter.[Ch]: remove unneeded members
2915
2916 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2917
2918         * math_parser.C:
2919         * math_panel.C:
2920         * formula.C: remove cruft
2921
2922         * array.C (begin): new method
2923         (end): ditto
2924
2925 2001-02-14  André Pönitz  <poenitz@gmx.net>
2926
2927         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
2928
2929         * math_cursor.C: reformatting
2930
2931 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2932
2933         * math_spaceinset.C:
2934         * math_root.C:
2935         * math_matrixinset.C:
2936         * math_macrotemplate.C:
2937         * math_funcinset.C:
2938         * math_fracinset.C:
2939         * math_dotsinset.C:
2940         * math_deliminset.C:
2941         * math_decorationinset.C:
2942         * math_bigopinset.C:
2943         * math_accentinset.C:
2944         * math_sqrtinset.C: include LOstream.h and add using directive.
2945
2946 2001-02-14  André Pönitz  <poenitz@gmx.net>
2947
2948         * math_iter.C: reformatting
2949
2950 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2951
2952         * math_spaceinset.C (GetSpace): move here
2953
2954         * math_parinset.C: add debug.h, move several prev. inlined methods
2955         here.
2956
2957         * math_macrotable.C math_xiter.C support.C: add debug.h
2958
2959         * math_macro.h: remove debug.h, remove typedefs
2960
2961         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
2962         extern decls.
2963
2964         * math_hash.C: change some defines to int const. change use of
2965         LM_TC_NORMAL to LM_TC_VAR
2966
2967         * math_draw.C: delete file
2968
2969         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
2970         forward decls. remove LM_TC_NORMAL, move inline methods to
2971         support.C (and support.h)
2972
2973         * math_cursor.C: move several previous inlined methods here
2974
2975         * math_bigopinset.h math_dotsinset.h math_funcinset.h
2976         math_parinset.h math_spaceinset.h: add math_defs.h
2977
2978         * math_accentinset.h: add support.h and math_defs.h
2979
2980         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
2981
2982         * formula.h: remove unused func decl: OpenMathInset
2983
2984         * formula.C math_inset.h: get rid of math_defs.h
2985
2986         * array.h: switch to support.h instead of math_defs.h
2987
2988         * array.C: remove one include
2989
2990         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
2991
2992         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
2993
2994         * math_parser.C: include macrotable and macrotemplate
2995
2996         * math_macrotemplate.[Ch]: new files
2997
2998         * math_macrotable.[Ch]: new files
2999
3000         * math_macroarg.[Ch]: new files
3001
3002         * math_macro.C: move stuff to the new files.
3003
3004         * math_cursor.C: include math_macrotable.h
3005
3006         * macro_support.[Ch]: new files
3007
3008         * formulamacro.C: add more includes
3009
3010         * Makefile.am (libmathed_la_SOURCES): add new files.
3011
3012 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3013
3014         * Makefile.am (libmathed_la_SOURCES): remove duplicate
3015         math_sqrtinset.
3016
3017         * support.C:
3018         * math_xiter.C:
3019         * math_parinset.C: add a bunch of "using" directives.
3020
3021         * math_funcinset.h:
3022         * math_decorationinset.h:
3023         * math_bigopinset.h:
3024         * math_spaceinset.h: remove more couples of inline.
3025
3026 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
3027
3028         * math_xiter.h: remove a couple of "inline"
3029
3030         * array.C (strange_copy): fix bug (hopefully)
3031         * many files: add a lot of new files and move methods to the class
3032         files they belong to. Only first attempt at cleanup more will
3033         follow.
3034
3035 2001-02-12  André Pönitz  <poenitz@gmx.net>
3036
3037         * math_macro.[hC]: replace MathMacroArgument[] with
3038           std::vector<MathMacroArgument>
3039         * math_defs.h:
3040           math_inset.C: replace int[] with std::vector<int>
3041         * math_panel.h:
3042         * math_symbols.C: replace FL_OBJECTP[] with
3043         std::vector<FL_OBJECT*>
3044
3045 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3046
3047         * math_defs.h (struct MathedRowSt): make all private variables end
3048         with '_', initialize in initializer list instead of in function
3049         body.
3050
3051 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
3052
3053         * formula.C (LocalDispatch): Change the default action of
3054         break-line to create an align* environment instead of eqnarray*.
3055
3056         * math_inset.C (Metrics): Correct drawing of the multline
3057         environment.
3058
3059 2001-02-12  André Pönitz  <poenitz@gmx.net>
3060
3061         * array.[hC]: replace private variable maxsize_ with call to
3062         bf_.size()
3063         * math_defs.h: replace int[] by std::vector<int> for
3064         MathedRowSt::widths
3065
3066 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3067
3068         * array.h: made all variables private, removed friend, added new
3069         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
3070         non const operator[] added setter for last and getter for maxsize.
3071         changed name from LyxArrayBase to MathedArray.
3072         changed name of some methods to start with lowerchar.
3073         moved inline methods to array.C
3074
3075         * math_iter.C + several file: changes because of the above.
3076
3077         * array.C: new file with the prev inline methods.
3078
3079 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3080
3081         * Many files: add support for the align environment from amsmath.
3082
3083 2001-02-09  André Pönitz  <poenitz@gmx.net>
3084
3085         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
3086         * several files: subsequent changes
3087         * math_iter.h: remove unused prototype
3088         * array.h: ditto.
3089
3090 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3091
3092         * math_macro.C (draw): add .c_str() to .str() (useful when
3093         compiling with lyxstring, but STL sstream).
3094         (Metrics): ditto.
3095
3096 2001-02-08  André Pönitz  <poenitz@gmx.net>
3097
3098         * several files: get rid of reinterpret_cast.
3099
3100 2001-02-04  Allan Rae  <rae@lyx.org>
3101
3102         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
3103         just casting the variable.
3104
3105 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3106
3107         * Many files: Add support for multline and alignat environments from
3108         amsmath.
3109
3110 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3111
3112         * math_symbols.C (math_insert_greek): Move cursor right when
3113         unlocking the math inset.
3114
3115 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3116
3117         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
3118
3119         * formula.C (LocalDispatch): Before inserting a label in an
3120         eqnarray, move the cursor to the top level.
3121
3122         * math_iter.C (getLabel): Test if crow == 0.
3123
3124 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3125
3126         * math_draw.C (Metrics): Use the correct GetString.