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