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