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