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