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