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