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