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