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