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