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