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