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