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