]> git.lyx.org Git - features.git/blob - src/mathed/ChangeLog
75d9423c368c985d2117cf1a49a7e097d85e760e
[features.git] / src / mathed / ChangeLog
1
2 2001-08-13  André Pönitz  <poenitz@gmx.net>
3
4         * math_factory.[Ch]: new files for the creation of math insets
5
6         * math_parser.C:
7                 math_cursor.C:
8                 math_hash.C: simplifications
9
10         * math_parser.C:
11                 math_cursor.C: reading support for TeX style \over
12
13 2001-08-10  André Pönitz  <poenitz@gmx.net>
14
15         *       math_scopeinset.[Ch]: new inset for {} blocks
16
17         *       math_accentinset.[Ch]: removed unneeded files
18
19         * math_grid.[Ch]:
20           math_matrix.[Ch]: start support for "interrow spacing"
21
22         * all over the place: rework of parser stuff
23
24 2001-08-08  André Pönitz  <poenitz@gmx.net>
25
26         *       math_fracbase.[Ch]:
27         * math_fracinset.[Ch]: new hierarchy
28
29         *       math_stackrelbase.[Ch]: native \stackrel support
30
31         * math_inset.[Ch]: removal of the name_ member
32
33         * math_deliminset.[Ch]: rework
34
35 2001-08-06  André Pönitz  <poenitz@gmx.net>
36
37         * formulamacro.C: fix nasty bug due to missing copy constructor
38
39         * math_bigopinset.[Ch]: revival for things like \int, \sum
40
41         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
42         
43         * math_diminset.h: make cache variables mutable, remove const_cast
44
45         * formulabase.[Ch]: remove unneeded convertFont()
46
47         * math_funcinset.[Ch]: bring red color back
48
49         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
50         inset to the mcaro table
51
52 2001-08-01  André Pönitz  <poenitz@gmx.net>
53
54         * math_cursor.C:
55                 formulamacro.C: fix memory leaks
56
57         * math_matrixinset.C: fix mis-alignment of eqnarray columns
58
59         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
60         MathMatrixInset * and MathMacroTemplate * to save a few casts
61
62         * all over the place: everything is an inset now
63
64         * math_nestinset.[Ch]: new abstract base class for insets containing
65         other insets.
66
67         * math_diminset.[Ch]: new abstract base class for insets that need
68         the width_/ascent_/descent_ cache
69
70 2001-07-25  André Pönitz  <poenitz@gmx.net>
71         
72         * formulabase.C: re-enable 'space enlargement' feature
73
74         * math_scriptinset.C:
75                 math_bigopinset.C: rework of script insets
76
77 2001-07-22  André Pönitz  <poenitz@gmx.net>
78
79         * math_cursor.C: fix "pullArg" behaviour
80
81         * math_cursor.C: keep empty super/subscript a bit longer
82
83         * math_cursor.C: do not move into insets that don't have inner cells yet
84
85         * formulabase.C: fix memory leak
86
87         * math_cursor.C: ^ now copies selection into new srriptinset
88         
89         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
90           using the mouse
91
92         * math_updowninset.C: fix drawing glitches
93
94         * math_cursor.C: paste to correct position
95
96 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
97
98         * formula.C (insetAllowed): allow insertion of label
99
100 2001-07-20 André Pönitz  <poenitz@gmx.net>
101
102         * math_macrotable.C: support for \land and \vee
103
104 2001-07-16 André Pönitz  <poenitz@gmx.net>
105
106         * math_grid.[Ch] -> math_gridinset.[Ch]
107           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
108
109         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
110           fix 'mathed reports wrong width', cosmetics
111
112 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
113
114         * math_cursor.C (operator==): moved ouf of struct
115         (operator<): ditto
116         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
117
118 2001-07-16 André Pönitz  <poenitz@gmx.net>
119
120         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
121
122         * several files: supporting changes
123
124 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
125
126         Consistent use of Lsstream.h:
127         * formula.C: removed using std::ostringstream directive.
128
129         * math_cursor.C: std::istringstream -> istringstream.
130
131 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
132
133         * math_decorationinset.h: add std:: qualifier
134
135 2001-07-12 André Pönitz  <poenitz@gmx.net>
136
137         * math_updowninset.[hC]: new base class for script and bigop insets
138                 *.[hC]: subsequent changes to all Metric() functions
139         
140         * math_parser.C: small changes (\sqrt0 is read properly now)
141         
142 2001-07-10 André Pönitz  <poenitz@gmx.net>
143         
144         * math_accentinset.[hC]: rewrite
145
146         * math_parser.C:
147                 math_cursor.C: subsequent changes
148
149         * math_grid.C: <Delete> in the first cell of a completely empty row
150           deletes that row, <C-Return> places the cursor in the first of the
151           new empty cells.
152
153         * math_grid.C: try to split cell nicely when mutating from single-cell
154           to multi-cell environment
155
156 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
157
158         * math_matrixinset.C (mutate): Use only the first label when
159         mutating eqnarray to display formula.
160
161 2001-07-09  Juergen Vigna  <jug@sad.it>
162
163         * formulabase.C (mathDispatchCreation): don't do anything with the
164         inset if it cannot be inserted!
165
166 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
167
168         * formulabase.C (mathDispatchInsertMath): remove bogus return
169         statement. 
170
171 2001-07-09 André Pönitz  <poenitz@gmx.net>
172
173         * math_*inset.C: Change order of arguments in MathInset constructor 
174
175         * math_cursor.C: Remove broken "increase space" feature for a while
176
177 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
178
179         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
180
181 2001-07-04 André Pönitz  <poenitz@gmx.net>
182
183         * math_parser.C: fix reading of "unusual" alpha chars
184
185         * xarray.[hC]: fix debug output of xarray
186
187 2001-07-03 André Pönitz  <poenitz@gmx.net>
188
189         * math_parser.C: fix bug where equations did not get their labels
190
191         * formulabase.C: new feature: changing font on selection
192
193         * several files: subsequent changes
194
195         * array.C: fix bug when insets have not been cloned properly
196         This should fix quite a few "random" crashes...
197
198 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
199
200         * formulabase.C (localDispatch): use .c_str() on istringstream
201         constructor argument.
202
203 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
204
205         * math_grid.C (addCol): add second argument to cellinfo_.insert.
206         Cleanup a bit the code.
207         (appendRow): do not call push_back without argument.
208
209         * *.C: remove all "using namespace std" directives (not
210         good!!) and replaced it with relevant "using" directives.
211         
212         * math_macrotemplate.C (Clone): change return type to MathInset*
213
214 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
215
216         * math_sizeinset.C: include support/LOstream.h
217
218         * math_scriptinset.C (Metrics): std:: qualify max
219
220         * math_root.C (Metrics): std:: qualify max
221         (Write): std:: qualify ostream
222         (WriteNormal): ditto
223
224         * math_matrixinset.C (getLabelList): std:: qualify vector
225         include vector
226         (Metrics): std:: qualify max
227         (header_write): std:: qualify ostream
228         (footer_write): ditto
229
230         * math_macrotemplate.C (Write): std:: qualify ostream
231
232         * math_bigopinset.C (Metrics): std:: qualify max, and include
233         functional 
234
235         * math_matrixinset.h: include vector and std:: qualify it.
236
237         * array.C (GetInset): get a pointer to the first element of bf_
238         not an iterator.
239
240 2001-06-25  The LyX Project  <Asger>
241
242         * math_scriptinset.C: Fix for entering with cursor up/down.
243
244         * math_fracinset.C: We can enter fractions with cursor up and
245         down.
246
247         * math_cursor.C (Right): Fixes for cursor movement.
248
249         * formula.C (draw): New background color for math.
250         
251         * math_cursor.C: Fixes for toggling labels on/off in math.
252         Fixes for infinity and other symbols that didn't appear in
253         LaTeX.
254
255 2001-06-24  The LyX Project  <Asger>
256
257         * math_inset.C: Cursor movement is better in square roots, among
258         other things.
259
260         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
261         cursor up/down movement. What not.
262
263 2001-06-24  The LyX Project  <Asger>
264
265         * math_matrixinset.C: Hidden labels are hidden, unless a small
266         dragon jumps out of the screen, and pronounce them to the entire
267         world.
268
269 2001-06-24  The LyX Project  <Easter egg>
270
271         * math_cursor.C: Cursor improvements after a few dead-ends
272         in the evolution of cursor movement were tested and scrapped.
273         
274 2001-06-24  The LyX Project  <Asger>
275
276         * math_cursor.C: Renamed stack to path.
277
278 2001-06-24  The LyX Project  <André>
279
280         * *.[Ch]:
281           Makefile.am: The Big Patch
282           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
283      new MathScriptInset for up/down stuff;
284            delete MathIter/MatXIter, MathParInset, MathRowSt
285      Changes to the inset inheritance tree, reunification of abstract math
286      inset base classes;
287      label/numbering handling back to life;
288      major changes to the parser(s);
289      new base class FormulaBase for the two math LyXInsets;
290            general cleanup and cosmetic changes)
291
292 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
293
294         * math_macro.C:
295         * math_root.C: removed // -*- C++ -*- as first line.
296
297 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
298
299         * array.C: bring memmove into main namespace if necessary
300
301 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
302
303         * math_parser.C (yylex): use contains instead of strchr
304         (parse_align): remove last arg, change to take string const & as
305         first arg.
306         (mathed_parse): use string for ar2 and ar, adjust
307
308         * math_decorationinset.C (Write): use compare instead of strcmp
309
310         * formula.C (LocalDispatch): change arg2 to string, adjust for this
311         (LocalDispatch): add std::
312         (LocalDispatch): use contains instead of strchr
313
314         * array.C (move): add std::
315
316 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
317
318         * matriz.C: add using directives when needed for C functions
319         declared in std:: namespace.
320
321         * math_macrotemplate.h: do not use explicitely std::string, but
322         string. 
323
324         * math_macroarg.C: avoid bringing the whole std:: namespace in
325         global-land. When you do that, there is an ambiguity between
326         lyxstring and std::string (which may be defined at the same time).
327
328         * formula.C (HandleExtern): add .c_str() to .str() (useful when
329         using lyxtring)
330
331 2001-04-27 André Pönitz  <poenitz@gmx.net>
332
333         * math_parser.C: fix \frac handling bug introduced on 04-24
334         * math_xiter.C: hotfix for merging "shared" insets
335         * formula.C: fixing display after using math-insert
336
337 2001-04-25 André Pönitz  <poenitz@gmx.net>
338
339         * math_*.[Ch]: WriteNormal
340         * formula.C: Support for new "math extern" command
341         * math_parser.C: fix \frac handling bug introduced on 04-24
342         * math_xiter.C: hotfix for merging "shared" insets
343
344 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
345
346         * math_macrotable.C: include <iostream>
347
348 2001-04-24 André Pönitz  <poenitz@gmx.net>
349
350         * math_macro.[Ch]:
351         * math_macrotable.[Ch]:
352         * math_macroarg.[Ch]: restructuring of macro handling
353         * several files: 
354
355 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
356
357         * array.h (operator<<):
358         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
359
360         * math_macrotable.C: added using std::make_pair directive.
361         (dump): added using std::cerr directive here as I guess that this is
362         temporary.
363
364 2001-04-20  Allan Rae  <rae@lyx.org>
365
366         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
367
368 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
369
370         * math_macrotemplate.h: inherit privately from noncopyable
371
372         * math_macro.C (Metrics): reindent, use unsigned int as loop var
373         (setArgumentIdx): change test to avoid unsigned warning
374
375         * formula.C (LocalDispatch): use LFUN_MESSAGE
376
377 2001-04-16  Allan Rae  <rae@lyx.org>
378
379         * formula.C (Latex, getLabelList, LocalDispatch): 
380         * math_parser.C (mathed_parse): 
381         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
382         an unrecognised preprocessor directive.  So ensure they're wrapped.
383
384 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
385
386         * formula.C (draw): adjust for cursor_visible
387         (ToggleInsetCursor): adjust for cursor_visible and constify asc
388         and desc
389         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
390         (HideInsetCursor): adjust for cursor_visible
391         (LocalDispatch): constify default_label and res
392
393 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
394
395         * math_rowst.C: add missing #include <config.h>.
396
397 2001-03-16  André Pönitz  <poenitz@gmx.net>
398
399         * math_matrixinset.h:
400         * math_parinset.[Ch]:
401         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
402       
403 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
404
405         * Makefile.am:
406         * formula.C:
407         * math_forms.h:
408         * math_forms.C:
409         * math_panel.h:
410         * math_panel.C:
411         * math_symbols.C: maths panel moved to GUII
412
413 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
414
415         * math_cursor.C: use lyxerr instead of cerr.
416
417 2001-03-15  André Pönitz  <poenitz@gmx.net>
418
419         * math_cursor.C: fix bug (cursor was leaving two insets at a time
420            instead of one)
421
422 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
423
424         * math_macrotable.h: noncopyable is in namespace boost
425         * math_macrotemplate.h: ditto
426
427         * math_rowst.h: make MathedRowContainer::iterator public.
428
429 2001-03-15  André Pönitz  <poenitz@gmx.net>
430
431         * math_parser.C: read '\nonumber' again (was broken)
432
433         * math_rowst.C: new file
434
435 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
436
437         * math_cursor.C: added using directive.
438
439 2001-03-15  André Pönitz  <poenitz@gmx.net>
440
441         * math_rowst.h: Finally remove MathedRowSt
442
443         * math_parser.C:
444           math_xiter.C: changed accordingly
445
446 2001-03-12  André Pönitz  <poenitz@gmx.net>
447
448         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
449             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
450
451 2001-03-10  André Pönitz  <poenitz@gmx.net>
452
453         * math_xiter.[Ch]:
454           math_matrixinset.C: move adjustVerticalSt to the only place where
455       it is used. Fix a small bug where the cached row structure and the
456             actual data get out of sync after the deletion of whole rows
457
458 2001-03-09  André Pönitz  <poenitz@gmx.net>
459
460         * math_cursor.C: use std::vector<> in MathStackXIter
461                 change selstk from a pointer to the "real thing"
462
463         * math_rowst.h: new MathedRowContainer::erase method
464
465         * math_xiter.C: use MathedRowContainer::erase
466
467         * math_parser.C: use MathedRowContainer::insert_after
468
469 2001-03-08  André Pönitz  <poenitz@gmx.net>
470
471         * math_rowst.h: give MathedRowContainer an 'insert' method. 
472
473         * math_xiter.C: new 'container()' method to encapsulated access to
474           the MathParInset's MathedRowContainer
475
476         * math_rowst.h: proper copy constructor and destructor for
477           MathedRowContainer
478
479         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
480           automatically created by the compiler are ok now.
481         
482 2001-03-06  André Pönitz  <poenitz@gmx.net>
483
484         * array.[Ch]: factor out deep_copy,
485           remove third argument from raw_pointer_insert 
486
487         * math_iter.[Ch]: remove unused function Clear()        
488
489         * math_cursor.C: change signature of MathStackXIter:push()
490           whitespace changes
491
492         * math_rowst.h: introduction of MathRowContainer
493           several files: corresponding changes
494
495 2001-03-04  André Pönitz  <poenitz@gmx.net>
496
497   * math_macrotemplate.[Ch]:
498     math_macro.C: move update() functionality to the macro
499
500         * math_rowst.h: split MathedRowSt into "data" and "list"
501
502 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
503
504         * math_macrotemplate.C (update): use MathMacro::getArg, and
505         receive a const reference.
506         (getMacroPar): add an Assert
507
508         * math_macrotemplate.h: make MathMacro a friend, make update take
509         a const reference.
510
511         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
512         and store a MathMacroArgument in the vector
513         * math_macro.C: changes because of the above.
514         (getArg): new method
515
516         * math_parser.C (mathed_parse): plug potential leak
517
518         * math_iter.h: add comment on virtual destructor
519
520         * math_iter.C (Delete): make c const
521
522         * math_parinset.C (Metrics): cleanup indent. make one string const.
523
524         * math_inset.C (size): move out of line
525         (incSize): ditto
526
527         * math_macroarg.h: remove default constructor
528
529         * math_macroarg.C: include Lsstream.h instead of debug.h
530         (MathMacroArgument): remove default constructor
531         (Write): add std:: on ostream arg
532
533 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
534
535         * math_parser.C:
536         * formula.C: make DEBUG into lyxerr
537
538 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
539
540         * math_macrotemplate.h: make noncopyable, remove last arg to
541         constructor, remove flags_ add edit_
542         (flags): remove method
543
544         * math_macrotemplate.C (setArgument): delete method
545         (update): make idx const
546         (Metrics): use edit_, remove flags_
547         (draw): use edit_, remove flags_
548         (setEditMode): set edit_, remove flags_
549         (MathMacroTemplate): initialize edit_, remove flags_
550
551         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
552         shared_ptr, let constructor take a shared_ptr
553
554         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
555         initialization. 
556         (draw): remove unneded update, remove removed update of x,y
557         (GetXY): call tmplates GetMacroXY directly
558         (SetFocus): call Metrics() instead of update()
559         (Write): remove support for math macro environments, simplifications.
560
561         * math_macrotable.h: make class noncopyable, change getMacro to
562         createMacro, change vector to map store a
563         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
564
565         * math_macrotable.C: add pragma
566         (createMacro): change name from getMacro, use shared_ptr
567         (getTemplate): Use map lookup to get macro, return shared_ptr
568         (addTemplate): assert that m containse a valid pointer, use map[]
569         insert.
570         (builtinMacros): by using shared_ptr fix the mem leak, remove
571         commented out unsupported macros
572
573         * math_cursor.C: changes because of the above
574         * math_parser.C: changes because of the abobe
575         
576         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
577         default arg on constructor.
578         * formulamacro.C: changes because of the above
579
580         * math_parinset.h: add pragma
581         (SetAlign): move inline out of class def
582         (GetColumns): ditto
583         (GetRows): ditto
584         (isMatrix): ditto
585         (setArgumentIdx): ditto
586         (setNextArgIdx): ditto
587         (getArgumentIdx): ditto
588         (getMaxArgumentIdx): ditto
589         (setRowSt): ditto
590         (xo): ditto
591         (yo): ditto
592
593         * math_parinset.C: add pragma
594         (Write): change the else clause, lessen depth
595
596         * math_macroarg.h: small whitespace change
597
598         * array.C: include support/LOstream.h add using ostream and endl
599
600         * array.h (dump): add std:: on ostream
601
602 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
603
604         * math_macrotemplate.h: remove default arg on update
605
606         * math_macrotemplate.C (update): add assert and remove noop case.
607
608         * formulamacro.C (Read): add comment.
609         (ascent): remove noop call to MathMacroTemplate
610         (descent): ditto
611         (width): ditto
612         (draw): ditto
613
614         * math_parser.C (mathed_parse): fix another potential problem by
615         passing a freestanding mathedarray.
616
617         * math_root.C (GetData): add const version
618
619         * math_parinset.C (~MathParInset): delete
620         (GetData): add const version
621
622         * math_matrixinset.C (MathMatrixInset): delete pointer version,
623         make it a proper copy constructor instead
624         (Clone): change acc.
625         (MathMatrixInset): remvoe default val for m and n
626
627         * math_macro.C (GetData): add const version
628
629         * math_fracinset.C (GetData): add const version
630
631         * math_cursor.C (SelCopy): make p1 and p2 const
632         (SelCut): make p1 and p2 const
633
634         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
635         (LyxCode): move inline out of class
636         (ConvertFont): ditto
637         (display): ditto
638
639         * array.[Ch] (dump): method added for debugging purposes
640
641         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
642         mathed_parse when reading a matrix.
643
644         * math_spaceinset.[Ch]: add pragma, make variables private add
645         '_', change order of method definitions.
646
647         * math_root.h (~MathRootInset): delete
648         Change uroot_ to be a real object instead of a pointer
649         * math_root.C: changes because of the above
650
651         * math_macro.C (MathMacro(MathMacro*)): delete constructor
652         (MathMacro(MathMacro const &)): new copy constructor
653
654         * math_inset.h: delete constructor taking a pointer to MathedInset
655         (size, incSize): move inline method
656
657         * math_funcinset.h: add pragma, remove class vars ln and fname,
658         change protected to private, add '_' to priv vars.
659         (~MathFuncInset): remove
660
661         * math_fracinset.h: make MathParInset den_ a real object and not a
662         pointer. 
663
664         * math_fracinset.C (MathFracInset): clean up, move initalization
665         to initialization list
666         (~MathFracInset): remove
667         (Clone): remove leak
668
669         * math_draw.C: delete file
670         
671         * math_dotsinset.[Ch]: add pragma
672
673         * math_bigopinset.h: make protected variables private add '_' to vars.
674
675         * math_bigopinset.C: move methods to follow class definition order
676
677         * math_accentinset.h (getAccentCode): move inline here
678
679         * math_accentinset.C (MathAccentInset): cleanup
680         (draw): constify dw
681
682 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
683
684         * math_inset.[Ch] (MathedInset): remove method
685
686         * Makefile.am (libmathed_la_SOURCES): correct typo
687
688         * math_parinset.C (draw): move MathedXiter data(this) up. and
689         remove it two other places.
690
691         * math_macro.C (MathMacro): use array directly, don't use
692         setArgumentIdx and GetData
693
694 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
695
696         * math_macroarg.C (MathMacroArgument): delete
697         * math_macro.C (~MathMacro): delete
698         * math_macrotemplate.C (~MathMacroTemplate): delete
699         
700         * math_decorationinset.[Ch]: add pragma
701         * math_deliminset.[Ch]: likewise
702         * math_fracinset.[Ch]: likewise
703         * math_macroarg.[Ch]: likewise
704         * math_macrotemplate.[Ch]: likewise
705         * math_matrixinset.[Ch]: likewise
706         
707         * formulamacro.C (Read): set contents of tmacro_ to ar.
708
709         * formulamacro.h: add '_' to private variables.
710         * formalamacro.C: changes because of this.
711
712 2001-02-23  Juergen Vigna  <jug@sad.it>
713
714         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
715         should be) and not an int.
716
717         * formulamacro.C (LocalDispatch): ditto.
718
719 2001-02-14  André Pönitz  <poenitz@gmx.net>
720
721         * math_parinset.[Ch]: make array a real MathArray, not just a
722           pointer to one.
723
724         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
725
726         * several files: subsequent changes
727         
728         * math_cursor.C: make selarray a proper MathArray
729
730         * several files: Change "MathedArray *" to "MathedArray &"
731
732
733 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
734
735         * array.C (MathedArray): Fix compilation problem.
736
737 2001-02-14  André Pönitz  <poenitz@gmx.net>
738
739         * array.[Ch]: "deep" copy constructor and assignment operator for
740         MathArray 
741
742         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
743
744         * math_iter.[Ch]: remove SetData
745           several files: subsequent changes
746
747 2001-02-14  André Pönitz  <poenitz@gmx.net>
748
749         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
750         ARRAY_STEP 
751
752         * math_iter.C: default-construct and resize array
753
754 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
755
756         * math_xiter.h: move ipush and ipop to public, add _ on private
757         variables, move protected var to private, remove friend.
758
759         * math_cursor.C (insertInset): rename method from Insert also
760         remove default arg val. Call the public methods of xiter instead
761         of private variables.
762
763         * changes to several files because of the above.
764         
765 2001-02-14  André Pönitz  <poenitz@gmx.net>
766
767         * math_iter.[Ch]: hide fcode_
768         * math_xiter.C:
769         * math_parinset.C: subsequent changes
770
771
772 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
773
774         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
775         math_utils.h
776
777         * math_write.C: delete file
778         * math_delim.C: delete file
779         * marh_sqrtinset.h: delete file
780
781         * move funcs to more localized files, more general cleanup.
782         Constify several local vars. Doxygen changes. Formatting.
783         
784 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
785
786         * support.C: add some consts
787
788         * matriz.C: clean up a bit.
789         (matmat): remove the for loop.
790
791         * several files: changes so that several friends can be removed
792
793 2001-02-14  André Pönitz  <poenitz@gmx.net>
794
795         * formula.C: reformatting 
796
797         * math_cursor.[Ch]:
798           math_iter.[Ch]:
799           math_xiter.[Ch]: remove unneeded members
800
801 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
802
803         * math_parser.C: 
804         * math_panel.C: 
805         * formula.C: remove cruft
806
807         * array.C (begin): new method
808         (end): ditto
809
810 2001-02-14  André Pönitz  <poenitz@gmx.net>
811         
812         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
813
814         * math_cursor.C: reformatting 
815
816 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
817
818         * math_spaceinset.C: 
819         * math_root.C: 
820         * math_matrixinset.C: 
821         * math_macrotemplate.C: 
822         * math_funcinset.C: 
823         * math_fracinset.C: 
824         * math_dotsinset.C: 
825         * math_deliminset.C: 
826         * math_decorationinset.C: 
827         * math_bigopinset.C: 
828         * math_accentinset.C: 
829         * math_sqrtinset.C: include LOstream.h and add using directive.
830
831 2001-02-14  André Pönitz  <poenitz@gmx.net>
832
833         * math_iter.C: reformatting 
834
835 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
836
837         * math_spaceinset.C (GetSpace): move here
838
839         * math_parinset.C: add debug.h, move several prev. inlined methods
840         here. 
841
842         * math_macrotable.C math_xiter.C support.C: add debug.h
843
844         * math_macro.h: remove debug.h, remove typedefs
845
846         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
847         extern decls.
848
849         * math_hash.C: change some defines to int const. change use of
850         LM_TC_NORMAL to LM_TC_VAR
851
852         * math_draw.C: delete file
853
854         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
855         forward decls. remove LM_TC_NORMAL, move inline methods to
856         support.C (and support.h)
857
858         * math_cursor.C: move several previous inlined methods here
859
860         * math_bigopinset.h math_dotsinset.h math_funcinset.h
861         math_parinset.h math_spaceinset.h: add math_defs.h
862
863         * math_accentinset.h: add support.h and math_defs.h
864
865         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
866
867         * formula.h: remove unused func decl: OpenMathInset
868
869         * formula.C math_inset.h: get rid of math_defs.h
870
871         * array.h: switch to support.h instead of math_defs.h
872
873         * array.C: remove one include
874
875         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
876
877         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
878
879         * math_parser.C: include macrotable and macrotemplate
880
881         * math_macrotemplate.[Ch]: new files
882
883         * math_macrotable.[Ch]: new files
884
885         * math_macroarg.[Ch]: new files
886
887         * math_macro.C: move stuff to the new files.
888
889         * math_cursor.C: include math_macrotable.h
890
891         * macro_support.[Ch]: new files
892
893         * formulamacro.C: add more includes
894
895         * Makefile.am (libmathed_la_SOURCES): add new files.
896
897 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
898
899         * Makefile.am (libmathed_la_SOURCES): remove duplicate
900         math_sqrtinset. 
901
902         * support.C: 
903         * math_xiter.C: 
904         * math_parinset.C: add a bunch of "using" directives.
905
906         * math_funcinset.h: 
907         * math_decorationinset.h: 
908         * math_bigopinset.h: 
909         * math_spaceinset.h: remove more couples of inline.
910
911 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
912
913         * math_xiter.h: remove a couple of "inline"
914
915         * array.C (strange_copy): fix bug (hopefully) 
916         * many files: add a lot of new files and move methods to the class
917         files they belong to. Only first attempt at cleanup more will
918         follow.
919         
920 2001-02-12  André Pönitz  <poenitz@gmx.net>
921         
922         * math_macro.[hC]: replace MathMacroArgument[] with
923           std::vector<MathMacroArgument>
924         * math_defs.h:
925           math_inset.C: replace int[] with std::vector<int>
926         * math_panel.h:
927         * math_symbols.C: replace FL_OBJECTP[] with
928         std::vector<FL_OBJECT*>
929         
930 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
931
932         * math_defs.h (struct MathedRowSt): make all private variables end
933         with '_', initialize in initializer list instead of in function
934         body.
935
936 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
937
938         * formula.C (LocalDispatch): Change the default action of
939         break-line to create an align* environment instead of eqnarray*.
940
941         * math_inset.C (Metrics): Correct drawing of the multline
942         environment.
943
944 2001-02-12  André Pönitz  <poenitz@gmx.net>
945         
946         * array.[hC]: replace private variable maxsize_ with call to
947         bf_.size()
948         * math_defs.h: replace int[] by std::vector<int> for
949         MathedRowSt::widths
950
951 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
952
953         * array.h: made all variables private, removed friend, added new
954         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
955         non const operator[] added setter for last and getter for maxsize.
956         changed name from LyxArrayBase to MathedArray.
957         changed name of some methods to start with lowerchar.
958         moved inline methods to array.C
959         
960         * math_iter.C + several file: changes because of the above.
961
962         * array.C: new file with the prev inline methods.
963         
964 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
965
966         * Many files: add support for the align environment from amsmath.
967
968 2001-02-09  André Pönitz  <poenitz@gmx.net>
969
970         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
971         * several files: subsequent changes         
972         * math_iter.h: remove unused prototype
973         * array.h: ditto.
974
975 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
976
977         * math_macro.C (draw): add .c_str() to .str() (useful when
978         compiling with lyxstring, but STL sstream).
979         (Metrics): ditto.
980
981 2001-02-08  André Pönitz  <poenitz@gmx.net>
982
983         * several files: get rid of reinterpret_cast.
984
985 2001-02-04  Allan Rae  <rae@lyx.org>
986
987         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
988         just casting the variable.
989
990 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
991
992         * Many files: Add support for multline and alignat environments from 
993         amsmath.
994
995 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
996
997         * math_symbols.C (math_insert_greek): Move cursor right when
998         unlocking the math inset.
999
1000 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1001
1002         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
1003
1004         * formula.C (LocalDispatch): Before inserting a label in an
1005         eqnarray, move the cursor to the top level.
1006
1007         * math_iter.C (getLabel): Test if crow == 0.
1008
1009 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1010
1011         * math_draw.C (Metrics): Use the correct GetString.
1012