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