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