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