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