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