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