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