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