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