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