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