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