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