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