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