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