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