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