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