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