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