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