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