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