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