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