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