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