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