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