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