]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
merge CursorItem and MathPos
[features.git] / src / insets / ChangeLog
1
2 2003-12-15  André Pönitz  <poenitz@gmx.net>
3
4         * insettabular.[Ch]:
5         * insettext.C: adjust to changed name in CursorItem -> CursorSlice
6
7 2003-12-12  Angus Leeming  <leeming@lyx.org>
8
9         * insetbranch.C (c-tor): takes an InsetBranchParams arg rather than
10         a string.
11         (InsetBranchParams): remove the branchlist hack.
12         (isBranchSelected): new function, used to decide whether to
13         print each output format. Also used by InsetList.
14         (read, string2params): repair my own breakage ;-)
15         
16 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
17
18         * insetminipage.[Ch]: remove from repository.
19         
20 2003-12-12  Michael Schmitt  <michael.schmitt@teststep.org>
21
22         * insetert.[Ch]:
23         * insetcollapsable.[Ch]: Move all CollapseStatus code from
24         insetert to insetcollapsable; introduce virtual function
25         setButtonLabel and invoke it from collapsable
26
27 2003-12-12  Angus Leeming  <leeming@lyx.org>
28
29         * insetinclude.C (draw): cache x,y and so enable the
30         dialog to be opened.
31
32 2003-12-12  Angus Leeming  <leeming@lyx.org>
33
34         * mailinset.C (print_mailer_error): tidy up the output.
35
36 2003-12-11  Angus Leeming  <leeming@lyx.org>
37
38         * mailinset.[Ch] (print_mailer_error): new helper function.
39
40         * insetcommand.[Ch]: add a mailer_name_ variable and use it when
41         calling InsetCommandMailer.
42         (InsetCommandMailer::string2params): pass the name of the dialog.
43
44         * insetbibitem.[Ch] (d-tor):
45         * insetbibtex.[Ch] (d-tor):
46         * insetcite.[Ch] (d-tor):
47         * insetfloatlist.[Ch] (d-tor):
48         * insetindex.[Ch] (d-tor):
49         * insetlabel.[Ch] (d-tor):
50         * insetref.[Ch] (d-tor):
51         * insettoc.[Ch] (d-tor):
52         * inseturl.[Ch] (d-tor): removed.
53         Hiding the dialog is handled by InsetCommand.
54         
55         * insetbibtex.[Ch] (draw, metrics):
56         * insetfloatlist.[Ch] (draw, metrics):
57         * insetindex.[Ch] (draw, metrics): removed.
58         Drawing is handled by InsetCommand.
59
60         * insetbibitem.[Ch] (priv_dispatch):
61         * insetbibtex.[Ch] (priv_dispatch):
62         * insetcite.[Ch] (priv_dispatch):
63         * insetfloatlist.[Ch] (priv_dispatch):
64         * insetindex.[Ch] (priv_dispatch):
65         * insetlabel.[Ch] (priv_dispatch):
66         * insettoc.[Ch] (priv_dispatch):
67         * inseturl.[Ch] (priv_dispatch): removed or simplified.
68         let InsetCommand handle LFUN_MOUSE_PRESS, LFUN_MOUSE_RELEASE,
69         LFUN_INSET_DIALOG_SHOW.
70
71         * insetbox.C (string2params):
72         * insetbranch.C (string2params):
73         * insetert.C (string2params):
74         * insetexternal.C (string2params):
75         * insetfloat.C (string2params):
76         * insetinclude.C (string2params):
77         * insetminipage.C (string2params):
78         * insetnote.C (string2params):
79         * insetvspace.C (string2params):
80         * insetwrap.C (string2params): over-hauled.
81         
82 2003-12-10  Angus Leeming  <leeming@lyx.org>
83
84         * insetexternal.[Ch]: add a draft option and respect it when
85         outputting LaTeX.
86
87 2003-12-10  Angus Leeming  <leeming@lyx.org>
88
89         * insetbox.C: (read, write): now prepend the inset contents with
90         'Box' to identify the inset as a box inset.
91
92         * insetbox.h: move the translators out of sight.
93
94 2003-12-10  Angus Leeming  <leeming@lyx.org>
95
96         * insetert.C (string2params): clean-up using the new lyxlex interface.
97
98         * insetexternal.C: ensure that InsetExternalParams has a default
99         template, 'RasterImage'.
100
101 2003-12-10  Angus Leeming  <leeming@lyx.org>
102
103         * insetnote.[Ch]: change the storage type of InsetNoteParams::type
104         to an enum. Ensuing clean-ups through out the class.
105         (read, write): now prepend the inset contents with 'Note' to identify
106         the inset as a note inset.
107
108 2003-12-10  Angus Leeming  <leeming@lyx.org>
109
110         * insetbranch.[Ch]: changes to the InsetBranchMailer interface.
111         * insetnote.[Ch]: changes to the InsetNoteMailer interface.
112
113 2003-12-10  André Pönitz  <poenitz@gmx.net>
114
115         * inset.h:
116         * insetert.[Ch]:
117         * insettabular.[Ch]:
118         * insettext.[Ch]: remove unused insetInset()
119
120         * insetert.C: disable some  LFUNs
121
122         * insettoc.[Ch]: metrics() and draw() of InsetButton is enough.
123
124 2003-12-04  Martin Vermeer  <martin.vermee@hut.fi>
125
126         * insetcharstyle.[Ch]: Conglomerate-style CharStyles
127
128 2003-12-04  Angus Leeming  <leeming@lyx.org>
129
130         * insetexternal.C (draw): update the xo_, yo_ cache.
131
132         * ExternalTransforms.[Ch] (ResizeData): add a usingScale member
133         function.
134         (RotationDataType): new helper struct wrapping the
135         RotationData::OriginType enum.
136
137 2003-12-03  André Pönitz  <poenitz@gmx.net>
138
139         * inset.h: remove getParagraphs()
140
141         * insetcollapsable.[Ch]:
142         * insetert.[Ch]:
143         * insetnote.[Ch]:
144         * insettabular.[Ch]:
145         * insettext.C: use getText()  instead of getParagraphs()
146
147 2003-12-03  Martin Vermeer  <martin.vermeer@hut.fi>
148
149         * insetert.C: fix label text updating bug
150
151 2003-12-02  Angus Leeming  <leeming@lyx.org>
152
153         * insetvspace.[Ch] (space): new member function. Make space_ private.
154         (read): use the new, simpler lyxlex syntax.
155
156 2003-12-01  André Pönitz  <poenitz@gmx.net>
157
158         * insetcollapsable.[Ch]:
159         * insetert.[Ch]: move 'inline' state to InsetCollapsable
160
161 2003-12-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
162
163         * insetvspace.C (read): handle 'end_inset' token.
164
165 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
166
167         * insetcharstyle.[Ch]: add latexparam to CharStyle inset
168
169 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
170
171         * insetcollapsable.[Ch]:
172         * insetert.[Ch]:
173         * insetcharstyle.C: place inset content on the button when 
174         collapsed.
175
176 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
177
178         * insetvspace.C: remove VSpace::NONE; increase inset width
179
180 2003-12-01  André Pönitz  <poenitz@gmx.net>
181
182         * insetbase.h: whitespace
183
184         * inset.[Ch]: remove latexTextWidth
185         make setBackgroundColor virtual
186
187         * insettext.[Ch]:  move ParagraphList member to LyXText
188
189         * insetcollapsable.[Ch]: handle LFUN_INSET_TOGGLE
190
191         * insetcharstyle.C:
192         * insetenv.C:
193         * insetert.[Ch]:
194         * insetfloat.[Ch]:
195         * insetminipage.[Ch]:
196         * insettabular.C:
197         * insetwrap.[Ch]: adjust paragraphs and background color handling,
198
199 2003-11-28  Angus Leeming  <leeming@lyx.org>
200
201         * insetvspace.[Ch] (d-tor, priv_dispatch): new member functions,
202         hiding and showing the dialog respectively.
203         (priv_dispatch): also actually update the inset contents.
204
205 2003-11-28  Angus Leeming  <leeming@lyx.org>
206
207         * insetbox.C (d-tor):
208         * insetbranch.C (d-tor):
209         * insetcite.C (d-tor):
210         * insetfloat.C (d-tor):
211         * insetfloatlist.C (d-tor):
212         * insetinclude.C (d-tor):
213         * insetindex.C (d-tor):
214         simplify the invocation of the Mailer::hideDialog() function.
215
216         * insetminipage.C (showInsetDialog):
217         simplify the invocation of the Mailer::showialog() function.
218
219 2003-11-28  André Pönitz  <poenitz@gmx.net>
220
221         * Makefile.am:
222         * insetvspace.[Ch]: new insets
223
224 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
225
226         * insetcharstyle.C: Syntax change for CharStyles
227
228 2003-11-28  André Pönitz  <poenitz@gmx.net>
229
230         * updatableinset.h: remove insetInInsetY
231
232         * insetcollapsable.[Ch]:
233         * insetnewline.C:
234         * insettabular.[Ch]:
235         * insettext.[Ch]: adjust
236
237 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
238
239         * insettext.[Ch]: 
240         * inset.[Ch]:
241         * insetcollapsable.[Ch]:
242         * insetert.[Ch]:
243         * insettabular.[Ch]: remove setFont
244
245 2003-11-25  Alfredo Braunstein  <abraunst@lyx.org>
246
247         * render_graphic.[Ch]: adjust comments
248
249 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
250
251         * insetgraphics.C (draw): cache xo_ & yo_
252
253 2003-11-24  André Pönitz  <poenitz@gmx.net>
254
255         * insettext.C (setViewCache): don't call LyXText::init() anymore
256
257 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
258
259         * inset.h:
260         * insetcollapsable.[Ch]:
261         * insetert.[Ch]: remove bufferview parameter in methods 
262         open, close, status, and updateStatus.
263
264 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
265
266         * insetcollapsable.[Ch]:
267         * insettabular.[Ch]:
268         * insettext.[Ch] (getCursorDim): squash unused variable
269
270 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
271
272         * insettext.C (edit): x0_,y0_ -> xo_,yo_
273
274 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
275
276         * insettext.C (draw): sets LyXText absolute coordinates
277
278 2003-11-20  Angus Leeming  <leeming@lyx.org>
279
280         * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): squash warnings
281         about unused parameters.
282
283         * insetcollapsable.C (open):
284         * insettabular.C (pasteSelection):
285         * insettoc.C (draw): ditto.
286
287 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
288
289         * insetcollapsable.C: 
290         * insettext.C:
291         * insettext.h: hand on MOUSE_* events to the LyXText when appropriate
292         remove mouse_x mouse_y etc.
293
294 2003-11-17  André Pönitz  <poenitz@gmx.net>
295
296         * insettext.[Ch] (cx, cy): remove
297
298         * insettext.[Ch] (dispatch): move most of it to LyXText::dispatch
299
300 2003-11-13  André Pönitz  <poenitz@gmx.net>
301
302         * inset.h: 
303         * insetcollapsable.[Ch]:
304         * insettabular.[Ch]:
305         * insettext.[Ch] (deleteLyXText): remove
306
307 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
308
309         * insetcollapsable.[Ch] (fitInsetCursor): remove
310         * insettabular.[Ch] (fitInsetCursor): remove
311         * insettext.[Ch] (fitInsetCursor): remove
312         * updatableinset.[Ch] (fitInsetCursor): remove
313         (getCursorDIm): add virtual
314
315 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
316
317         * src/insets/Makefile.am:
318         * src/insets/inset.h:
319         * src/insets/insetcharstyle.C:
320         * src/insets/insetcharstyle.h: The Character Style /XML short
321         element patch.
322
323 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
324
325         * insettext.C: remove all update calls
326         * insetcollapsable.C: remove all update calls
327
328 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
329
330         * insettext.C (updateLocal, insertInset, setFont): remove 
331         fitCursor calls
332
333 2003-11-10  André Pönitz  <poenitz@gmx.net>
334
335         * inset.h: remove Inset::id_
336
337         * inset.h: top_x -> xo_, top_baseline -> yo_ to unify with mathed/*.[Ch]
338         * *.[Ch]: adjust
339
340 2003-11-10  André Pönitz  <poenitz@gmx.net>
341
342         * inset.[Ch]:
343         * insetbox.[Ch]:
344         * insetcollapsable.[Ch]:
345         * insetert.C:
346         * insetfloat.C:
347         * insetminipage.C:
348         * insettabular.[Ch]:
349         * insettext.[Ch]:
350         * insetwrap.C:
351         * updatableinset.[Ch]: remove inset locking & adjust
352
353 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
354
355         * inset.h (allowSpellCheck): add (return true)
356         * insetert.h (allowSpellCheck): add (return false)
357         
358 2003-11-05  José Matos  <jamatos@lyx.org>
359
360         * inset.h:
361         * insetbibtex.[Ch]:
362         * insetbox.[Ch]:
363         * insetbranch.[Ch]:
364         * insetcaption.[Ch]:
365         * insetcite.[Ch]:
366         * insetcollapsable.[Ch]:
367         * insetcommand.[Ch]:
368         * insetenv.[Ch]:
369         * insetert.[Ch]:
370         * insetexternal.[Ch]:
371         * insetfloat.[Ch]:
372         * insetfloatlist.[Ch]:
373         * insetfoot.[Ch]:
374         * insetgraphics.[Ch]:
375         * insethfill.[Ch]:
376         * insetinclude.[Ch]:
377         * insetindex.[Ch]:
378         * insetlabel.[Ch]:
379         * insetlatexaccent.[Ch]:
380         * insetline.[Ch]:
381         * insetlist.[Ch]:
382         * insetmarginal.[Ch]:
383         * insetminipage.[Ch]:
384         * insetnewline.[Ch]:
385         * insetnote.[Ch]:
386         * insetoptarg.[Ch]:
387         * insetpagebreak.[Ch]:
388         * insetquotes.[Ch]:
389         * insetref.[Ch]:
390         * insetspace.[Ch]:
391         * insetspecialchar.[Ch]:
392         * insettabular.[Ch]:
393         * insettext.[Ch]:
394         * insettheorem.[Ch]:
395         * insettoc.[Ch]:
396         * inseturl.[Ch]:
397         * insetwrap.[Ch]: rename ascii to plaintext
398         and LatexRunParams to OutputParams.
399
400 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
401
402         * insetcollapsable.C (edit): add open() all
403         * insettext.C (edit): add setViewCache call
404
405 2003-11-04  André Pönitz  <poenitz@gmx.net>
406
407         * inset.h (edit): move locking code from dispatch() to edit()
408
409         * insetbase.[Ch]:
410         * insetbibitem.C:
411         * insetbranch.[Ch]:
412         * insetcite.[Ch]:
413         * insetcollapsable.[Ch]:
414         * insetcommand.C:
415         * insetert.[Ch]:
416         * insetexternal.[Ch]:
417         * insetgraphics.[Ch]:
418         * insetindex.[Ch]:
419         * insetlabel.C:
420         * insetnote.[Ch]:
421         * insetref.C:
422         * insettabular.[Ch]:
423         * insettext.[Ch]: adjust
424
425 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
426
427         * inset.h:
428         * insetcollapsable.[Ch]:
429         * insetert.[Ch]:
430         * insettabular.[Ch]:
431         * insettext.[Ch]:
432         * updatableinset.[Ch]: remove dead search code
433
434 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
435
436         * inset.h:
437         * insetcollapsable.[Ch]:
438         * insetert.[Ch]:
439         * insettabular.[Ch]:
440         * insettext.[Ch]:
441         * updatableinset.[Ch]: remove dead spellcheck code
442
443 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
444
445         * insettabular.C (lockInsetInInset): small fix
446
447 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
448
449         * insettext.C (priv_dispatch): some DispatchResult type cleanup,
450         don't handle LFUN_UNKNOWN_ACTION, don't call BufferView::dispatch
451         from here. Be stricter on DispatchResult returned.
452
453 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
454
455         * Inset::dispatch's: adjust for new DispatchResult semantics.
456
457 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
458
459         * render_base.h: make clone return an auto_ptr
460         * render_button.C (clone): adjust
461         * render_graphic.C (clone): adjust
462         * render_preview.C (clone): adjust
463
464         * insettheorem.C (clone): return an auto_ptr
465
466         * insettext.C (priv_dispatch): exception safety
467
468         * insettabular.C: store the file scope variable paste_tabular in a
469         scoped_ptr, adjust usage.
470
471         * insetexternal.C (setParams): exception safety
472
473         * insetbibitem.C (clone): exception safety
474
475 2003-11-03  André Pönitz  <poenitz@gmx.net>
476
477         * inset.[Ch]:
478         * insetcollapsable.[Ch]:
479         * insettabular.[Ch]:
480         * insettext.[Ch]: remove Inset::id and related functions
481
482 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
483
484         * insets: adjust for DispatchResult changes.
485
486 2003-11-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
487
488         * insetpagebreak.C: fix screen representation & ascii output.
489
490 2003-11-01  Alfredo Braunstein  <abraunst@libero.it>
491
492         * inset.[Ch]:
493         * insettext.[Ch]:
494         * insettabular.[Ch]:
495         * insetcollapsable.[Ch]: bool haveParagraphs() -> int numParagraphs()
496
497 2003-10-31  José Matos  <jamatos@lyx.org>
498
499         * inset.h (ascii, linuxdoc, docbook):
500         * insetbox.[Ch] (ascii, linuxdoc, docbook):
501         * insetbranch.[Ch] (ascii, linuxdoc, docbook):
502         * insetcaption.[Ch] (ascii, docbook):
503         * insetcollapsable.[Ch] (ascii, linuxdoc, docbook):
504         * insetcommand.[Ch] (ascii, linuxdoc, docbook):
505         * insetert.[Ch] (ascii, linuxdoc, docbook):
506         * insetexternal.[Ch] (ascii, linuxdoc, docbook):
507         * insetfloat.[Ch] (linuxdoc, docbook):
508         * insetfloatlist.[Ch] (ascii):
509         * insetfoot.[Ch] (docbook):
510         * insetgraphics.[Ch] (ascii, linuxdoc, docbook):
511         * insethfill.[Ch] (ascii, linuxdoc, docbook):
512         * insetinclude.[Ch] (ascii, linuxdoc, docbook):
513         * insetindex.[Ch] (docbook):
514         * insetlabel.[Ch] (ascii, linuxdoc, docbook):
515         * insetlatexaccent.[Ch] (ascii, linuxdoc, docbook):
516         * insetline.[Ch] (ascii, linuxdoc, docbook):
517         * insetnewline.[Ch] (ascii, linuxdoc, docbook):
518         * insetnote.[Ch] (ascii, linuxdoc, docbook):
519         * insetpagebreak.[Ch] (ascii, linuxdoc, docbook):
520         * insetquotes.[Ch] (ascii, linuxdoc, docbook):
521         * insetref.[Ch] (ascii, linuxdoc, docbook):
522         * insetspace.[Ch] (ascii, linuxdoc, docbook):
523         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
524         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
525         * insettext.[Ch] (ascii, linuxdoc, docbook):
526         * insettoc.[Ch] (ascii, linuxdoc, docbook):
527         * inseturl.[Ch] (ascii, linuxdoc, docbook):
528         * insetwrap.[Ch] (docbook):
529         add LatexRunParams argument.
530
531 2003-10-30  José Matos  <jamatos@lyx.org>
532
533         * insettext.C (linuxdoc, docbook): use new pagraph generation code.
534
535 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
536
537         * updatableinset.C (priv_dispatch):
538         * insetwrap.C (priv_dispatch):
539         * inseturl.C (priv_dispatch):
540         * insettoc.C (priv_dispatch):
541         * insettext.C (lfunMouseRelease, priv_dispatch, moveRightIntern)
542         (moveLeftIntern, moveUp, moveDown):
543         * insettabular.C (lfunMouseRelease, priv_dispatch, moveRight)
544         (moveLeft, moveUp, moveDown):
545         * insetref.C (priv_dispatch):
546         * insetnote.C (priv_dispatch):
547         * insetminipage.C (priv_dispatch):
548         * insetlabel.C (priv_dispatch):
549         * insetindex.C (priv_dispatch):
550         * insetinclude.C (priv_dispatch):
551         * insetgraphics.C (priv_dispatch):
552         * insetfloatlist.C (priv_dispatch):
553         * insetfloat.C (priv_dispatch):
554         * insetexternal.C (priv_dispatch):
555         * insetert.C (priv_dispatch):
556         * insetcommand.C (priv_dispatch):
557         * insetcollapsable.C (lfunMouseRelease, priv_dispatch):
558         * insetcite.C (priv_dispatch):
559         * insetbranch.C (priv_dispatch):
560         * insetbox.C (priv_dispatch):
561         * insetbibtex.C (priv_dispatch):
562         * insetbibitem.C (priv_dispatch):
563         * insetbase.C (priv_dispatch): explict DispatchResult ctor fallout.
564
565 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
566
567     * insettext.C: small refactoring of docbook stuff
568
569 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
570
571         * insettext.C (lfunMouseRelease): dont use implicit conversion to bool
572         (priv_dispatch): adjust for operator dispatch_result_t removal
573
574         * insettabular.C (lfunMouseRelease): put the result of a dispatch
575         in a DispatchResult, adjust accordingly.
576         (priv_dispatch): use strange >= construct... (will be removed later)
577
578         * most insets: dispatch_result -> DispatchResult
579
580         * insetbase.h: move DispatchResult out to dispatchresult.h
581
582 2003-10-27  André Pönitz  <poenitz@gmx.net>
583
584         * insetpagebreak.[Ch]: new inset for page breaks
585
586         * insetline.[Ch]: new inset for vertical lines
587
588         * Makefile.am:
589         * inset.h: adjust
590
591 2003-10-25  Angus Leeming  <leeming@lyx.org>
592
593         * render_base.h (asButton, asGraphic, asPreview, asMonitoredPreview):
594         new virtual member functions, specialised...
595         * render_button.h (asButton):
596         * render_graphic.h (asGraphic):
597         * render_preview.h (asPreview, asMonitoredPreview): ... here.
598
599         * insetexternal.C: use these new functions rather than dynamic_cast.
600         Various other small simplifications.
601
602 2003-10-22  Angus Leeming  <leeming@lyx.org>
603
604         * insetexternal.[Ch]: add the ability to 'preview' the external file
605         if so desired.
606
607         * insetinclude.C: changes due to the changes in the RenderPreview
608         interface.
609
610         * render_preview.[Ch]: Lots of small changes. Display a diagnostic
611         message if the preview image is not available. Only initiate the
612         loading of the preview from draw(). Ditto, start the monitoring
613         of an external file from RenderMonitoredPreview::draw.
614
615 2003-10-22  Angus Leeming  <leeming@lyx.org>
616
617         * insetcite.[Ch] (setLoadingBuffer): removed.
618         (getNatbibLabel): use the new Buffer::fully_loaded member function to
619         ascertain whether to proceed with the (expensive) task of computing
620         the natbib-style label. Remove the home-grown hack providing
621         similar functionality.
622
623 2003-10-22  Angus Leeming  <leeming@lyx.org>
624
625         * render_graphic.[Ch] (statusMessage, readyToDisplay): move out of the
626         class and into an anonymous namespace.
627
628 2003-10-22  Angus Leeming  <leeming@lyx.org>
629
630         * insetcommand.h: remove the display method.
631
632         * insetbibtex.h:
633         * insetfloatlist.h:
634         * insetindex.h (InsetPrintIndex):
635         * insettoc.h: add a display method, returning true.
636
637 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
638
639         * insetcollapsable.h:
640         * insetcommand.h:
641         * insetfloat.h:
642         * insetfootlike.h:
643         * insetinclude.h: (1) finish off the inset display() work;
644         (2) fix the "is a bit silly" bug (accessing char
645         past end of par).
646
647 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
648
649         * inset.h:
650         * insetfloat.h:
651         * insetfootlike.h: re-introduce display() for insets,
652         fixing the various bugs (stretch of line above, math inset
653         positioning, ...)
654
655 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
656
657         * insetbase.C (dispatch): new func
658         (priv_dispatch): new func replaces...
659         (localDispatch): this, deleted.
660
661         * all insets with dispatch modified for new code.
662
663 2003-10-15  André Pönitz  <poenitz@gmx.net>
664
665         * insetcollapsable.[Ch]
666         * insettabular.[Ch]
667         * inset.h: re-add some edit(bv, index) method called by undo
668
669 2003-10-14  Angus Leeming  <leeming@lyx.org>
670
671         * insetexternal.[Ch] (view, cache, view_):
672         * insetgraphics.[Ch] (view, cache, view_):
673         * insetinclude.[Ch] (view, cache, view_): remove the BufferView cache.
674         (statusChanged): call LyX::cref().updateInset.
675
676         * insetinclude.C (fileChanged): use LyX::cref().updateInset rather than
677         the BufferView cache.
678
679         * insetlabel.h: remove #include <boost/weak_ptr.hpp>. Cruft from an
680         earlier clean-up.
681
682 2003-10-14  Angus Leeming  <leeming@lyx.org>
683
684         * insetinclude.C (metrics, draw): only draw the preview when previews
685         are activated.
686
687 2003-10-14  André Pönitz  <poenitz@gmx.net>
688
689         * insetcollapsable.[Ch]:
690         * insettabular.[Ch]:
691         * insettext.[Ch]:
692         * inset.h: getText() as alternative to getParagraphs()
693
694 2003-10-13  Angus Leeming  <leeming@lyx.org>
695
696         * insetexternal.C:
697         * insetgraphicsParams.C: displayTranslator is now a function.
698
699 2003-10-13  Angus Leeming  <leeming@lyx.org>
700
701         * insetinclude.C: remove #include "PreviewImage.h".
702
703 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
704
705         * ExternalSupport.C:
706         * ExternalTransforms.C:
707         * insetbox.C:
708         * insetbox.h: ws changes only
709
710 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
711
712         * insetinclude.C (localDispatch): do not call
713         InsetOld::localDispatch, just return UNDISPATCHED
714         * insetgraphics.C (localDispatch): ditto
715         * insetcommand.C (localDispatch): ditto
716
717 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
718
719         * inset.h: get rid of RESULT typedef for dispatch_result
720
721         * insetcollapsable.[Ch] (localDispatch): RESULT -> dispatch_result
722         * insetert.[Ch] (localDispatch): ditto
723         * insettabular.[Ch] (localDispatch): ditto
724         (moveRight): ditto
725         (moveLeft): ditto
726         (moveUp): ditto
727         (moveDown): ditto
728         * insettext.[Ch] (localDispatch): ditto
729         (moveRight): ditto
730         (moveLeft): ditto
731         (moveRightIntern): ditto
732         (moveLeftIntern): ditto
733         (moveUp): ditto
734         (moveDown): ditto
735         * updatableinset.[Ch] (localDispatch): ditto
736
737 2003-10-12  Angus Leeming  <leeming@lyx.org>
738
739         * renderbase.h (view, view_): removed.
740         * renderbase.C: removed.
741         * Makefile.am: remove render_base.C. The shortest lived file in
742         history?
743
744         * renderbutton.C (draw):
745         * render_graphic.C (draw): don't cache the BufferView.
746
747         * insetabase.h (cache, view): removed.
748
749         * inset.h (generatePreview) removed.
750
751         * insetcallapsable.[Ch] (cache, view, view_): removed.
752
753         * insetcollapsable.C (draw): don't cache the BufferView.
754
755         * insetcommand.[Ch] (view): removed.
756
757         * insetexternal.[Ch] (cache, view, view_):
758         * insetgraphics.[Ch] (cache, view, view_):
759         * insetinclude.[Ch] (cache, view, view_): added. Cache the BufferView.
760
761         * insetlabel.C: small clean-up. Don't use the BufferView cache, view(),
762         when you have direct access to it. In fact, don't use the cache at all.
763
764 2003-10-10  Angus Leeming  <leeming@lyx.org>
765
766         * insetinclude.C (metrics): use preview_->metrics.
767         (draw): use preview_->draw.
768
769         * render_preview.[Ch] (pimage): removed.
770
771 2003-10-10  Angus Leeming  <leeming@lyx.org>
772
773         * renderers.[Ch]: removed.
774
775         * render_base.[Ch]:
776         * render_button.[Ch]:
777         * render_graphic.[Ch]:
778         * render_preview.[Ch]: new files. The first three are split out of
779         renderers.[Ch]. The last one is a renamed PreviewedInset.[Ch]. which
780         contains a re-worked InsetInclude::PreviewImpl also.
781
782         * Makefile.am: reflect the changed files.
783
784         * insetcommand.h:
785         * insetexternal.[Ch]:
786         * insetgraphics.[Ch]: trivial changes ButtonRenderer -> RenderButton, etc.
787
788         * insetinclude.[Ch]: changes reflecting the change from
789         InsetInclude::PreviewImpl to RenderMonitoredPreview.
790
791         * insethfill.C:
792         * insetindex.C:
793         * insetlabel.C:
794         * insettoc.C:
795         * inseturl.C: add #include "support/std_ostream.h"
796
797 2003-10-09  Angus Leeming  <leeming@lyx.org>
798
799         * insetinclude.C (metrics, draw): no longer need to pass a Buffer arg
800         to PreviewedInset::previewReady.
801
802 2003-10-09  Angus Leeming  <leeming@lyx.org>
803
804         * insetexternal.[Ch] (statusChanged):
805         * insetgraphics.[Ch] (statusChanged): make a const member function.
806
807         * insetinclude.[Ch]: mods to PreviewImpl due to the changes to
808         PreviewedInset.
809
810 2003-10-09  Angus Leeming  <leeming@lyx.org>
811
812         * insetinclude.C (metrics, draw, restartLoading): pass a buffer arg
813         to PreviewedInset's previewReady and removePreview member functions.
814
815 2003-10-08  André Pönitz  <poenitz@gmx.net>
816
817         * insetcollapsable.C:
818         * insettext.[Ch]: saner 'init' structure
819
820         * updatableinset.[Ch]: remove unneeded code
821
822 2003-10-08  Angus Leeming  <leeming@lyx.org>
823
824         Fix doxygen warnings.
825
826         * insetbox.h (localDispatch): remove prefix InsetBox:: from declaration.
827         * insetnote.h (localDispatch): remove prefix InsetNote:: from declaration.
828
829 2003-10-07  Angus Leeming  <leeming@lyx.org>
830
831         * ExternalTransforms.[Ch]: new files, detailing transforms that can
832         be applied to InsetExternal.
833
834         * Makefile.am: add these new files.
835
836         * ExternalTemplate.[Ch]: add a list of available transforms to
837         class Template and a list of factory functions for transformer classes
838         that can act on this data to class Format.
839
840         * insetexternal.[Ch]: add transform data to InsetExternal::Params.
841
842         * ExternalSupport.C: Add code to replace transform placeholders
843         with appropriate output.
844
845 2003-10-07  Angus Leeming  <leeming@lyx.org>
846
847         * ExternalSupport.[Ch]: new files, moving the private member functions
848         and namespace anon functions out of insetexternal.C to here, so making
849         it easier to understand what is going on in insetexternal itself.
850
851         * Makefile.am: add new files.
852
853         * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams,
854         allowing the class to be forward declared. (Also consistent with
855         all other Params classes.)
856         (write): moved out of the class. Move this function and those in
857         namespace anon to ExternalSupport.[Ch].
858
859 2003-10-07  Angus Leeming  <leeming@lyx.org>
860
861         * ExternalTemplate.[Ch] (TemplateManager::getTemplates): remove
862         non-const member function.
863
864 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
865
866         * Makefile.am:
867         * inset.h:
868         * insetbox.C:
869         * insetbox.h: The Box patch. Fancybox support, minipage, parbox
870
871 2003-10-02  André Pönitz  <poenitz@gmx.net>
872
873         * insettext.C (read): make sure there is at least one par
874           in the text after reading.
875
876 2003-10-01  José Matos  <jamatos@lyx.org>
877
878         * insetbranch.C (linuxdoc, docbook): minor fix.
879
880 2003-10-01  Angus Leeming  <leeming@lyx.org>
881
882         * ExternalTemplace.[Ch]: introduce namespace lyx::external.
883
884         * insetexternal.[Ch]: changes due to the introduction of
885         namespace lyx::external.
886
887 2003-09-30  Angus Leeming  <leeming@lyx.org>
888
889         * insetexternal.[Ch] (Params::read, write): new member functions.
890
891 2003-09-25  Angus Leeming  <leeming@lyx.org>
892
893         * insetexternal.[Ch] (TempName): new (private) nested struct with
894         fake copy semantics. Enables us to use the generated copy c-tor
895         in the Params struct.
896         (Params::templatename, Params::tempname): use accessor functions.
897
898 2003-09-25  Angus Leeming  <leeming@lyx.org>
899
900         * ExternalTemplate.[Ch] (getTemplateByName): now it's a const member
901         function, returning a const pointer.
902
903 2003-09-23  Angus Leeming  <leeming@lyx.org>
904
905         * ExternalTemplate.[Ch]: can have multiple preamble snippets if we
906         store them in a vector, preambleNames.
907
908         * insetexternal.C (validate): loop over all preambleNames and call
909         LaTeXFeatures::addExternalPreamble with each.
910
911 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
912
913         * insetbranch.C: bug fix in branches
914
915 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
916
917         * insetnote.C: small clean-up.
918
919 2003-09-19  Angus Leeming  <leeming@lyx.org>
920
921         * inset.h (generatePreview): passed a 'Buffer const &' arg.
922
923         * insetcommand.C (string2params): clear params using the default c-tor.
924
925         * insetinclude[Ch]: get rid of the masterFilename_ parameter in
926         InsetInclude::Params. No more data in this struct than in
927         InsetCommandParams, so get rid of it and use InsetCommandParams instead.
928         (c-tor): no need to pass a 'Buffer const &' arg anymore.
929         (clone): remove #warning as it's now redundant.
930         (set): add a 'Buffer const &' arg. Make private.
931         (loadIfNeeded) move out of the class definition and into namespace anon.
932         (getMasterFilename, getFileName): ditto.
933
934 2003-09-18  Angus Leeming  <leeming@lyx.org>
935
936         * insetcommand.C (setParams): use the params' copy constructor.
937
938 2003-09-18  Angus Leeming  <leeming@lyx.org>
939
940         * insetinsetbase.h (getLabelList):
941         * insetinsetcollapsable.[Ch] (getLabelList):
942         * insetinsetinclude.[Ch] (getLabelList):
943         * insetinsetlabel.[Ch] (getLabelList):
944         * insetinsettabular.[Ch] (getLabelList):
945         * insetinsettext.[Ch] (getLabelList): receive a Buffer const & arg.
946         * insetinsetinclude.[Ch] (fillWithBibKeys): ditto.
947
948 2003-09-18  Angus Leeming  <leeming@lyx.org>
949
950         * insetinclude.[Ch]: remove Params::operator==, operator!= as they're
951         redundant baggage from yesteryear.
952         Remove Params::flag as it is redundant; the info is present in
953         getCmdName.
954
955 2003-09-18  Angus Leeming  <leeming@lyx.org>
956
957         * insetinclude.C (latexString): add a Buffer const & arg.
958
959 2003-09-18  Angus Leeming  <leeming@lyx.org>
960
961         * inset.C:
962         * inset.h:
963         * insettext.C:
964         * insettext.h: rename EnumLColor as LColor_color.
965
966 2003-09-18  Angus Leeming  <leeming@lyx.org>
967
968         * inset.h: add the InsetOld::Code wrapper class InsetOld_code.
969         * insetbase.h: add the dispatch_result wrapper class DispatchResult.
970
971 2003-09-16  Angus Leeming  <leeming@lyx.org>
972
973         * insetinclude.C (localDispatch): ensure that params_.masterFilename_ is
974         set before trying to generate a preview, else we trigger an assert.
975
976 2003-09-16  Angus Leeming  <leeming@lyx.org>
977
978         * insetinclude.C (PreviewImpl::parent): return a const reference.
979
980 2003-09-16  Angus Leeming  <leeming@lyx.org>
981
982         * insetcollapsable.[Ch]: make all member variables, except for 'inset', private.
983
984         * insetert.C (init): use InsetCollapsable::setLabelFont rather than access
985         labelfont directly.
986         (read, updateStatus, lfunMouseRelease, status, showInsetDialog): use
987         InsetCollapsable::setCollapsed, isOpen rather than access collapsed_ directly.
988
989         * insetminipage.C (metrics):
990         * insetnote.C (metrics):
991         * insettheorem.C (clone): use InsetCollapsable::isOpen rather than
992         access collapsed_ directly.
993
994 2003-09-16  Angus Leeming  <leeming@lyx.org>
995
996         * insetbibitem.C: add #include "lyxfont.h".
997
998 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
999
1000         * insetgraphics.C:
1001         * insetbibtex.C: use namespace alias for lyx::support::os
1002
1003 2003-09-16  Angus Leeming  <leeming@lyx.org>
1004
1005         * insetcollapsable.h: remove unused framecolor variable.
1006         Remove #include "LColor.h".
1007
1008         * insetcollapsable.C: remove unused framecolor variable.
1009
1010         * insetcaption.C:
1011         * insetcollapsable.C:
1012         * insetert.C:
1013         * insetfloat.C:
1014         * insetfootlike.C:
1015         * insetminipage.C:
1016         * insetnote.C:
1017         * insetoptarg.C:
1018         * insetwrap.C:
1019         Add #include "LColor.h".
1020
1021 2003-09-16  Angus Leeming  <leeming@lyx.org>
1022
1023         * insettext.[Ch] (frameColor): new accessor function.
1024         (frame_color_): stored as an int, allows us to remove #include "LColor.h" from
1025         insettext.h
1026
1027         * insetbranch.C:
1028         * insettabular.C:
1029         * insettext.C:
1030         add #include "LColor.h".
1031
1032         * insetcollapsable.h: add #include "LColor.h"
1033         (for its framecolor member variable).
1034
1035 2003-09-16  Angus Leeming  <leeming@lyx.org>
1036
1037         * insetenv.C (constructor): use accessor functions to access InsetText variables.
1038
1039         * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
1040         rename frame_color as frame_color_. Make private.
1041
1042         * insettext.C: associated changes.
1043
1044 2003-09-16  Angus Leeming  <leeming@lyx.org>
1045
1046         * inset.h: store background_color_ as an int, not as an LColor::color to
1047         get LColor.h out of the header file.
1048
1049         * inset.C:
1050         * insetlatexaccent.C:
1051         * insetnewline.C:
1052         * insetspace.C:
1053         * insetspecialchar.C:
1054         * renderers.C:
1055         add #include "LColor.h".
1056
1057 2003-09-16  Angus Leeming  <leeming@lyx.org>
1058
1059         * renderers.C:  LyXFont::setColor no longer return a LyXFont &, so cannot string
1060         calls together.
1061
1062 2003-09-15  Angus Leeming  <leeming@lyx.org>
1063
1064         * inset.[Ch] (setBackgroundColor, backgroundColor):
1065         * insettext.[Ch] (setFrameColor):
1066         pass EnumLColor args, rather than LColor::color ones.
1067
1068 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1069
1070         * insetcommand.C
1071         * insetexternal.C
1072         * insetfloat.C
1073         * insetgraphics.C
1074         * insetinclude.C
1075         * insetminipage.C
1076         * insetnote.C
1077         * insettabular.C
1078         * insetwrap.C: remove usage of STRCONV
1079
1080 2003-09-15  Angus Leeming  <leeming@lyx.org>
1081
1082         * renderers.C (draw):
1083         * insetlatexaccent.C (draw): explicitly define the color passed to
1084         the painter.
1085
1086 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
1087
1088         * insettext.C: remove block causing problems in lockInsetInInset
1089         (mentioned erroneously under Bug #1366)
1090
1091 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
1092
1093         * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
1094         in the process
1095
1096 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1097
1098         * several files: change Assert to BOOST_ASSERT
1099
1100 2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
1101
1102         * insettext.[Ch]: remove drawText[XY]Offset
1103
1104 2003-09-08  Angus Leeming  <leeming@lyx.org>
1105
1106         * insetcollapsable.C:
1107         * insetenv.C:
1108         * insetinclude.C:
1109         * insetlabel.C:
1110         * insetoptarg.C:
1111         * insetspecialchar.C:
1112         * insettabular.C:
1113         * insettext.C:
1114         * insettoc.C: remove redundant using directives.
1115
1116 2003-09-07  Angus Leeming  <leeming@lyx.org>
1117
1118         * insetspace.h:
1119         * insetspecialchar.h: remove #include "support/std_string.h".
1120
1121 2003-09-06  Angus Leeming  <leeming@lyx.org>
1122
1123         * renderers.C: add #include "insets/inset.h"
1124
1125 2003-09-05  Angus Leeming  <leeming@lyx.org>
1126
1127         * *.C: strip out redundant #includes. (193 in total.)
1128
1129 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1130
1131         * insets/insetbibtex.[Ch]:
1132         * insets/insetcommand.h:
1133         * insets/insetfloatlist.[Ch]:
1134         * insets/insetinclude.[Ch]:
1135         * insets/insettoc.[Ch]: Restricts the mouse click functionality
1136         of insets like bibtex, include, toc and floatlist to the visible
1137         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1138         up the dialogs. Cursor has to be in front of the inset (i.e.
1139         start of row) for this to function.
1140
1141 2003-09-04  Angus Leeming  <leeming@lyx.org>
1142
1143         * ExternalTemplate.[Ch]: store the preamble snippets in a separate
1144         structure outside of the Format struct. Format::preambleName refers to
1145         an item in the map of all preamble snippets.
1146         Make use of the new Debug::EXTERNAL flag.
1147
1148         * insetexternal.C: make use of the new Debug::EXTERNAL flag.
1149         (validate): Small change due to the changed storage of preamble snippets.
1150
1151 2003-09-04  Angus Leeming  <leeming@lyx.org>
1152
1153         * insetgraphics.C: #include "support/os.h"
1154
1155         * insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
1156         * insettabular.h: move #include "FuncStatus.h" out of the header file.
1157         * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
1158
1159         * insetcollapsable.h:
1160         * insetbranch.C:
1161         * insetnote.C: move #include "funcrequest.h" out of the header file.
1162
1163 2003-09-03  Angus Leeming  <leeming@lyx.org>
1164
1165         * insetexternal.C (updateExternal):
1166         * insetgraphics.C (prepareFile): Fix the conversion when exporting to
1167         latex.
1168
1169 2003-09-03  Angus Leeming  <leeming@lyx.org>
1170
1171         * insetexternal.C: don't bring namespace lyx::support into the global
1172         namespace.
1173
1174 2003-09-02  Martin Vermeer  <martin.vermeer@hut.fi>
1175
1176         * insetbranch.C: Add Branch: to label
1177
1178 2003-09-02  John Levon  <levon@movementarian.org>
1179
1180         * insettext.h:
1181         * insettext.C: remove cursor.i[xy]()
1182
1183 2003-08-28  Angus Leeming  <leeming@lyx.org>
1184
1185         * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
1186         "sh ", enabling the conversion to be carried out even if the script
1187         is not executable.
1188
1189 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1190
1191         * most files: change to use const Buffer refs
1192
1193 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
1194
1195         * insetfootlike.C: whitespace.
1196
1197 2003-08-26  John Levon  <levon@movementarian.org>
1198
1199         * insetenv.h:
1200         * insetcaption.h:
1201         * insetindex.h: remove remaining mentions of needFullRow()
1202
1203 2003-08-26  André Pönitz  <poenitz@gmx.net>
1204
1205         * insetfoot.C:
1206         * insetnewline.C:
1207         * insetquotes.C:
1208         * insettabular.C:
1209         * inset.[Ch]: remove InsetOld::par_owner_ & handling
1210
1211 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
1212
1213         * insetbranch.C: Small fix to prevent a crash on loading.
1214
1215 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1216
1217         * inset.h:
1218         * insetbibtex.[Ch]:
1219         * insetbranch.[Ch]:
1220         * insetcollapsable.h:
1221         * insetert.[Ch]:
1222         * insetfloatlist.[Ch]:
1223         * insetfootlike.[Ch]:
1224         * insetinclude.[Ch]:
1225         * insetindex.[Ch]:
1226         * insetindex.h:
1227         * insetminipage.h:
1228         * insetnote.[Ch]:
1229         * insettext.C:
1230         * insettheorem.[Ch]:
1231         * insettoc.[Ch]: eliminates the needFullRow/display() stuff
1232         altogether, putting the logic in metrics/draw in the insets.=20
1233         Draws short single row insets with more or less realistic metrics.
1234
1235 2003-08-19  André Pönitz  <poenitz@gmx.net>
1236
1237         * insettext.C: use new RowPainter interface
1238
1239 2003-08-18  John Levon  <levon@movementarian.org>
1240
1241         * insetref.C: require amsmath for eqref
1242
1243 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1244
1245         * Makefile.am:
1246         * inset.h:
1247         * insetbranch.[Ch]: implements the 'branch inset'
1248         idea. This allows the output of various versions of a document
1249         from a single source version, selectively outputing or suppressing
1250         output of parts of the text.
1251         This implementation contains a 'branch list editor' in a separate
1252         tab of the document settings dialog. Branches are user definable
1253         and have a "display colour" to distinguish them on-screen.
1254
1255         ColorHandler was somewhat cleaned up.
1256         (1) make possible a dynamically growing LColor list by allowing
1257         the graphic context cache to grow along (vector);
1258         (2) eliminate an IMHO unnecessary step in colour allocation.
1259
1260 2003-08-15  André Pönitz  <poenitz@gmx.net>
1261
1262         * insettext.[Ch]: adjust after rowlist split
1263
1264 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1265
1266         * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1267           rename valign-center to valign-middle;
1268           rename VALIGN_CENTER to VALIGN_MIDDLE
1269
1270 2003-08-11  André Pönitz  <poenitz@gmx.net>
1271
1272         * inset.h: remove resizeLyXText
1273
1274         * insetcaption.C:
1275         * insetcollapsable.[Ch]:
1276         * insetminipage.C:
1277         * insettabular.[Ch]: adjust
1278
1279         * insettext.[Ch]: remove saveLyXTextState,
1280          restoreLyXTextStat, sstate, reinitLyXText
1281
1282 2003-08-07  André Pönitz  <poenitz@gmx.net>
1283
1284         * inset.[Ch]: move non-crucial functions out-of-line
1285
1286         * insettext.C: rely on LyXText's LFUN handlers in some more cases,
1287         remove duplicated code.
1288
1289 2003-08-05  André Pönitz  <poenitz@gmx.net>
1290
1291         * insetbibitem.C:
1292         * insetcollapsable.[Ch]:
1293         * insetcommand.C:
1294         * insetert.C:
1295         * insetexternal.C:
1296         * insetfloat.C:
1297         * insetgraphics.C:
1298         * insetinclude.C:
1299         * insetlabel.C:
1300         * insetminipage.C:
1301         * insetnote.C:
1302         * insettabular.[Ch]:
1303         * insettext.[Ch]:
1304         * insetwrap.C:
1305         * updatableinset.[Ch]: rip out "deep update"
1306
1307         * insettext.C (localDispatch): merge cases with default branch
1308
1309         * insettext.C (frame_x,y,w,h): replace member with automatic variables
1310
1311         * insettabular.[Ch] (updateLocal): simplify logic
1312
1313 2003-08-04  André Pönitz  <poenitz@gmx.net>
1314
1315         * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
1316   is 'FULL' all the time.
1317
1318 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1319
1320         * insetert.C (get_new_label): only add ... to the (closed) label
1321         when the string has been shortened
1322
1323 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1324
1325         * Always use std::endl with lyxerr
1326
1327 2003-08-01      Martin Vermeer  <martin.vermeer@hut.fi>
1328
1329         * insetnote.C: update \author list
1330
1331 2003-07-31  André Pönitz  <poenitz@gmx.net>
1332
1333         * insetcollapsable.h:
1334         * insettabular.[Ch]:
1335         * insettext.[Ch]: remove toggleSelection
1336
1337 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1338
1339         (with help from Juergen Spitzmueller)
1340         * insetnote.C: add add i18n support. Use Prefs-definable
1341         colours for Comment and Greyedout.
1342
1343 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1344
1345         * insetcollapsable.[Ch]:
1346         * insetnote.C:
1347         * insetert.C: factor out the detection of clicking on the inset
1348       button as 'hitButton'. John Levon contributed.
1349
1350 2003-07-30  André Pönitz  <poenitz@gmx.net>
1351
1352         * insetcollapsable.C:
1353         * insetfootlike.C:
1354         * insettabular.C: parantheses, localize vars etc.
1355
1356 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1357
1358         * insetnote.C: Implement a newenvironment in preamble for
1359         greyedout. Patch provided by Jürgen Spitzmüller.
1360
1361 2003-07-29  Angus Leeming  <leeming@lyx.org>
1362
1363         * insetcommand.C (localDispatch): default to
1364         InsetOld::localDispatch.
1365
1366         * insetbibitem.C (localDispatch):
1367         * insetbibtex.C (localDispatch): remove call to
1368         ChangeCitationsIfUnique.
1369
1370         * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
1371
1372         * insetexternal.C (read): use pushpophelper.
1373
1374 2003-07-28  José Matos  <jamatos@lyx.org>
1375
1376         * insetext.C (read): \end_document replaces \the_end.
1377
1378 2003-07-28  José Matos  <jamatos@fep.up.pt>
1379
1380         * insetert.C (write): \layout -> \begin_layout.
1381         Add missing \end_layout.
1382
1383 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1384
1385         * insetquotes.C: document a bit the format
1386
1387         * insettabular.C (write): remove extra space
1388
1389 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
1390         * insetnote.C: Umpf. Hope I *now* get it right :-(
1391
1392 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
1393         *insetnote.C: did the right fix to greyedout: \color
1394         instead of \textcolor.
1395
1396 2003-07-28  Angus Leeming  <leeming@lyx.org>
1397
1398         * insetbibtex.h: remove extraneous forward declaration.
1399
1400         * insetbibitem.h:
1401         * insetbibtex.h: Also remove long-dead Holder member class
1402         and variable.
1403
1404 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
1405
1406         * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
1407         least.
1408
1409 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1410
1411         * insetwrap.C (addToToc): adjust for lyx::toc
1412
1413         * insetfloatlist.C (ascii): adjust for lyx::toc
1414
1415         * insetfloat.C (addToToc): adjust for lyx::toc
1416
1417 2003-07-27  José Matos  <jamatos@fep.up.pt>
1418
1419         * insetnote.h (linuxdoc,docbook): update support.
1420
1421 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1422
1423         * insetfloat.C (wide): add a space to label, for consistency
1424
1425 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1426
1427         * insettext.C (nextChange): adjust for lyx::find
1428         (searchForward): ditto
1429         (searchBackward): ditto
1430
1431 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1432
1433         * insetgraphicsParams.C:
1434         * insetexternal.C: declare extern displayTranslator
1435
1436         * insetexternal.C:
1437         * renderers.C: add #include "support/LAssert.h"
1438
1439 2003-07-27  José Matos  <jamatos@fep.up.pt>
1440
1441         * insetfloat.[Ch] (linuxdoc):
1442         * insetgraphics.C (linuxdoc):
1443         * insettabular.C (linuxdoc):
1444         * insettext.[Ch] (linuxdoc): add support for tables and figures
1445         (linuxdoc).
1446
1447 2003-07-27  José Matos  <jamatos@fep.up.pt>
1448
1449         * insetinclude (latex): comply with makeLaTeXFile argument change.
1450
1451 2003-07-26  Asger Alstrup  <alstrup@local>
1452
1453         * insettext.C (reinitLyXText): Get rid of updateLocal which causes
1454         the undo crashes. We'll see what problems other places this will
1455         cause.
1456
1457 2003-07-26  Angus Leeming  <leeming@lyx.org>
1458
1459         * insetgraphics.C: remove unused declaration of system_tempdir.
1460
1461 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1462
1463         * rename Inset to InsetOld
1464
1465         * all inset files (clone): return a auto_ptr<InsetBase>
1466
1467 2003-07-23  Angus Leeming  <leeming@lyx.org>
1468
1469         * insetexternal.[Ch] (setParams): pass it a Buffer const *.
1470
1471 2003-07-23  Angus Leeming  <leeming@lyx.org>
1472
1473         * mailinset.[Ch] (inset2string):
1474         * insetcommand.[Ch] (inset2string):
1475         * insetert.[Ch] (inset2string):
1476         * insetexternal.[Ch] (inset2string):
1477         * insetfloat.[Ch] (inset2string):
1478         * insetgraphics.[Ch] (inset2string):
1479         * insetinclude.[Ch] (inset2string):
1480         * insetminipage.[Ch] (inset2string):
1481         * insetnote.[Ch] (inset2string):
1482         * insettabular.[Ch] (inset2string):
1483         * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
1484
1485         * insetexternal.[Ch]:
1486         * insetgraphics.[Ch]: get rid of the view() function. Associated
1487         changes to the mailers' string2params and params2string functions.
1488
1489 2003-07-23  Angus Leeming  <leeming@lyx.org>
1490
1491         * insetexternal.[Ch]: store the external file name in a FileName
1492         member variable rather than a string + associated changes.
1493
1494 2003-07-21  Angus Leeming  <leeming@lyx.org>
1495
1496         * insetgraphicsParams.[Ch]: store the graphics file name in
1497         a FileName member variable rather than a string.
1498
1499         * insetgraphics.[Ch]:
1500         * insetgraphicsParams.[Ch]: Associated changes.
1501
1502 2003-07-21  Angus Leeming  <leeming@lyx.org>
1503
1504         * insetgraphics.[Ch] (string2params, params2string): passed a
1505         buffer_path argument.
1506         (view): new method.
1507
1508 2003-07-21  Angus Leeming  <leeming@lyx.org>
1509
1510         * insetexternal.C:
1511         * insetgraphicsParams.[Ch]:
1512         * insetinclude.C:
1513         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
1514
1515 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
1516
1517         * insetnote.C: fixed greyout and conditionals layout foul-ups.
1518
1519 2003-07-18  André Pönitz  <poenitz@gmx.net>
1520
1521         * insetert.[Ch]:
1522         * insetminipage.[Ch]:
1523         * insettabular.[Ch]:
1524         * insettext.[Ch]:
1525         * insetwrap.[Ch]:
1526         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
1527
1528 2003-07-18  André Pönitz  <poenitz@gmx.net>
1529
1530         * inset.[Ch]:
1531         * insetbibitem.C:
1532         * insetcollapsable.C:
1533         * insetcommand.C:
1534         * insetert.C:
1535         * insetexternal.C:
1536         * insetgraphics.[Ch]:
1537         * insetlatexaccent.[Ch]:
1538         * insetminipage.C:
1539         * insetnewline.C:
1540         * insetquotes.C:
1541         * insetspace.C:
1542         * insetspecialchar.C:
1543         * insettabular.[Ch]:
1544         * insettext.[Ch]:
1545         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
1546
1547 2003-07-17  André Pönitz  <poenitz@gmx.net>
1548
1549         * insetcollapsable.C:
1550         * insettabular.C:
1551         * insettext.C: don't call Inset::update() anymore
1552
1553         * insettext.[Ch]:
1554         * insettabular.[Ch]: remove unneeded in_update_ members
1555
1556         * insettext.[Ch]: remove unneeded InsetText::old_max_width member
1557
1558 2003-07-16  André Pönitz  <poenitz@gmx.net>
1559
1560         * insettext.C (selectAll): remove
1561
1562 2003-07-16  John Levon  <levon@movementarian.org>
1563
1564         * insetnote.h:
1565         * insetnote.C: implement showInsetDialog()
1566
1567 2003-07-15  André Pönitz  <poenitz@gmx.net>
1568
1569         * insettabular.C:
1570         * insettext.C: refresh_status tristate -> need_update bool
1571
1572 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1573
1574         * insettext.C: adjust call to LyXText::init
1575
1576 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1577
1578         * insettext.C: use bufferview_funcs->replaceSelection()
1579         to delete selections in some cases (bugs 441, 673, 702, 954).
1580
1581 2003-07-14  André Pönitz  <poenitz@gmx.net>
1582
1583         * insettext.C (draw): use slimmed down rowpainter interface
1584
1585 2003-07-14  André Pönitz  <poenitz@gmx.net>
1586
1587         * insetcollapsable.C:
1588         * insetert.C:
1589         * insettext.[Ch] (cy, ciy, setUpdateStatus):
1590         remove unused BufferView * argument
1591
1592 2003-07-14  André Pönitz  <poenitz@gmx.net>
1593
1594         * insettext.[Ch]: used cached metrics a bit more
1595
1596 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
1597
1598         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
1599
1600 2003-07-10  André Pönitz  <poenitz@gmx.net>
1601
1602         * insettabular.C:
1603         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
1604
1605 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1606
1607         * introduce namespace lyx::graphics
1608
1609 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1610
1611         * introduce namespace lyx::support
1612
1613 2003-06-30  André Pönitz  <poenitz@gmx.net>
1614
1615         * insetcite.C (localDispatch): fix case of missing return value
1616
1617         * insetcite.C (ascii): remove unneeded temporary
1618
1619 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1620
1621         * insetspace.h: fix \file
1622
1623         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
1624         * insetinclude.C (fillWithBibKeys): ditto
1625
1626         * insetbibitem.C: fix type const order
1627
1628         * inset.C (getLyXText): add varname for arg
1629
1630         * ExternalTemplate.h: fix type const order
1631
1632 2003-06-27  André Pönitz  <poenitz@gmx.net>
1633
1634         * insettext.C: take care of removed LyXCursor::row_ member
1635
1636         * insettext.[Ch]: use new TextCursor struct for sstate
1637
1638 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1639
1640         * inseterror.[Ch]: removed
1641
1642 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1643
1644         * insetinclude.C (docbook): use parseError instead of sgmlError
1645
1646 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1647
1648         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
1649         of BufferList::loadLyXFile
1650
1651 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1652
1653         * insettext.C (update): simplify
1654         (updateLocal): remove commented code
1655         (insetUnlock): simplify
1656         (lockInset): simplify
1657         (updateInsetInInset): simplify
1658         (localDispatch): simplify
1659         (setFont): simplify
1660         (resizeLyXText): simplify
1661         (collapseParagraphs): simplify
1662
1663         * insetert.C (get_new_label): simplify
1664
1665 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1666
1667         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
1668         pasteSelection with index
1669
1670 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1671
1672         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
1673
1674 2003-06-16  André Pönitz  <poenitz@gmx.net>
1675
1676         * insetbase.h: new virtual base function clone()
1677
1678         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
1679           Inset * clone()  ->  InsetBase * clone()
1680
1681 2003-06-13  André Pönitz  <poenitz@gmx.net>
1682
1683         * insettabular.[Ch]: make tabular a proper member
1684
1685 2003-06-12  André Pönitz  <poenitz@gmx.net>
1686
1687         * insettabular.[Ch]: some renaming plus whitespace
1688
1689 2003-06-11  Angus Leeming  <leeming@lyx.org>
1690
1691         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
1692         Add renderers.[Ch].
1693
1694         * insetbutton.[Ch]: removed.
1695         * graphicinset.[Ch]: renamed as renderers.[Ch].
1696
1697         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
1698         Create a new class ButtonRenderer using the InsetButton::metrics() and
1699         draw() functions.
1700         Derive both from a common RenderedInset base class.
1701
1702         * insetcommand.[Ch]:
1703         * insetinclude.[Ch]: derive from Inset, not InsetButton.
1704         Give it a ButtonRenderer member variable. Use it.
1705         Give the classes working copy c-tors.
1706         No longer derive from boost::noncopyable.
1707
1708         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
1709         display its contents as a button or as a graphic.
1710
1711         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
1712         GraphicRenderer.
1713
1714 2003-06-11  Angus Leeming  <leeming@lyx.org>
1715
1716         * insetcite.C (localDispatch): reformat.
1717
1718         * insetref.C (localDispatch): enable dialog to be lauched.
1719
1720 2003-06-11  John Levon  <levon@movementarian.org>
1721
1722         * insettabular.C: correctly mark all cells as erased
1723
1724 2003-06-11  Angus Leeming  <leeming@lyx.org>
1725
1726         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
1727         ExternalTemplate but its name, templatename. This means that a file
1728         containing a reference to an External Template not installed on the
1729         current machine will be saved retaining this info rather than inserting
1730         the first "valid" template from the list of templates.
1731
1732         As a by product, the visual statement that the Template is missing is
1733         now very clear!
1734
1735 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1736
1737         * insettext.C (appendParagraphs): remove some commented code.
1738
1739 2003-06-10  Angus Leeming  <leeming@lyx.org>
1740
1741         * graphicinset.[Ch] (view): removed the publicly accessible function to set
1742         the cache.
1743
1744         * insetexternal.[Ch]: move tempname_ into the Params struct.
1745         (Params d-tor): new function, to clean-up this temp file.
1746         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
1747         (cache): removed.
1748         (editExternal, doSubstitution): move out of class.
1749
1750 2003-06-10  Angus Leeming  <leeming@lyx.org>
1751
1752         * graphicinset.[Ch] (params): removed.
1753         * graphicinset.h (operator=): declared private but not defined.
1754         (statusMessage): made private.
1755
1756         * insetexternal.[Ch]: graphic_ renamed as renderer_.
1757
1758 2003-06-07  John Levon  <levon@movementarian.org>
1759
1760         * insetert.C (latex): make a newline mean just that not
1761         a new par
1762
1763 2003-06-07  José Matos  <jamatos@fep.up.pt>
1764
1765         * insethfill.[Ch] (linuxdoc, docbook): implement output
1766         * insetspace.C (linuxdoc, docbook): remove coments as the code
1767         is correct.
1768
1769 2003-06-06  José Matos  <jamatos@fep.up.pt>
1770
1771         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
1772
1773 2003-06-06  André Pönitz  <poenitz@gmx.net>
1774
1775         * insetwrap.[Ch]: code compactification
1776
1777 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1778
1779         * mailinset.C (updateDialog): use Dialogs::visible
1780
1781 2003-06-04  Angus Leeming  <leeming@lyx.org>
1782
1783         * graphicinset.C (draw): add a comment for the #if 0 block.
1784
1785         * insetexternal.h: remove Params::parameters variable.
1786         * insetexternal.C (read, write): rewrite to output new ExternalInset format
1787         and read it back making full use of LyXLex.
1788
1789 2003-06-04  André Pönitz  <poenitz@gmx.net>
1790
1791         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
1792
1793 2003-06-04  John Levon  <levon@movementarian.org>
1794
1795         * insettabular.C: back out tall table speed up. It was broken
1796
1797 2003-06-03  Angus Leeming  <leeming@lyx.org>
1798
1799         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
1800         Remove ViewCommand and UpdateCommand.
1801
1802         * graphicinset.C (update): bug fix. Set the params before calling the
1803         loader.
1804         * graphicinset.[Ch] (view): new method. A bit of a fudge to set the
1805         BufferView cache to enable the InsetExternal::editCommand to be invoked
1806         from the frontends. Would not be needed if this were dispatched properly.
1807         (old_ascent_): variable removed.
1808
1809         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
1810         do any necessary conversions of external material. Also use the
1811         new GraphicsInset to display the inset within LyX.
1812
1813 2003-06-03  Angus Leeming  <leeming@lyx.org>
1814
1815         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
1816         and move it somewhere where InsetExternal can use it too.
1817
1818         * Makefile.am: add the new files.
1819
1820         * insetgraphics.[Ch]: make use of the new GraphicInset.
1821
1822 2003-06-03  John Levon  <levon@movementarian.org>
1823
1824         * inset.h:
1825         * insetbibitem.[Ch]:
1826         * insetbibtex.h:
1827         * insetcite.h:
1828         * insetcommand.[Ch]:
1829         * insetenv.[Ch]:
1830         * inseterror.h:
1831         * insetert.[Ch]:
1832         * insetexternal.[Ch]:
1833         * insetfloat.[Ch]:
1834         * insetfloatlist.h:
1835         * insetfoot.[Ch]:
1836         * insetgraphics.[Ch]:
1837         * insethfill.h:
1838         * insetinclude.[Ch]:
1839         * insetindex.h:
1840         * insetlabel.h:
1841         * insetlatexaccent.[Ch]:
1842         * insetmarginal.[Ch]:
1843         * insetminipage.[Ch]:
1844         * insetnewline.h:
1845         * insetnote.[Ch]:
1846         * insetoptarg.[Ch]:
1847         * insetquotes.[Ch]:
1848         * insetref.[Ch]:
1849         * insetspace.[Ch]:
1850         * insetspecialchar.[Ch]:
1851         * insettabular.[Ch]:
1852         * insettext.[Ch]:
1853         * insetthereom.[Ch]:
1854         * insettoc.h:
1855         * inseturl.h:
1856         * insetwrap.[Ch]: make clone() not take a Buffer * arg
1857
1858         * insetgraphics.[Ch]:
1859         * insetgraphicsParams.[Ch]: always store an absolute
1860         path at runtime
1861
1862 2003-06-02  André Pönitz  <poenitz@gmx.net>
1863
1864         * inseterror.C:
1865         * insetgraphics.C:
1866         * insetlatexaccent.C: remove duplicated call to metrics()
1867
1868 2003-06-02  John Levon  <levon@movementarian.org>
1869
1870         * insettabular.C: fix resize of column width
1871
1872 2003-06-02  John Levon  <levon@movementarian.org>
1873
1874         * Makefile.am:
1875         * inset.h:
1876         * insetparent.h:
1877         * insetparent.C: remove insetparent
1878
1879 2003-06-02  André Pönitz  <poenitz@gmx.net>
1880
1881         * inset.[Ch]:
1882         * insetbase.h:
1883         * insetbibtex.[Ch]:
1884         * insetbutton.[Ch]:
1885         * insetcaption.C:
1886         * insetcollapsable.[Ch]:
1887         * inseterror.[Ch]:
1888         * insetert.[Ch]:
1889         * insetfootlike.C:
1890         * insetgraphics.[Ch]:
1891         * insetinclude.[Ch]:
1892         * insetlatexaccent.[Ch]:
1893         * insetminipage.[Ch]:
1894         * insetnewline.[Ch]:
1895         * insetquotes.[Ch]:
1896         * insetspace.[Ch]:
1897         * insetspecialchar.[Ch]:
1898         * insettabular.[Ch]:
1899         * insettext.[Ch]: unify first drawing phase
1900
1901         * inset.[Ch]:
1902         * insetbase.h: move validate() to the base
1903
1904 2003-05-31  Angus Leeming  <leeming@lyx.org>
1905
1906         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
1907
1908 2003-05-30  André Pönitz  <poenitz@gmx.net>
1909
1910         * inset.h:
1911         * insetbase.h:
1912         * insetbutton.[Ch]:
1913         * insetcaption.[Ch]:
1914         * insetcollapsable.[Ch]:
1915         * inseterror.[Ch]:
1916         * insetert.[Ch]:
1917         * insetgraphics.[Ch]:
1918         * insetinclude.[Ch]:
1919         * insetlatexaccent.[Ch]:
1920         * insetnewline.[Ch]:
1921         * insetquotes.[Ch]:
1922         * insetspace.[Ch]:
1923         * insetspecialchar.[Ch]:
1924         * insettabular.[Ch]:
1925         * insettext.[Ch]:
1926         * updatableinset.[Ch]: unify second drawing phase
1927
1928 2003-05-30  John Levon  <levon@movementarian.org>
1929
1930         * insetgraphics.C: fix a bformat
1931
1932 2003-05-29  John Levon  <levon@movementarian.org>
1933
1934         * insettabular.C: remove unused bufferOwner()
1935
1936 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1937
1938         * insettext.C (lockInsetInInset): adjust
1939         (getLabelList): use const_iterator, adjust
1940         (getInsetFromID): use const_iterator, adjust
1941         (addPreview): use const_iterator, adjust
1942
1943         * insetwrap.C (clone): remove const_cast
1944
1945         * insetnote.C (clone): remove const_cast
1946
1947         * insetminipage.C (clone): remove const_cast
1948
1949         * insetmarginal.C (clone): remove const_cast
1950
1951         * insetfoot.C (clone): remove const_cast
1952
1953         * insetfloat.C (clone): remove const_cast
1954
1955         * insetert.C (clone): remove const_cast
1956
1957         * delete commented same_id functions from a lot of files.
1958
1959 2003-05-28  John Levon  <levon@movementarian.org>
1960
1961         * insetcite.C:
1962         * insetinclude.C:
1963         * insetindex.C:
1964         * insetparent.C:
1965         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
1966
1967         * insetminipage.C: fix metrics (bug 1144)
1968
1969 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1970
1971         * insettext.C (saveLyXTextState): adjust
1972         (restoreLyXTextState): adjust
1973         (init): adjust
1974         (lockInset): adjust
1975         (unlockInsetInInset): adjust
1976         (localDispatch): adjust
1977         (getLyXText): adjust
1978
1979         * insettabular.C (insertAsciiString): adjust
1980
1981 2003-05-27  André Pönitz  <poenitz@gmx.net>
1982
1983         * insetbutton.C:
1984         * insetcollapsable.C:
1985         * inseterror.C:
1986         * insetgraphics.C:
1987         * insetlatexaccent.C:
1988         * insetminipage.C:
1989         * insetnewline.C:
1990         * insetquotes.C:
1991         * insetspace.C:
1992         * insetspecialchar.C:
1993         * insettabular.C:
1994         * insettext.C: dim.w -> dim.wid
1995
1996 2003-05-26  John Levon  <levon@movementarian.org>
1997
1998         * insettabular.C: avoid drawing all of a long table
1999         if it's not needed. A big speedup
2000
2001 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2002
2003         * remove same_id from function signatures, adjust
2004
2005 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2006
2007         * insettext.C (InsetText): adjust
2008         (clear): adjust
2009         (setParagraphData): separate same_id cases, adjust
2010         (appendParagraphs): adjust
2011         (appendParagraphs): adjust
2012
2013 2003-05-23  André Pönitz  <poenitz@gmx.net>
2014
2015         * insetbutton.h: whitespace
2016
2017         * insettabular.C: more compact code
2018
2019         * updatableinset.C: remove const_cast
2020
2021
2022 2003-05-23  Angus Leeming  <leeming@lyx.org>
2023
2024         * insetexternal.C (write): check how many lines are output.
2025         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
2026         if the template has defined it.
2027
2028 2003-05-23  Angus Leeming  <leeming@lyx.org>
2029
2030         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
2031
2032 2003-05-23  Angus Leeming  <leeming@lyx.org>
2033
2034         * insetfoot.C (latex):
2035         * inseturl.C (latex): rename fragile as moving_arg.
2036
2037 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2038
2039         * inseterror.C (localDispatch): comment out unused var.
2040
2041 2003-05-22  Angus Leeming  <leeming@lyx.org>
2042
2043         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
2044         passed through the LatexRunParams arg.
2045
2046 2003-05-22  Angus Leeming  <leeming@lyx.org>
2047
2048         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
2049         through the LatexRunParams arg.
2050
2051         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
2052         arg rather than through a global var.
2053
2054 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2055
2056         * insetspecialchar.C (dimension): use a string.
2057
2058 2003-05-22  Angus Leeming  <leeming@lyx.org>
2059
2060         * insetbibtex.C (latex):
2061         * insetgraphics.C (latex):
2062         * insetinclude.C (latex): extract the buffer's 'nice'ness from
2063         runparams rather than from the buffer itself.
2064
2065 2003-05-22  Angus Leeming  <leeming@lyx.org>
2066
2067         * inset*.[Ch] (latex):
2068         passed a LatexRunParams parameter.
2069
2070         * insetgraphics.C (latex): actually use it ;-)
2071
2072 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
2073
2074         * insetfloat.C (addToToc): trivial compile fix
2075
2076 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2077
2078         * insettext.[Ch] (paragraph): delete unused function
2079
2080         * insetfloat.C (addToToc): parlist simplfication
2081
2082 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2083
2084         * insetspace.[Ch]: added (new space insets)
2085         * Makefile.am:
2086         * inset.h: handle new space insets
2087
2088 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2089
2090         * insetfloat.C (addToToc): adjust
2091
2092 2003-05-21  André Pönitz  <poenitz@gmx.net>
2093
2094         * insettext.[Ch]: fix drawing bug introduced earlier
2095
2096 2003-05-19  André Pönitz  <poenitz@gmx.net>
2097
2098         * insetspecialchar.C: fix bug introduced yesterday
2099
2100 2003-05-19  André Pönitz  <poenitz@gmx.net>
2101
2102         * inset.[Ch]:
2103         * insetbutton.[Ch]:
2104         * insetcollapsable.[Ch]:
2105         * inseterror.[Ch]:
2106         * insetert.[Ch]:
2107         * insetfoot.[Ch]:
2108         * insetgraphics.[Ch]:
2109         * insetgraphicsParams.[Ch]:
2110         * insetlatexaccent.[Ch]:
2111         * insetminipage.[Ch]:
2112         * insetnewline.[Ch]:
2113         * insetquotes.[Ch]:
2114         * insetspecialchar.[Ch]:
2115         * insettabular.[Ch]:
2116         * insettext.[Ch]: dimensions() instead of ascend/descend/width
2117
2118 2003-05-19  André Pönitz  <poenitz@gmx.net>
2119
2120         * insetenv.[Ch]:
2121         * insettext.C: more insetenv
2122
2123 2003-05-16  André Pönitz  <poenitz@gmx.net>
2124
2125         * insetcommand.C:
2126         * insetminimpage.[Ch]:
2127         * insetcollapsable.[Ch]: fix #832
2128
2129 2003-05-16  André Pönitz  <poenitz@gmx.net>
2130
2131         * inset.[Ch]:
2132         * insetbibitem.[Ch]:
2133         * insetbibtex.[Ch]:
2134         * insetbutton.[Ch]:
2135         * insetcite.[Ch]:
2136         * insetcollapsable.[Ch]:
2137         * insetcommand.[Ch]:
2138         * inseterror.[Ch]:
2139         * insetert.[Ch]:
2140         * insetexternal.[Ch]:
2141         * insetfloatlist.[Ch]:
2142         * insetgraphics.[Ch]:
2143         * insetinclude.[Ch]:
2144         * insetindex.[Ch]:
2145         * insetlabel.[Ch]:
2146         * insetlatexaccent.[Ch]:
2147         * insetparent.[Ch]:
2148         * insetref.[Ch]:
2149         * insettabular.[Ch]:
2150         * insettext.[Ch]:
2151         * insettoc.[Ch]:
2152         * inseturl.[Ch]:
2153         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
2154
2155 2003-05-13  André Pönitz <poenitz@gmx.net>
2156
2157         * insetbibitem.C:
2158         * insetcollapsable.C:
2159         * insetert.C:
2160         * insetfloat.C:
2161         * insetinclude.C:
2162         * insetwrap.C: tostr from own header
2163
2164         * insetcommand.C:
2165         * insetexternal.C:
2166         * insetfloat.C:
2167         * insetfloat.h:
2168         * insetgraphics.C:
2169         * insetinclude.C:
2170         * insetminipage.C:
2171         * insetparent.C:
2172         * insettabular.C:
2173         * insettext.C:
2174         * insetwrap.C: STRCONV
2175
2176
2177 2003-05-12  André Pönitz <poenitz@gmx.net>
2178
2179         * insetcaption.C:
2180         * insetexternal.C:
2181         * insetfloat.C:
2182         * insetfloatlist.C:
2183         * insetgraphics.C:
2184         * insetinclude.C:
2185         * insetminipage.C:
2186         * insetminipage.C:
2187         * insettabular.C:
2188         * insettext.C:
2189         * insetwwrap.C:  boost::format -> bformat  all over the place
2190
2191 2003-05-05  André Pönitz <poenitz@gmx.net>
2192
2193         * insettext.h: add missing #include <map>
2194
2195 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2196
2197         * insettext.C (InsetText): parlist cleanup
2198         (clear): ditto
2199         (edit): ditto
2200         (insetUnlock): ditto
2201         (lockInset): ditto
2202         (lockInsetInInset): ditto
2203         (cx): ditto
2204         (cix): ditto
2205         (getLyXText): ditto
2206         (searchBackward): ditto
2207         (collapseParagraphs): ditto
2208
2209 2003-05-06  John Levon  <levon@movementarian.org>
2210
2211         * insetcaption.C: don't cast wrap inset to InsetFloat
2212
2213         * insetfloat.h:
2214         * insetfloat.C: remove unneeded type() function
2215
2216 2003-05-05  André Pönitz <poenitz@gmx.net>
2217
2218         * inset.h:
2219         * insettext.[Ch]:
2220         * insettabular.[Ch]:
2221         * insetcollapsable.[Ch]: remove unused function firstParagraph()
2222         replace getFirstParagraph() by getParagraphs()
2223
2224 2003-05-03  John Levon  <levon@movementarian.org>
2225
2226         * insetcollapsable.h:
2227         * insetcollapsable.C:
2228         * insettabular.h:
2229         * insettabular.C:
2230         * insettext.h:
2231         * insettext.C:
2232         * updatableinset.h:
2233         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
2234         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
2235         getCursor(). Remove explicit cursor hides.
2236
2237 2003-05-02  André Pönitz <poenitz@gmx.net>
2238
2239         * insettext.C: remove unneeded &*
2240
2241 2003-04-30  John Levon  <levon@movementarian.org>
2242
2243         * insettabular.C: fix edit message
2244
2245 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2246
2247         * insettext.C (setFont): do not convert iterator -> pointer
2248
2249         * insettabular.C (localDispatch): do not convert iterator -> pointer
2250         (setFont): ditto
2251         (tabularFeatures): ditto
2252
2253 2003-04-29  André Pönitz <poenitz@gmx.net>
2254
2255         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
2256
2257 2003-04-28  André Pönitz <poenitz@gmx.net>
2258
2259         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2260           Changes
2261
2262 2003-04-25 André Pönitz <poenitz@gmx.net>
2263
2264         * insetenv.C: derive from InsetText instead of InsetCollapsable
2265
2266 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2267
2268         * insetexternal.C (string2params): dont do anything if the string
2269         is empty.
2270         * insetgraphics.C (string2params): ditto
2271         * insetcommand.C (string2params): ditto
2272         * insetert.C (string2params): ditto
2273         * insetfloat.C (string2params): ditto
2274         * insetinclude.C (string2params): ditto
2275         * insetminipage.C (string2params): ditto
2276         * insettabular.C (string2params): ditto
2277         * insetwrap.C (string2params): ditto
2278
2279 2003-04-24  André Pönitz <poenitz@gmx.net>
2280
2281         * insetref.C: support for eqref
2282
2283 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2284
2285         * insetert.C (read): use ParagraphList::iterator.
2286
2287 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2288
2289         * insetquotes.C (latex): comment some code and add warnings.
2290
2291 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
2292
2293         * insetexternal.C (localDispatch): added a missing DISPATCHED
2294
2295 2003-04-12  John Levon  <levon@movementarian.org>
2296
2297         * insetwrap.C (addToToc): fix a crash, conversion
2298         from while to for loop forgot to remove the explicit
2299         increment
2300
2301 2003-04-10  John Levon  <levon@movementarian.org>
2302
2303         * insettabular.C (tabularFeature): make sure
2304         to update the dialog when we change something
2305         (bug 1036).
2306
2307         (getStatus): don't disable some lfuns (bug 939)
2308
2309 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2310
2311         * insettext.C (saveLyXTextState): adjust
2312         (localDispatch): adjust
2313         (setFont): adjust
2314         (cx): adjust
2315         (cix): adjust
2316         (cpar): adjust
2317
2318         * insettabular.C (localDispatch): adjust
2319         (setFont): adjust
2320         (tabularFeatures): adjust
2321
2322 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2323
2324         * insettabular.C (searchForward,searchBackward): fix bug 782
2325
2326 2003-04-07  John Levon  <levon@movementarian.org>
2327
2328         * insettabular.C:
2329         * insettext.C: clear status message on inset exit
2330
2331 2003-04-03  John Levon  <levon@movementarian.org>
2332
2333         * insetcommand.C: return dispatched on DIALOG_UPDATE
2334
2335 2003-04-02  John Levon  <levon@movementarian.org>
2336
2337         * insettabular.C: tab lfuns renamed
2338
2339 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2340
2341         * insettext.C (update): move towards ParagraphList
2342         (updateLocal): ditto
2343         (edit): ditto
2344         (insetUnlock): ditto
2345         (lockInset): ditto
2346         (lockInsetInInset): ditto
2347         (updateInsetInInset): ditto
2348         (localDispatch): ditto
2349         (docbook): ditto
2350         (setFont): ditto
2351         (resizeLyXText): ditto
2352         (searchBackward): ditto
2353         (collapseParagraphs): ditto
2354         (addPreview): ditto
2355
2356         * insetwrap.C (InsetWrap): adjust
2357         (addToToc): adjust and rewrite loop
2358
2359         * insettext.[Ch] (paragraph): delete function
2360
2361         * insettabular.C (moveNextCell): adjust
2362         (movePrevCell): adjust
2363         (insertAsciiString): adjust
2364
2365         * insetfloat.C (InsetFloat): adjust
2366         (addToToc): adjust
2367
2368         * insetert.C (InsetERT): adjust
2369         (write): adjust, and rewrite loop
2370         (latex): adjust, and rewrite loop
2371         (linuxdoc): adjust, and rewrite loop
2372         (docbook): adjust, and rewrite loop
2373         (localDispatch): adjust
2374         (get_new_label): adjust
2375
2376 2003-04-01  John Levon  <levon@movementarian.org>
2377
2378         From Alfredo Braunstein
2379
2380         * insetbutton.h:
2381         * insetbutton.C: add localDispatch()
2382
2383         * insetcommand.C: return DISPATCHED when edit() called
2384
2385         * insettext.C: fix bug 967
2386
2387 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2388
2389         * insettext.C: adjust
2390
2391 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2392
2393         * insettext.C (draw): adjust
2394         (crow): return a RowList::iterator not a Row*
2395
2396         * insetminipage.C (localDispatch): adjust
2397
2398         * insetert.C (localDispatch): adjust
2399
2400 2003-03-31  John Levon  <levon@movementarian.org>
2401
2402         * insetgraphics.C:
2403         * insetgraphicsParams.C: use_gui moved to lyx_gui
2404
2405 2003-03-31  John Levon  <levon@movementarian.org>
2406
2407         * insettext.C: Alert fix
2408
2409 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2410
2411         * insettext.C (ascent): adjust for RowList
2412         (descent): ditto
2413         (draw): ditto
2414         (getLyXText): adjust
2415         (toggleSelection): adjust
2416
2417         * insetminipage.C (localDispatch): adjust for RowList
2418
2419         * insetert.C (localDispatch): adjust for RowList
2420         (getMaxWidth): adjust for RowList
2421
2422 2003-03-29  John Levon  <levon@movementarian.org>
2423
2424         * insetert.C: Alert cleanup
2425
2426 2003-03-29  John Levon  <levon@movementarian.org>
2427
2428         * insettabular.C: Alert fix
2429
2430 2003-03-28  John Levon  <levon@movementarian.org>
2431
2432         * insetfloat.C: reset label on INSET_MODIFY
2433
2434 2003-03-28  John Levon  <levon@movementarian.org>
2435
2436         * insetgraphicsParams.C: read subcaptionText as a whole line
2437         (bug 656)
2438
2439 2003-03-28  John Levon  <levon@movementarian.org>
2440
2441         * insettext.C: remove unused prototypes
2442
2443 2003-03-25  Angus Leeming  <leeming@lyx.org>
2444
2445         * insetbibitem.C (localDispatch): repaint the view after modifying
2446         a bibitem inset in case the maximum InsetBibitem width has changed.
2447
2448 2003-03-25  John Levon  <levon@movementarian.org>
2449
2450         * insettext.C:
2451         * insettabular.C: LyXText renamings
2452
2453 2003-03-24  John Levon  <levon@movementarian.org>
2454
2455         * insettext.C: remove some dead code. Fix bug 972 and
2456           related by posting a repaint in updateLocal(), and making
2457           the SEL functions set SELECTION.
2458
2459 2003-03-22  John Levon  <levon@movementarian.org>
2460
2461         * inset.h:
2462         * inset.C: remove no-longer-needed topx_set
2463
2464         * insetcollapsable.h:
2465         * insetcollapsable.C: remove dead code
2466
2467         * insetminipage.C:
2468         * insetert.C: rebreak the rows when a possible
2469           change in size is made, and reset the cursor
2470           (bug 962, bug 965)
2471
2472         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
2473
2474         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
2475           topx_set. Fix drawing errors for clearInset(). Remove
2476           some unnecessary uses of topx, which should die.
2477
2478         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
2479           is no longer needed. Replace it with an ugly hack.
2480
2481 2003-03-20  John Levon  <levon@movementarian.org>
2482
2483         * inset.h:
2484         * insetcollapsable.h:
2485         * insetcollapsable.C:
2486         * insetert.h:
2487         * insetert.C:
2488         * insetminipage.C:
2489         * insetminipage.C:
2490         * insettabular.h:
2491         * insettabular.C:
2492         * insettext.h:
2493         * insettext.C: remove spurious font parameter
2494         from update(). Fix drawing of ERT insets inside
2495         insets (bug 966). Remove unused mark_dirty from
2496         tabular's updateLocal()
2497
2498 2003-03-19  John Levon  <levon@movementarian.org>
2499
2500         * insetfloat.h:
2501         * insetfloat.C:
2502         * insetinclude.h:
2503         * insetinclude.C:
2504         * insetminipage.h:
2505         * insetminipage.C:
2506         * insetwrap.h:
2507         * insetwrap.C: remove unused getter/setters
2508
2509 2003-03-19  John Levon  <levon@movementarian.org>
2510
2511         * several files: bv->updateInset() doesn't take
2512         a bool mark_dirty any more
2513
2514 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2515
2516         * adjust for BufferView* arg removal from lyxtext.
2517
2518 2003-03-17  John Levon  <levon@movementarian.org>
2519
2520         * most files: remove the "cleared" parameter
2521         to draw in favour of always clearing. Associated
2522         code removal.
2523
2524 2003-03-16  John Levon  <levon@movementarian.org>
2525
2526         * insettext.C: remove unused s.refresh
2527
2528 2003-03-13  Angus Leeming  <leeming@lyx.org>
2529
2530         * insettext.C (edit): replace Dialogs::updateParagraph with
2531         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
2532
2533 2003-03-13  André Pönitz <poenitz@gmx.net>
2534
2535         * Makefile.am: insert insetenv
2536
2537         * insethenv.[Ch]: new files, currently inactive
2538
2539 2003-03-12  John Levon  <levon@movementarian.org>
2540
2541         * Makefile.am:
2542         * inset.h:
2543         * inset.C:
2544         * insetert.h:
2545         * insetert.C:
2546         * insetnewline.h:
2547         * insetnewline.C:
2548         * insetquotes.C:
2549         * insettext.C: use new insetnewline
2550
2551 2003-03-12  John Levon  <levon@movementarian.org>
2552
2553         * insettext.C: readToken became readParagraph
2554
2555 2003-03-12  John Levon  <levon@movementarian.org>
2556
2557         * insettext.C: use parlist iterator for reading contents
2558
2559 2003-03-12  John Levon  <levon@movementarian.org>
2560
2561         * insettext.C: name change to readToken()
2562
2563 2003-03-11  André Pönitz <poenitz@gmx.net>
2564
2565         * Makefile.am: insert insethfill
2566
2567         * insethfill.[Ch]: new files
2568
2569 2003-03-10  Angus Leeming  <leeming@lyx.org>
2570
2571         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
2572         BufferView * arg.
2573         (hideDialog): calls the new static Dialogs::hide() method.
2574
2575         * insetbibitem.C (edit):
2576         * insetbibtex.C (edit):
2577         * insetcite.C (edit):
2578         * insetcommand.C (localDispatch):
2579         * inseterror.C (d-tor):
2580         * insetert.C (showInsetDialog):
2581         * insetexternal.C (localDispatch, edit):
2582         * insetfloat.C (localDispatch, showInsetDialog):
2583         * insetfloatlist.C (edit):
2584         * insetgraphics.C (localDispatch, edit):
2585         * insetinclude.C (localDispatch, edit):
2586         * insetindex.C (edit):
2587         * insetlabel.C (edit):
2588         * insetminipage.C (localDispatch, showInsetDialog):
2589         * insetref.C (edit):
2590         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
2591         resetPos, showInsetDialog, openLayoutDialog):
2592         * insettoc.C (edit):
2593         * inseturl.C (edit):
2594         * insetwrap.C (localDispatch, showInsetDialog):
2595         changes due to the changed MailInset interface.
2596
2597 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
2598
2599         * insetfloat.h: Set default placement to an empty string.
2600
2601 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2602
2603         * insettext.C (latex): adjust call to latexParagraphs.
2604
2605 2003-03-10  Angus Leeming  <leeming@lyx.org>
2606
2607         * mailinset.C: warn the user if the BufferView has not been cached.
2608
2609 2003-03-10  Angus Leeming  <leeming@lyx.org>
2610
2611         * inset.h, insetbase.h: move cache() and view() into InsetBase.
2612
2613         * insetcommand.h (inset):
2614         * insetert.h (inset):
2615         * insetexternal.h (inset):
2616         * insetfloat.h (inset):
2617         * insetgraphics.h (inset):
2618         * insetinclude.h (inset):
2619         * insetminipage.h (inset):
2620         * insettabular.h (inset):
2621         * insetwrap.h (inset):
2622         * mailinset.h (inset): return an InsetBase &, not an Inset &.
2623
2624 2003-03-10  Angus Leeming  <leeming@lyx.org>
2625
2626         * insetcommand.C (string2params):
2627         * insetexternal.C (string2params):
2628         * insetfloat.C (string2params):
2629         * insetgraphics.C (string2params):
2630         * insetinclude.C (string2params):
2631         * insetminipage.C (string2params):
2632         * insettabular.C (string2params):
2633         * insetwrap.C (string2params): cure warning message about missing
2634         '\end_inset'.
2635
2636 2003-03-09  Angus Leeming  <leeming@lyx.org>
2637
2638         * insettabular.[Ch]: define a new class InsetTabularMailer and use
2639         it to communicate with the frontend dialogs.
2640
2641         * mailinset.C (hideDialog): only hide the dialog if it is showing the
2642         contents of this inset!
2643
2644 2003-03-07  Angus Leeming  <leeming@lyx.org>
2645
2646         * inseterror.C (localDispatch): new method; calls edit() on
2647         LFUN_MOUSE_RELEASE.
2648
2649 2003-03-07  Angus Leeming  <leeming@lyx.org>
2650
2651         * insetbibitem.C (localDispatch):
2652         * insetbibtex.C (localDispatch):
2653         * insetlabel.C (localDispatch):
2654         rewrite as a switch.
2655
2656 2003-03-07  Angus Leeming  <leeming@lyx.org>
2657
2658         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
2659         it to communicate with the frontend dialogs.
2660
2661 2003-03-07  Angus Leeming  <leeming@lyx.org>
2662
2663         * insetexternal.C: remove operator== and operator!= for
2664         InsetExternal::Params. They were used only by the old controller
2665         scheme.
2666
2667 2003-03-07  Angus Leeming  <leeming@lyx.org>
2668
2669         * insetcommand.C (localDispatch):
2670         * insetexternal.C (localDispatch):
2671         * insetfloat.C (localDispatch):
2672         * insetinclude.C (localDispatch):
2673         * insetminipage.C (localDispatch):
2674         * insetwrap.C (localDispatch):
2675         add LFUN_INSET_DIALOG_UPDATE to the switch.
2676
2677 2003-03-07  Angus Leeming  <leeming@lyx.org>
2678
2679         * insetcommand.C (string2params):
2680         * insetexternal.C (string2params):
2681         * insetfloat.C (string2params):
2682         * insetinclude.C (string2params):
2683         * insetwrap.C (string2params): use LyXLeX more.
2684
2685         * insetert.[Ch]:
2686         * insetexternal.[Ch]:
2687         * insetfloat.[Ch]:
2688         * insetinclude.[Ch]:
2689         * insetwrap.[Ch]: change Mailer::name_ to be static.
2690
2691         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
2692         it to communicate with the frontend dialogs.
2693
2694 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2695
2696         * insettext.C:
2697         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
2698
2699 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2700
2701         * insettext.C (updateLocal): un-const function
2702         (updateLocal): adjust
2703         (collapseParagraphs): un-const function
2704         (collapseParagraphs): adjust
2705
2706 2003-03-05  Angus Leeming  <leeming@lyx.org>
2707
2708         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
2709         it to communicate with the frontend dialogs.
2710
2711 2003-03-05  Angus Leeming  <leeming@lyx.org>
2712
2713         * insetcollapsable.C (draw): cache the BufferView.
2714
2715         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
2716         it to communicate with the frontend dialogs.
2717
2718 2003-03-05  Angus Leeming  <leeming@lyx.org>
2719
2720         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
2721         struct.
2722
2723 2003-03-05  Angus Leeming  <leeming@lyx.org>
2724
2725         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
2726
2727         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
2728         it to communicate with the frontend dialogs.
2729
2730 2003-03-05  Angus Leeming  <leeming@lyx.org>
2731
2732         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
2733         it to communicate with the frontend dialogs.
2734
2735 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2736
2737         * insettext.C (collapseParagraphs): adjust
2738         (appendParagraphs): make it take a Buffer* instead of a
2739         BufferParams& as arg.
2740         (appendParagraphs): adjust
2741
2742 2003-03-04  Angus Leeming  <leeming@lyx.org>
2743
2744         * insetbibitem.C (localDispatch):
2745         * insetbibtex.C (localDispatch):
2746         * insetcommand.C (localDispatch):
2747         * insetert.C (localDispatch):
2748         * insetlabel.C (localDispatch):
2749         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
2750
2751 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2752
2753         * insettext.C (latex): adjust for ParagraphList::iterator
2754
2755 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2756
2757         * insetbutton.C (view): adjust for boost 1.30.0
2758         * insetcollapsable.C (view): ditto
2759         * insetgraphics.C (statusChanged): ditto
2760
2761         * insettext.h: move paragraphs to be public.
2762
2763 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2764
2765         * insetnote.[Ch] (InsetNote): remove unused constructor
2766
2767 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
2768
2769         * insetgraphics.C: added include "format.h"
2770
2771 2003-02-27  Angus Leeming  <leeming@lyx.org>
2772
2773         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
2774         thingy.
2775
2776 2003-02-27  Angus Leeming  <leeming@lyx.org>
2777
2778         * insetbibitem.C (localDispatch):
2779         * insetbibtex.C (localDispatch):
2780         * insetcommand.C:
2781         * insetert:
2782         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
2783
2784 2003-02-26  Angus Leeming  <leeming@lyx.org>
2785
2786         * insetbibitem.[Ch] (localDispatch):
2787         * insetbibtex.[Ch] (localDispatch):
2788         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
2789
2790         * insetcommand.C (localDispatch):
2791         act only on receipt of LFUN_XYZ_APPLY.
2792
2793         * insetert.C (localDispatch): reformat.
2794         add LFUN_XYZ_APPLY to the switch.
2795
2796 2003-02-26  John Levon  <levon@movementarian.org>
2797
2798         * insettext.C: use RowPainter
2799
2800         * inset.h: make helpers take const *
2801
2802 2003-02-26  Angus Leeming  <leeming@lyx.org>
2803
2804         * insetcommand.[Ch] (localDispatch): new method.
2805
2806 2003-02-26  Angus Leeming  <leeming@lyx.org>
2807
2808         * insetinclude.C (draw): cache the BufferView* using cache not
2809         PreviewImpl::setView
2810
2811 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
2812
2813         * insetgraphics.C (draw)
2814         * insetinclude.C (draw): Eliminate also the other argument (owner
2815         inset inset) in the call to PreviewImage::image
2816
2817 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
2818
2819         * insetgraphics.C (draw)
2820         * insetinclude.C (draw): Eliminate Buferview argument in call to
2821         PreviewImage::image
2822
2823 2003-02-25  John Levon  <levon@movementarian.org>
2824
2825         * insetgraphicsParams.h:
2826         * insetgraphics.C: don't start a load process if
2827           the inset is set to NoDisplay (bug #920)
2828
2829 2003-02-22  John Levon  <levon@movementarian.org>
2830
2831         * insetfloat.C:
2832         * insetwrap.C: TocItem changed API (bug 913)
2833
2834 2003-02-21  Angus Leeming  <leeming@lyx.org>
2835
2836         * insetcollapsable.[Ch] (cache, edit):
2837         * insetbutton.[Ch] (cache, edit): new methods to cache the
2838         BufferView in the draw method.
2839
2840         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
2841         simplify comunication between InsetCommand-derived classes and
2842         the Dialogs.
2843
2844         * insetbibitem.[Ch]:
2845         * insetbibtex.[Ch]:
2846         * insetcite.[Ch]:
2847         * inseterror.[Ch]:
2848         * insetfloatlist.[Ch]:
2849         * insetindex.[Ch]:
2850         * insetref.[Ch]:
2851         * insettoc.[Ch]:
2852         * inseturl.[Ch]: small changes to reflect the new interface to the
2853         Dialogs code.
2854
2855         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
2856         other, similar classes.
2857
2858         * Makefile.am: add new files.
2859
2860 2003-02-21  Angus Leeming  <leeming@lyx.org>
2861
2862         * updatableinset.h (setView, view): remove.
2863         * inset.h (view, cache): to be replaced by these.
2864
2865         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
2866         insetbibtex.[Ch]:
2867
2868         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
2869         insetbibtex.[Ch].
2870
2871         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
2872
2873 2003-02-21  Allan Rae  <rae@lyx.org>
2874
2875         * insetinclude.C (loadIfNeeded): ensure loading also works when
2876         child document is under version control.
2877
2878 2003-02-17  André Pönitz <poenitz@gmx.net>
2879
2880         * insetbib.[Ch]: Adjust access to bibkeys
2881
2882 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2883
2884         * insetquotes.C (dispString): remove use of acute accent for "'"
2885         right quote.
2886
2887 2003-02-14  John Levon  <levon@movementarian.org>
2888
2889         * insettabular.C: changed method names in tabular.C
2890
2891 2003-02-14  John Levon  <levon@movementarian.org>
2892
2893         * inset.h:
2894         * inset.C:
2895         * insetcollapsable.h:
2896         * insetcollapsable.C:
2897         * insettabular.h:
2898         * insettabular.C:
2899         * insettext.h:
2900         * insettext.C: remove unused getParFromID()
2901
2902 2003-02-13  John Levon  <levon@movementarian.org>
2903
2904         * insettext.h:
2905         * insettext.C: remove unused beginningofMainBody()
2906
2907 2003-02-08  John Levon  <levon@movementarian.org>
2908
2909         * inset.h:
2910         * inset.C:
2911         * insetcollapsable.h:
2912         * insetcollapsable.C:
2913         * insettabular.h:
2914         * insettabular.C:
2915         * insettext.h:
2916         * insettext.C:
2917           add nextChange(). Make allowSpellcheck() const. Add markErased().
2918
2919         * insetert.C: ignore deleted text
2920
2921         * insettabular.C: make sure to keep change  tracking working
2922           properly.
2923
2924 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2925
2926         * insetert.C:
2927         * insetgraphics.C:
2928         * insettabular.C:
2929         * insettext.C: Use error messages with identical spelling and punctuation
2930
2931 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
2932
2933         * insetgraphics.C (draw, width): Fix spacing around graphics inset
2934
2935 2002-12-17  Juergen Vigna  <jug@lyx.org>
2936
2937         * insettext.C (localDispatch): hopefully fixed cursor up down
2938         movement on leaving other insets.
2939
2940 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2941
2942         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
2943         and the like.
2944
2945 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2946
2947         * insetgraphics.C (prepareFile): do not remove the extension of
2948         the file name if it is not the default extension for the given
2949         format (that is, in latex output, remove extension from foo.eps,
2950         but not from foo.epsi)
2951
2952 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2953
2954         * insettext.C (lfunMouseRelease): hackish solution to the "double
2955         menu open" bug
2956
2957 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2958
2959         * insetfloat.C (addToToc): use the floats name not its type
2960         * insetwrap.C (addToToc): ditto
2961
2962 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2963
2964         * insetnote.C (init): make label font smaller
2965
2966 2002-12-04  John Levon  <levon@movementarian.org>
2967
2968         * insetinclude.C: ressurect setting of command name
2969
2970 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2971
2972         * insetquotes.C (dispString): disambiguate insert call
2973
2974 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2975
2976         * several files: ws changes
2977
2978 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2979
2980         * insetquotes.C (dispString): use string::insert for prepending a
2981         char.
2982
2983 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2984
2985         * insetparent.C (getScreenLabel): use boost::format
2986
2987         * insetgraphics.C (prepareFile): use boost::format
2988         (ascii): ditto
2989
2990         * insetfloatlist.C (latex): use boost::format
2991
2992         * insetcaption.C (draw): use boost::format
2993
2994 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
2995
2996         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
2997         columns.
2998
2999 2002-11-20  Juergen Vigna  <jug@sad.it>
3000
3001         * insettabular.C (resetPos): temporary fix for endless loop in
3002         this function on a redraw.
3003
3004 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3005
3006         * insettabular.C (copySelection): STRCONV
3007
3008         * insetinclude.C (uniqueID): STRCONV
3009         (latexString): ditto
3010
3011         * insetgraphics.C: put VersionNumber inside anon namespace
3012         (createLatexOptions): STRCONV
3013
3014         * insetcommandparams.C: include config.h
3015
3016 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
3017
3018         * insetgraphicsParams.C (Write): use lyx::float_equal.
3019         Write height data correctly.
3020         (Read): zero scale when reading height data.
3021
3022 2002-10-30  John Levon  <levon@movementarian.org>
3023
3024         * insetfloat.C (addToTOC): recursively traverse all
3025           contents looking for captions (fix #568)
3026
3027 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3028
3029         * insetexternal.C (doSubstitution): do not try to replace
3030         environment variables, this is done when executing the command
3031
3032 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3033
3034         * insetexternal.C (doSubstitution): change order of substitution
3035         to work around ReplaceEnvironmentPath brokenness
3036
3037 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
3038
3039         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
3040
3041         * insetgraphicsParams.C (init, Write): associated changes
3042         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
3043         InsetGraphicsParams::scale.
3044
3045 2002-10-21  John Levon  <levon@movementarian.org>
3046
3047         * inset.h: remove unused DISPATCH_RESULT
3048
3049         * insettext.C: sgml open/close tag now in sgml namespace
3050
3051 2002-10-21  Angus Leeming  <leeming@lyx.org>
3052
3053         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
3054         file path subdir/fig.eps when pasting it into a buffer in a different
3055         directory.
3056
3057 2002-10-16  John Levon  <levon@movementarian.org>
3058
3059         * insetspecialchar.C: remove \\protected_separator parsing
3060
3061 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3062
3063         * insetquote.C: fix LaTeX output of quotation marks.
3064
3065 2002-10-14  Juergen Vigna  <jug@sad.it>
3066
3067         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
3068         Backspace functions which confused the Undo handling.
3069
3070 2002-10-09  Angus Leeming  <leeming@lyx.org>
3071
3072         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
3073         BufferView::dispatch that turns off this optimisation when a new inset
3074         is inserted.
3075
3076         * insetcite.C (getNatbibLabel): correct logic of when and when not to
3077         reload the BibTeX keys.
3078
3079 2002-10-11  André Pönitz <poenitz@gmx.net>
3080
3081         * insettext.h: handle LFUN_PRIOR/NEXT
3082
3083 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3084
3085         * insetfloat.C: fix bug with float settings
3086         (document default != float default).
3087
3088 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
3089
3090         * insetwrap.C (addToToc): New method.
3091         (InsetWrap): Set layout to caption.
3092
3093 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3094
3095         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
3096
3097 2002-09-16  John Levon  <levon@movementarian.org>
3098
3099         * insettabular.h: hasSelection() needs to be public
3100
3101 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
3102
3103         * insetgraphicsParams.C: use empty string as default for rotateOrigin
3104
3105 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3106
3107         * insetgraphicsParams.C: use empty string as default for rotateOrigin
3108
3109 2002-09-11  André Pönitz <poenitz@gmx.net>
3110
3111         * insettabular.C: implement LFUN_WORDSEL
3112
3113 2002-09-10  John Levon  <levon@movementarian.org>
3114
3115         * insetinclude.h: remove unused param
3116
3117 2002-09-09  John Levon  <levon@movementarian.org>
3118
3119         * insetinclude.h:
3120         * insetinclude.C: remove noload, default to input
3121
3122 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
3123
3124         * insetgraphics.C: disfuscated use of ']' in built output string.
3125
3126 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3127
3128         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
3129
3130 2002-08-29  Juergen Vigna  <jug@sad.it>
3131
3132         * insettabular.C (lfunMousePress): Pay attention where you set
3133         the x/y values as they depend on which inset in the tabular is
3134         actually locked. So you surely have to reset them if you (un)lock
3135         a inset!
3136
3137 2002-08-29  André Pönitz <poenitz@gmx.net>
3138
3139         * insetfootlike.h: rename include guard to ALL CAPS
3140
3141         * insettext.C: swap object and first parameter for checkInsetHit calls
3142           as this functions has moved from BufferView to LyXText
3143
3144
3145 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
3146
3147         * insetgraphicsParams.C: remove local displayTranslator and use
3148         the one from graphics/GraphicsTypes.h.
3149
3150 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3151
3152         * insetfloat.C (wide): add BufferParams parameter
3153
3154         * insetfloatlist.C (read):
3155         (latex):
3156         (getScreenLabel):
3157         * insetfloat.C (latex):
3158         (floatname):
3159         * insetcaption.C (draw): use LyXTextClass::floats()
3160
3161 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3162
3163         * insetoptarg.h: add std:: qualifier.
3164
3165 2002-08-26  Juergen Vigna  <jug@sad.it>
3166
3167         * insettext.C (localDispatch): ditto.
3168
3169         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
3170
3171 2002-08-25  John Levon  <levon@movementarian.org>
3172
3173         * inseturl.C: elide long URLs (bug 404)
3174
3175 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3176
3177         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
3178         remove "Format Version <version_no.>" string from inset header
3179
3180         * insetgraphics.C:
3181         * insetgraphicsParams.[Ch]: Implement new graphics dialog
3182
3183         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
3184         a member of "grfx::Params" anymore.
3185
3186         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
3187
3188 2002-08-24  John Levon  <levon@movementarian.org>
3189
3190         * insetoptarg.h:
3191         * insetoptarg.C: ws, pedantry ...
3192
3193 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3194
3195         * insettext.C (collapseParagraphs): pasteParagraph now in global
3196         scope
3197         (appendParagraphs): ditto
3198
3199 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
3200
3201         * insetcite.C (latex): Remove spaces only after commmas.
3202
3203 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3204
3205         * insettext.C: remove NO_COMPABILITY stuff
3206
3207 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3208
3209         * insettext.C (edit): use ParagraphList iterators
3210
3211         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
3212         (bibitemWidest): ditto
3213
3214 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3215
3216         * insettext.C: include <boost/bind.hpp>
3217         add using std::for_each
3218         (saveLyXTextState): use ParagraphsList::iterator
3219         (init): use for_each on paragraphlist iterators
3220         (InsetText): remove superflous setting cached_bview to 0
3221         (latex): reformat a bit
3222         (ascii): use paragraphlist iterators
3223         (validate): use for_each + boost bind
3224         (getLabelList): use paragraphlist iterators
3225         (deleteLyXText): use for_each + boost::bind
3226         (resizeLyXText): ditto
3227         (reinitLyXText): ditto
3228         (removeNewlines): use paragraphlist iterators
3229         (getParFromID): ditto
3230         (paragraph): use for_each + boost::bind
3231         (getInsetFromID): use paragraphlist iterators
3232         (getLabelList): typo fix
3233
3234 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3235
3236         * insettext.C (read): assign tmp to paragraphs after return from
3237         call to parseSingleLyXformat2Token
3238
3239
3240 2002-08-13  Angus Leeming  <leeming@lyx.org>
3241
3242         * insetbib.C:
3243         * insetcite.C:
3244         * inseterror.C:
3245         * insetert.C:
3246         * insetexternal.C:
3247         * insetfloat.C:
3248         * insetfloatlist.C:
3249         * insetgraphics.C:
3250         * insetinclude.C:
3251         * insetindex.C:
3252         * insetminipage.C:
3253         * insetparent.C:
3254         * insetref.C:
3255         * insettabular.C:
3256         * insettext.C:
3257         * insettoc.C:
3258         * inseturl.C:
3259         changes due to the changed LyXView interface that now returns references
3260         to member variables not pointers.
3261
3262 2002-08-13  Angus Leeming  <leeming@lyx.org>
3263
3264         * inset.h:
3265         * insetcollapsable.h:
3266         * insetert.h:
3267         * insettabular.h:
3268         * insettext.h: forward-declare WordLangTuple
3269         (selectNextWordToSpellcheck) constify return type.
3270
3271         * inset.C:
3272         * insetcollapsable.C:
3273         * insetert.C:
3274         * insettabular.C:
3275         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
3276
3277 2002-08-12  Angus Leeming  <leeming@lyx.org>
3278
3279         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
3280
3281 2002-08-12  Juergen Vigna  <jug@sad.it>
3282
3283         * insetcollapsable.C (edit): ignore if entered when pressing mouse
3284         button 3.
3285
3286 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3287
3288         * insetbib.C (bibitemMaxWidth): ParagraphList changes
3289         (bibitemWidest): ditto
3290         * insettext.[Ch]: ditto
3291
3292 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3293
3294         * insettext.C, insetert.C: use Paragraph::empty where appropriate
3295
3296 2002-08-09  Angus Leeming  <leeming@lyx.org>
3297
3298         * insetinclude.C (latexString): remove fudge now that I've found out
3299         how to enable LaTeX to find the file using input@path.
3300
3301 2002-08-09  John Levon  <levon@movementarian.org>
3302
3303         * insettext.h:
3304         * insettext.C: remove unused xpos
3305
3306 2002-08-07  Juergen Vigna  <jug@lyx.org>
3307
3308         * insettabular.C (localDispatch): make delete not put the stuff
3309         in the clipboard only do this on a cut operation.
3310
3311         * insettext.C (localDispatch): make delete and backspace not put
3312         selected stuff to the clipboard.
3313
3314 2002-08-07  André Pönitz <poenitz@gmx.net>
3315
3316         * inset.[Ch]:
3317         * insetcollapsable.[Ch]:
3318         * insetert.[Ch]:
3319         * insetparent.[Ch]:
3320         * insetref.[Ch]:
3321         * insettabular.[Ch]:
3322         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
3323
3324 2002-08-06  John Levon  <levon@movementarian.org>
3325
3326         * inset.h:
3327         * inset.C:
3328         * insetcollapsable.h:
3329         * insetcollapsable.C:
3330         * insetert.h:
3331         * insetert.C:
3332         * insettabular.h:
3333         * insettabular.C:
3334         * insettext.h:
3335         * insettext.C: use WordLangTuple for spellcheck
3336
3337 2002-08-06  Angus Leeming  <leeming@lyx.org>
3338
3339         * insetinclude.C: add a monitor to the previewed image, so that the
3340         image is refreshed if the \input-ed file changes.
3341
3342 2002-08-04  John Levon  <levon@movementarian.org>
3343
3344         * inset.h:
3345         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
3346
3347 2002-08-02  Angus Leeming  <leeming@lyx.org>
3348
3349         * insetcommandparams.[Ch] (preview): new methods returning and setting
3350         a new bool preview_ flag.
3351         (read): read this flag.
3352         (operator==): add flag to check.
3353
3354         * insetinclude.C (write): output new preview() flag.
3355         (previewWanted): use this flag.
3356
3357 2002-08-02  Angus Leeming  <leeming@lyx.org>
3358
3359         * insetcollapsable.[Ch] (addPreview):
3360         * insettabular.[Ch] (addPreview):
3361         * insettext.[Ch] (addPreview): new methods. Can now generate previews
3362         for insets in insets.
3363
3364 2002-08-02  Angus Leeming  <leeming@lyx.org>
3365
3366         * insetcite.C: fix typo.
3367
3368         * insetgraphics.C: kill current_view and instead cache the BufferView
3369         as a weak_ptr.
3370
3371         * insetinclude.C: kill current_view and pass the BufferView to the
3372         PreviewedInset so that it can cache it.
3373
3374 2002-08-01  Angus Leeming  <leeming@lyx.org>
3375
3376         * inset.h (generatePreview): renamed as addPreview.
3377         (generatePreview): new method. Allows code to be moved out of
3378         math_nestinset.C and into the new PreviewedInset class.
3379
3380         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
3381         add previews to the inset when \input-ing LaTeX.
3382
3383 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3384
3385         * several files: strip,frontStrip -> trim,ltrim,rtrim
3386
3387 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3388
3389         * insetbib.C (latex): modify because of strip changes
3390         (getKeys): ditto
3391         * insetnote.C (InsetNote): ditto
3392
3393 2002-07-26  Juergen Vigna  <jug@sad.it>
3394
3395         * insettabular.C (searchForward): check for lastcell if we
3396         had a locking inset.
3397
3398 2002-07-25  Juergen Vigna  <jug@sad.it>
3399
3400         * insettabular.C (insetMotionNotify): Don't update the screen
3401         if we didn't do nothing.
3402         (searchForward): last cell was not checked.
3403
3404 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
3405
3406         * insetfloat.C (read, write): Allow default placement
3407         (floatPlacement_ is empty).
3408
3409 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3410
3411         * insetminipage.h (noFontChange):
3412         * insettabular.h (noFontChange):
3413         * insetfootlike.h (noFontChange):
3414         * insetfloat.h (noFontChange): return true
3415
3416         * inset.h (noFontChange): new method, defaulting to false
3417
3418 2002-07-22  Herbert Voss  <voss@lyx.org>
3419
3420         * insetgraphicsParams.[Ch]: support size_type for old docs
3421
3422 2002-07-22  Herbert Voss  <voss@lyx.org>
3423
3424         * insetgraphics.C:
3425         * insetgraphicsParams.[Ch]: change size_type to size_kind and
3426         other small changes
3427
3428 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3429
3430         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
3431
3432         * insetlatexaccent.h: do not include "lyxlex.h"
3433
3434         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
3435
3436         * insetquotes.C:
3437         * insetlatexaccent.C:
3438         * insetgraphics.C:
3439         * insetexternal.C:
3440         * insetert.C:
3441         * insetbib.C: #include "lyxlex.h"
3442
3443         * insetinclude.C:
3444         * insetfloat.C:
3445         * insetert.C:
3446         * insetbib.C:
3447         * insettext.C: use BufferParams::getLyXTextClass
3448
3449
3450         * insetfloat.C (addToToc): new method. Add to toclist the entries
3451         corresponding to Caption layouts
3452         (InsetFloat): when creating a new float, set the layout to "Caption"
3453
3454 2002-07-21  Herbert Voss  <voss@lyx.org>
3455
3456         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
3457         image relevant part into graphics/GraphicsImgae.C
3458
3459 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3460
3461         * insettoc.C (ascii):
3462         * insetfloatlist.C (ascii): change to use the new Toc functions
3463         instead of stuff that was in Buffer
3464
3465 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3466
3467         * insettext.C (localDispatch): BufferView::Dispatch has been
3468         renamed to BufferView::dispatch
3469
3470 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3471
3472         * insetgraphicsParams.C (as_grfxParams): use the new
3473         keepLyXAspectRatio parameter. Note that this is an adaptation of a
3474         1.2.0 patch, and I do not really know how to adapt it to the new
3475         grfx::Cache world. Angus, please could you have a look?
3476
3477 2002-05-01  Herbert Voss  <voss@lyx.org>
3478
3479         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
3480
3481 2002-07-18  Angus Leeming  <leeming@lyx.org>
3482
3483         * insetgraphics.C: clean-up comments (from Herbert).
3484         add a new checksum variable to the cache. Use it in PrepareFile.
3485         (draw): start monitoring the file for a change.
3486         (prepareFile): re-arrange a little to avoid unnecessary steps.
3487
3488 2002-07-17  Angus Leeming  <leeming@lyx.org>
3489
3490         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
3491         a method rather than to the signal directly.
3492
3493 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3494
3495         * insettext.C: use view_state_changed, switchKeyMap
3496
3497 2002-07-17  Herbert Voss  <voss@perce.de>
3498
3499         * insetgraphics.C (prepareFile): keep the extension when
3500         exporting to nice file
3501
3502 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3503
3504         * insetcite.C (getNatbibLabel):
3505         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
3506
3507 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3508
3509         * insetgraphics.C: use ->isDrawable()
3510
3511 2002-07-12  Angus Leeming  <leeming@lyx.org>
3512
3513         * insetgraphics.C: use the new smart loading capabilities of the image
3514         loader.
3515
3516 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
3517
3518         * insettabular.C (edit): Move into correct cell when entering a
3519         tabular in
3520
3521         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
3522         RTL paragraphs.
3523
3524 2002-07-05  Angus Leeming  <leeming@lyx.org>
3525
3526         * inset.h (generatePreview): new virtual method.
3527
3528 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3529
3530         * insetcommandparams.[Ch] (operator=): move out of class
3531         (operator!): move out of class
3532
3533 2002-07-04  André Pönitz <poenitz@gmx.net>
3534
3535         * insetcommandparams.[Ch]: new files
3536
3537         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
3538
3539 2002-06-15  Herbert Voss  <voss@perce.de>
3540
3541         * insetgraphics.C (prepareFile): bugfix; return always
3542         files without extension
3543
3544 2002-06-28  Angus Leeming  <leeming@lyx.org>
3545
3546         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
3547         rename asGParams -> as_grfxParams.
3548
3549         * insetgraphics.C: reflect above change.
3550
3551 2002-06-26  Angus Leeming  <leeming@lyx.org>
3552
3553         * insetgraphics.h: use boost::scoped_ptr in preference to
3554         std::auto_ptr.
3555
3556 2002-06-26  Angus Leeming  <leeming@lyx.org>
3557
3558         * insetgraphics.C: moved the image loading stuff into a new class
3559         grfx::Loader. Simplifies this file enormously.
3560
3561         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
3562
3563         * insetgraphicsParams.C: changes aassociated with moving
3564         grfx::DisplayType out of grfx::GParams.
3565
3566 2002-06-26  André Pönitz <poenitz@gmx.net>
3567
3568         * insetgraphics.C: use os::external_path where necesaary according to a
3569         patch from Claus Hentschel)
3570
3571 2002-06-25  Angus Leeming  <leeming@lyx.org>
3572
3573         * insetgraphics.[Ch]: The inset now assumes the responsibility for
3574         generating a pixmap once the graphics file is loaded into memory.
3575         The current_view ugliness that was in grfx::ModifiedImage has been
3576         moved here now that grfx::ModifiedImage is no more.
3577
3578 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3579
3580         * insettext.C: layout as layout
3581
3582 2002-05-28  André Pönitz <poenitz@gmx.net>
3583
3584         * insetfloatlist.h: remove source of compiler warning
3585
3586         * insetref.C: tiny whitespace
3587
3588 2002-06-15  Herbert Voss  <voss@perce.de>
3589
3590         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
3591         and take always convert when no userdefined converter was
3592         found
3593         (latex) small changes in the lyxerr output
3594
3595 2002-06-15  LyX Development team <lyx@rilke>
3596
3597         * inset*.[Ch] (docbook): Added new argument to take the pernicious
3598         mixed content. Small white spaces clean.
3599
3600 2002-06-14  Angus Leeming  <leeming@lyx.org>
3601
3602         * inseetexternal.C: remove the using std::difftime declaration.
3603
3604 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
3605
3606         * insetquotes.C: change lyxfont::draw to font_metrics::draw
3607
3608 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
3609
3610         * insetquotes.C (draw): fix drawing of double quotes
3611
3612 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3613
3614         * insettabular.C: s/scrollCB/scrollDocView/
3615
3616 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3617
3618         * insettext.C: change of topCursorVisible()
3619           prototype
3620
3621 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3622
3623         * insettext.h:
3624         * insettext.C: rename/change of LyXScreen
3625
3626 2002-06-07  Angus Leeming  <leeming@lyx.org>
3627
3628         Fixes needed to compile with Compaq cxx 6.5.
3629         * insetexternal.C:
3630         all c-library variables have been moved into namespace std.
3631         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
3632
3633 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3634
3635         * insetinclude.C (uniqueID):
3636         * insetgraphics.C (uniqueID): renamed from unique_id, since this
3637         conflicted with some AIX headers.
3638
3639 2002-05-31  Juergen Vigna  <jug@sad.it>
3640
3641         * insetert.C (get_new_label): add '...' for multi-paragraph ert
3642         insets too
3643         (update) new method
3644
3645 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3646
3647         * insetexternal.C (clone): fix () bug when using new
3648         (updateExternal): don't only look for difftime in global scope
3649
3650 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
3651
3652         * insettabular.C: add const
3653
3654 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3655
3656         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
3657         file name, in case there are weird characters like ',' in there.
3658         (bug #407)
3659
3660 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3661
3662         * switch from SigC signals to boost::signals.
3663
3664 2002-05-28  André Pönitz <poenitz@gmx.net>
3665
3666         * insets/insetgraphicsParams.[Ch]:
3667           put in inset related stuff from src/graphic
3668
3669 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3670
3671         * inset.C:
3672         * inset.h:
3673         * insetbib.C:
3674         * insetbib.h:
3675         * insetcite.h:
3676         * insetcite.C:
3677         * insetcollapsable.C:
3678         * insetcollapsable.h:
3679         * inseterror.C:
3680         * inseterror.h:
3681         * insetert.C:
3682         * insetert.h:
3683         * insetexternal.C:
3684         * insetexternal.h:
3685         * insetfloatlist.C:
3686         * insetfloatlist.h:
3687         * insetgraphics.C:
3688         * insetgraphics.h:
3689         * insetinclude.C:
3690         * insetinclude.h:
3691         * insetindex.C:
3692         * insetindex.h:
3693         * insetlabel.C:
3694         * insetlabel.h:
3695         * insetparent.C:
3696         * insetparent.h:
3697         * insetref.C:
3698         * insetref.h:
3699         * insettabular.C:
3700         * insettabular.h:
3701         * insettext.C:
3702         * insettext.h:
3703         * insettoc.C:
3704         * insettoc.h:
3705         * inseturl.C:
3706         * inseturl.h: use mouse_state. Kill insetKeyPress
3707
3708 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3709
3710         * insetbib.C:
3711         * insetbutton.C:
3712         * insetcaption.C:
3713         * insetcollapsable.C:
3714         * inseterror.C:
3715         * insetgraphics.C:
3716         * insetlatexaccent.C:
3717         * insetquotes.C:
3718         * insetspecialchar.C:
3719         * insettabular.C:
3720         * insettext.C: name change for font metrics
3721
3722 2002-05-24  Juergen Vigna  <jug@sad.it>
3723
3724         * insetgraphics.h: include inset.h first (for LString.h)
3725
3726 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3727
3728         * insettext.C: screen moved
3729
3730 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3731
3732         * insetbib.C:
3733         * insetcite.C:
3734         * inseterror.C:
3735         * insetert.C:
3736         * insetexternal.C:
3737         * insetfloat.C:
3738         * insetfloatlist.C:
3739         * insetgraphics.C:
3740         * insetinclude.C:
3741         * insetindex.C:
3742         * insetminipage.C:
3743         * insetparent.C:
3744         * insetref.C:
3745         * insettabular.C:
3746         * insettext.C:
3747         * insettoc.C:
3748         * inseturl.C: LyXView moved into frontends/
3749
3750 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3751
3752         * inset.C:
3753         * insetbutton.C:
3754         * insetcaption.C:
3755         * insetcollapsable.C:
3756         * insetcommand.C:
3757         * inseterror.C:
3758         * insetgraphics.C:
3759         * insetgraphicsParams.C:
3760         * insetlatexaccent.C:
3761         * insetquotes.C:
3762         * insetspecialchar.C:
3763         * insettabular.C:
3764         * insettext.C: move Painter to frontends/
3765
3766 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3767
3768         * insettabular.h: use more specific smart_ptr header.
3769         * insettext.h: ditto
3770
3771         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
3772         (draw): ditto
3773
3774 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
3775
3776         * insettext.C: clear selection on paste (bug 393)
3777
3778 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
3779
3780         * insettext.C (latex): Honor the moving_arg argument.
3781
3782 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3783
3784         * insetfoot.C (latex): if a footnote is in a title layout, then it
3785         is a \thanks. And then, its contents is a moving argument.
3786
3787 2002-05-14  Juergen Vigna  <jug@sad.it>
3788
3789         * insetcollapsable.C (InsetCollapsable): forgot to initialize
3790         first_after_edit.
3791
3792 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3793
3794         * Insetcite.C (getNatbibLabel): don't disable natbib label support
3795         when using options "Full author list" or "Upper case".
3796
3797 2002-05-14  Herbert Voss  <voss@perce.de>
3798
3799         * insetgraphics.C (prepareFile): allow files with same name
3800         in different dirs
3801         (readFigInset): set the flags from old figinset in the right
3802         manner
3803         (findTargetFormat): more comments
3804
3805 2002-05-14  Juergen Vigna  <jug@sad.it>
3806
3807         * insettext.C (edit): tell checkAndActivateInset() that we don't
3808         have a button press.
3809         (checkAndActivateInset): if button < 0 we don't have a button press
3810         on the inset and os we won't call edit on it if it's not a Highly
3811         editable inset (then we have to enter it).
3812
3813 2002-05-13  Juergen Vigna  <jug@sad.it>
3814
3815         * insetcollapsable.C (insetButtonRelease): returned wrong return
3816         value.
3817
3818 2002-05-09  Juergen Vigna  <jug@sad.it>
3819
3820         * insetcollapsable.C (edit): first_after_edit should only be
3821         set to true if we enter this inset and it was collapsed so we
3822         open it up. This is needed to reclose it after a search/replace
3823         or spellcheck function opened it and was negative.
3824
3825 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
3826
3827         * insetfloat.C (latex): Return correct value.
3828
3829 2002-05-04  Herbert Voss  <voss@perce.de>
3830
3831         * InsetgraphicsParams.C (read): fix bug with WH
3832
3833 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
3834
3835         * insetfloat.C (latex): More sensible latex output
3836         (fix the problem with endfloat).
3837
3838 2002-05-02  José Matos  <jamatos@fep.up.pt>
3839
3840         * insetgraphics.C (validate): acess params as everyone else.
3841
3842 2002-05-03  Juergen Vigna  <jug@sad.it>
3843
3844         * insettabular.C (fitInsetCursor): recalculate the cursor position
3845         if I request it.
3846
3847 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
3848
3849         * InsetgraphicsParams.[Ch]: whitespace.
3850
3851 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
3852
3853         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
3854         float type do not exist.
3855
3856 2002-04-28  Herbert Voss  <voss@perce.de>
3857
3858         * insetgraphics.C (latex): fix bug with missing file-extension.
3859         LaTeX still allows a missing "eps" or "ps".
3860
3861 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
3862
3863         * insetfloat.C (c-tor, wide): translate the name of the float.
3864
3865 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3866
3867         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
3868         when using natbib and make it work efficiently. Must emphasise that the
3869         real work is Herbert's.
3870
3871 2002-04-23  Herbert Voss  <voss@perce.de>
3872
3873         * insetgraphic.C (prepareFile): fix bug with overwriting and
3874         deleting an existing *.eps-file in the doc-dir
3875
3876 2002-04-23  Juergen Vigna  <jug@sad.it>
3877
3878         * insettabular.C (drawCellSelection): fix off by 1 error.
3879
3880 2002-04-22  Juergen Vigna  <jug@sad.it>
3881
3882         * insettabular.C (setFont): rewoke full selection if it was asked,
3883         after we changed all we had to change.
3884
3885         * insettext.C (insetUnlock): code was uninitialized in some situations.
3886
3887 2002-04-19  Herbert Voss  <voss@perce.de>
3888
3889         * insetgraphic.C (prepareFile): return filename without
3890         extension if we only export without compiling
3891
3892 2002-04-19  Juergen Vigna  <jug@sad.it>
3893
3894         * insettext.C (draw): call a fullRebreak on the row where we had a
3895         change and reset the cursor and selection-cursors.
3896
3897         * insettabular.C (insetUnlock):
3898         (insetButtonPress): call an update before setting the_locking_inset = 0
3899         as otherwise we don't repaint!
3900         (update): reset the cursor position when we changed dimensions as
3901         otherwise our cursor may be on the wrong spot.
3902
3903 2002-04-18  Juergen Vigna  <jug@sad.it>
3904
3905         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
3906         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
3907         redraw otherwise we won't redraw.
3908
3909         * insettext.C (draw): fixed the setting of LyXText::first_y it was
3910         not really right before, but I only discovered this with the last
3911         changes to Page up/down.
3912
3913 2002-04-17  Juergen Vigna  <jug@sad.it>
3914
3915         * insettext.C (checkAndActivateInset): simplified as we now have the
3916         edit(bv, bool) call.
3917
3918         * insettext.h: changed behind variables to front variables to be
3919         equal to the one in the edit call (as it is for that they are used).
3920
3921 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3922
3923         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
3924         not output anything at all!
3925
3926 2002-04-16  Juergen Vigna  <jug@sad.it>
3927
3928         * insettabular.C (insetButtonPress):
3929         (insetUnlock): call a redraw on unlocking the cell inset.
3930
3931         * insettext.C (insetButtonPress): same as below.
3932         (lockInset): new function to set initial values when inset should
3933         be locked.
3934         (insetButtonPress): use above function.
3935         (insetUnlock): don't force a repaint only set the updateStatus. The
3936         outside world should repaint if it thinks it should be done!
3937
3938         * insettabular.C (insetButtonPress): init values if not set as locked
3939         as we are locked if someone presses on us and don't call the edit()
3940         call of the InsetText to lock it do it as BufferView does it!
3941
3942         * inset.h (insetInInsetY): make func const and return an int.
3943         * insettext.C:
3944         * insettabular.C:
3945         * insetcollapsable.C: adapt the above changed function.
3946
3947 2002-04-15  Juergen Vigna  <jug@sad.it>
3948
3949         * insettext.C (getCursorPos): return relative position as to be able
3950         to give them directly to the edit() call.
3951         (edit): we have to set also x_fix as it is not set inside the
3952         setCursorFromCoordinates call!
3953         (insetMotionNotify): ditto.
3954
3955 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3956
3957         * insetbib.C (getKeys): strip leading '\t's from the line too.
3958         With thanks to Henry Pfister <hpfister@ucsd.edu>.
3959
3960 2002-04-12  Juergen Vigna  <jug@sad.it>
3961
3962         * insettext.h: added cix() helper function and use it where appropriate
3963
3964 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3965
3966         * insetgraphics.C (prepareFile): fix bug when graphics is a
3967         relative path
3968
3969 2002-04-12  Juergen Vigna  <jug@sad.it>
3970
3971         * insettext.C (insertInset): remove unneeded code!
3972         (updateLocal): fitCursor() fixes.
3973         (collapseParagraphs): fix a possible problem when having a selection
3974         and collapsing the paragraphs.
3975
3976 2002-04-08  Herbert Voss  <voss@perce.de>
3977
3978         * insetgraphic.C (write): write the rotating angle as
3979         a float as is. test only for != 0.0
3980
3981 2002-04-11  Juergen Vigna  <jug@sad.it>
3982
3983         * insettext.C: new function ciy() and use it for setting inset_y.
3984
3985         * insetert.C (draw): fix the x return for collapsed version.
3986
3987 2002-04-07  Herbert Voss  <voss@perce.de>
3988
3989         * insetgraphic.C (readFigInset): fix bug with subcaption and
3990         rotating
3991
3992 2002-04-08  Herbert Voss  <voss@lyx.org>
3993
3994         * insetgraphicsparam.C: forgot special option and delete old
3995         1.2.0 stuff
3996
3997 2002-04-05  Juergen Vigna  <jug@sad.it>
3998
3999         * insettext.C (localDispatch): make a CURSOR update if we inserted
4000         a character.
4001
4002 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4003
4004         * insetfloatlist.C (getScreenLabel):
4005         (latex): use Floating::listName
4006         (validate): new method
4007
4008 2002-04-03  José Matos  <jamatos@fep.up.pt>
4009
4010         * insetlabel.C (docbook): the anchor is an empty element in docbook.
4011
4012         * insetfoot.[Ch] (docbook): added forgotten method.
4013
4014 2002-04-03  Juergen Vigna  <jug@sad.it>
4015
4016         * insettext.C (insetButtonPress): fix insetButtonPress events the same
4017         way as in Bufferview_pimpl.
4018
4019 2002-04-03  Allan Rae  <rae@lyx.org>
4020
4021         * insetgraphics.C (latex): one % too many makes living on the bleeding
4022         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
4023
4024 2002-03-28  Herbert Voss  <voss@lyx.org>
4025
4026         * insetgraphic.C (latex): simplify the code for the latex
4027         output when the file doesn't exist
4028
4029 2002-03-29  Juergen Vigna  <jug@sad.it>
4030
4031         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
4032         unlocking inset.
4033
4034         * insettabular.C (edit): call fitCursor().
4035
4036         * insettext.C (insetButtonPress): change behaviour of no_selection
4037         to the one in the BufferView selection_possible and fix the spurious
4038         selection bug with it.
4039         (localDispatch): revoke selection on BREAK... functions.
4040
4041 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4042
4043         * insetfloatlist.C (getScreenLabel): translate the GUI label.
4044
4045 2002-03-28  Juergen Vigna  <jug@sad.it>
4046
4047         * insettabular.C (insetAllowed): return true as default value otherwise
4048         we're not able to insert insets inside paragraphs of an not locked
4049         insettext!
4050
4051 2002-03-27  Herbert Voss  <voss@lyx.org>
4052
4053         * insetgraphicsparam.C: change c%, p% to col%, page%
4054
4055 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4056
4057         * insetspecialchar.C (isLineSeparator): disable the nice code to
4058         allow linebreaks after hyphenation and menu separators.
4059
4060 2002-03-26  Herbert Voss  <voss@lyx.org>
4061
4062         * insetgraphics.C (figinsetRead): set the right lyxview
4063
4064 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4065
4066         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
4067         $\backslash$ and pass a "string const &" to the function.
4068         (prepareFile, latex): use Path rather than MakeAbsPath.
4069
4070 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4071
4072         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
4073         proper fix to the graphics cache.
4074         (latex): "really" nice output if the file is not found ;-)
4075
4076 2002-03-26  Juergen Vigna  <jug@sad.it>
4077
4078         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
4079         (collapseParagraphs): fixed inserting of separator ' '
4080
4081         * insettabular.C (insertAsciiString): only check for buffer lenght
4082         not if we have \t or \n inside the buffer as if we don't have we only
4083         have 1 cell and that's it!
4084
4085         * insetert.C (close): don't collapse if inlined.
4086
4087 2002-03-25  Herbert Voss  <voss@lyx.org>
4088
4089         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
4090         graphics file does not exist.
4091
4092 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4093
4094         * insetgraphics.C (prepareFile): ensure that the file has an absolute
4095         path when preparing export.
4096
4097         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
4098         no longer MakeRelPath.
4099
4100 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4101
4102         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
4103         Used to determine the absolute path to the graphics file in the
4104         graphics cache and only in the graphics cache.
4105         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
4106         make graphics file name absolute if it is stored as a relative path.
4107
4108         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
4109         make graphics file name absolute if it is stored as a relative path.
4110
4111         * insettext.C (edit): emit an updateParagraph signal on entering a text
4112         inset. Needs to be emitted when leaving the inset also.
4113
4114 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4115
4116         * all files: ws cleanup
4117
4118         * Makefile.am: remove ld -r stuff
4119
4120 2002-03-21  Juergen Vigna  <jug@sad.it>
4121
4122         * insettext.C (appendParagraphs): new function added to append
4123         the paragraphs to this insets paragraphs.
4124
4125 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4126
4127         * Makefile.am: special rules if partial linking
4128
4129 2002-03-19  Juergen Vigna  <jug@sad.it>
4130
4131         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
4132
4133 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
4134
4135         * insetgraphics.C: Clean up Baruch's comments a little.
4136         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
4137
4138 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
4139
4140         * insettabular.C:
4141         * insettheorem.C: wrap warnings
4142
4143         * insetgraphics.C: improve messages, move cached_status_
4144           setting to safer place
4145
4146 2002-03-18  Juergen Vigna  <jug@sad.it>
4147
4148         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
4149         calls.
4150         (localDispatch): ditto
4151
4152         * insettext.C (edit): removed unneeded showCursor calls.
4153         (localDispatch): ditto.
4154
4155 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4156
4157         * insetgraphics.h: remove display() method.
4158
4159 2002-03-11  Juergen Vigna  <jug@sad.it>
4160
4161         * insetgraphics.C (draw): hack to fix the redrawing bug.
4162         (draw): seems this fixes #268 (force redraw of row if we changed).
4163
4164         * insettext.C (updateInsetInInset): fixed for updates in insets inside
4165         this inset text (don't know why I missed this earlier).
4166
4167 2002-03-08  Juergen Vigna  <jug@sad.it>
4168
4169         * insettabular.C (updateLocal): do a FULL update if we're not locked
4170         and only a CELL update is asked.
4171
4172         * insettext.C (updateInsetInInset): update insets inside inset also
4173         if it isn't inside the_locking_inset.
4174
4175         * insettabular.C (updateInsetInInset): ditto.
4176
4177 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4178
4179         * insetexternal.C (doSubstitution): check whether we are using a
4180         temp dir for defining $$FPath
4181
4182 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4183
4184         * insettabular.C:
4185         * insettext.C: remove #include "WorkArea.h".
4186
4187 2002-03-06  Juergen Vigna  <jug@sad.it>
4188
4189         * insettext.C (draw): fixed frame redrawing.
4190         (clear): forgot to set the inset_owner of the paragraph.
4191
4192         * insetert.C (status): pay attention the bv can be 0 here!
4193         (getMaxWidth): add the default leftMargin
4194
4195 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4196
4197         * insetert.C (getMaxWidth): make w unsigned int.
4198
4199 2002-03-05  Juergen Vigna  <jug@sad.it>
4200
4201         * insetert.C (status): change behaviour of Inlined.
4202         (getMaxWidth): added for new inlined behaviour.
4203
4204 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4205
4206         * insetnote.h (linuxdoc, docbook): add empty methods.
4207         * insetinclude.C (validate): fix a case where buffer->niceFile was used
4208         before being initialized.
4209
4210 2002-03-05  Juergen Vigna  <jug@sad.it>
4211
4212         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
4213         only that one in the inset. Should be enough.
4214         (updateLocal): set the selection cursor always if we don't have a
4215         selection to be sure it's set!
4216
4217         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
4218
4219 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4220
4221         * insettext.C (clear): a gross hack to set layout on a newly
4222         created paragraph.
4223
4224 2002-03-04  Juergen Vigna  <jug@sad.it>
4225
4226         * insettabular.C (localDispatch): inserted handling of
4227         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
4228         (insertAsciiString): new helper function.
4229
4230 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4231
4232         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
4233         argument.
4234
4235 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4236
4237         * insettext.C (InsetText): initalize newly created par with
4238         default layout. add bufferparams parameter
4239         first -> first_y
4240
4241         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
4242         * insetcollapsable.[Ch] (InsetCollapsable): ditto
4243         * insetert.[Ch] (InsetERT): ditto
4244         * insetfloat.[Ch] (InsetFloat): ditto
4245         * insetfoot.[Ch] (InsetFoot): ditto
4246         * insetfootlike.[Ch] (InsetFootLike): ditto
4247         * insetmarginal.[Ch] (InsetMarginal): ditto
4248         * insetminipage.[Ch] (InsetMinipage): ditto
4249         * insetnote.[Ch] (InsetNote): ditto
4250         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
4251
4252 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4253
4254         * insettext.C: layout as string
4255
4256         * insetinclude.C: layout as string
4257
4258         * insetert.C: layout as string
4259
4260         * insetbib.C: layout as string
4261
4262 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4263
4264         * insetert.C:
4265         * insettabular.C: remove #include "lyx_gui_misc.h".
4266
4267 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
4268
4269         * Makefile.am:
4270         * figinset.h:
4271         * figinset.C:
4272         * inset.h: remove figinset, yahoo !
4273
4274 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4275
4276         * insetgraphics.C (c-tors): initialise parent classes explicitly in
4277         copy c-tor and initialise member variables in the correct order.
4278
4279 2002-02-28  Juergen Vigna  <jug@sad.it>
4280
4281         * insettabular.C (localDispatch): clear selection on PgUp/Down.
4282
4283 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4284
4285         * inset.h: ... and add a better one here.
4286
4287         * insetcommand.C (insetButtonRelease): remove that one which was a
4288         bit broken...
4289
4290 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4291
4292         * insetcommand.C (insetButtonRelease): ... and move it here.
4293
4294         * inseturl.h: remove insetButtonRelease from there...
4295
4296 2002-02-26  Juergen Vigna  <jug@sad.it>
4297
4298         * inseturl.h: Added a insetButtonRelease call returning true as
4299         prove of concept.
4300
4301         * insetlabel.C (edit): Fixed wrong update handling after change I
4302         leave in the wrong code for the one who wrote it to remove and have
4303         a look what he did wrong.
4304
4305         * insettabular.C (localDispatch): force a SELECTION update if we
4306         had a selection and we passed the event down to the inset (fix #213)
4307         (localDispatch): handle font changing stuff when we have a cell
4308         selection so that the selection is not rewoked. I don't really like
4309         this fix, but it's the only way I see to do it right now.
4310
4311 2002-02-22  Juergen Vigna  <jug@sad.it>
4312
4313         * insettext.C (insetUnlock): set the cursor to the second paragraph
4314         if available and if the first one is empty (fix #191).
4315
4316 2002-02-20  Juergen Vigna  <jug@sad.it>
4317
4318         * insettext.C (getDrawFont): implemented this function to call the
4319         one of the owner if present as the owner normally knows what to do
4320         with us.
4321
4322         * insetert.C: implement getDrawFont() function and comment out all
4323         the crap for setting a special latex font inside this inset.
4324         (InsetERT): added a Lanugage parameter to this constructor.
4325
4326         * inset.h: added function getDrawFont(LyXFont & font) to be able to
4327         change the font for being drawn on screen (used only in InsetERT for
4328         now).
4329
4330         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
4331         and also above (was missing).
4332         (updateLocal): don't remove the cell selection if we have one this
4333         should be done where we really want to remove it.
4334
4335 2002-02-20  José Matos  <jamatos@fep.up.pt>
4336
4337         * insetinclude.h: include_label made string const.
4338
4339         * insetinclude.C (InsetInclude): moved include_label initialization.
4340         (linuxdoc):
4341         (docbook):
4342         (validate): fix support for temporary directory, for docbook and
4343         linuxdoc.
4344
4345         * insetgraphics.h : new private member, graphic_label, that holds
4346         the entity name that defines the graphics location (SGML).
4347
4348         * insetgraphics.C (unique_id): new function to give a unique label
4349         for graphic.
4350         (docbook):
4351         (validate): the file locatation is given by an entity reference.
4352
4353 2002-02-18  Herbert Voss  <voss@lyx.org>
4354
4355         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
4356
4357 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4358
4359         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
4360         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
4361
4362 2002-02-18  José Matos  <jamatos@fep.up.pt>
4363
4364         * insetinclude.C (validate): some code only applies to latex buffers,
4365         it was made conditional.
4366
4367 2002-02-12  Herbert Voss  <voss@lyx.org>
4368
4369         * insetgraphics.C: (prepareFile) do not check at this time
4370         if the file is present.
4371
4372 2002-02-12  Herbert Voss  <voss@lyx.org>
4373
4374         * insetgraphics.C: latex(), return the correct newlines
4375
4376 2002-02-13  José Matos  <jamatos@fep.up.pt>
4377
4378         * inseturl.C (docbook): escape & in url.
4379
4380 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4381
4382         * insetspecialchar.C (isLineSeparator): line breaking is allowed
4383         after HYPHENATION and MENU_SEPARATOR
4384
4385         * inset.h (isLineSeparator): new method, returns false by default.
4386
4387 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4388
4389         * insetert.C (status): do not update the text inset, but the ERT
4390         inset.
4391
4392 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
4393
4394         * insetnote.C: use notebg for background
4395
4396 2002-02-08  Herbert Voss  <voss@lyx.org>
4397
4398         * insetgraphic.C:
4399         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
4400         prevent LyX from unzipping when this should be handled
4401         by latex vis the graphic.cfg.
4402         clean up the code
4403
4404 2002-02-08  Herbert Voss  <voss@lyx.org>
4405
4406         * insetgraphic.C: prepareFile(): fix bug when file doesn't
4407         exists, than return filename with extension
4408
4409 2002-02-06  Herbert Voss  <voss@lyx.org>
4410
4411         * insetgraphic.C: prepareFile(): don't convert the file, when
4412         it's not viewed in LyX. Saves a lot of time when opening a
4413         document!
4414
4415 2002-02-05  Herbert Voss  <voss@lyx.org>
4416
4417         * insetgraphic.C:
4418         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
4419         and adding a rotate bool similiar to subcaption
4420
4421 2002-02-04  Herbert Voss  <voss@lyx.org>
4422
4423         * insetgraphic.C:
4424         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
4425         similiar view to the LaTeX one. Get zipped files work.
4426
4427 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
4428
4429         * insetgraphicsParams.C (init): set display to DEFAULT.
4430         No longer #include "lyxrc.h".
4431
4432 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
4433
4434         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
4435         for now (so that the code compiles).
4436
4437 2002-02-02  Herbert Voss  <voss@lyx.org>
4438
4439         * insetgraphic.C: delete inVariant() and some minor changes
4440         * insetgraphicsParams.[C]:
4441
4442 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4443
4444         * insetgraphics.C (updateInset): if params.display == DEFAULT,
4445         interogate lyxrc.display_graphics before diaplaying the graphic.
4446
4447         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
4448         InsetGraphicsParams::DisplayType.
4449
4450 2002-01-31  Herbert Voss  <voss@lyx.org>
4451
4452         * insetgraphic.C: (readfigInset) set display to pref-default
4453
4454 2002-01-30  Herbert Voss  <voss@lyx.org>
4455
4456         * insetgraphic.C: get the filetyp from it's contents
4457         * insetgraphicparams.C: add token scale and lyxrc.display when
4458         creating a new inset
4459
4460 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4461
4462         * figinset.C: added using std::ios directive.
4463
4464 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4465
4466         * figinset.C (runqueue): open translation file in binary mode (for
4467         cygwin).
4468
4469 2002-01-27  Herbert Voss  <voss@lyx.org>
4470
4471         * insetgraphic.[Ch]: mostly newritten to support graphicx with
4472         all options and to be sure that the old figinsets are correct
4473         converted.
4474         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
4475         structure and to support all lengths as LyXLength. The Parameter
4476         structure changed again, but reading of "old" 1.2 graphic insets
4477         is no problem.
4478
4479 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
4480
4481         * insetert.h (forceDefaultParagraphs): Added
4482
4483 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4484
4485         * insettabular.C (getMaxWidth):
4486         (forceDefaultParagraphs): use Tabular::GetCellFromInset
4487
4488 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4489
4490         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
4491         of LyXLength::inPixels
4492
4493         * inset.C (latexTextWidth):
4494         * insetminipage.C (latexTextWidth): new method, which implements
4495         the equivalent of the LaTeX macro \textwidth
4496
4497         * insetminipage.C (getMaxWidth): use latexTextWidth
4498
4499 2002-01-18  Juergen Vigna  <jug@sad.it>
4500
4501         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
4502
4503 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4504
4505         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
4506
4507         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
4508         instead of string
4509
4510 2002-01-17  Juergen Vigna  <jug@sad.it>
4511
4512         * insettabular.C (lockInsetInInset): same change as in insettext.
4513
4514         * insettext.C (draw): width() function was called without setting
4515         the right top_x which could lead to wrong insetWidth setting!
4516         (lockInsetInInset): call edit instead of calling lockInset if we
4517         have to lock an inset inside!
4518         (edit): we have to also tell the inset that we have to redraw the
4519         frame on an edit call if this inset draws a frame only if locked.
4520
4521 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4522
4523         * insetbib.C (getFiles): uncomment Path variable.
4524
4525 2002-01-16  Juergen Vigna  <jug@sad.it>
4526
4527         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
4528         of wrong cell.
4529
4530 2002-01-16  Allan Rae  <rae@lyx.org>
4531
4532         * insetinclude.C (docbook): someone forgot a ";"
4533
4534 2002-01-16  José Matos  <jamatos@fep.up.pt>
4535
4536         * figinset.C (docbook): removed a old place holder "@".
4537         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
4538         * insetinclude.C (linuxdoc): if include is verbatim, then export the
4539         ascii text version, clearly guarded inside a CDATA section.
4540         (docbook): in docbook 4, inlinegraphics is empty.
4541         * insettabular.C (linuxdoc): export the ascii version of the table
4542         inside a CDATA section.
4543
4544 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4545
4546         * insetparent.C (InsetParent):
4547         * insetgraphicsParams.C (Write):
4548         (Read):
4549         * insetgraphics.C (prepareFile):
4550         (readFigInset):
4551         (docbook):
4552         * insetexternal.C (executeCommand):
4553         (doSubstitution): use Buffer::filePath
4554
4555         * insetbib.C (getFiles): add a #warning for Angus
4556
4557         * insetgraphics.C: Add a remark about how filenames should be
4558         considered to be relative to buffer (but absolute is still allowed)
4559         (draw): do not try to get status if lyxrc.use_gui is false
4560
4561 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4562
4563         * inset.[Ch]:
4564         * insetcollapsable.[Ch]:
4565         * insettabular.[Ch] (searchForward, searchBackward): change the
4566         bool const & params to bool.
4567
4568         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
4569         to avoid the name clash with InsetCollapsable's methods of the same
4570         names but different functionality.
4571
4572 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4573
4574         * insettext.C (ascii): use lyx::count rather than countChar.
4575
4576 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
4577
4578         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
4579
4580 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4581
4582         * insetgraphics.C (updateInset): do not try to render image if
4583         lyxrc.use_gui is false (bug #104)
4584
4585         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
4586         if file does not exist
4587
4588         * figinset.C (browseFile): add shortcuts to directory buttons
4589
4590         * insettext.C (updateLocal): update menubar and toolbar here too.
4591
4592 2002-01-13  Allan Rae  <rae@lyx.org>
4593
4594         * insettabular.C (InsetTabular): Both constructors now initialise
4595         all class variables.
4596
4597 2002-01-11  Juergen Vigna  <jug@sad.it>
4598
4599         * insettext.C (insetButtonPress): set the_locking_inset to 0.
4600
4601 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4602
4603         * insettabular.C (getStatus): add forgotten brace around multiline
4604         if statement.
4605
4606 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4607
4608         * insetfloat.C (validate): require "float" instead of "floats".
4609
4610 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
4611
4612         * insettabular.C (getStatus): use FuncStatus
4613
4614 2002-01-08  Juergen Vigna  <jug@sad.it>
4615
4616         * insettabular.C (insetButtonRelease): now this should work too
4617         correctly.
4618
4619         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
4620         if the width is a percentage.
4621
4622         * inset.h: added isChar() function and implemented this for
4623         insetspecialchar insetquotes and insetlatexaccent.
4624         added forceDefaultParagraphs() and implemented it for insettabular.
4625
4626 2002-01-07  Juergen Vigna  <jug@sad.it>
4627
4628         * insettext.C (getLyXText): Fixed this function. An insert into the
4629         map is only done if we REALLY have a new BufferView.
4630
4631 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
4632
4633         * insettext.C: fix bug illustrated by attachment #37 of bug #59
4634
4635 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
4636
4637         * insetinclude.C: fix use of FileInfo
4638
4639 2002-01-07  Juergen Vigna  <jug@sad.it>
4640
4641         * insettabular.C (draw): fixed clearing of cell around inset.
4642
4643 2002-01-05  Juergen Vigna  <jug@sad.it>
4644
4645         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
4646         variables are updated.
4647
4648         * insettabular.C (resetPos): set always the inset_y as it may be
4649         needed in another function.
4650         (searchBackward): don't draw while searching.
4651
4652 2002-01-04  Juergen Vigna  <jug@sad.it>
4653
4654         * insettext.C (lockInsetInInset): forgot to set a cursor.
4655
4656 2002-01-02  Juergen Vigna  <jug@sad.it>
4657
4658         * insettext.C (insertInset): make the correct undo informations on
4659         inserting new insets.
4660
4661 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
4662
4663         * insettabular.C: correct single-cell select vertically
4664
4665 2001-12-27  Juergen Vigna  <jug@sad.it>
4666
4667         * insettabular.C (ascii): export as tab-separated-values if the
4668         function was not called from export (f.ex.: clipboard).
4669
4670         * insetcollapsable.h: added default support for ascii, linuxdoc and
4671         docbook export (the insettext is exported by default!)
4672
4673         * insettabular.C (copySelection): suff the clipboard with the tabular
4674         data in a tab separated format, seems more naturals then with all the
4675         formating.
4676
4677 2001-12-24  Juergen Vigna  <jug@sad.it>
4678
4679         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
4680         to check for REAL mouseMotion.
4681
4682 2001-12-20  Juergen Vigna  <jug@sad.it>
4683
4684         * inset.C (cursor): return the owners cursor if available instead of
4685         always only the bv->text->cursor.
4686
4687         * insettabular.C (checkLongtableSpecial): works now.
4688
4689 2001-12-19  Juergen Vigna  <jug@sad.it>
4690
4691         * insettabular.C (tabularFeatures): fix the row setting of ltt as
4692         this has to be always row + 1 as 0 means not selected!
4693         (checkLongtableSpecial): added
4694         (tabularFeatures): better longtable options support
4695
4696         * insettext.C (resizeLyXText): reinit the text always also on a
4697         empty insettext!
4698
4699 2001-12-18  Juergen Vigna  <jug@sad.it>
4700
4701         * insettext.C (updateInsetInInset): look if we have to autocollapse
4702         paragraps and return if the update is requested for ourself.
4703
4704         * insetert.C (status): update the insettext not myself as that is what
4705         we need.
4706
4707         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
4708         function only return if the update was requested with myself.
4709
4710         * insettext.C (insetButtonPress): fixed stupid bug.
4711         (various functions): pay attention that lt is cleared BEFORE calling
4712         updateLocal() and try to use it in the right manner (don't use it
4713         if it's not really neccessary!)
4714         (collapseParagraphs): insert a blank between collapsing paragraphs
4715         if neccessary (not already there!).
4716
4717 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4718
4719         * insettabular.C: move includes around a bit, add a couple of
4720         consts.
4721
4722         * insettext.[Ch]: move includes around a bit, other ws changes and
4723         small stuff.
4724
4725 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4726
4727         * insettext.C (insetButtonRelease): fix compile problem
4728
4729 2001-12-17  Juergen Vigna  <jug@sad.it>
4730
4731         * insettext.C (insetButtonPress): set the selection cursor!
4732         (insetButtonPress): clear the selection (and set with that the
4733         selection.cursor) if we only hit an inset!
4734
4735         * insetert.C (read): removed piece of compatibility code only needed
4736         for 1.2.0.
4737
4738         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
4739         can be opened.
4740
4741         * insetcollapsable.C (insetButtonRelease): changed so that it can
4742         open eventual existing popup dialogs on mousebutton==3.
4743
4744         * insetfloat.C (insetButtonRelease): removed not needed anymore!
4745
4746         * insetminipage.C (insetButtonRelease): removed not needed anymore!
4747
4748         * inset.C (insetButtonRelease): return a bool for telling the outer
4749         world that we opened a dialog.
4750
4751 2001-12-07  Juergen Vigna  <jug@sad.it>
4752
4753         * insettext.C (paragraph): remove the deleteing of paragraphs as
4754         it was a WRONG move!
4755
4756 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
4757
4758         * insettabular.h:
4759         * insettabular.C: use new setSelection(). Allow
4760           selection of single cells.
4761
4762 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4763
4764         * insetquotes.C (latex): fix to use the local language setting at
4765         the point where the inset is inserted (different macros for
4766         different french packages)
4767
4768 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4769
4770         * inset.h: add par_owner_ member variable and parOwner
4771         setter/accessor.
4772
4773 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4774
4775         * insettabular.C (everywhere): adapt because widths are now real
4776         widths and not strings
4777
4778         * insettext.C (draw): re-introduce the calls to width(), ascent()
4779         and descent() to initialize the caching variables.
4780
4781 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4782
4783         * insettext.C (draw):
4784         (drawFrame): use insetWidth instead of last_width
4785
4786         * insettext.h: remove variable last_width (insetWidth is exactly
4787         the same) and last_height (computed but never used!)
4788
4789 2001-12-10  Allan Rae  <rae@lyx.org>
4790
4791         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
4792
4793 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4794
4795         * insettext.C (insetAllowed): add comment
4796
4797 2001-12-05  Juergen Vigna  <jug@sad.it>
4798
4799         * insettext.C (insetAllowed): fixed for the case that we directly
4800         ask the insettext from its LyXText.
4801         (paragraph): fixed the crash when assigning the par->next() from
4802         the EmptyParagraphMechanism!
4803
4804 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4805
4806         * insetbib.C:
4807         * insettabular.C:
4808         * insettext.C: change "while(" to "while ("
4809
4810 2001-12-04  Juergen Vigna  <jug@sad.it>
4811
4812         * insetert.C (edit): handle Inlined status.
4813
4814         * insettext.C (insertInset): trying John's fix for the trailing cursor
4815
4816         * insetert.C (insetButtonPress): added to handle inlined status
4817         (insetMotionNotify): ditto.
4818
4819         * insettext.C (clearInset): changed Painter & in BufferView * param,
4820         to be able to call ascent,descent methods.
4821
4822 2001-12-03  Juergen Vigna  <jug@sad.it>
4823
4824         * insettext.C (updateInsetInInset): use lt variable to forbid
4825         changes of LyXText in an update call.
4826         (updateInsetInInset): fixed updating of non locked insets!
4827
4828 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4829
4830         * insettabular.C: capture some more functions to prevent
4831         selection drawing problems. Bug #451274
4832
4833 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4834
4835         * insetgraphics.C:
4836         * insetgraphicsParams.C: fix inverted sense of float_equal
4837
4838 2001-11-30  Juergen Vigna  <jug@sad.it>
4839
4840         * insettabular.C (InsetTabular): use the save_id flag to create also
4841         the tabular with the same id's.
4842
4843         * insettext.C (setParagraphData): added a same_id function for undo
4844         to set the same paragraph id's as of the paragraph we are setting.
4845
4846 2001-11-30  José Matos <jamatos@fep.up.pt>
4847
4848         * inseturl.[Ch]:
4849         * insettoc.[Ch]: DocBook -> docbook.
4850
4851 2001-11-29  André Pönitz <poenitz@gmx.net>
4852
4853         * inseterror.C:
4854         * insettext.C: further reduction of header dependencies by using
4855         lyx::layout_type and lyx::textclass_type from support/types.h
4856
4857 2001-11-29  Juergen Vigna  <jug@sad.it>
4858
4859         * insettext.C: inserted a reinitLyXText function everywhere I delete
4860         the paragraphs! This should fixe the crashes we had.
4861         Also use the new function firstRow() instead of getRowNearY(dummy_y)
4862         (paragraph): set the InsetOwner() of the new paragraphs!
4863
4864 2001-11-28  André Pönitz <poenitz@gmx.net>
4865
4866         * insetnote.C: add pos initialization that I removed without
4867           knowing what I did.
4868
4869 2001-11-28  Juergen Vigna  <jug@sad.it>
4870
4871         * insettabular.C (resetPos): hack to not crash with infinite paints.
4872
4873         * insettabular.h: insert missing function allowSpellcheck()!
4874
4875         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
4876
4877 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4878
4879         * insetfloatlist.h:
4880         * insetfloatlist.C: derive from InsetCommand so gui can use it
4881           easily
4882
4883 2001-11-26  André Pönitz <poenitz@gmx.net>
4884
4885         * insettext.[Ch]:
4886         * insetert.C:
4887         * insetnote.C: reduce header dependencies, introduce type for
4888         positions
4889
4890 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
4891
4892         * various: update for Alert.h
4893
4894 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
4895
4896         * inset.h: fix comment
4897
4898         * insettext.C: use par->isInset()
4899
4900 2001-11-22  Allan Rae  <rae@lyx.org>
4901
4902         * insetcollapsable.h:
4903         * inset.h: Changes to checkInsertChar() behaviour.
4904         Now return value indicates whether chars can be inserted.
4905
4906 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
4907
4908         * various:  updated to use the new LaTeXFeatures
4909
4910 2001-11-14  José Matos  <jamatos@fep.up.pt>
4911
4912         * insetspecialchar.C (linuxdoc):
4913         (docbook): don't give a name to a unused variable.
4914
4915         * insettext.C (docbook): removed unused variable.
4916
4917 2001-11-13  Herbert Voss  <voss@perce.de>
4918
4919         * insetgraphic.C: fix scale bug
4920
4921 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4922
4923         * inset.h (isSpace):
4924         (isLetter): new virtual methods.
4925
4926         * insetspecialchar.C (isSpace):
4927         (isLetter): implement here.
4928
4929 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4930
4931         * inset.h: new inline helpers
4932
4933         * insettext.C: use new helpers
4934
4935 2001-11-07  José Matos  <jamatos@fep.up.pt>
4936
4937         * insettext.C (docbook): full support for paragraphs inside insettext.
4938
4939 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
4940
4941         * insetindex.C: added header file for std::ostream.
4942
4943 2001-11-03  José Matos  <jamatos@fep.up.pt>
4944
4945         * insetindex.C: added using std::ostream that I forgot yesterday.
4946
4947 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
4948
4949         * insetindex.h (docbook):
4950         * insetindex.C (docbook): added support for docbook export.
4951
4952 2001-11-02  José Matos  <jamatos@fep.up.pt>
4953
4954         * insetcaption.C(docbook): added support for docbook export.
4955
4956 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
4957
4958         * insetexternal.C (updateExternal): Do not run update command if
4959         result file exists and is up to date.
4960
4961         * ExternalTemplate.C (readFormat): Support the updateresult token.
4962
4963 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
4964
4965         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
4966         external_templates) to use the buffer->fileName() but only if
4967         previewing. Generating a TeX file should make FPath return
4968         "".
4969
4970 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
4971
4972         * insetert.h:
4973         * insetert.C: fix some problems
4974
4975 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
4976
4977         * insetexternal.C (doSubstitution): Added $$FPath token
4978         to list of usable substitutions in external inset templates.
4979
4980 2001-10-24  Juergen Vigna  <jug@sad.it>
4981
4982         * insettabular.C: use new ltType struct for setting longtable
4983         header and footers also new UNSET enums.
4984
4985 2001-10-24  José Matos  <jamatos@fep.up.pt>
4986
4987         * insettabular.C (linuxdoc): Now exports the ascii's table version.
4988         (docbook): If the table is not inside a float then wrap it inside
4989         <informaltable>...</informaltable>.
4990
4991 2001-10-23  José Matos  <jamatos@fep.up.pt>
4992
4993         * insetref.C (docbook): removed / terminator to conform SGML.
4994
4995         * insetspecialchar.C (linuxdoc):
4996         (docbook): Added support for special chars, more than ascii export.
4997
4998 2001-10-22  Juergen Vigna  <jug@sad.it>
4999
5000         * insettext.C (checkInsertChar): added for REALLY checking the
5001         font of the inserted char in the right inset!
5002
5003 2001-10-19  Juergen Vigna  <jug@sad.it>
5004
5005         * inset.h: added method allowSpellcheck() so that insets who do
5006         not have anything to spellcheck can tell and so they are over-jumped.
5007         Implemented for InsetText and co.
5008
5009 2001-10-18  Juergen Vigna  <jug@sad.it>
5010
5011         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
5012
5013 2001-10-15  José Matos  <jamatos@fep.up.pt>
5014
5015         * insetert.C: allow export for docbook and linuxdoc
5016
5017 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
5018
5019         * insetquotes.C (dispString): handles latin3 and latin4 quotes
5020
5021 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5022
5023         * insetquotes.C (dispString): fix handling of latin9 quotes
5024
5025 2001-10-03  Juergen Vigna  <jug@sad.it>
5026
5027         * insetert.C: ditto
5028
5029         * insetcollapsable.C: change updateInset calls to not tell BV that
5030         we have changed status.
5031
5032 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5033
5034         * insettabular.C (deletable): make const
5035
5036 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
5037
5038         * insetert.C (latex): Fix the returned value
5039
5040 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5041
5042         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
5043         Returns string(), so nothing in an ERT inset is spellchecked.
5044
5045         * insetgraphics.C (draw): print the filename if not displaying the
5046         image.
5047         (width): make sure that the width and draw methods are consistent.
5048         (updateInset): don't even load the image into cache if not displaying
5049         it.
5050
5051 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
5052
5053         * various files (selectNextWord): renamed as
5054         selectNextWordToSpellcheck.
5055
5056         * insetgraphics.C (draw): remove the previous change. Right place
5057         is in imageLoaderXPM.C.
5058         (draw): don't display the image if params.display == NONE.
5059
5060 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
5061
5062         * figinset.C (runqueue):
5063         * insetgraphics.C (draw): set background colour of inset from
5064         background to the user-configurable graphicsbg.
5065
5066 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5067
5068         * insetquotes.C (InsetQuotes): when trying to decide the side of
5069         the quote, choose `left' only after a space or '('
5070
5071 2001-09-04  José Matos  <jamatos@fep.up.pt>
5072         * figinset.C
5073         * figinset.h
5074         * insetcaption.C
5075         * insetcaption.h
5076         * insetcollapsable.h
5077         * insetcommand.C
5078         * insetcommand.h
5079         * inseterror.h
5080         * insetert.C
5081         * insetert.h
5082         * insetexternal.C
5083         * insetexternal.h
5084         * insetfloat.C
5085         * insetfloat.h
5086         * insetfloatlist.h
5087         * insetgraphics.C
5088         * insetgraphics.h
5089         * inset.h
5090         * insetinclude.C
5091         * insetinclude.h
5092         * insetlabel.C
5093         * insetlabel.h
5094         * insetlatexaccent.C
5095         * insetlatexaccent.h
5096         * insetquotes.C
5097         * insetquotes.h
5098         * insetref.C
5099         * insetref.h
5100         * insetspecialchar.C
5101         * insetspecialchar.h
5102         * insettabular.C
5103         * insettabular.h
5104         * insettext.C
5105         * insettext.C (docbook): rename docBook method to docbook.
5106
5107 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
5108
5109         * inset.h (getFirstParagraph): New virtual method.
5110
5111 2001-08-20  Herbert Voss  <voss@perce.de>
5112         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
5113         in the the bibtex-database-gui for inserting a line
5114         \addcontentsline...
5115
5116         If no style is given than there is no tex-output.
5117
5118 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
5119
5120         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
5121         files as a vector.
5122         (getKeys): use it.
5123
5124 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5125
5126         * insetert.C (latex): Fix output for multiple paragraphs.
5127         (write): New code for writing paragraph data.
5128         (read): Set font after reading the inset.
5129         (localDispatch): Call set_latex_font() for more cases.
5130
5131         * insetnote.h: Add empty validate method.
5132         * insetert.h: Ditto
5133
5134         * insetnote.C (InsetNote): Set language to the language of the
5135         document.
5136
5137 2001-08-16  Juergen Vigna  <jug@sad.it>
5138
5139         * insettext.C: implemented the new FINISHED states.
5140
5141         * insettabular.C: ditto
5142
5143         * inset.h: added more FINISHED states for cursor right,up,down
5144
5145 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
5146
5147         * insetfloatlist.C: use "FloatName List"
5148
5149 2001-08-14  Juergen Vigna  <jug@sad.it>
5150
5151         * insetert.C (edit): forgot to set status_ in edit calls!
5152
5153 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
5154
5155         * insettext.C: Compilation fix
5156
5157 2001-08-13  Juergen Vigna  <jug@sad.it>
5158
5159         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
5160
5161         * insetcollapsable.C (edit): don't recollapse an already open inset.
5162
5163         * insettext.C: fixed problem when reinitializing LyXText by not doing
5164         it while lt is in use and post this to the next possible time in
5165         getLyXText().
5166         (searchForward): fixed not unlocking of inset if nothing found.
5167         (edit): set cursor behind right (was set -1 pos).
5168
5169         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
5170
5171         * insettabular.C (tabularFeatures): fixed fix where deleting the
5172         last row didn't get the right actcell!
5173
5174 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
5175
5176         * insettext.C (localDispatch): Change language only when the inset
5177         becomes empty.
5178
5179 2001-08-10  Juergen Vigna  <jug@sad.it>
5180
5181         * insettabular.C (selectNextWordInt): use the front using edit call.
5182
5183         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
5184         the parameter overwrite class variable inset.
5185
5186         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
5187
5188         * insettext.C (saveLyXTextState): check for invalid cursor-par.
5189         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
5190
5191         * insettabular.C (calculate_dimensions_of_cells): let's try to call
5192         update only for fixed with cells.
5193         (resetPos): try to fix the lockup on spellchecking or s&r.
5194
5195         * insettext.C (update): comment this out as it seems first wrong
5196         and second not needed anymore!
5197         (some functions): call reinitLyXText() only in update() in all other
5198         positions set only need_update = INIT.
5199
5200 2001-08-08  Juergen Vigna  <jug@sad.it>
5201
5202         * insettabular.C (setPos): fixed wrong actrow < rows() check.
5203
5204         * insettext.C (insetUnlock): remove double-space on inset unlock.
5205
5206         * insetcollapsable.C (draw): fix returned x when label > inset-width.
5207
5208         * insettabular.C (update): fixed cursor positon after an insert.
5209         (insetAllowed): do not allow to insert insets when not inside the
5210         inset!
5211         (draw): clear below an inset too as it could have changed height.
5212
5213         * inset.C (getMaxWidth): fixed width for inset in inset.
5214
5215         * insettext.C (update): small fix.
5216
5217         * insettabular.C (tabularFeatures): added selection support to
5218         DELETE_ROW/DELETE_COLUMN.
5219
5220 2001-08-07  Juergen Vigna  <jug@sad.it>
5221
5222         * inset.C (getMaxWidth): recoded and all it's implementations!
5223
5224         * insettext.C (init,setParagraph+constructors): cleanups
5225         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
5226         are new and I want do a save/restore of the cursor position which is
5227         not possible anymore.
5228
5229         * insetcollapsable.C (searchBackward): recollapse inset if not found.
5230         (searchBackward): ditto
5231         (selectNextWord): ditto
5232
5233 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
5234
5235         * insetlatexaccent.C (checkContents): Add some debug messages
5236
5237 2001-08-07  Juergen Vigna  <jug@sad.it>
5238
5239         * insetert.C (read): don't use InsetCollapsable::read as we don't
5240         write the collapsed status anymore only the status.
5241         (write): ditto.
5242
5243 2001-08-06  Juergen Vigna  <jug@sad.it>
5244
5245         * insetert.C (set_latex_font): use LyXText's setFont directly.
5246
5247         * insettext.C (drawFrame): fixed one time more the right position
5248         and size of the frame!
5249
5250         * insetert.C (~InsetERT): hide the dialog.
5251         (showInsetDialog): added implementation
5252         (open): ditto
5253         (close): ditto
5254         (status): new function for the status of the ERT inset (3-state).
5255         (write): output also the status of the inset for readback!
5256         (read): readback the status if available otherwise use collapsed_.
5257
5258         * insettext.C (edit): small fix of setting the position, which could
5259         have gone < 0.
5260
5261         * insetert.C (width): implement this function for inlined viewing.
5262         Added minimum width of 10 pixels!
5263
5264         * insetminipage.C (InsetMinipage): just change the colors a bit so
5265         that border/background is a bit more visible. We will remove this
5266         anyway for 1.2.0!
5267
5268         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
5269         function for getting the important widths for drawing in various
5270         functions and in LyXText.
5271         (draw): fixed up a bit (frame drawing/clearing)
5272
5273 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5274
5275         * inset.C (convertFont): delete method. not used.
5276
5277 2001-08-03  Juergen Vigna  <jug@sad.it>
5278
5279         * insettext.C (setFont): don't call for a draw update if we're just
5280         changing the cursor font!
5281
5282 2001-08-02  Juergen Vigna  <jug@sad.it>
5283
5284         * insettext.C (draw): clear the background with the right color if
5285         needed. Update myself if x&max-width changed and return without doing
5286         anything. Let the update code handle the right stuff.
5287
5288         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
5289         inside another inset.
5290
5291 2001-08-01  Juergen Vigna  <jug@sad.it>
5292
5293         * insetcollapsable.C (update): added an in_update bool so we avoid
5294         reentering.
5295
5296         * insettabular.C (update): added an in_update bool so we avoid
5297         reentering.
5298
5299         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
5300         selection problem.
5301         (update): added an in_update bool so we avoid reentering.
5302
5303         * insettabular.C (localDispatch): clear col/row selection when doing
5304         something else inside an inset.
5305
5306         * insettext.C (getLyXText): fixed bug when requesting a recursive
5307         insettext!
5308
5309 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
5310
5311         * insetcite.C (latex): Paranoia check. Make sure that there is no
5312         whitespace between the citation keys.
5313
5314 2001-07-31  Juergen Vigna  <jug@sad.it>
5315
5316         * inset.h (nodraw): make the set function also const so that this
5317         can be called from inside other const functions.
5318
5319         * insetcollapsable.h: removed inline variable and moved it over
5320         to the only user InsetERT.
5321
5322         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
5323         inset opening immediately therein lying insets dialogs!
5324
5325         * insetert.C (localDispatch): set the font also if we don't have any
5326         chars in this paragraph, otherwise if we delete all of em and start
5327         writing we have the wrong font.
5328         (inlined): added
5329         (draw): implemented for inline support
5330         (insetButtonRelease): ditto.
5331
5332 2001-07-30  Juergen Vigna  <jug@sad.it>
5333
5334         * insettext.C (reinitLyXText): new function to reinit the insets
5335         text after lot's of paragraph changes. Use this instead of the
5336         cache.clear() which is VERY dangerous.
5337
5338         * insetfloat.C (insetButtonRelease): we should only show the dialog
5339         if we press on the label otherwise we have problems to open mouse
5340         button 3 dialogs inside this float (f.ex. of a tabular!)
5341
5342 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5343
5344         * insetert.C: change back to "ERT"
5345
5346         * insetfloat.C: handliign of RMB on label added.
5347
5348 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5349
5350         * insetgraphicsParams.C: #include LOstream.h here.
5351
5352         * insetfoot.h: remove InsetFoot:: qualifier.
5353
5354 2001-07-29  Baruch Even  <baruch@lyx.org>
5355
5356         * ChangeLog: Hiding time travel evidence.
5357
5358         * insetgraphicsParams.h:
5359         * insetgraphicsParams.C:
5360         * insetgraphics.C: Added horizontal scale option, it actually scales both
5361         directions since it keeps image proportions.
5362
5363         * insetgraphics.C: Fixed EPS detection to be non-hacky.
5364
5365 2001-07-29  Baruch Even  <baruch@lyx.org>
5366
5367         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
5368         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
5369
5370         HACKY! Will need to add an EPS detection routine like old InsetFig does!
5371
5372 2001-07-29  Baruch Even  <baruch@lyx.org>
5373
5374         * insetgraphics.C: Added EPSI to be an alias of EPS.
5375
5376 2001-07-29  Baruch Even  <baruch@lyx.org>
5377
5378         * insetgraphics.C: Change GRAPHICS to Graphics.
5379         Changed image conversion rules (documented at the beginning of file).
5380
5381 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
5382
5383         * insetert.C (get_new_label): int -> Paragraph::size_type to get
5384         std::min working.
5385
5386         * insetgraphics.C: added a using std::endl directive.
5387
5388         * insetcommand.h (getScreenLabel): removed pure virtual function,
5389         as it duplicates that in InsetButton.
5390
5391         * insetbib.[Ch] (getScreenLabel):
5392         * insetbutton.[Ch] (getScreenLabel):
5393         * insetcite.[Ch] (getScreenLabel):
5394         * insetert.[Ch] (getScreenLabel):
5395         * insetexternal.[Ch] (getScreenLabel):
5396         * insetfloatlist.[Ch] (getScreenLabel):
5397         * insetinclude.[Ch] (getScreenLabel):
5398         * insetindex.[Ch] (getScreenLabel):
5399         * insetlabel.h (getScreenLabel):
5400         * insetparent.[Ch] (getScreenLabel):
5401         * insetref.[Ch] (getScreenLabel):
5402         * insettoc.[Ch] (getScreenLabel):
5403         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
5404
5405         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
5406         the label.
5407         (validate): remove check on "cite" when using natbib.
5408
5409 2001-07-26  Baruch Even  <baruch@lyx.org>
5410
5411         * insetgraphics.C (draw): changed casting to be in one place rather than
5412         all over the function.
5413
5414         * insetgraphics.h:
5415         * insetgraphics.C (read): Added compatibility reads of InsetFig.
5416
5417         * insetgraphicsParams.h:
5418         * insetgraphicsParams.C:
5419         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
5420
5421 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5422
5423         * insetfoot.C (validate): Added method to ensure that the
5424         right bit of LaTeX is emitted.
5425
5426         * insetfoot.h: Added validate method to set the correct
5427         LaTeXFeatures bit for the special footnote code.
5428
5429 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5430
5431         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
5432         quotes
5433
5434 2001-07-27  Juergen Vigna  <jug@sad.it>
5435
5436         * inset.h: remove not used font variable in parameter.
5437         removed checkInsertChar in UpdatableInset as it was equal to
5438         the one in Inset and so not needed.
5439
5440         * insetert.C (checkInsertChar): implementation of function
5441         checkInsertChar.
5442
5443         * inset.h: added new function checkInsertChar.
5444
5445         * various files: added c-tor and clone() function.
5446
5447         * insetcollapsable.h: removed clone function here as this should
5448         be only realized in REAL insets and added it to all collapsable
5449         insets! (with the copy-constructor).
5450
5451 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5452
5453         * insetminipage.C (read): handle missing parameters more gracefully
5454
5455         * insetcollapsable.C (read): handel missing collapsed more gracefully
5456
5457 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5458
5459         * insetfloat.C (read): handle missing parameters.
5460
5461         * insettext.C (read): handle old latex end_inset
5462
5463         * insetert.C (setButtonLabel): new method
5464         (init): use it, to set the dynamic label correctly
5465         (read): use it
5466
5467         * Makefile.am (EXTRA_DIST): add files that is not part or the
5468         binary here.
5469
5470         * insetcollapsable.h: remove autocollapsable (no users), remove
5471         draw_label, change_label_with_text and companion code. Remove args
5472         from some methods.
5473         * insetert.[Ch]: move here instead (only user)
5474
5475         * inset.h: rename private variable name to name_, make
5476         selectNextWord return a const string. make getInsetName return a
5477         string const &. Remove bool from open, add close.
5478
5479         * Makefile.am: don't compile insetlist, insetsection
5480         and insettheorem
5481
5482 2001-07-24  Juergen Vigna  <jug@sad.it>
5483
5484         * insetert.C (InsetERT): put init after the paragraph initialization,
5485         as otherwise we don't set the draw_label right.
5486
5487         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
5488         insets with the mouse without having strange selections.
5489         (edit): if the inset was collapsed and we open it here then put the
5490         cursor always at the beginning of the inset.
5491         (get_new_label): 15 instead of 10 max chars in the label.
5492
5493         * insetert.C (localDispatch): added and handle various stuff we
5494         need to handle here (font setting on paragraph break, not permitted
5495         layout setting, etc.).
5496
5497         * inset.h: added default copy-consturctor and implemented this in
5498         various insets with the change to use this in the clone function!
5499
5500 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5501
5502         * insetminipage.C (InsetMinipage): set background color to red :)
5503
5504 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5505
5506         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
5507         draw frame mode is LOCKED.
5508
5509         * insetcollapsable.C (edit):
5510         (insetButtonRelease): set update status to full when
5511         opening inset.
5512
5513         * insettext.C (clearInset):
5514         * insettabular.C (draw):
5515         * insetlatexaccent.C (draw): honor background color.
5516
5517         * inset.h: new member background_color_, initialized to
5518         LColor::inherit.
5519
5520         * inset.C (backgroundColor): new method.
5521         (setBackgroundColor): new method.
5522
5523         * insetert.C (init): new method, called by the ctors.
5524         (InsetERT): when inserting contents, make sure the font is
5525         ALL_INHERIT.
5526
5527         * insetnote.C (InsetNote): when inserting content, remove trailing
5528         newline
5529         (init): set background color to LColor::note
5530
5531 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5532
5533         * insetcollapsable.C: adjust
5534
5535         * insetbutton.C: adjust
5536
5537 2001-07-23  Juergen Vigna  <jug@sad.it>
5538
5539         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
5540         parameter on the _collapsed function (was not needed) and call
5541         always width_collapsed().
5542
5543         * insetert.C (InsetERT): use setLabel with "true" flag.
5544
5545         * insetcollapsable.C: modified various functions to set the draw_label
5546         string right in any condition.
5547         (setLabel): added a bool parameter to set change_label_with_text.
5548
5549         * insetcollapsable.h: added draw_label string which is set to the
5550         actual drawn label-string, while label is the original static label
5551         of this collapsable inset. Added bool change_label_with_text to set
5552         if we want that the label changes to the start of the InsetText's
5553         text when collabpsed. You can set this flag with the setLabel funciton.
5554         Added bool inlined for inlined collapsable insets, but not handled
5555         yet.
5556
5557         * insetcollapsable.C (get_new_label): added should get a new label
5558         from the InsetText beginning (for now 10 chars).
5559
5560 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5561
5562         * insetquotes.C (latex): fix the handling of french double quotes
5563         when not using the french pachage.
5564
5565 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5566
5567         * insetcollapsable.h: make WidthCollapsed mutable.
5568
5569         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
5570         InsetPrintIndex returns INDEX_PRINT_CODE.
5571
5572         * inset.h: add INDEX_PRINT_CODE
5573
5574         * insetcollapsable.C (draw): init widthCollapsed if necessary
5575         (width): ditto.
5576
5577         * insetquotes.C (width): use the local language, not the document
5578         language.
5579         (draw): ditto.
5580         (dispString): add additional spacing for all french languages,
5581         like fr_CA.
5582         (validate): make it work when there is no default language
5583
5584         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
5585
5586         * insetnote.C (init): new method, called by the constructors
5587         (InsetNote): new constructor with contents passed as a string
5588
5589 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5590
5591         * insetfootlike.C (insetAllowed): disallow float in footlike.
5592
5593         * insetert.C (InsetERT): add collapsed argument to the constrctor
5594         with contents.
5595
5596 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5597
5598         * insetindex.h: shut off warning
5599
5600 2001-07-20  Juergen Vigna  <jug@sad.it>
5601
5602         * insetcollapsable.C (update): recoded hopefully works now!
5603
5604 2001-07-19  Juergen Vigna  <jug@sad.it>
5605
5606         * most files: implemented the below new introduced function.
5607
5608         * inset.h: added new edit(BufferView *, bool front) method to be able
5609         to enter an inset from the front/back without knowing x/y positions
5610         and baselines inside the inset. So I just can tell the inset activate
5611         me and set the cursor on the front/back of yourself.
5612
5613 2001-07-18  Juergen Vigna  <jug@sad.it>
5614
5615         * insetcollapsable.C (edit): fixed hopefully the y parameter which
5616         is given to the InsetText.
5617         (insetButtonPress): ditto
5618         (insetButtonRelease): ditto
5619         (insetMotionNotify): ditto
5620
5621 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5622
5623         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
5624         LIGATURE_BREAK, since the name is so stupid.
5625
5626 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
5627
5628         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
5629         the default InsetCollapsable methods. I.e., it can insert anything.
5630         (write) output the name of the inset, not some silly hack for
5631         compatability with the old InsetInfo.
5632
5633         * insetinfo.[Ch]: removed.
5634         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
5635         now collapsable, but functionality is otherwise identical to InsetInfo.
5636
5637         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
5638
5639 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5640
5641         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
5642         reformatting
5643
5644         * insetquotes.C: general cleanup
5645         (dispString): add spaces inside french double quotes.
5646         (latex): ditto. Moreover, treat first the case where the frenchb
5647         or french options have been given.
5648
5649 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5650
5651         * insetcite.[Ch] (latex, validate): new methods, required for natbib
5652         support.
5653
5654 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5655
5656         * figinset.C (RegisterFigure): Print debug message only when
5657         current_view is available.
5658
5659 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5660
5661         * many files: update to match the change below
5662
5663         * inset.h (insetAllowed): renamed from insertInsetAllowed;
5664         implement the version which takes an inset here.
5665
5666         * insetcollapsable.[Ch]: implement open and isOpen
5667
5668         * inset.h: remove insertInsetAllowed from Inset
5669         (open): new method, to open or close an inset
5670         (isOpen): returns the status of an inset
5671         (isCollapsable, colapse): removed
5672
5673 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5674
5675         * insetquotes.C (dispString): display french guillemets when using
5676         ISO8859-15.
5677
5678 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5679
5680         * insetcollapsable.h: remove bogus return statements
5681
5682 2001-07-18  Juergen Vigna  <jug@sad.it>
5683
5684         * insettabular.C (selectNextWord): fixed spellchecking for the
5685         first cell of a tabular (wasn't entered!)
5686         (getLyXText): changed to enter automatically insettext and return
5687         it's LyXText if we're locked.
5688
5689 2001-07-17  Juergen Vigna  <jug@sad.it>
5690
5691         * various files: implemented the below functions.
5692
5693         * inset.h: added functions
5694         - virtual string selectNextWord(BufferView *, float & value) const;
5695         - virtual void selectSelectedWord(BufferView *) { return; }
5696         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
5697         needed for spellchecking correctly!
5698
5699 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5700
5701         * insetert.C (latex): write out all paragraphs.
5702
5703 2001-07-17  Baruch Even  <baruch@lyx.org>
5704
5705         * insetgraphics.C (draw): Removed unneeded casts.
5706
5707 2001-07-16  Juergen Vigna  <jug@sad.it>
5708
5709         * insettext.C (update): fixed small oversight (reset lt to 0).
5710
5711 2001-07-14  Baruch Even  <baruch@lyx.org>
5712
5713         * insetgraphics.h:
5714         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
5715
5716 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5717
5718         Consistent use of Lsstream.h:
5719         * figinset.C: removed using std::ostringstream directive.
5720
5721         * insetgraphics.C (createLatexOptions):
5722         * insetinclude.C (unique_id):
5723         std::ostringstream -> ostringstream.
5724         * insettext.C (localDispatch): std::istringstream -> istringstream.
5725
5726 2001-07-13  Juergen Vigna  <jug@sad.it>
5727
5728         * insetfloat.C (insertInsetAllowed): added missing const_cast.
5729
5730         * insetcollapsable.C (getLockingInset): ditto.
5731
5732 2001-07-12  Juergen Vigna  <jug@sad.it>
5733
5734         * insetcollapsable.h: added implementation of new function for
5735         collapsable status.
5736
5737         * various files: added implementation of new insertInsetAllowed-func
5738         and redone the function a bit more.
5739
5740         * inset.h: added isCollapsable(), bool collapsed(),
5741         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
5742
5743         * insetfloat.C (insertInsetAllowed): make a bit more checks.
5744
5745         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
5746         LyXText which is marked for removal while we're using it!
5747
5748         * insettext.h: added private LyXText * lt to use it to assure we are
5749         not deleting our LyXText while we're using it!
5750
5751 2001-07-11  Juergen Vigna  <jug@sad.it>
5752
5753         * insettext.C (insertInset): check if we are before the inset after
5754         inserting it! This check IS needed. Remove the Undo-Call as it is
5755         called in LyXText::insertInset!
5756
5757         * insettext.h: added struct InnerCache.
5758
5759         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
5760         that we ONLY delete the LyXText in the getLyXText() routine. So we
5761         are sure we don't delete LyXText while someone is working with it!
5762
5763 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5764
5765         * insetexternal.C: (*it). -> it->
5766         * insettext.C: ditto
5767
5768 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5769
5770         * insetcollapsable.C (edit): always open collapsed insets (even if
5771         they are not autocollapsable)
5772
5773         * insetcommand.C (operator=): simplify.
5774
5775 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5776
5777         * insetert.C (latex): handle META_NEWLINE
5778
5779 2001-07-09  Juergen Vigna  <jug@sad.it>
5780
5781         * insetert.h: a normal InsetText can insert insets, but we won't.
5782
5783         * inset.h: return default "false" on insertInsetAllowed and implement
5784         this function where a returnvalue != "false" is needed.
5785
5786 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5787
5788         * insetert.C (InsetERT): new contructor
5789
5790 2001-07-06  Juergen Vigna  <jug@sad.it>
5791
5792         * a lot of files: added implementation of the below new functions
5793         and the change to clone(). Also the call of the new undo-functions
5794         where needed.
5795
5796         * inset.h: added an inset_id, added functions getParFromID,
5797         getInsetFromID, firstParagraph, cursor and id functions, added
5798         bool same_ids to clone function.
5799
5800 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5801
5802         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
5803         of BufferView * and shared_ptr<LyXText>
5804
5805 2001-07-05  Juergen Vigna  <jug@sad.it>
5806
5807         * insettext.C (clear): deleted also the cache not only LyXText.
5808         (setParagraphData): ditto.
5809
5810 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5811
5812         * insetfloat.C (latex): let the specific placement take presedence
5813         if set, otherwise choose document placement if set, otherwise just
5814         use float default placement.
5815
5816 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5817
5818         * insettext.C (localDispatch): call CutAndPaste::'s static method
5819         directly.
5820
5821 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5822
5823         * insetbib.C: no meed to include forms.h here.
5824
5825 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
5826
5827         * insettext.C: added using std::make_pair directive.
5828
5829 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5830
5831         * insettext.C (getLyXText): avoid multiple lookups, and simplify
5832         slightly
5833         (deleteLyXText): ditto
5834         (resizeLyXText): ditto
5835
5836 2001-07-02  Juergen Vigna  <jug@sad.it>
5837
5838         * insettext.C (getLyXText): introduce a cache in getLyXText so that
5839         following calls are only returned the right pointer without the over
5840         head to search in the map.
5841         (various funcs): reset the cached_bview variable as this signs that
5842         the cache is not valid anymore.
5843
5844 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5845
5846         * insettabular.C (clone): do not copy the LyXTabular twice
5847
5848 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5849
5850         * insettext.h (TEXT): delete method
5851
5852 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5853
5854         * insetmarginal.C (latex):
5855         * insetfoot.C (latex): fix spacing of notes in LaTeX
5856
5857         * insettext.C (localDispatch): use .c_str() on istringstream
5858         constructor argument.
5859
5860 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
5861
5862         * insettoc.h:
5863         * insettoc.C:
5864         * inseturl.h:
5865         * inseturl.C: fix method names in these to begin
5866           with small char too, so they inherit
5867
5868 2001-06-28  Juergen Vigna  <jug@sad.it>
5869
5870         * insettext.C (setFont): fixed font settings using toggleFree()
5871         instead of setFont().
5872
5873 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5874
5875         * Change a lot of method names to begin with a small char.
5876         Changes to a lot of files because of this.
5877
5878 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5879
5880         * insetfloatlist.C (Write): std:: qualify ostream
5881         (Latex): ditto
5882
5883 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5884
5885         * figinset.C:
5886         * inset.C:
5887         * insetgraphics.C: send debug output to Debug::INFO instead of
5888         Debug::ANY.
5889
5890 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5891
5892         * insettabular.h:
5893         * insettabular.C (getStatus): update to use func_status
5894
5895 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
5896
5897         * insetref.C (DocBook): added support for cross-references without
5898         a name.
5899
5900 2001-06-26  The LyX Project  <jug@sad.it>
5901
5902         * insetref.C:
5903         * insetref.h:
5904         * insetlabel.C:
5905         * insetlabel.h: removed escape method and moved it to
5906         support/lstrings.h.
5907
5908 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5909
5910         * insettabular.C (getMaxWidth): do the speedup in a different way,
5911         remove dead code
5912
5913 2001-06-24  The LyX Project  <Asger>
5914
5915         * insettabular.C (getMaxWidth): We cache a mapping from
5916         inset to cell in order to speed this method up.
5917
5918 2001-06-24  The LyX Project  <Asger>
5919
5920         * insettext.C: Optimized InsetText::draw or something.
5921
5922 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
5923
5924         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
5925
5926 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5927
5928         * inset.h: name change from lyxinset.h
5929
5930 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
5931
5932         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
5933
5934 2001-06-14  Juergen Vigna  <jug@sad.it>
5935
5936         * insettext.C (draw): removed warnings.
5937
5938 2001-06-13  Juergen Vigna  <jug@sad.it>
5939
5940         * insettabular.C (nodraw): only go down the tree if we don't have
5941         that flag set otherwise it's obvious that we don't want to draw.
5942         (LocalDispatch): do also an update if we have an undispached result.
5943
5944 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
5945
5946         * insetcite.C:
5947         * insetgraphicsParams.C:
5948         * insettext.C: removed // -*- C++ -*- as first line.
5949
5950 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5951
5952         * lyxinset.h (resizeLyXText): shut off warning about unused
5953         parameter "force"
5954
5955 2001-06-07  Juergen Vigna  <jug@sad.it>
5956
5957         * insettext.C (resizeLyXText): honor the new force flag.
5958
5959         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
5960
5961         * insettabular.C (deleteLyXText): new function
5962
5963 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5964
5965         * insettheorem.C:
5966         * insetminipage.C:
5967         * insetlist.C:
5968         * insetfootlike.C:
5969         * insetfloat.C:
5970         * insetert.C:
5971         * insetcollapsable.C:
5972         * insetcaption.C: LColor tidy
5973
5974 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5975
5976         * figinset.C: fix typo
5977
5978 2001-06-01  Juergen Vigna  <jug@sad.it>
5979
5980         * insettabular.C (resetPos): small hack so that scroll is not set to
5981         0 when we are in the last column of a tabular. This is a problem we
5982         have because of constats 20 offset on both directions, so this can
5983         cause on the limit an endless loop.
5984
5985         * insettext.C (SetFont): forgot that we can have locking insets ;)
5986
5987 2001-05-31  Juergen Vigna  <jug@sad.it>
5988
5989         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
5990
5991 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5992
5993         * figinset.C: add using std:: directive for the C functions which
5994         need that.
5995
5996 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5997
5998         * insetfloat.C (Write): write out wide info
5999         (Read): read the wide info
6000         (Latex): use the wide info when creating latex.
6001
6002         * insettext.C: adjust
6003
6004         * insetgraphics.[Ch] (statusMessage): change to return string
6005         (width): adjust
6006         (draw): adjust
6007
6008         * figinset.C (runqueue): add std::
6009         (Recompute): ditto
6010
6011 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6012
6013         * insetcite.C (Ascii): add std:: qualifier
6014
6015 2001-05-28  Juergen Vigna  <jug@sad.it>
6016
6017         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
6018         a endless-width inset (maxWidth < 0).
6019         (Edit): change language only if not equal.
6020
6021         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
6022
6023         * insettext.C (draw): fixed draw/clear of InsetText-Frame
6024
6025 2001-05-16  Juergen Vigna  <jug@sad.it>
6026
6027         * insettext.C (selectAll): added
6028         (clearSelection): added
6029
6030         * insettabular.C (SetFont): now we may set a font on a whole selection!
6031         (getSelection): added helper function.
6032
6033 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
6034
6035         * insetcite.C (Ascii): Add method.
6036
6037 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
6038
6039         * figinset.C:
6040         * insetbib.C: fix path for OS/2 & Win32
6041
6042 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6043
6044         * insetfoot.C (Latex): don't use % after footnote.
6045
6046 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6047
6048         * insettext.C (Read): use clear
6049         (SetParagraphData): use LyXParagraph copy constructor instead of clone
6050
6051 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6052
6053         * insetfloatlist.h: add a bunch of std:: qualifiers.
6054
6055 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6056
6057         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
6058         FLOAT_LIST_CODE, renumber code list.
6059
6060         * insettoc.C (getScreenLabel): remove support for float lists
6061         (LyxCode): ditto
6062         (Ascii): ditto
6063
6064         * insetfloatlist.[Ch]: new files
6065
6066         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
6067
6068 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
6069
6070         * insettabular.C (LocalDispatch):
6071         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
6072         method
6073
6074 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6075
6076         * insettext.C: remvoe !NEW_INSETS cruft
6077
6078         * insettabular.C: remove !NEW_INSETS cruft
6079
6080         * insetcollapsable.h: remove !NEW_INSETS cruft
6081
6082         * insetbib.C: remove !NEW_INSETS cruft
6083
6084 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6085
6086         * insettoc.C: hack to make listof algorithm work
6087
6088 2001-04-20  Juergen Vigna  <jug@sad.it>
6089
6090         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
6091
6092 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6093
6094         * insetquotes.C (Latex): improve the guard against
6095         unwanted !` and ?` ligatures. This should really be done in
6096         another place (to catch all this ligatures at low-level).
6097
6098 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6099
6100         * insettext.C (init): remvoe leftovers from cursor_visible change
6101         (draw): use c++ cast
6102         (LocalDispatch): dispatch LFUN_MESSAGE
6103
6104         * insettabular.C (InsetTabular): remove leftovers from
6105         cursor_visible, and scoped_ptr changes
6106         (draw): use c++ cast
6107
6108         * insetcollapsable.C (draw): use c++ cast
6109
6110         * ExternalTemplate.h: inherit privaely from noncopyable
6111         * insetcommand.h: ditto
6112         * insetinclude.h: ditto
6113
6114 2001-04-16  Allan Rae  <rae@lyx.org>
6115
6116         * insettoc.C (Ascii):
6117         * insettext.C (draw):
6118         * insettabular.C (setPos):
6119         * insetminipage.C (Read):
6120         * insetfloat.C (placement):
6121         * insetcaption.C (Ascii, DocBook):
6122         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
6123         an unrecognised preprocessor directive.  So ensure they're wrapped.
6124
6125 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
6126
6127         * insetexternal.h:
6128         * insetexternal.C: set view on Clone. Add _ to private members.
6129
6130 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6131
6132         * insettext.C (InsetText): fix new
6133         (InsetText): reindent some, simplify deletion of par list
6134         (clear): simplify deletion of par list, fix new
6135         (SetParagraphData): simplify deletion of par list
6136
6137         * insettabular.[Ch] (getLabelList): implement new method
6138
6139 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6140
6141         * lyxinset.h: do not include gettext.h...
6142
6143         * inset.C:
6144         * insetcaption.C:
6145         * insetexternal.C:
6146         * insetgraphics.C:
6147         * insetindex.C:
6148         * insetlabel.C:
6149         * insetlatexaccent.C:
6150         * insetminipage.C:
6151         * insetquotes.C:
6152         * insettabular.C:
6153         * inseturl.C: ... and do it here instead
6154
6155 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6156
6157         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
6158
6159         * insettext.[Ch] (getLabelList): add std:: on vector<string>
6160
6161         * insetcollapsable.[Ch] (getLabelList): implement
6162
6163         * insettext.[Ch] (getLabelList): implement
6164
6165         * insettext.h: reindent
6166
6167         * insettabular.h: make tabular a scoped_ptr
6168
6169         * insettext.C (init): adjust for cursor_visible
6170         (ToggleInsetCursor): constify asc and desc, font, adjust for
6171         cursor_visible
6172         (ShowInsetCursor): constify asc and desc, font, adjust for
6173         cursor_visible
6174         (HideInsetCursor): adjust for cursor_visible
6175
6176         * insettabular.C: reindent some
6177         (InsetTabular): adjust for scoped_ptr and cursor_visible
6178         (InsetTabular): ditto
6179         (~InsetTabular): delete delete
6180         (Clone): adjust for scoped_ptr
6181         (Read): constify old_format, adjust for scoped_ptr, move init of
6182         token
6183         (draw): constify tx, localize loop vars.
6184         some other localization of variables, remove double initilizatons.
6185
6186         * insetfoot.C: remove using std::ostream, add ostream where needed
6187
6188 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6189
6190         * lyxinset.h: some reindentaion, use initializer list for
6191         constructro.
6192         UpdatableInset: make cursor_visible a private var add
6193         public isCursorVisible(), add protected toggleCursorVisible() and
6194         proctected setCursorVisible(bool), make scroll call the Inset::scroll
6195
6196         * insettoc.C: remvoe using decl
6197         (getScreenLabel): make cmdname donst
6198         (LyxCode): ditto
6199         (Ascii): ditto
6200         (Ascii): don't use endl
6201
6202         * insetfootlike.C: remove using decl at file scope and add std::
6203         where needed
6204         * insetmarginal.C: ditto
6205
6206         * insetfoot.C: some reformatting
6207
6208         * insetfloat.C (InsetButtonRelease): adjust the hit area
6209
6210         * insetert.C (SetFont): some reformatting
6211
6212         * insetcollapsable.C: some reformatting and constification
6213         (Clone): comment out.
6214         * insetcollapsable.h: some reformatting
6215         (Clone): comment out.
6216
6217         * inset.C: reindent
6218         (scroll): simplify
6219
6220 2001-03-30  Juergen Vigna  <jug@sad.it>
6221
6222         * insetcollapsable.h: changen *inset to be a InsetText inset.
6223
6224         * some files: changed to reflect the above change.
6225
6226 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
6227
6228         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
6229         InsetExternal::Params.
6230         Added operator==() and operator!=() for the Params struct.
6231
6232 2001-03-29  Juergen Vigna  <jug@sad.it>
6233
6234         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
6235         BufferView *.
6236
6237         * insetminipage.C: removed widthp_ and all it's functions and changed
6238         to use new %-lengths of LyXLength.
6239
6240 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6241
6242         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
6243
6244 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6245
6246         * insetgraphicsParams.C (operator!=): new function, needed by the
6247         ControlGraphics class.
6248
6249 2001-03-28  Juergen Vigna  <jug@sad.it>
6250
6251         * insettext.C (InsetButtonPress): only enter !inset if button == 2
6252         (checkAndActivateInset): don't use the values returned from
6253         call to bv->checkInsetHit.
6254
6255         * insetminipage.C (Clone): set special minipage values.
6256
6257         * insetcollapsable.C (draw): changed to draw the button in the
6258         upper left corner outside the textinset.
6259         (ascent): changed because of different drawing
6260         (descent): ditto
6261         (width): ditto
6262         (Edit): ditto
6263         (InsetButtonPress): ditto
6264         (InsetButtonRelease): ditto
6265         (InsetMotionNotify): ditto
6266
6267 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
6268
6269         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
6270         contain a suffix.
6271         (Clone): ditto
6272
6273 2001-03-26  Juergen Vigna  <jug@sad.it>
6274
6275         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
6276
6277         * insettext.C (ShowInsetDialog): implemented above function.
6278
6279         * insettabular.C (ShowInsetDialog): ditto
6280
6281         * insetminipage.C (ShowInsetDialog): ditto
6282
6283 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6284
6285         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
6286         InsetInclude::Params. Don't store a buffer * in Params. Store the
6287         master file name instead.
6288
6289 2001-03-23  Juergen Vigna  <jug@sad.it>
6290
6291         * insetcollapsable.C (InsetMotionNotify):
6292         (InsetButtonRelease):
6293         (InsetButtonPress): fixed y-offset (minipages).
6294
6295         * insettext.C (draw): force a FULL update if cleared == true.
6296
6297         * insetcollapsable.C (draw): Lars forgotten entry for changing this
6298         routine to draw the minipages on its position-flag.
6299         (InsetInInsetY): give back the right y position, because of minipage
6300         position-flag.
6301
6302 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
6303
6304         * insetfloat.h
6305         * insetfloat.C (DocBook): docbook export code.
6306
6307 2001-03-22  Juergen Vigna  <jug@sad.it>
6308
6309         * insetminipage.C (getMaxWidth): added function to set the drawing
6310         width!
6311         (Read): should work now!
6312
6313         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
6314         if we create a new inset.
6315
6316 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6317
6318         * figinset.C (fl_set_preemptive_callback): moved definition outside
6319         of namespace anon.
6320
6321 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6322
6323         * insetminipage.C (Read): prepare for reading of minipage arguments.
6324
6325 2001-03-18  Baruch Even  <baruch@lyx.org>
6326
6327         * insetgraphics.C: Minor cleanups of the comments and code.
6328
6329 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6330
6331         * insetminipage.C (InsetMinipage): default to not collapsed
6332
6333 2001-03-16  Juergen Vigna  <jug@sad.it>
6334
6335         * insetminipage.C (width): modified with to be a string
6336         (widthp): added widthp (for % width) support functions.
6337         (InsetButtonRelease): added to open the options dialog on button==3.
6338         (~InsetMinipage): added to hide the dialog.
6339
6340         * insetminipage.h: added hideDialog signal
6341
6342 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6343
6344         * insetminipage.h: change the order or Position to match
6345         LyXParagraph::MINIPAGE_ALIGNMENT
6346
6347         * several files: remvoe CXX_WORKING_NAMESPACES
6348
6349         * ExternalTemplate.h: noncopyable is in namespace boost
6350         * insetinclude.h: ditto
6351         * insetcommand.h: ditto
6352
6353 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6354
6355         * insettext.C (Edit): #else# -> #else.
6356         * insettoc.C: added using directive.
6357
6358 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6359
6360         * insetminipage.h: add pos, inner_pos, width and height. + getters
6361         and setters for all of them.
6362
6363 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6364
6365         * insetinclude.C (Latex): Do not exit when the textclass of the
6366         included file differ from the textclass of the parent file.
6367
6368 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
6369
6370         * ExternalTemplate.C (read): the reading of external insets now checks
6371         for \end_inset and removes it form the input stream.
6372
6373 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6374
6375         * ExternalTemplate.h:
6376         * ExternalTemplate.C:
6377         * insetexternal.h:
6378         * insetexternal.C: move form to GUII
6379
6380 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6381
6382         * insetinclude.h:
6383         * insetinclude.C: add InsetIncludeParams, use
6384         composition rather than derivation of InsetCommand
6385
6386 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6387
6388         * insettoc.C (Ascii): use the Buffer typedefs
6389
6390 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6391
6392         * insettoc.C (Ascii): implement for dynamic number of lists
6393
6394         * insetcaption.[Ch]: update from new_insets branch
6395         * insetfloat.[Ch]: ditto
6396
6397 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6398
6399         * insetexternal.C:
6400         * figinset.C: use new File Dialog
6401
6402 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6403
6404         * insettext.C: changes becuase of ParagraphParameters.
6405
6406 2001-02-28  Baruch Even  <baruch@ev-en.org>
6407
6408         * insetgraphics.C (updateInset): Changed due to the change in
6409         GraphicsCache.
6410
6411 2001-02-26  Juergen Vigna  <jug@sad.it>
6412
6413         * insettext.C (SetFont): Set Undo only if we have selection (as it is
6414         handled in LyXText).
6415
6416 2001-02-23  Juergen Vigna  <jug@sad.it>
6417
6418         * insettext.C (draw): some small repainting fixes.
6419         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
6420
6421         * inset.C (LocalDispatch): changed action to be a kb_action (as it
6422         should be) and not an int.
6423
6424         * insettabular.C (LocalDispatch): ditto
6425
6426         * insettext.C (LocalDispatch): ditto
6427
6428         * insetcollapsable.C (LocalDispatch): ditto
6429
6430 2001-02-22  Juergen Vigna  <jug@sad.it>
6431
6432         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
6433         DISPATCH it and we don't have a locking_inset.
6434
6435 2001-02-21  Baruch Even  <baruch@ev-en.org>
6436
6437         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
6438         instead of GraphicsCacheItem *.
6439
6440 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6441
6442         * insetcollapsable.C (getLyXText): add const qualifier to second
6443         parameter.
6444
6445 2001-02-22  Juergen Vigna  <jug@sad.it>
6446
6447         * insettext.C (getLyXText): honor the recursive parameter.
6448         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
6449
6450         * inset.C (getLyXText): added bool recursive parameter.
6451
6452         * insettext.C (SetUpdateStatus): or the update codes.
6453         (draw): check need_update with &.
6454         (InsetButtonPress): set no_selection to not put a selection when
6455         entering an inset and it is redraws in another spot.
6456
6457         * insettext.h: made need_update an int.
6458
6459 2001-02-20  Baruch Even  <baruch@ev-en.org>
6460
6461         * insetgraphics.h:
6462         * insetgraphisc.C: Changed to use better semantics when loading images
6463         for inline view. Now it doesn't keep the pixmap itself but it's holder.
6464
6465 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6466
6467         * insetcommand.h:
6468         * inseterror.h:
6469         * insetgraphics.C: change name of "hide" signal to "hideDialog",
6470         consistent with InsetTabular.
6471
6472 2001-02-19  Juergen Vigna  <jug@sad.it>
6473
6474         * insettabular.C (LocalDispatch): implement PAGE up/down.
6475
6476         * insettext.C (draw): clear all of it on need_update==INIT too!
6477
6478         * insettabular.C (InsetUnlock): always clear the selection.
6479
6480         * inset.C (scroll): normally we only want to scroll the inset until
6481         it is fully visible so if top_x + offset > 20 then just set scx to 0.
6482
6483 2001-02-14  Juergen Vigna  <jug@sad.it>
6484
6485         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
6486         (resetPos): fixed scroll behaviour.
6487         (LocalDispatch): do an update if moving cursor inside a table cell
6488         requests a scroll of the tabular.
6489
6490 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6491
6492         * insettext.C (textWidth): constify local var
6493
6494         * insettabular.C: small cleanup.
6495
6496         * insetfoot.C (Latex): constify local var
6497
6498         * insetcollapsable.C: small cleanup.
6499
6500         * figinset.C (runqueue): use compare instead of strcmp
6501
6502 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6503
6504         * insettext.C:
6505         * insetinfo.C: remove cruft
6506
6507 2001-02-14  Juergen Vigna  <jug@sad.it>
6508
6509         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
6510
6511 2001-02-13  Juergen Vigna  <jug@sad.it>
6512
6513         * insettext.C (InsertInset): don't move left (is this right?)
6514
6515         * insettabular.C (LocalDispatch): use of the no_draw variable
6516
6517         * insettabular.h: new no_draw variable to stop redraw
6518
6519         * insettabular.C (TabularFeatures): fixed update for alignment change
6520
6521 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6522
6523         * insetinclude.C:
6524         * insetbib.h:
6525         * insetbib.C: move dialogs to frontends/
6526
6527 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6528
6529         * insettext.C (LocalDispatch): Restore the language if the inset
6530         becomes empty.
6531
6532 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6533
6534         * insettext.C (moveRightIntern): Update the selection cursor.
6535         (moveLeftIntern): Ditto.
6536
6537 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6538
6539         * Makefile.am: remove BoundingBox.h
6540
6541         * BoundingBox.h: removed
6542
6543 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
6544
6545         * insettext.C (LocalDispatch): Update selection cursor when moving
6546         cursor to the right.
6547         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
6548         (moveLeftIntern): Ditto.
6549
6550 2001-02-05  Baruch Even  <baruch.even@writeme.com>
6551
6552         * insetgraphics.C: Updated automatic image conversion, it now goes into
6553         temporary directory instead of with the image itself.
6554
6555 2001-01-21  Baruch Even  <baruch@ev-en.org>
6556
6557         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
6558         to EPS or PNG when needed (support bitmap graphics).
6559
6560 2000-11-02  Baruch Even  <baruch@ev-en.org>
6561
6562         * insetgraphics.C:
6563         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
6564         and removal of commented out code.
6565
6566 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6567
6568         * insetbib.C (callback): Update citations if the key has changed.
6569
6570 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6571
6572         * insetbib.C (InsetBibKey): Better computation of default key.
6573         (getScreenLabel) Show both the key and the label.
6574         (getBibLabel): New method.
6575         (callback): Force a redraw if the inset have been changed.
6576
6577 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6578
6579         * insetref.C (getType, getName): Move methods from
6580         src/frontends/xforms/FormRef.C.
6581
6582 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
6583
6584         * insettabular.C: Various improvements (use only one dummy position).
6585
6586 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
6587
6588         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
6589         par->bibkey->width. This fixes the crashes when running without
6590         gui or when having included documents.
6591
6592 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
6593
6594         * insetcommand.C (getAsString, setFromString): Cleanup.
6595
6596 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
6597
6598         * insetref.C: Add the array InsetRef::types that contains
6599         information about all supported reference types.
6600
6601 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6602
6603         * lyxinset.h: remove trailing comma in enum.
6604
6605 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
6606
6607         * insettext.C: kill LyXBell.