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