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