]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
get rid of several friends small cleanup
[lyx.git] / src / mathed / ChangeLog
1 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * matriz.C: clean up a bit.
4
5         * several files: changes so that several friends can be removed
6
7 2001-02-14  André Pönitz  <poenitz@htwm.de>
8
9         * formula.C: reformatting 
10
11         * math_cursor.[Ch]:
12           math_iter.[Ch]:
13           math_xiter.[Ch]: remove unneeded members
14
15 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
16
17         * math_parser.C: 
18         * math_panel.C: 
19         * formula.C: remove cruft
20
21         * array.C (begin): new method
22         (end): ditto
23
24 2001-02-14  André Pönitz  <poenitz@htwm.de>
25         
26         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
27
28         * math_cursor.C: reformatting 
29
30 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
31
32         * math_spaceinset.C: 
33         * math_root.C: 
34         * math_matrixinset.C: 
35         * math_macrotemplate.C: 
36         * math_funcinset.C: 
37         * math_fracinset.C: 
38         * math_dotsinset.C: 
39         * math_deliminset.C: 
40         * math_decorationinset.C: 
41         * math_bigopinset.C: 
42         * math_accentinset.C: 
43         * math_sqrtinset.C: include LOstream.h and add using directive.
44
45 2001-02-14  André Pönitz  <poenitz@htwm.de>
46
47         * math_iter.C: reformatting 
48
49 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
50
51         * math_spaceinset.C (GetSpace): move here
52
53         * math_parinset.C: add debug.h, move several prev. inlined methods
54         here. 
55
56         * math_macrotable.C math_xiter.C support.C: add debug.h
57
58         * math_macro.h: remove debug.h, remove typedefs
59
60         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
61         extern decls.
62
63         * math_hash.C: change some defines to int const. change use of
64         LM_TC_NORMAL to LM_TC_VAR
65
66         * math_draw.C: delete file
67
68         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
69         forward decls. remove LM_TC_NORMAL, move inline methods to
70         support.C (and support.h)
71
72         * math_cursor.C: move several previous inlined methods here
73
74         * math_bigopinset.h math_dotsinset.h math_funcinset.h
75         math_parinset.h math_spaceinset.h: add math_defs.h
76
77         * math_accentinset.h: add support.h and math_defs.h
78
79         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
80
81         * formula.h: remove unused func decl: OpenMathInset
82
83         * formula.C math_inset.h: get rid of math_defs.h
84
85         * array.h: switch to support.h instead of math_defs.h
86
87         * array.C: remove one include
88
89         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
90
91         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
92
93         * math_parser.C: include macrotable and macrotemplate
94
95         * math_macrotemplate.[Ch]: new files
96
97         * math_macrotable.[Ch]: new files
98
99         * math_macroarg.[Ch]: new files
100
101         * math_macro.C: move stuff to the new files.
102
103         * math_cursor.C: include math_macrotable.h
104
105         * macro_support.[Ch]: new files
106
107         * formulamacro.C: add more includes
108
109         * Makefile.am (libmathed_la_SOURCES): add new files.
110
111 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
112
113         * Makefile.am (libmathed_la_SOURCES): remove duplicate
114         math_sqrtinset. 
115
116         * support.C: 
117         * math_xiter.C: 
118         * math_parinset.C: add a bunch of "using" directives.
119
120         * math_funcinset.h: 
121         * math_decorationinset.h: 
122         * math_bigopinset.h: 
123         * math_spaceinset.h: remove more couples of inline.
124
125 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
126
127         * math_xiter.h: remove a couple of "inline"
128
129         * array.C (strange_copy): fix bug (hopefully) 
130         * many files: add a lot of new files and move methods to the class
131         files they belong to. Only first attempt at cleanup more will
132         follow.
133         
134 2001-02-12  André Pönitz  <poenitz@htwm.de>
135         
136         * math_macro.[hC]: replace MathMacroArgument[] with
137           std::vector<MathMacroArgument>
138         * math_defs.h:
139           math_inset.C: replace int[] with std::vector<int>
140         * math_panel.h:
141         * math_symbols.C: replace FL_OBJECTP[] with
142         std::vector<FL_OBJECT*>
143         
144 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
145
146         * math_defs.h (struct MathedRowSt): make all private variables end
147         with '_', initialize in initializer list instead of in function
148         body.
149
150 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
151
152         * formula.C (LocalDispatch): Change the default action of
153         break-line to create an align* environment instead of eqnarray*.
154
155         * math_inset.C (Metrics): Correct drawing of the multline
156         environment.
157
158 2001-02-12  André Pönitz  <poenitz@htwm.de>
159         
160         * array.[hC]: replace private variable maxsize_ with call to
161         bf_.size()
162         * math_defs.h: replace int[] by std::vector<int> for
163         MathedRowSt::widths
164
165 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
166
167         * array.h: made all variables private, removed friend, added new
168         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
169         non const operator[] added setter for last and getter for maxsize.
170         changed name from LyxArrayBase to MathedArray.
171         changed name of some methods to start with lowerchar.
172         moved inline methods to array.C
173         
174         * math_iter.C + several file: changes because of the above.
175
176         * array.C: new file with the prev inline methods.
177         
178 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
179
180         * Many files: add support for the align environment from amsmath.
181
182 2001-02-09  André Pönitz  <poenitz@htwm.de>
183
184         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
185         * several files: subsequent changes         
186         * math_iter.h: remove unused prototype
187         * array.h: ditto.
188
189 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
190
191         * math_macro.C (draw): add .c_str() to .str() (useful when
192         compiling with lyxstring, but STL sstream).
193         (Metrics): ditto.
194
195 2001-02-08  André Pönitz  <poenitz@htwm.de>
196
197         * several files: get rid of reinterpret_cast.
198
199 2001-02-04  Allan Rae  <rae@lyx.org>
200
201         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
202         just casting the variable.
203
204 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * Many files: Add support for multline and alignat environments from 
207         amsmath.
208
209 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
210
211         * math_symbols.C (math_insert_greek): Move cursor right when
212         unlocking the math inset.
213
214 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
215
216         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
217
218         * formula.C (LocalDispatch): Before inserting a label in an
219         eqnarray, move the cursor to the top level.
220
221         * math_iter.C (getLabel): Test if crow == 0.
222
223 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
224
225         * math_draw.C (Metrics): Use the correct GetString.
226