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