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