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