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