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