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