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