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