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