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