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