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