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