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