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