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