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