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