]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
7587eaf15f1877e8fc8ea58867ddf15f2630f404
[lyx.git] / src / insets / ChangeLog
1 2003-05-29  John Levon  <levon@movementarian.org>
2
3         * insettabular.C: remove unused bufferOwner()
4
5 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * insettext.C (lockInsetInInset): adjust
8         (getLabelList): use const_iterator, adjust
9         (getInsetFromID): use const_iterator, adjust
10         (addPreview): use const_iterator, adjust
11
12         * insetwrap.C (clone): remove const_cast
13
14         * insetnote.C (clone): remove const_cast
15
16         * insetminipage.C (clone): remove const_cast
17
18         * insetmarginal.C (clone): remove const_cast
19
20         * insetfoot.C (clone): remove const_cast
21
22         * insetfloat.C (clone): remove const_cast
23
24         * insetert.C (clone): remove const_cast
25
26         * delete commented same_id functions from a lot of files. 
27
28 2003-05-28  John Levon  <levon@movementarian.org>
29
30         * insetcite.C:
31         * insetinclude.C:
32         * insetindex.C:
33         * insetparent.C:
34         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
35
36         * insetminipage.C: fix metrics (bug 1144)
37
38 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
39
40         * insettext.C (saveLyXTextState): adjust
41         (restoreLyXTextState): adjust
42         (init): adjust
43         (lockInset): adjust
44         (unlockInsetInInset): adjust
45         (localDispatch): adjust
46         (getLyXText): adjust
47
48         * insettabular.C (insertAsciiString): adjust
49
50 2003-05-27  André Pönitz  <poenitz@gmx.net>
51
52         * insetbutton.C:
53         * insetcollapsable.C:
54         * inseterror.C:
55         * insetgraphics.C:
56         * insetlatexaccent.C:
57         * insetminipage.C:
58         * insetnewline.C:
59         * insetquotes.C:
60         * insetspace.C:
61         * insetspecialchar.C:
62         * insettabular.C:
63         * insettext.C: dim.w -> dim.wid
64
65 2003-05-26  John Levon  <levon@movementarian.org>
66
67         * insettabular.C: avoid drawing all of a long table
68         if it's not needed. A big speedup
69
70 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
71
72         * remove same_id from function signatures, adjust
73
74 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
75
76         * insettext.C (InsetText): adjust
77         (clear): adjust
78         (setParagraphData): separate same_id cases, adjust
79         (appendParagraphs): adjust
80         (appendParagraphs): adjust
81
82 2003-05-23  André Pönitz  <poenitz@gmx.net>
83
84         * insetbutton.h: whitespace
85
86         * insettabular.C: more compact code
87
88         * updatableinset.C: remove const_cast
89
90
91 2003-05-23  Angus Leeming  <leeming@lyx.org>
92
93         * insetexternal.C (write): check how many lines are output.
94         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
95         if the template has defined it.
96
97 2003-05-23  Angus Leeming  <leeming@lyx.org>
98
99         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
100
101 2003-05-23  Angus Leeming  <leeming@lyx.org>
102
103         * insetfoot.C (latex):
104         * inseturl.C (latex): rename fragile as moving_arg.
105
106 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
107
108         * inseterror.C (localDispatch): comment out unused var.
109
110 2003-05-22  Angus Leeming  <leeming@lyx.org>
111
112         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
113         passed through the LatexRunParams arg.
114
115 2003-05-22  Angus Leeming  <leeming@lyx.org>
116
117         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
118         through the LatexRunParams arg.
119
120         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
121         arg rather than through a global var.
122
123 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
124
125         * insetspecialchar.C (dimension): use a string.
126
127 2003-05-22  Angus Leeming  <leeming@lyx.org>
128
129         * insetbibtex.C (latex):
130         * insetgraphics.C (latex):
131         * insetinclude.C (latex): extract the buffer's 'nice'ness from
132         runparams rather than from the buffer itself.
133
134 2003-05-22  Angus Leeming  <leeming@lyx.org>
135
136         * inset*.[Ch] (latex):
137         passed a LatexRunParams parameter.
138
139         * insetgraphics.C (latex): actually use it ;-)
140
141 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
142
143         * insetfloat.C (addToToc): trivial compile fix
144
145 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
146
147         * insettext.[Ch] (paragraph): delete unused function
148
149         * insetfloat.C (addToToc): parlist simplfication
150
151 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
152
153         * insetspace.[Ch]: added (new space insets)
154         * Makefile.am:
155         * inset.h: handle new space insets
156
157 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
158
159         * insetfloat.C (addToToc): adjust
160
161 2003-05-21  André Pönitz  <poenitz@gmx.net>
162
163         * insettext.[Ch]: fix drawing bug introduced earlier
164
165 2003-05-19  André Pönitz  <poenitz@gmx.net>
166
167         * insetspecialchar.C: fix bug introduced yesterday
168
169 2003-05-19  André Pönitz  <poenitz@gmx.net>
170
171         * inset.[Ch]:
172         * insetbutton.[Ch]:
173         * insetcollapsable.[Ch]:
174         * inseterror.[Ch]:
175         * insetert.[Ch]:
176         * insetfoot.[Ch]:
177         * insetgraphics.[Ch]:
178         * insetgraphicsParams.[Ch]:
179         * insetlatexaccent.[Ch]:
180         * insetminipage.[Ch]:
181         * insetnewline.[Ch]:
182         * insetquotes.[Ch]:
183         * insetspecialchar.[Ch]:
184         * insettabular.[Ch]:
185         * insettext.[Ch]: dimensions() instead of ascend/descend/width
186
187 2003-05-19  André Pönitz  <poenitz@gmx.net>
188
189         * insetenv.[Ch]:
190         * insettext.C: more insetenv
191
192 2003-05-16  André Pönitz  <poenitz@gmx.net>
193
194         * insetcommand.C:
195         * insetminimpage.[Ch]:
196         * insetcollapsable.[Ch]: fix #832
197
198 2003-05-16  André Pönitz  <poenitz@gmx.net>
199
200         * inset.[Ch]:
201         * insetbibitem.[Ch]:
202         * insetbibtex.[Ch]:
203         * insetbutton.[Ch]:
204         * insetcite.[Ch]:
205         * insetcollapsable.[Ch]:
206         * insetcommand.[Ch]:
207         * inseterror.[Ch]:
208         * insetert.[Ch]:
209         * insetexternal.[Ch]:
210         * insetfloatlist.[Ch]:
211         * insetgraphics.[Ch]:
212         * insetinclude.[Ch]:
213         * insetindex.[Ch]:
214         * insetlabel.[Ch]:
215         * insetlatexaccent.[Ch]:
216         * insetparent.[Ch]:
217         * insetref.[Ch]:
218         * insettabular.[Ch]:
219         * insettext.[Ch]:
220         * insettoc.[Ch]:
221         * inseturl.[Ch]:
222         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
223
224 2003-05-13  André Pönitz <poenitz@gmx.net>
225
226         * insetbibitem.C:
227         * insetcollapsable.C:
228         * insetert.C:
229         * insetfloat.C:
230         * insetinclude.C:
231         * insetwrap.C: tostr from own header
232
233         * insetcommand.C:
234         * insetexternal.C:
235         * insetfloat.C:
236         * insetfloat.h:
237         * insetgraphics.C:
238         * insetinclude.C:
239         * insetminipage.C:
240         * insetparent.C:
241         * insettabular.C:
242         * insettext.C:
243         * insetwrap.C: STRCONV
244
245
246 2003-05-12  André Pönitz <poenitz@gmx.net>
247
248         * insetcaption.C:
249         * insetexternal.C:
250         * insetfloat.C:
251         * insetfloatlist.C:
252         * insetgraphics.C:
253         * insetinclude.C:
254         * insetminipage.C:
255         * insetminipage.C:
256         * insettabular.C:
257         * insettext.C:
258         * insetwwrap.C:  boost::format -> bformat  all over the place
259
260 2003-05-05  André Pönitz <poenitz@gmx.net>
261
262         * insettext.h: add missing #include <map>
263
264 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
265
266         * insettext.C (InsetText): parlist cleanup
267         (clear): ditto
268         (edit): ditto
269         (insetUnlock): ditto
270         (lockInset): ditto
271         (lockInsetInInset): ditto
272         (cx): ditto
273         (cix): ditto
274         (getLyXText): ditto
275         (searchBackward): ditto
276         (collapseParagraphs): ditto
277
278 2003-05-06  John Levon  <levon@movementarian.org>
279
280         * insetcaption.C: don't cast wrap inset to InsetFloat
281
282         * insetfloat.h:
283         * insetfloat.C: remove unneeded type() function
284
285 2003-05-05  André Pönitz <poenitz@gmx.net>
286
287         * inset.h:
288         * insettext.[Ch]:
289         * insettabular.[Ch]:
290         * insetcollapsable.[Ch]: remove unused function firstParagraph()
291         replace getFirstParagraph() by getParagraphs()
292
293 2003-05-03  John Levon  <levon@movementarian.org>
294
295         * insetcollapsable.h:
296         * insetcollapsable.C:
297         * insettabular.h:
298         * insettabular.C:
299         * insettext.h:
300         * insettext.C:
301         * updatableinset.h:
302         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
303         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
304         getCursor(). Remove explicit cursor hides.
305
306 2003-05-02  André Pönitz <poenitz@gmx.net>
307
308         * insettext.C: remove unneeded &*
309
310 2003-04-30  John Levon  <levon@movementarian.org>
311
312         * insettabular.C: fix edit message
313
314 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
315
316         * insettext.C (setFont): do not convert iterator -> pointer
317
318         * insettabular.C (localDispatch): do not convert iterator -> pointer
319         (setFont): ditto
320         (tabularFeatures): ditto
321
322 2003-04-29  André Pönitz <poenitz@gmx.net>
323
324         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
325
326 2003-04-28  André Pönitz <poenitz@gmx.net>
327
328         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
329           Changes
330
331 2003-04-25 André Pönitz <poenitz@gmx.net>
332
333         * insetenv.C: derive from InsetText instead of InsetCollapsable
334
335 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
336
337         * insetexternal.C (string2params): dont do anything if the string
338         is empty.
339         * insetgraphics.C (string2params): ditto
340         * insetcommand.C (string2params): ditto
341         * insetert.C (string2params): ditto
342         * insetfloat.C (string2params): ditto
343         * insetinclude.C (string2params): ditto
344         * insetminipage.C (string2params): ditto
345         * insettabular.C (string2params): ditto
346         * insetwrap.C (string2params): ditto
347
348 2003-04-24  André Pönitz <poenitz@gmx.net>
349
350         * insetref.C: support for eqref
351
352 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
353
354         * insetert.C (read): use ParagraphList::iterator.
355
356 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
357
358         * insetquotes.C (latex): comment some code and add warnings.
359
360 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
361
362         * insetexternal.C (localDispatch): added a missing DISPATCHED
363
364 2003-04-12  John Levon  <levon@movementarian.org>
365
366         * insetwrap.C (addToToc): fix a crash, conversion
367         from while to for loop forgot to remove the explicit
368         increment
369
370 2003-04-10  John Levon  <levon@movementarian.org>
371
372         * insettabular.C (tabularFeature): make sure
373         to update the dialog when we change something
374         (bug 1036).
375
376         (getStatus): don't disable some lfuns (bug 939)
377
378 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
379
380         * insettext.C (saveLyXTextState): adjust
381         (localDispatch): adjust
382         (setFont): adjust
383         (cx): adjust
384         (cix): adjust
385         (cpar): adjust
386
387         * insettabular.C (localDispatch): adjust
388         (setFont): adjust
389         (tabularFeatures): adjust
390
391 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
392
393         * insettabular.C (searchForward,searchBackward): fix bug 782
394
395 2003-04-07  John Levon  <levon@movementarian.org>
396
397         * insettabular.C:
398         * insettext.C: clear status message on inset exit
399
400 2003-04-03  John Levon  <levon@movementarian.org>
401
402         * insetcommand.C: return dispatched on DIALOG_UPDATE
403
404 2003-04-02  John Levon  <levon@movementarian.org>
405
406         * insettabular.C: tab lfuns renamed
407
408 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
409
410         * insettext.C (update): move towards ParagraphList
411         (updateLocal): ditto
412         (edit): ditto
413         (insetUnlock): ditto
414         (lockInset): ditto
415         (lockInsetInInset): ditto
416         (updateInsetInInset): ditto
417         (localDispatch): ditto
418         (docbook): ditto
419         (setFont): ditto
420         (resizeLyXText): ditto
421         (searchBackward): ditto
422         (collapseParagraphs): ditto
423         (addPreview): ditto
424
425         * insetwrap.C (InsetWrap): adjust
426         (addToToc): adjust and rewrite loop
427
428         * insettext.[Ch] (paragraph): delete function
429
430         * insettabular.C (moveNextCell): adjust
431         (movePrevCell): adjust
432         (insertAsciiString): adjust
433
434         * insetfloat.C (InsetFloat): adjust
435         (addToToc): adjust
436
437         * insetert.C (InsetERT): adjust
438         (write): adjust, and rewrite loop
439         (latex): adjust, and rewrite loop
440         (linuxdoc): adjust, and rewrite loop
441         (docbook): adjust, and rewrite loop
442         (localDispatch): adjust
443         (get_new_label): adjust
444
445 2003-04-01  John Levon  <levon@movementarian.org>
446
447         From Alfredo Braunstein
448
449         * insetbutton.h:
450         * insetbutton.C: add localDispatch()
451
452         * insetcommand.C: return DISPATCHED when edit() called
453
454         * insettext.C: fix bug 967
455
456 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
457
458         * insettext.C: adjust
459
460 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
461
462         * insettext.C (draw): adjust
463         (crow): return a RowList::iterator not a Row*
464
465         * insetminipage.C (localDispatch): adjust
466
467         * insetert.C (localDispatch): adjust
468
469 2003-03-31  John Levon  <levon@movementarian.org>
470
471         * insetgraphics.C:
472         * insetgraphicsParams.C: use_gui moved to lyx_gui
473
474 2003-03-31  John Levon  <levon@movementarian.org>
475
476         * insettext.C: Alert fix
477
478 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
479
480         * insettext.C (ascent): adjust for RowList
481         (descent): ditto
482         (draw): ditto
483         (getLyXText): adjust
484         (toggleSelection): adjust
485
486         * insetminipage.C (localDispatch): adjust for RowList
487
488         * insetert.C (localDispatch): adjust for RowList
489         (getMaxWidth): adjust for RowList
490
491 2003-03-29  John Levon  <levon@movementarian.org>
492
493         * insetert.C: Alert cleanup
494
495 2003-03-29  John Levon  <levon@movementarian.org>
496
497         * insettabular.C: Alert fix
498
499 2003-03-28  John Levon  <levon@movementarian.org>
500
501         * insetfloat.C: reset label on INSET_MODIFY
502
503 2003-03-28  John Levon  <levon@movementarian.org>
504
505         * insetgraphicsParams.C: read subcaptionText as a whole line
506         (bug 656)
507
508 2003-03-28  John Levon  <levon@movementarian.org>
509
510         * insettext.C: remove unused prototypes
511
512 2003-03-25  Angus Leeming  <leeming@lyx.org>
513
514         * insetbibitem.C (localDispatch): repaint the view after modifying
515         a bibitem inset in case the maximum InsetBibitem width has changed.
516
517 2003-03-25  John Levon  <levon@movementarian.org>
518
519         * insettext.C:
520         * insettabular.C: LyXText renamings
521
522 2003-03-24  John Levon  <levon@movementarian.org>
523
524         * insettext.C: remove some dead code. Fix bug 972 and
525           related by posting a repaint in updateLocal(), and making
526           the SEL functions set SELECTION.
527
528 2003-03-22  John Levon  <levon@movementarian.org>
529
530         * inset.h:
531         * inset.C: remove no-longer-needed topx_set
532
533         * insetcollapsable.h:
534         * insetcollapsable.C: remove dead code
535
536         * insetminipage.C:
537         * insetert.C: rebreak the rows when a possible
538           change in size is made, and reset the cursor
539           (bug 962, bug 965)
540
541         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
542
543         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
544           topx_set. Fix drawing errors for clearInset(). Remove
545           some unnecessary uses of topx, which should die.
546
547         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
548           is no longer needed. Replace it with an ugly hack.
549
550 2003-03-20  John Levon  <levon@movementarian.org>
551
552         * inset.h:
553         * insetcollapsable.h:
554         * insetcollapsable.C:
555         * insetert.h:
556         * insetert.C:
557         * insetminipage.C:
558         * insetminipage.C:
559         * insettabular.h:
560         * insettabular.C:
561         * insettext.h:
562         * insettext.C: remove spurious font parameter
563         from update(). Fix drawing of ERT insets inside
564         insets (bug 966). Remove unused mark_dirty from
565         tabular's updateLocal()
566
567 2003-03-19  John Levon  <levon@movementarian.org>
568
569         * insetfloat.h:
570         * insetfloat.C:
571         * insetinclude.h:
572         * insetinclude.C:
573         * insetminipage.h:
574         * insetminipage.C:
575         * insetwrap.h:
576         * insetwrap.C: remove unused getter/setters
577
578 2003-03-19  John Levon  <levon@movementarian.org>
579
580         * several files: bv->updateInset() doesn't take
581         a bool mark_dirty any more
582
583 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
584
585         * adjust for BufferView* arg removal from lyxtext.
586
587 2003-03-17  John Levon  <levon@movementarian.org>
588
589         * most files: remove the "cleared" parameter
590         to draw in favour of always clearing. Associated
591         code removal.
592
593 2003-03-16  John Levon  <levon@movementarian.org>
594
595         * insettext.C: remove unused s.refresh
596
597 2003-03-13  Angus Leeming  <leeming@lyx.org>
598
599         * insettext.C (edit): replace Dialogs::updateParagraph with
600         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
601
602 2003-03-13  André Pönitz <poenitz@gmx.net>
603
604         * Makefile.am: insert insetenv
605
606         * insethenv.[Ch]: new files, currently inactive
607
608 2003-03-12  John Levon  <levon@movementarian.org>
609
610         * Makefile.am:
611         * inset.h:
612         * inset.C:
613         * insetert.h:
614         * insetert.C:
615         * insetnewline.h:
616         * insetnewline.C:
617         * insetquotes.C:
618         * insettext.C: use new insetnewline
619
620 2003-03-12  John Levon  <levon@movementarian.org>
621
622         * insettext.C: readToken became readParagraph
623
624 2003-03-12  John Levon  <levon@movementarian.org>
625
626         * insettext.C: use parlist iterator for reading contents
627
628 2003-03-12  John Levon  <levon@movementarian.org>
629
630         * insettext.C: name change to readToken()
631
632 2003-03-11  André Pönitz <poenitz@gmx.net>
633
634         * Makefile.am: insert insethfill
635
636         * insethfill.[Ch]: new files
637
638 2003-03-10  Angus Leeming  <leeming@lyx.org>
639
640         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
641         BufferView * arg.
642         (hideDialog): calls the new static Dialogs::hide() method.
643
644         * insetbibitem.C (edit):
645         * insetbibtex.C (edit):
646         * insetcite.C (edit):
647         * insetcommand.C (localDispatch):
648         * inseterror.C (d-tor):
649         * insetert.C (showInsetDialog):
650         * insetexternal.C (localDispatch, edit):
651         * insetfloat.C (localDispatch, showInsetDialog):
652         * insetfloatlist.C (edit):
653         * insetgraphics.C (localDispatch, edit):
654         * insetinclude.C (localDispatch, edit):
655         * insetindex.C (edit):
656         * insetlabel.C (edit):
657         * insetminipage.C (localDispatch, showInsetDialog):
658         * insetref.C (edit):
659         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
660         resetPos, showInsetDialog, openLayoutDialog):
661         * insettoc.C (edit):
662         * inseturl.C (edit):
663         * insetwrap.C (localDispatch, showInsetDialog):
664         changes due to the changed MailInset interface.
665
666 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
667
668         * insetfloat.h: Set default placement to an empty string.
669
670 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
671
672         * insettext.C (latex): adjust call to latexParagraphs.
673
674 2003-03-10  Angus Leeming  <leeming@lyx.org>
675
676         * mailinset.C: warn the user if the BufferView has not been cached.
677
678 2003-03-10  Angus Leeming  <leeming@lyx.org>
679
680         * inset.h, insetbase.h: move cache() and view() into InsetBase.
681
682         * insetcommand.h (inset):
683         * insetert.h (inset):
684         * insetexternal.h (inset):
685         * insetfloat.h (inset):
686         * insetgraphics.h (inset):
687         * insetinclude.h (inset):
688         * insetminipage.h (inset):
689         * insettabular.h (inset):
690         * insetwrap.h (inset):
691         * mailinset.h (inset): return an InsetBase &, not an Inset &.
692
693 2003-03-10  Angus Leeming  <leeming@lyx.org>
694
695         * insetcommand.C (string2params):
696         * insetexternal.C (string2params):
697         * insetfloat.C (string2params):
698         * insetgraphics.C (string2params):
699         * insetinclude.C (string2params):
700         * insetminipage.C (string2params):
701         * insettabular.C (string2params):
702         * insetwrap.C (string2params): cure warning message about missing
703         '\end_inset'.
704
705 2003-03-09  Angus Leeming  <leeming@lyx.org>
706
707         * insettabular.[Ch]: define a new class InsetTabularMailer and use
708         it to communicate with the frontend dialogs.
709
710         * mailinset.C (hideDialog): only hide the dialog if it is showing the
711         contents of this inset!
712
713 2003-03-07  Angus Leeming  <leeming@lyx.org>
714
715         * inseterror.C (localDispatch): new method; calls edit() on
716         LFUN_MOUSE_RELEASE.
717
718 2003-03-07  Angus Leeming  <leeming@lyx.org>
719
720         * insetbibitem.C (localDispatch):
721         * insetbibtex.C (localDispatch):
722         * insetlabel.C (localDispatch):
723         rewrite as a switch.
724
725 2003-03-07  Angus Leeming  <leeming@lyx.org>
726
727         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
728         it to communicate with the frontend dialogs.
729
730 2003-03-07  Angus Leeming  <leeming@lyx.org>
731
732         * insetexternal.C: remove operator== and operator!= for
733         InsetExternal::Params. They were used only by the old controller
734         scheme.
735
736 2003-03-07  Angus Leeming  <leeming@lyx.org>
737
738         * insetcommand.C (localDispatch):
739         * insetexternal.C (localDispatch):
740         * insetfloat.C (localDispatch):
741         * insetinclude.C (localDispatch):
742         * insetminipage.C (localDispatch):
743         * insetwrap.C (localDispatch):
744         add LFUN_INSET_DIALOG_UPDATE to the switch.
745
746 2003-03-07  Angus Leeming  <leeming@lyx.org>
747
748         * insetcommand.C (string2params):
749         * insetexternal.C (string2params):
750         * insetfloat.C (string2params):
751         * insetinclude.C (string2params):
752         * insetwrap.C (string2params): use LyXLeX more.
753
754         * insetert.[Ch]:
755         * insetexternal.[Ch]:
756         * insetfloat.[Ch]:
757         * insetinclude.[Ch]:
758         * insetwrap.[Ch]: change Mailer::name_ to be static.
759
760         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
761         it to communicate with the frontend dialogs.
762
763 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
764
765         * insettext.C:
766         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
767
768 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
769
770         * insettext.C (updateLocal): un-const function
771         (updateLocal): adjust
772         (collapseParagraphs): un-const function
773         (collapseParagraphs): adjust
774
775 2003-03-05  Angus Leeming  <leeming@lyx.org>
776
777         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
778         it to communicate with the frontend dialogs.
779
780 2003-03-05  Angus Leeming  <leeming@lyx.org>
781
782         * insetcollapsable.C (draw): cache the BufferView.
783
784         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
785         it to communicate with the frontend dialogs.
786
787 2003-03-05  Angus Leeming  <leeming@lyx.org>
788
789         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
790         struct.
791
792 2003-03-05  Angus Leeming  <leeming@lyx.org>
793
794         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
795
796         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
797         it to communicate with the frontend dialogs.
798
799 2003-03-05  Angus Leeming  <leeming@lyx.org>
800
801         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
802         it to communicate with the frontend dialogs.
803
804 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
805
806         * insettext.C (collapseParagraphs): adjust
807         (appendParagraphs): make it take a Buffer* instead of a
808         BufferParams& as arg.
809         (appendParagraphs): adjust
810
811 2003-03-04  Angus Leeming  <leeming@lyx.org>
812
813         * insetbibitem.C (localDispatch):
814         * insetbibtex.C (localDispatch):
815         * insetcommand.C (localDispatch):
816         * insetert.C (localDispatch):
817         * insetlabel.C (localDispatch):
818         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
819
820 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
821
822         * insettext.C (latex): adjust for ParagraphList::iterator
823
824 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
825
826         * insetbutton.C (view): adjust for boost 1.30.0
827         * insetcollapsable.C (view): ditto
828         * insetgraphics.C (statusChanged): ditto
829
830         * insettext.h: move paragraphs to be public.
831
832 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
833
834         * insetnote.[Ch] (InsetNote): remove unused constructor
835
836 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
837
838         * insetgraphics.C: added include "format.h"
839
840 2003-02-27  Angus Leeming  <leeming@lyx.org>
841
842         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
843         thingy.
844
845 2003-02-27  Angus Leeming  <leeming@lyx.org>
846
847         * insetbibitem.C (localDispatch):
848         * insetbibtex.C (localDispatch):
849         * insetcommand.C:
850         * insetert:
851         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
852
853 2003-02-26  Angus Leeming  <leeming@lyx.org>
854
855         * insetbibitem.[Ch] (localDispatch):
856         * insetbibtex.[Ch] (localDispatch):
857         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
858
859         * insetcommand.C (localDispatch):
860         act only on receipt of LFUN_XYZ_APPLY.
861
862         * insetert.C (localDispatch): reformat.
863         add LFUN_XYZ_APPLY to the switch.
864
865 2003-02-26  John Levon  <levon@movementarian.org>
866
867         * insettext.C: use RowPainter
868
869         * inset.h: make helpers take const *
870
871 2003-02-26  Angus Leeming  <leeming@lyx.org>
872
873         * insetcommand.[Ch] (localDispatch): new method.
874
875 2003-02-26  Angus Leeming  <leeming@lyx.org>
876
877         * insetinclude.C (draw): cache the BufferView* using cache not
878         PreviewImpl::setView
879
880 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
881
882         * insetgraphics.C (draw)
883         * insetinclude.C (draw): Eliminate also the other argument (owner
884         inset inset) in the call to PreviewImage::image
885
886 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
887
888         * insetgraphics.C (draw)
889         * insetinclude.C (draw): Eliminate Buferview argument in call to
890         PreviewImage::image
891
892 2003-02-25  John Levon  <levon@movementarian.org>
893
894         * insetgraphicsParams.h:
895         * insetgraphics.C: don't start a load process if
896           the inset is set to NoDisplay (bug #920)
897
898 2003-02-22  John Levon  <levon@movementarian.org>
899
900         * insetfloat.C:
901         * insetwrap.C: TocItem changed API (bug 913)
902
903 2003-02-21  Angus Leeming  <leeming@lyx.org>
904
905         * insetcollapsable.[Ch] (cache, edit):
906         * insetbutton.[Ch] (cache, edit): new methods to cache the
907         BufferView in the draw method.
908
909         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
910         simplify comunication between InsetCommand-derived classes and
911         the Dialogs.
912
913         * insetbibitem.[Ch]:
914         * insetbibtex.[Ch]:
915         * insetcite.[Ch]:
916         * inseterror.[Ch]:
917         * insetfloatlist.[Ch]:
918         * insetindex.[Ch]:
919         * insetref.[Ch]:
920         * insettoc.[Ch]:
921         * inseturl.[Ch]: small changes to reflect the new interface to the
922         Dialogs code.
923
924         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
925         other, similar classes.
926
927         * Makefile.am: add new files.
928
929 2003-02-21  Angus Leeming  <leeming@lyx.org>
930
931         * updatableinset.h (setView, view): remove.
932         * inset.h (view, cache): to be replaced by these.
933
934         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
935         insetbibtex.[Ch]:
936
937         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
938         insetbibtex.[Ch].
939
940         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
941
942 2003-02-21  Allan Rae  <rae@lyx.org>
943
944         * insetinclude.C (loadIfNeeded): ensure loading also works when
945         child document is under version control.
946
947 2003-02-17  André Pönitz <poenitz@gmx.net>
948
949         * insetbib.[Ch]: Adjust access to bibkeys
950
951 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
952
953         * insetquotes.C (dispString): remove use of acute accent for "'"
954         right quote.
955
956 2003-02-14  John Levon  <levon@movementarian.org>
957
958         * insettabular.C: changed method names in tabular.C
959
960 2003-02-14  John Levon  <levon@movementarian.org>
961
962         * inset.h:
963         * inset.C:
964         * insetcollapsable.h:
965         * insetcollapsable.C:
966         * insettabular.h:
967         * insettabular.C:
968         * insettext.h:
969         * insettext.C: remove unused getParFromID()
970
971 2003-02-13  John Levon  <levon@movementarian.org>
972
973         * insettext.h:
974         * insettext.C: remove unused beginningofMainBody()
975
976 2003-02-08  John Levon  <levon@movementarian.org>
977
978         * inset.h:
979         * inset.C:
980         * insetcollapsable.h:
981         * insetcollapsable.C:
982         * insettabular.h:
983         * insettabular.C:
984         * insettext.h:
985         * insettext.C:
986           add nextChange(). Make allowSpellcheck() const. Add markErased().
987
988         * insetert.C: ignore deleted text
989
990         * insettabular.C: make sure to keep change  tracking working
991           properly.
992
993 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
994
995         * insetert.C:
996         * insetgraphics.C:
997         * insettabular.C:
998         * insettext.C: Use error messages with identical spelling and punctuation
999
1000 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
1001
1002         * insetgraphics.C (draw, width): Fix spacing around graphics inset
1003
1004 2002-12-17  Juergen Vigna  <jug@lyx.org>
1005
1006         * insettext.C (localDispatch): hopefully fixed cursor up down
1007         movement on leaving other insets.
1008
1009 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1010
1011         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
1012         and the like.
1013
1014 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1015
1016         * insetgraphics.C (prepareFile): do not remove the extension of
1017         the file name if it is not the default extension for the given
1018         format (that is, in latex output, remove extension from foo.eps,
1019         but not from foo.epsi)
1020
1021 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
1022
1023         * insettext.C (lfunMouseRelease): hackish solution to the "double
1024         menu open" bug
1025
1026 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1027
1028         * insetfloat.C (addToToc): use the floats name not its type
1029         * insetwrap.C (addToToc): ditto
1030
1031 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1032
1033         * insetnote.C (init): make label font smaller
1034
1035 2002-12-04  John Levon  <levon@movementarian.org>
1036
1037         * insetinclude.C: ressurect setting of command name
1038
1039 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1040
1041         * insetquotes.C (dispString): disambiguate insert call
1042
1043 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1044
1045         * several files: ws changes
1046
1047 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1048
1049         * insetquotes.C (dispString): use string::insert for prepending a
1050         char.
1051
1052 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1053
1054         * insetparent.C (getScreenLabel): use boost::format
1055
1056         * insetgraphics.C (prepareFile): use boost::format
1057         (ascii): ditto
1058
1059         * insetfloatlist.C (latex): use boost::format
1060
1061         * insetcaption.C (draw): use boost::format
1062
1063 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
1064
1065         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
1066         columns.
1067
1068 2002-11-20  Juergen Vigna  <jug@sad.it>
1069
1070         * insettabular.C (resetPos): temporary fix for endless loop in
1071         this function on a redraw.
1072
1073 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1074
1075         * insettabular.C (copySelection): STRCONV
1076
1077         * insetinclude.C (uniqueID): STRCONV
1078         (latexString): ditto
1079
1080         * insetgraphics.C: put VersionNumber inside anon namespace
1081         (createLatexOptions): STRCONV
1082
1083         * insetcommandparams.C: include config.h
1084
1085 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
1086
1087         * insetgraphicsParams.C (Write): use lyx::float_equal.
1088         Write height data correctly.
1089         (Read): zero scale when reading height data.
1090
1091 2002-10-30  John Levon  <levon@movementarian.org>
1092
1093         * insetfloat.C (addToTOC): recursively traverse all
1094           contents looking for captions (fix #568)
1095
1096 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1097
1098         * insetexternal.C (doSubstitution): do not try to replace
1099         environment variables, this is done when executing the command
1100
1101 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1102
1103         * insetexternal.C (doSubstitution): change order of substitution
1104         to work around ReplaceEnvironmentPath brokenness
1105
1106 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1107
1108         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
1109
1110         * insetgraphicsParams.C (init, Write): associated changes
1111         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
1112         InsetGraphicsParams::scale.
1113
1114 2002-10-21  John Levon  <levon@movementarian.org>
1115
1116         * inset.h: remove unused DISPATCH_RESULT
1117
1118         * insettext.C: sgml open/close tag now in sgml namespace
1119
1120 2002-10-21  Angus Leeming  <leeming@lyx.org>
1121
1122         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
1123         file path subdir/fig.eps when pasting it into a buffer in a different
1124         directory.
1125
1126 2002-10-16  John Levon  <levon@movementarian.org>
1127
1128         * insetspecialchar.C: remove \\protected_separator parsing
1129
1130 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1131
1132         * insetquote.C: fix LaTeX output of quotation marks.
1133
1134 2002-10-14  Juergen Vigna  <jug@sad.it>
1135
1136         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
1137         Backspace functions which confused the Undo handling.
1138
1139 2002-10-09  Angus Leeming  <leeming@lyx.org>
1140
1141         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
1142         BufferView::dispatch that turns off this optimisation when a new inset
1143         is inserted.
1144
1145         * insetcite.C (getNatbibLabel): correct logic of when and when not to
1146         reload the BibTeX keys.
1147
1148 2002-10-11  André Pönitz <poenitz@gmx.net>
1149
1150         * insettext.h: handle LFUN_PRIOR/NEXT
1151
1152 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1153
1154         * insetfloat.C: fix bug with float settings
1155         (document default != float default).
1156
1157 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
1158
1159         * insetwrap.C (addToToc): New method.
1160         (InsetWrap): Set layout to caption.
1161
1162 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1163
1164         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1165
1166 2002-09-16  John Levon  <levon@movementarian.org>
1167
1168         * insettabular.h: hasSelection() needs to be public
1169
1170 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1171
1172         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1173
1174 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1175
1176         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1177
1178 2002-09-11  André Pönitz <poenitz@gmx.net>
1179
1180         * insettabular.C: implement LFUN_WORDSEL
1181
1182 2002-09-10  John Levon  <levon@movementarian.org>
1183
1184         * insetinclude.h: remove unused param
1185
1186 2002-09-09  John Levon  <levon@movementarian.org>
1187
1188         * insetinclude.h:
1189         * insetinclude.C: remove noload, default to input
1190
1191 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
1192
1193         * insetgraphics.C: disfuscated use of ']' in built output string.
1194
1195 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1196
1197         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
1198
1199 2002-08-29  Juergen Vigna  <jug@sad.it>
1200
1201         * insettabular.C (lfunMousePress): Pay attention where you set
1202         the x/y values as they depend on which inset in the tabular is
1203         actually locked. So you surely have to reset them if you (un)lock
1204         a inset!
1205
1206 2002-08-29  André Pönitz <poenitz@gmx.net>
1207
1208         * insetfootlike.h: rename include guard to ALL CAPS
1209
1210         * insettext.C: swap object and first parameter for checkInsetHit calls
1211           as this functions has moved from BufferView to LyXText
1212
1213
1214 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
1215
1216         * insetgraphicsParams.C: remove local displayTranslator and use
1217         the one from graphics/GraphicsTypes.h.
1218
1219 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1220
1221         * insetfloat.C (wide): add BufferParams parameter
1222
1223         * insetfloatlist.C (read):
1224         (latex):
1225         (getScreenLabel):
1226         * insetfloat.C (latex):
1227         (floatname):
1228         * insetcaption.C (draw): use LyXTextClass::floats()
1229
1230 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1231
1232         * insetoptarg.h: add std:: qualifier.
1233
1234 2002-08-26  Juergen Vigna  <jug@sad.it>
1235
1236         * insettext.C (localDispatch): ditto.
1237
1238         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
1239
1240 2002-08-25  John Levon  <levon@movementarian.org>
1241
1242         * inseturl.C: elide long URLs (bug 404)
1243
1244 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1245
1246         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
1247         remove "Format Version <version_no.>" string from inset header
1248
1249         * insetgraphics.C:
1250         * insetgraphicsParams.[Ch]: Implement new graphics dialog
1251
1252         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
1253         a member of "grfx::Params" anymore.
1254
1255         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
1256
1257 2002-08-24  John Levon  <levon@movementarian.org>
1258
1259         * insetoptarg.h:
1260         * insetoptarg.C: ws, pedantry ...
1261
1262 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1263
1264         * insettext.C (collapseParagraphs): pasteParagraph now in global
1265         scope
1266         (appendParagraphs): ditto
1267
1268 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
1269
1270         * insetcite.C (latex): Remove spaces only after commmas.
1271
1272 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1273
1274         * insettext.C: remove NO_COMPABILITY stuff
1275
1276 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1277
1278         * insettext.C (edit): use ParagraphList iterators
1279
1280         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
1281         (bibitemWidest): ditto
1282
1283 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1284
1285         * insettext.C: include <boost/bind.hpp>
1286         add using std::for_each
1287         (saveLyXTextState): use ParagraphsList::iterator
1288         (init): use for_each on paragraphlist iterators
1289         (InsetText): remove superflous setting cached_bview to 0
1290         (latex): reformat a bit
1291         (ascii): use paragraphlist iterators
1292         (validate): use for_each + boost bind
1293         (getLabelList): use paragraphlist iterators
1294         (deleteLyXText): use for_each + boost::bind
1295         (resizeLyXText): ditto
1296         (reinitLyXText): ditto
1297         (removeNewlines): use paragraphlist iterators
1298         (getParFromID): ditto
1299         (paragraph): use for_each + boost::bind
1300         (getInsetFromID): use paragraphlist iterators
1301         (getLabelList): typo fix
1302
1303 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1304
1305         * insettext.C (read): assign tmp to paragraphs after return from
1306         call to parseSingleLyXformat2Token
1307
1308
1309 2002-08-13  Angus Leeming  <leeming@lyx.org>
1310
1311         * insetbib.C:
1312         * insetcite.C:
1313         * inseterror.C:
1314         * insetert.C:
1315         * insetexternal.C:
1316         * insetfloat.C:
1317         * insetfloatlist.C:
1318         * insetgraphics.C:
1319         * insetinclude.C:
1320         * insetindex.C:
1321         * insetminipage.C:
1322         * insetparent.C:
1323         * insetref.C:
1324         * insettabular.C:
1325         * insettext.C:
1326         * insettoc.C:
1327         * inseturl.C:
1328         changes due to the changed LyXView interface that now returns references
1329         to member variables not pointers.
1330
1331 2002-08-13  Angus Leeming  <leeming@lyx.org>
1332
1333         * inset.h:
1334         * insetcollapsable.h:
1335         * insetert.h:
1336         * insettabular.h:
1337         * insettext.h: forward-declare WordLangTuple
1338         (selectNextWordToSpellcheck) constify return type.
1339
1340         * inset.C:
1341         * insetcollapsable.C:
1342         * insetert.C:
1343         * insettabular.C:
1344         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
1345
1346 2002-08-12  Angus Leeming  <leeming@lyx.org>
1347
1348         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
1349
1350 2002-08-12  Juergen Vigna  <jug@sad.it>
1351
1352         * insetcollapsable.C (edit): ignore if entered when pressing mouse
1353         button 3.
1354
1355 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1356
1357         * insetbib.C (bibitemMaxWidth): ParagraphList changes
1358         (bibitemWidest): ditto
1359         * insettext.[Ch]: ditto
1360
1361 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1362
1363         * insettext.C, insetert.C: use Paragraph::empty where appropriate
1364
1365 2002-08-09  Angus Leeming  <leeming@lyx.org>
1366
1367         * insetinclude.C (latexString): remove fudge now that I've found out
1368         how to enable LaTeX to find the file using input@path.
1369
1370 2002-08-09  John Levon  <levon@movementarian.org>
1371
1372         * insettext.h:
1373         * insettext.C: remove unused xpos
1374
1375 2002-08-07  Juergen Vigna  <jug@lyx.org>
1376
1377         * insettabular.C (localDispatch): make delete not put the stuff
1378         in the clipboard only do this on a cut operation.
1379
1380         * insettext.C (localDispatch): make delete and backspace not put
1381         selected stuff to the clipboard.
1382
1383 2002-08-07  André Pönitz <poenitz@gmx.net>
1384
1385         * inset.[Ch]:
1386         * insetcollapsable.[Ch]:
1387         * insetert.[Ch]:
1388         * insetparent.[Ch]:
1389         * insetref.[Ch]:
1390         * insettabular.[Ch]:
1391         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
1392
1393 2002-08-06  John Levon  <levon@movementarian.org>
1394
1395         * inset.h:
1396         * inset.C:
1397         * insetcollapsable.h:
1398         * insetcollapsable.C:
1399         * insetert.h:
1400         * insetert.C:
1401         * insettabular.h:
1402         * insettabular.C:
1403         * insettext.h:
1404         * insettext.C: use WordLangTuple for spellcheck
1405
1406 2002-08-06  Angus Leeming  <leeming@lyx.org>
1407
1408         * insetinclude.C: add a monitor to the previewed image, so that the
1409         image is refreshed if the \input-ed file changes.
1410
1411 2002-08-04  John Levon  <levon@movementarian.org>
1412
1413         * inset.h:
1414         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
1415
1416 2002-08-02  Angus Leeming  <leeming@lyx.org>
1417
1418         * insetcommandparams.[Ch] (preview): new methods returning and setting
1419         a new bool preview_ flag.
1420         (read): read this flag.
1421         (operator==): add flag to check.
1422
1423         * insetinclude.C (write): output new preview() flag.
1424         (previewWanted): use this flag.
1425
1426 2002-08-02  Angus Leeming  <leeming@lyx.org>
1427
1428         * insetcollapsable.[Ch] (addPreview):
1429         * insettabular.[Ch] (addPreview):
1430         * insettext.[Ch] (addPreview): new methods. Can now generate previews
1431         for insets in insets.
1432
1433 2002-08-02  Angus Leeming  <leeming@lyx.org>
1434
1435         * insetcite.C: fix typo.
1436
1437         * insetgraphics.C: kill current_view and instead cache the BufferView
1438         as a weak_ptr.
1439
1440         * insetinclude.C: kill current_view and pass the BufferView to the
1441         PreviewedInset so that it can cache it.
1442
1443 2002-08-01  Angus Leeming  <leeming@lyx.org>
1444
1445         * inset.h (generatePreview): renamed as addPreview.
1446         (generatePreview): new method. Allows code to be moved out of
1447         math_nestinset.C and into the new PreviewedInset class.
1448
1449         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
1450         add previews to the inset when \input-ing LaTeX.
1451
1452 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1453
1454         * several files: strip,frontStrip -> trim,ltrim,rtrim
1455
1456 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1457
1458         * insetbib.C (latex): modify because of strip changes
1459         (getKeys): ditto
1460         * insetnote.C (InsetNote): ditto
1461
1462 2002-07-26  Juergen Vigna  <jug@sad.it>
1463
1464         * insettabular.C (searchForward): check for lastcell if we
1465         had a locking inset.
1466
1467 2002-07-25  Juergen Vigna  <jug@sad.it>
1468
1469         * insettabular.C (insetMotionNotify): Don't update the screen
1470         if we didn't do nothing.
1471         (searchForward): last cell was not checked.
1472
1473 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
1474
1475         * insetfloat.C (read, write): Allow default placement
1476         (floatPlacement_ is empty).
1477
1478 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1479
1480         * insetminipage.h (noFontChange):
1481         * insettabular.h (noFontChange):
1482         * insetfootlike.h (noFontChange):
1483         * insetfloat.h (noFontChange): return true
1484
1485         * inset.h (noFontChange): new method, defaulting to false
1486
1487 2002-07-22  Herbert Voss  <voss@lyx.org>
1488
1489         * insetgraphicsParams.[Ch]: support size_type for old docs
1490
1491 2002-07-22  Herbert Voss  <voss@lyx.org>
1492
1493         * insetgraphics.C:
1494         * insetgraphicsParams.[Ch]: change size_type to size_kind and
1495         other small changes
1496
1497 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1498
1499         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
1500
1501         * insetlatexaccent.h: do not include "lyxlex.h"
1502
1503         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
1504
1505         * insetquotes.C:
1506         * insetlatexaccent.C:
1507         * insetgraphics.C:
1508         * insetexternal.C:
1509         * insetert.C:
1510         * insetbib.C: #include "lyxlex.h"
1511
1512         * insetinclude.C:
1513         * insetfloat.C:
1514         * insetert.C:
1515         * insetbib.C:
1516         * insettext.C: use BufferParams::getLyXTextClass
1517
1518
1519         * insetfloat.C (addToToc): new method. Add to toclist the entries
1520         corresponding to Caption layouts
1521         (InsetFloat): when creating a new float, set the layout to "Caption"
1522
1523 2002-07-21  Herbert Voss  <voss@lyx.org>
1524
1525         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
1526         image relevant part into graphics/GraphicsImgae.C
1527
1528 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1529
1530         * insettoc.C (ascii):
1531         * insetfloatlist.C (ascii): change to use the new Toc functions
1532         instead of stuff that was in Buffer
1533
1534 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1535
1536         * insettext.C (localDispatch): BufferView::Dispatch has been
1537         renamed to BufferView::dispatch
1538
1539 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1540
1541         * insetgraphicsParams.C (as_grfxParams): use the new
1542         keepLyXAspectRatio parameter. Note that this is an adaptation of a
1543         1.2.0 patch, and I do not really know how to adapt it to the new
1544         grfx::Cache world. Angus, please could you have a look?
1545
1546 2002-05-01  Herbert Voss  <voss@lyx.org>
1547
1548         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
1549
1550 2002-07-18  Angus Leeming  <leeming@lyx.org>
1551
1552         * insetgraphics.C: clean-up comments (from Herbert).
1553         add a new checksum variable to the cache. Use it in PrepareFile.
1554         (draw): start monitoring the file for a change.
1555         (prepareFile): re-arrange a little to avoid unnecessary steps.
1556
1557 2002-07-17  Angus Leeming  <leeming@lyx.org>
1558
1559         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
1560         a method rather than to the signal directly.
1561
1562 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1563
1564         * insettext.C: use view_state_changed, switchKeyMap
1565
1566 2002-07-17  Herbert Voss  <voss@perce.de>
1567
1568         * insetgraphics.C (prepareFile): keep the extension when
1569         exporting to nice file
1570
1571 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1572
1573         * insetcite.C (getNatbibLabel):
1574         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
1575
1576 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
1577
1578         * insetgraphics.C: use ->isDrawable()
1579
1580 2002-07-12  Angus Leeming  <leeming@lyx.org>
1581
1582         * insetgraphics.C: use the new smart loading capabilities of the image
1583         loader.
1584
1585 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1586
1587         * insettabular.C (edit): Move into correct cell when entering a
1588         tabular in
1589
1590         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
1591         RTL paragraphs.
1592
1593 2002-07-05  Angus Leeming  <leeming@lyx.org>
1594
1595         * inset.h (generatePreview): new virtual method.
1596
1597 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1598
1599         * insetcommandparams.[Ch] (operator=): move out of class
1600         (operator!): move out of class
1601
1602 2002-07-04  André Pönitz <poenitz@gmx.net>
1603
1604         * insetcommandparams.[Ch]: new files
1605
1606         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
1607
1608 2002-06-15  Herbert Voss  <voss@perce.de>
1609
1610         * insetgraphics.C (prepareFile): bugfix; return always
1611         files without extension
1612
1613 2002-06-28  Angus Leeming  <leeming@lyx.org>
1614
1615         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
1616         rename asGParams -> as_grfxParams.
1617
1618         * insetgraphics.C: reflect above change.
1619
1620 2002-06-26  Angus Leeming  <leeming@lyx.org>
1621
1622         * insetgraphics.h: use boost::scoped_ptr in preference to
1623         std::auto_ptr.
1624
1625 2002-06-26  Angus Leeming  <leeming@lyx.org>
1626
1627         * insetgraphics.C: moved the image loading stuff into a new class
1628         grfx::Loader. Simplifies this file enormously.
1629
1630         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
1631
1632         * insetgraphicsParams.C: changes aassociated with moving
1633         grfx::DisplayType out of grfx::GParams.
1634
1635 2002-06-26  André Pönitz <poenitz@gmx.net>
1636
1637         * insetgraphics.C: use os::external_path where necesaary according to a
1638         patch from Claus Hentschel)
1639
1640 2002-06-25  Angus Leeming  <leeming@lyx.org>
1641
1642         * insetgraphics.[Ch]: The inset now assumes the responsibility for
1643         generating a pixmap once the graphics file is loaded into memory.
1644         The current_view ugliness that was in grfx::ModifiedImage has been
1645         moved here now that grfx::ModifiedImage is no more.
1646
1647 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1648
1649         * insettext.C: layout as layout
1650
1651 2002-05-28  André Pönitz <poenitz@gmx.net>
1652
1653         * insetfloatlist.h: remove source of compiler warning
1654
1655         * insetref.C: tiny whitespace
1656
1657 2002-06-15  Herbert Voss  <voss@perce.de>
1658
1659         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
1660         and take always convert when no userdefined converter was
1661         found
1662         (latex) small changes in the lyxerr output
1663
1664 2002-06-15  LyX Development team <lyx@rilke>
1665
1666         * inset*.[Ch] (docbook): Added new argument to take the pernicious
1667         mixed content. Small white spaces clean.
1668
1669 2002-06-14  Angus Leeming  <leeming@lyx.org>
1670
1671         * inseetexternal.C: remove the using std::difftime declaration.
1672
1673 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
1674
1675         * insetquotes.C: change lyxfont::draw to font_metrics::draw
1676
1677 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
1678
1679         * insetquotes.C (draw): fix drawing of double quotes
1680
1681 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1682
1683         * insettabular.C: s/scrollCB/scrollDocView/
1684
1685 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1686
1687         * insettext.C: change of topCursorVisible()
1688           prototype
1689
1690 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1691
1692         * insettext.h:
1693         * insettext.C: rename/change of LyXScreen
1694
1695 2002-06-07  Angus Leeming  <leeming@lyx.org>
1696
1697         Fixes needed to compile with Compaq cxx 6.5.
1698         * insetexternal.C:
1699         all c-library variables have been moved into namespace std.
1700         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1701
1702 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1703
1704         * insetinclude.C (uniqueID):
1705         * insetgraphics.C (uniqueID): renamed from unique_id, since this
1706         conflicted with some AIX headers.
1707
1708 2002-05-31  Juergen Vigna  <jug@sad.it>
1709
1710         * insetert.C (get_new_label): add '...' for multi-paragraph ert
1711         insets too
1712         (update) new method
1713
1714 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1715
1716         * insetexternal.C (clone): fix () bug when using new
1717         (updateExternal): don't only look for difftime in global scope
1718
1719 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1720
1721         * insettabular.C: add const
1722
1723 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1724
1725         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
1726         file name, in case there are weird characters like ',' in there.
1727         (bug #407)
1728
1729 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1730
1731         * switch from SigC signals to boost::signals.
1732
1733 2002-05-28  André Pönitz <poenitz@gmx.net>
1734
1735         * insets/insetgraphicsParams.[Ch]:
1736           put in inset related stuff from src/graphic
1737
1738 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1739
1740         * inset.C:
1741         * inset.h:
1742         * insetbib.C:
1743         * insetbib.h:
1744         * insetcite.h:
1745         * insetcite.C:
1746         * insetcollapsable.C:
1747         * insetcollapsable.h:
1748         * inseterror.C:
1749         * inseterror.h:
1750         * insetert.C:
1751         * insetert.h:
1752         * insetexternal.C:
1753         * insetexternal.h:
1754         * insetfloatlist.C:
1755         * insetfloatlist.h:
1756         * insetgraphics.C:
1757         * insetgraphics.h:
1758         * insetinclude.C:
1759         * insetinclude.h:
1760         * insetindex.C:
1761         * insetindex.h:
1762         * insetlabel.C:
1763         * insetlabel.h:
1764         * insetparent.C:
1765         * insetparent.h:
1766         * insetref.C:
1767         * insetref.h:
1768         * insettabular.C:
1769         * insettabular.h:
1770         * insettext.C:
1771         * insettext.h:
1772         * insettoc.C:
1773         * insettoc.h:
1774         * inseturl.C:
1775         * inseturl.h: use mouse_state. Kill insetKeyPress
1776
1777 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1778
1779         * insetbib.C:
1780         * insetbutton.C:
1781         * insetcaption.C:
1782         * insetcollapsable.C:
1783         * inseterror.C:
1784         * insetgraphics.C:
1785         * insetlatexaccent.C:
1786         * insetquotes.C:
1787         * insetspecialchar.C:
1788         * insettabular.C:
1789         * insettext.C: name change for font metrics
1790
1791 2002-05-24  Juergen Vigna  <jug@sad.it>
1792
1793         * insetgraphics.h: include inset.h first (for LString.h)
1794
1795 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1796
1797         * insettext.C: screen moved
1798
1799 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1800
1801         * insetbib.C:
1802         * insetcite.C:
1803         * inseterror.C:
1804         * insetert.C:
1805         * insetexternal.C:
1806         * insetfloat.C:
1807         * insetfloatlist.C:
1808         * insetgraphics.C:
1809         * insetinclude.C:
1810         * insetindex.C:
1811         * insetminipage.C:
1812         * insetparent.C:
1813         * insetref.C:
1814         * insettabular.C:
1815         * insettext.C:
1816         * insettoc.C:
1817         * inseturl.C: LyXView moved into frontends/
1818
1819 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1820
1821         * inset.C:
1822         * insetbutton.C:
1823         * insetcaption.C:
1824         * insetcollapsable.C:
1825         * insetcommand.C:
1826         * inseterror.C:
1827         * insetgraphics.C:
1828         * insetgraphicsParams.C:
1829         * insetlatexaccent.C:
1830         * insetquotes.C:
1831         * insetspecialchar.C:
1832         * insettabular.C:
1833         * insettext.C: move Painter to frontends/
1834
1835 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1836
1837         * insettabular.h: use more specific smart_ptr header.
1838         * insettext.h: ditto
1839
1840         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
1841         (draw): ditto
1842
1843 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1844
1845         * insettext.C: clear selection on paste (bug 393)
1846
1847 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
1848
1849         * insettext.C (latex): Honor the moving_arg argument.
1850
1851 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1852
1853         * insetfoot.C (latex): if a footnote is in a title layout, then it
1854         is a \thanks. And then, its contents is a moving argument.
1855
1856 2002-05-14  Juergen Vigna  <jug@sad.it>
1857
1858         * insetcollapsable.C (InsetCollapsable): forgot to initialize
1859         first_after_edit.
1860
1861 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1862
1863         * Insetcite.C (getNatbibLabel): don't disable natbib label support
1864         when using options "Full author list" or "Upper case".
1865
1866 2002-05-14  Herbert Voss  <voss@perce.de>
1867
1868         * insetgraphics.C (prepareFile): allow files with same name
1869         in different dirs
1870         (readFigInset): set the flags from old figinset in the right
1871         manner
1872         (findTargetFormat): more comments
1873
1874 2002-05-14  Juergen Vigna  <jug@sad.it>
1875
1876         * insettext.C (edit): tell checkAndActivateInset() that we don't
1877         have a button press.
1878         (checkAndActivateInset): if button < 0 we don't have a button press
1879         on the inset and os we won't call edit on it if it's not a Highly
1880         editable inset (then we have to enter it).
1881
1882 2002-05-13  Juergen Vigna  <jug@sad.it>
1883
1884         * insetcollapsable.C (insetButtonRelease): returned wrong return
1885         value.
1886
1887 2002-05-09  Juergen Vigna  <jug@sad.it>
1888
1889         * insetcollapsable.C (edit): first_after_edit should only be
1890         set to true if we enter this inset and it was collapsed so we
1891         open it up. This is needed to reclose it after a search/replace
1892         or spellcheck function opened it and was negative.
1893
1894 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
1895
1896         * insetfloat.C (latex): Return correct value.
1897
1898 2002-05-04  Herbert Voss  <voss@perce.de>
1899
1900         * InsetgraphicsParams.C (read): fix bug with WH
1901
1902 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1903
1904         * insetfloat.C (latex): More sensible latex output
1905         (fix the problem with endfloat).
1906
1907 2002-05-02  José Matos  <jamatos@fep.up.pt>
1908
1909         * insetgraphics.C (validate): acess params as everyone else.
1910
1911 2002-05-03  Juergen Vigna  <jug@sad.it>
1912
1913         * insettabular.C (fitInsetCursor): recalculate the cursor position
1914         if I request it.
1915
1916 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1917
1918         * InsetgraphicsParams.[Ch]: whitespace.
1919
1920 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1921
1922         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
1923         float type do not exist.
1924
1925 2002-04-28  Herbert Voss  <voss@perce.de>
1926
1927         * insetgraphics.C (latex): fix bug with missing file-extension.
1928         LaTeX still allows a missing "eps" or "ps".
1929
1930 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1931
1932         * insetfloat.C (c-tor, wide): translate the name of the float.
1933
1934 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1935
1936         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
1937         when using natbib and make it work efficiently. Must emphasise that the
1938         real work is Herbert's.
1939
1940 2002-04-23  Herbert Voss  <voss@perce.de>
1941
1942         * insetgraphic.C (prepareFile): fix bug with overwriting and
1943         deleting an existing *.eps-file in the doc-dir
1944
1945 2002-04-23  Juergen Vigna  <jug@sad.it>
1946
1947         * insettabular.C (drawCellSelection): fix off by 1 error.
1948
1949 2002-04-22  Juergen Vigna  <jug@sad.it>
1950
1951         * insettabular.C (setFont): rewoke full selection if it was asked,
1952         after we changed all we had to change.
1953
1954         * insettext.C (insetUnlock): code was uninitialized in some situations.
1955
1956 2002-04-19  Herbert Voss  <voss@perce.de>
1957
1958         * insetgraphic.C (prepareFile): return filename without
1959         extension if we only export without compiling
1960
1961 2002-04-19  Juergen Vigna  <jug@sad.it>
1962
1963         * insettext.C (draw): call a fullRebreak on the row where we had a
1964         change and reset the cursor and selection-cursors.
1965
1966         * insettabular.C (insetUnlock):
1967         (insetButtonPress): call an update before setting the_locking_inset = 0
1968         as otherwise we don't repaint!
1969         (update): reset the cursor position when we changed dimensions as
1970         otherwise our cursor may be on the wrong spot.
1971
1972 2002-04-18  Juergen Vigna  <jug@sad.it>
1973
1974         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
1975         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
1976         redraw otherwise we won't redraw.
1977
1978         * insettext.C (draw): fixed the setting of LyXText::first_y it was
1979         not really right before, but I only discovered this with the last
1980         changes to Page up/down.
1981
1982 2002-04-17  Juergen Vigna  <jug@sad.it>
1983
1984         * insettext.C (checkAndActivateInset): simplified as we now have the
1985         edit(bv, bool) call.
1986
1987         * insettext.h: changed behind variables to front variables to be
1988         equal to the one in the edit call (as it is for that they are used).
1989
1990 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1991
1992         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
1993         not output anything at all!
1994
1995 2002-04-16  Juergen Vigna  <jug@sad.it>
1996
1997         * insettabular.C (insetButtonPress):
1998         (insetUnlock): call a redraw on unlocking the cell inset.
1999
2000         * insettext.C (insetButtonPress): same as below.
2001         (lockInset): new function to set initial values when inset should
2002         be locked.
2003         (insetButtonPress): use above function.
2004         (insetUnlock): don't force a repaint only set the updateStatus. The
2005         outside world should repaint if it thinks it should be done!
2006
2007         * insettabular.C (insetButtonPress): init values if not set as locked
2008         as we are locked if someone presses on us and don't call the edit()
2009         call of the InsetText to lock it do it as BufferView does it!
2010
2011         * inset.h (insetInInsetY): make func const and return an int.
2012         * insettext.C:
2013         * insettabular.C:
2014         * insetcollapsable.C: adapt the above changed function.
2015
2016 2002-04-15  Juergen Vigna  <jug@sad.it>
2017
2018         * insettext.C (getCursorPos): return relative position as to be able
2019         to give them directly to the edit() call.
2020         (edit): we have to set also x_fix as it is not set inside the
2021         setCursorFromCoordinates call!
2022         (insetMotionNotify): ditto.
2023
2024 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
2025
2026         * insetbib.C (getKeys): strip leading '\t's from the line too.
2027         With thanks to Henry Pfister <hpfister@ucsd.edu>.
2028
2029 2002-04-12  Juergen Vigna  <jug@sad.it>
2030
2031         * insettext.h: added cix() helper function and use it where appropriate
2032
2033 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2034
2035         * insetgraphics.C (prepareFile): fix bug when graphics is a
2036         relative path
2037
2038 2002-04-12  Juergen Vigna  <jug@sad.it>
2039
2040         * insettext.C (insertInset): remove unneeded code!
2041         (updateLocal): fitCursor() fixes.
2042         (collapseParagraphs): fix a possible problem when having a selection
2043         and collapsing the paragraphs.
2044
2045 2002-04-08  Herbert Voss  <voss@perce.de>
2046
2047         * insetgraphic.C (write): write the rotating angle as
2048         a float as is. test only for != 0.0
2049
2050 2002-04-11  Juergen Vigna  <jug@sad.it>
2051
2052         * insettext.C: new function ciy() and use it for setting inset_y.
2053
2054         * insetert.C (draw): fix the x return for collapsed version.
2055
2056 2002-04-07  Herbert Voss  <voss@perce.de>
2057
2058         * insetgraphic.C (readFigInset): fix bug with subcaption and
2059         rotating
2060
2061 2002-04-08  Herbert Voss  <voss@lyx.org>
2062
2063         * insetgraphicsparam.C: forgot special option and delete old
2064         1.2.0 stuff
2065
2066 2002-04-05  Juergen Vigna  <jug@sad.it>
2067
2068         * insettext.C (localDispatch): make a CURSOR update if we inserted
2069         a character.
2070
2071 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2072
2073         * insetfloatlist.C (getScreenLabel):
2074         (latex): use Floating::listName
2075         (validate): new method
2076
2077 2002-04-03  José Matos  <jamatos@fep.up.pt>
2078
2079         * insetlabel.C (docbook): the anchor is an empty element in docbook.
2080
2081         * insetfoot.[Ch] (docbook): added forgotten method.
2082
2083 2002-04-03  Juergen Vigna  <jug@sad.it>
2084
2085         * insettext.C (insetButtonPress): fix insetButtonPress events the same
2086         way as in Bufferview_pimpl.
2087
2088 2002-04-03  Allan Rae  <rae@lyx.org>
2089
2090         * insetgraphics.C (latex): one % too many makes living on the bleeding
2091         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
2092
2093 2002-03-28  Herbert Voss  <voss@lyx.org>
2094
2095         * insetgraphic.C (latex): simplify the code for the latex
2096         output when the file doesn't exist
2097
2098 2002-03-29  Juergen Vigna  <jug@sad.it>
2099
2100         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
2101         unlocking inset.
2102
2103         * insettabular.C (edit): call fitCursor().
2104
2105         * insettext.C (insetButtonPress): change behaviour of no_selection
2106         to the one in the BufferView selection_possible and fix the spurious
2107         selection bug with it.
2108         (localDispatch): revoke selection on BREAK... functions.
2109
2110 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2111
2112         * insetfloatlist.C (getScreenLabel): translate the GUI label.
2113
2114 2002-03-28  Juergen Vigna  <jug@sad.it>
2115
2116         * insettabular.C (insetAllowed): return true as default value otherwise
2117         we're not able to insert insets inside paragraphs of an not locked
2118         insettext!
2119
2120 2002-03-27  Herbert Voss  <voss@lyx.org>
2121
2122         * insetgraphicsparam.C: change c%, p% to col%, page%
2123
2124 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2125
2126         * insetspecialchar.C (isLineSeparator): disable the nice code to
2127         allow linebreaks after hyphenation and menu separators.
2128
2129 2002-03-26  Herbert Voss  <voss@lyx.org>
2130
2131         * insetgraphics.C (figinsetRead): set the right lyxview
2132
2133 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2134
2135         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
2136         $\backslash$ and pass a "string const &" to the function.
2137         (prepareFile, latex): use Path rather than MakeAbsPath.
2138
2139 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2140
2141         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
2142         proper fix to the graphics cache.
2143         (latex): "really" nice output if the file is not found ;-)
2144
2145 2002-03-26  Juergen Vigna  <jug@sad.it>
2146
2147         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
2148         (collapseParagraphs): fixed inserting of separator ' '
2149
2150         * insettabular.C (insertAsciiString): only check for buffer lenght
2151         not if we have \t or \n inside the buffer as if we don't have we only
2152         have 1 cell and that's it!
2153
2154         * insetert.C (close): don't collapse if inlined.
2155
2156 2002-03-25  Herbert Voss  <voss@lyx.org>
2157
2158         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
2159         graphics file does not exist.
2160
2161 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
2162
2163         * insetgraphics.C (prepareFile): ensure that the file has an absolute
2164         path when preparing export.
2165
2166         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
2167         no longer MakeRelPath.
2168
2169 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2170
2171         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
2172         Used to determine the absolute path to the graphics file in the
2173         graphics cache and only in the graphics cache.
2174         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
2175         make graphics file name absolute if it is stored as a relative path.
2176
2177         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
2178         make graphics file name absolute if it is stored as a relative path.
2179
2180         * insettext.C (edit): emit an updateParagraph signal on entering a text
2181         inset. Needs to be emitted when leaving the inset also.
2182
2183 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2184
2185         * all files: ws cleanup
2186
2187         * Makefile.am: remove ld -r stuff
2188
2189 2002-03-21  Juergen Vigna  <jug@sad.it>
2190
2191         * insettext.C (appendParagraphs): new function added to append
2192         the paragraphs to this insets paragraphs.
2193
2194 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2195
2196         * Makefile.am: special rules if partial linking
2197
2198 2002-03-19  Juergen Vigna  <jug@sad.it>
2199
2200         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
2201
2202 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2203
2204         * insetgraphics.C: Clean up Baruch's comments a little.
2205         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
2206
2207 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
2208
2209         * insettabular.C:
2210         * insettheorem.C: wrap warnings
2211
2212         * insetgraphics.C: improve messages, move cached_status_
2213           setting to safer place
2214
2215 2002-03-18  Juergen Vigna  <jug@sad.it>
2216
2217         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
2218         calls.
2219         (localDispatch): ditto
2220
2221         * insettext.C (edit): removed unneeded showCursor calls.
2222         (localDispatch): ditto.
2223
2224 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2225
2226         * insetgraphics.h: remove display() method.
2227
2228 2002-03-11  Juergen Vigna  <jug@sad.it>
2229
2230         * insetgraphics.C (draw): hack to fix the redrawing bug.
2231         (draw): seems this fixes #268 (force redraw of row if we changed).
2232
2233         * insettext.C (updateInsetInInset): fixed for updates in insets inside
2234         this inset text (don't know why I missed this earlier).
2235
2236 2002-03-08  Juergen Vigna  <jug@sad.it>
2237
2238         * insettabular.C (updateLocal): do a FULL update if we're not locked
2239         and only a CELL update is asked.
2240
2241         * insettext.C (updateInsetInInset): update insets inside inset also
2242         if it isn't inside the_locking_inset.
2243
2244         * insettabular.C (updateInsetInInset): ditto.
2245
2246 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2247
2248         * insetexternal.C (doSubstitution): check whether we are using a
2249         temp dir for defining $$FPath
2250
2251 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2252
2253         * insettabular.C:
2254         * insettext.C: remove #include "WorkArea.h".
2255
2256 2002-03-06  Juergen Vigna  <jug@sad.it>
2257
2258         * insettext.C (draw): fixed frame redrawing.
2259         (clear): forgot to set the inset_owner of the paragraph.
2260
2261         * insetert.C (status): pay attention the bv can be 0 here!
2262         (getMaxWidth): add the default leftMargin
2263
2264 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2265
2266         * insetert.C (getMaxWidth): make w unsigned int.
2267
2268 2002-03-05  Juergen Vigna  <jug@sad.it>
2269
2270         * insetert.C (status): change behaviour of Inlined.
2271         (getMaxWidth): added for new inlined behaviour.
2272
2273 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2274
2275         * insetnote.h (linuxdoc, docbook): add empty methods.
2276         * insetinclude.C (validate): fix a case where buffer->niceFile was used
2277         before being initialized.
2278
2279 2002-03-05  Juergen Vigna  <jug@sad.it>
2280
2281         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
2282         only that one in the inset. Should be enough.
2283         (updateLocal): set the selection cursor always if we don't have a
2284         selection to be sure it's set!
2285
2286         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
2287
2288 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2289
2290         * insettext.C (clear): a gross hack to set layout on a newly
2291         created paragraph.
2292
2293 2002-03-04  Juergen Vigna  <jug@sad.it>
2294
2295         * insettabular.C (localDispatch): inserted handling of
2296         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
2297         (insertAsciiString): new helper function.
2298
2299 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2300
2301         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
2302         argument.
2303
2304 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2305
2306         * insettext.C (InsetText): initalize newly created par with
2307         default layout. add bufferparams parameter
2308         first -> first_y
2309
2310         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
2311         * insetcollapsable.[Ch] (InsetCollapsable): ditto
2312         * insetert.[Ch] (InsetERT): ditto
2313         * insetfloat.[Ch] (InsetFloat): ditto
2314         * insetfoot.[Ch] (InsetFoot): ditto
2315         * insetfootlike.[Ch] (InsetFootLike): ditto
2316         * insetmarginal.[Ch] (InsetMarginal): ditto
2317         * insetminipage.[Ch] (InsetMinipage): ditto
2318         * insetnote.[Ch] (InsetNote): ditto
2319         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
2320
2321 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2322
2323         * insettext.C: layout as string
2324
2325         * insetinclude.C: layout as string
2326
2327         * insetert.C: layout as string
2328
2329         * insetbib.C: layout as string
2330
2331 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2332
2333         * insetert.C:
2334         * insettabular.C: remove #include "lyx_gui_misc.h".
2335
2336 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2337
2338         * Makefile.am:
2339         * figinset.h:
2340         * figinset.C:
2341         * inset.h: remove figinset, yahoo !
2342
2343 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2344
2345         * insetgraphics.C (c-tors): initialise parent classes explicitly in
2346         copy c-tor and initialise member variables in the correct order.
2347
2348 2002-02-28  Juergen Vigna  <jug@sad.it>
2349
2350         * insettabular.C (localDispatch): clear selection on PgUp/Down.
2351
2352 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2353
2354         * inset.h: ... and add a better one here.
2355
2356         * insetcommand.C (insetButtonRelease): remove that one which was a
2357         bit broken...
2358
2359 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2360
2361         * insetcommand.C (insetButtonRelease): ... and move it here.
2362
2363         * inseturl.h: remove insetButtonRelease from there...
2364
2365 2002-02-26  Juergen Vigna  <jug@sad.it>
2366
2367         * inseturl.h: Added a insetButtonRelease call returning true as
2368         prove of concept.
2369
2370         * insetlabel.C (edit): Fixed wrong update handling after change I
2371         leave in the wrong code for the one who wrote it to remove and have
2372         a look what he did wrong.
2373
2374         * insettabular.C (localDispatch): force a SELECTION update if we
2375         had a selection and we passed the event down to the inset (fix #213)
2376         (localDispatch): handle font changing stuff when we have a cell
2377         selection so that the selection is not rewoked. I don't really like
2378         this fix, but it's the only way I see to do it right now.
2379
2380 2002-02-22  Juergen Vigna  <jug@sad.it>
2381
2382         * insettext.C (insetUnlock): set the cursor to the second paragraph
2383         if available and if the first one is empty (fix #191).
2384
2385 2002-02-20  Juergen Vigna  <jug@sad.it>
2386
2387         * insettext.C (getDrawFont): implemented this function to call the
2388         one of the owner if present as the owner normally knows what to do
2389         with us.
2390
2391         * insetert.C: implement getDrawFont() function and comment out all
2392         the crap for setting a special latex font inside this inset.
2393         (InsetERT): added a Lanugage parameter to this constructor.
2394
2395         * inset.h: added function getDrawFont(LyXFont & font) to be able to
2396         change the font for being drawn on screen (used only in InsetERT for
2397         now).
2398
2399         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
2400         and also above (was missing).
2401         (updateLocal): don't remove the cell selection if we have one this
2402         should be done where we really want to remove it.
2403
2404 2002-02-20  José Matos  <jamatos@fep.up.pt>
2405
2406         * insetinclude.h: include_label made string const.
2407
2408         * insetinclude.C (InsetInclude): moved include_label initialization.
2409         (linuxdoc):
2410         (docbook):
2411         (validate): fix support for temporary directory, for docbook and
2412         linuxdoc.
2413
2414         * insetgraphics.h : new private member, graphic_label, that holds
2415         the entity name that defines the graphics location (SGML).
2416
2417         * insetgraphics.C (unique_id): new function to give a unique label
2418         for graphic.
2419         (docbook):
2420         (validate): the file locatation is given by an entity reference.
2421
2422 2002-02-18  Herbert Voss  <voss@lyx.org>
2423
2424         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
2425
2426 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2427
2428         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
2429         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2430
2431 2002-02-18  José Matos  <jamatos@fep.up.pt>
2432
2433         * insetinclude.C (validate): some code only applies to latex buffers,
2434         it was made conditional.
2435
2436 2002-02-12  Herbert Voss  <voss@lyx.org>
2437
2438         * insetgraphics.C: (prepareFile) do not check at this time
2439         if the file is present.
2440
2441 2002-02-12  Herbert Voss  <voss@lyx.org>
2442
2443         * insetgraphics.C: latex(), return the correct newlines
2444
2445 2002-02-13  José Matos  <jamatos@fep.up.pt>
2446
2447         * inseturl.C (docbook): escape & in url.
2448
2449 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2450
2451         * insetspecialchar.C (isLineSeparator): line breaking is allowed
2452         after HYPHENATION and MENU_SEPARATOR
2453
2454         * inset.h (isLineSeparator): new method, returns false by default.
2455
2456 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2457
2458         * insetert.C (status): do not update the text inset, but the ERT
2459         inset.
2460
2461 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
2462
2463         * insetnote.C: use notebg for background
2464
2465 2002-02-08  Herbert Voss  <voss@lyx.org>
2466
2467         * insetgraphic.C:
2468         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
2469         prevent LyX from unzipping when this should be handled
2470         by latex vis the graphic.cfg.
2471         clean up the code
2472
2473 2002-02-08  Herbert Voss  <voss@lyx.org>
2474
2475         * insetgraphic.C: prepareFile(): fix bug when file doesn't
2476         exists, than return filename with extension
2477
2478 2002-02-06  Herbert Voss  <voss@lyx.org>
2479
2480         * insetgraphic.C: prepareFile(): don't convert the file, when
2481         it's not viewed in LyX. Saves a lot of time when opening a
2482         document!
2483
2484 2002-02-05  Herbert Voss  <voss@lyx.org>
2485
2486         * insetgraphic.C:
2487         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
2488         and adding a rotate bool similiar to subcaption
2489
2490 2002-02-04  Herbert Voss  <voss@lyx.org>
2491
2492         * insetgraphic.C:
2493         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
2494         similiar view to the LaTeX one. Get zipped files work.
2495
2496 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
2497
2498         * insetgraphicsParams.C (init): set display to DEFAULT.
2499         No longer #include "lyxrc.h".
2500
2501 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
2502
2503         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
2504         for now (so that the code compiles).
2505
2506 2002-02-02  Herbert Voss  <voss@lyx.org>
2507
2508         * insetgraphic.C: delete inVariant() and some minor changes
2509         * insetgraphicsParams.[C]:
2510
2511 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2512
2513         * insetgraphics.C (updateInset): if params.display == DEFAULT,
2514         interogate lyxrc.display_graphics before diaplaying the graphic.
2515
2516         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
2517         InsetGraphicsParams::DisplayType.
2518
2519 2002-01-31  Herbert Voss  <voss@lyx.org>
2520
2521         * insetgraphic.C: (readfigInset) set display to pref-default
2522
2523 2002-01-30  Herbert Voss  <voss@lyx.org>
2524
2525         * insetgraphic.C: get the filetyp from it's contents
2526         * insetgraphicparams.C: add token scale and lyxrc.display when
2527         creating a new inset
2528
2529 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2530
2531         * figinset.C: added using std::ios directive.
2532
2533 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2534
2535         * figinset.C (runqueue): open translation file in binary mode (for
2536         cygwin).
2537
2538 2002-01-27  Herbert Voss  <voss@lyx.org>
2539
2540         * insetgraphic.[Ch]: mostly newritten to support graphicx with
2541         all options and to be sure that the old figinsets are correct
2542         converted.
2543         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
2544         structure and to support all lengths as LyXLength. The Parameter
2545         structure changed again, but reading of "old" 1.2 graphic insets
2546         is no problem.
2547
2548 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2549
2550         * insetert.h (forceDefaultParagraphs): Added
2551
2552 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2553
2554         * insettabular.C (getMaxWidth):
2555         (forceDefaultParagraphs): use Tabular::GetCellFromInset
2556
2557 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2558
2559         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
2560         of LyXLength::inPixels
2561
2562         * inset.C (latexTextWidth):
2563         * insetminipage.C (latexTextWidth): new method, which implements
2564         the equivalent of the LaTeX macro \textwidth
2565
2566         * insetminipage.C (getMaxWidth): use latexTextWidth
2567
2568 2002-01-18  Juergen Vigna  <jug@sad.it>
2569
2570         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
2571
2572 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2573
2574         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
2575
2576         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
2577         instead of string
2578
2579 2002-01-17  Juergen Vigna  <jug@sad.it>
2580
2581         * insettabular.C (lockInsetInInset): same change as in insettext.
2582
2583         * insettext.C (draw): width() function was called without setting
2584         the right top_x which could lead to wrong insetWidth setting!
2585         (lockInsetInInset): call edit instead of calling lockInset if we
2586         have to lock an inset inside!
2587         (edit): we have to also tell the inset that we have to redraw the
2588         frame on an edit call if this inset draws a frame only if locked.
2589
2590 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2591
2592         * insetbib.C (getFiles): uncomment Path variable.
2593
2594 2002-01-16  Juergen Vigna  <jug@sad.it>
2595
2596         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
2597         of wrong cell.
2598
2599 2002-01-16  Allan Rae  <rae@lyx.org>
2600
2601         * insetinclude.C (docbook): someone forgot a ";"
2602
2603 2002-01-16  José Matos  <jamatos@fep.up.pt>
2604
2605         * figinset.C (docbook): removed a old place holder "@".
2606         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
2607         * insetinclude.C (linuxdoc): if include is verbatim, then export the
2608         ascii text version, clearly guarded inside a CDATA section.
2609         (docbook): in docbook 4, inlinegraphics is empty.
2610         * insettabular.C (linuxdoc): export the ascii version of the table
2611         inside a CDATA section.
2612
2613 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2614
2615         * insetparent.C (InsetParent):
2616         * insetgraphicsParams.C (Write):
2617         (Read):
2618         * insetgraphics.C (prepareFile):
2619         (readFigInset):
2620         (docbook):
2621         * insetexternal.C (executeCommand):
2622         (doSubstitution): use Buffer::filePath
2623
2624         * insetbib.C (getFiles): add a #warning for Angus
2625
2626         * insetgraphics.C: Add a remark about how filenames should be
2627         considered to be relative to buffer (but absolute is still allowed)
2628         (draw): do not try to get status if lyxrc.use_gui is false
2629
2630 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2631
2632         * inset.[Ch]:
2633         * insetcollapsable.[Ch]:
2634         * insettabular.[Ch] (searchForward, searchBackward): change the
2635         bool const & params to bool.
2636
2637         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
2638         to avoid the name clash with InsetCollapsable's methods of the same
2639         names but different functionality.
2640
2641 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2642
2643         * insettext.C (ascii): use lyx::count rather than countChar.
2644
2645 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
2646
2647         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
2648
2649 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2650
2651         * insetgraphics.C (updateInset): do not try to render image if
2652         lyxrc.use_gui is false (bug #104)
2653
2654         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
2655         if file does not exist
2656
2657         * figinset.C (browseFile): add shortcuts to directory buttons
2658
2659         * insettext.C (updateLocal): update menubar and toolbar here too.
2660
2661 2002-01-13  Allan Rae  <rae@lyx.org>
2662
2663         * insettabular.C (InsetTabular): Both constructors now initialise
2664         all class variables.
2665
2666 2002-01-11  Juergen Vigna  <jug@sad.it>
2667
2668         * insettext.C (insetButtonPress): set the_locking_inset to 0.
2669
2670 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2671
2672         * insettabular.C (getStatus): add forgotten brace around multiline
2673         if statement.
2674
2675 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2676
2677         * insetfloat.C (validate): require "float" instead of "floats".
2678
2679 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2680
2681         * insettabular.C (getStatus): use FuncStatus
2682
2683 2002-01-08  Juergen Vigna  <jug@sad.it>
2684
2685         * insettabular.C (insetButtonRelease): now this should work too
2686         correctly.
2687
2688         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
2689         if the width is a percentage.
2690
2691         * inset.h: added isChar() function and implemented this for
2692         insetspecialchar insetquotes and insetlatexaccent.
2693         added forceDefaultParagraphs() and implemented it for insettabular.
2694
2695 2002-01-07  Juergen Vigna  <jug@sad.it>
2696
2697         * insettext.C (getLyXText): Fixed this function. An insert into the
2698         map is only done if we REALLY have a new BufferView.
2699
2700 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
2701
2702         * insettext.C: fix bug illustrated by attachment #37 of bug #59
2703
2704 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2705
2706         * insetinclude.C: fix use of FileInfo
2707
2708 2002-01-07  Juergen Vigna  <jug@sad.it>
2709
2710         * insettabular.C (draw): fixed clearing of cell around inset.
2711
2712 2002-01-05  Juergen Vigna  <jug@sad.it>
2713
2714         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
2715         variables are updated.
2716
2717         * insettabular.C (resetPos): set always the inset_y as it may be
2718         needed in another function.
2719         (searchBackward): don't draw while searching.
2720
2721 2002-01-04  Juergen Vigna  <jug@sad.it>
2722
2723         * insettext.C (lockInsetInInset): forgot to set a cursor.
2724
2725 2002-01-02  Juergen Vigna  <jug@sad.it>
2726
2727         * insettext.C (insertInset): make the correct undo informations on
2728         inserting new insets.
2729
2730 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
2731
2732         * insettabular.C: correct single-cell select vertically
2733
2734 2001-12-27  Juergen Vigna  <jug@sad.it>
2735
2736         * insettabular.C (ascii): export as tab-separated-values if the
2737         function was not called from export (f.ex.: clipboard).
2738
2739         * insetcollapsable.h: added default support for ascii, linuxdoc and
2740         docbook export (the insettext is exported by default!)
2741
2742         * insettabular.C (copySelection): suff the clipboard with the tabular
2743         data in a tab separated format, seems more naturals then with all the
2744         formating.
2745
2746 2001-12-24  Juergen Vigna  <jug@sad.it>
2747
2748         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
2749         to check for REAL mouseMotion.
2750
2751 2001-12-20  Juergen Vigna  <jug@sad.it>
2752
2753         * inset.C (cursor): return the owners cursor if available instead of
2754         always only the bv->text->cursor.
2755
2756         * insettabular.C (checkLongtableSpecial): works now.
2757
2758 2001-12-19  Juergen Vigna  <jug@sad.it>
2759
2760         * insettabular.C (tabularFeatures): fix the row setting of ltt as
2761         this has to be always row + 1 as 0 means not selected!
2762         (checkLongtableSpecial): added
2763         (tabularFeatures): better longtable options support
2764
2765         * insettext.C (resizeLyXText): reinit the text always also on a
2766         empty insettext!
2767
2768 2001-12-18  Juergen Vigna  <jug@sad.it>
2769
2770         * insettext.C (updateInsetInInset): look if we have to autocollapse
2771         paragraps and return if the update is requested for ourself.
2772
2773         * insetert.C (status): update the insettext not myself as that is what
2774         we need.
2775
2776         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
2777         function only return if the update was requested with myself.
2778
2779         * insettext.C (insetButtonPress): fixed stupid bug.
2780         (various functions): pay attention that lt is cleared BEFORE calling
2781         updateLocal() and try to use it in the right manner (don't use it
2782         if it's not really neccessary!)
2783         (collapseParagraphs): insert a blank between collapsing paragraphs
2784         if neccessary (not already there!).
2785
2786 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2787
2788         * insettabular.C: move includes around a bit, add a couple of
2789         consts.
2790
2791         * insettext.[Ch]: move includes around a bit, other ws changes and
2792         small stuff.
2793
2794 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2795
2796         * insettext.C (insetButtonRelease): fix compile problem
2797
2798 2001-12-17  Juergen Vigna  <jug@sad.it>
2799
2800         * insettext.C (insetButtonPress): set the selection cursor!
2801         (insetButtonPress): clear the selection (and set with that the
2802         selection.cursor) if we only hit an inset!
2803
2804         * insetert.C (read): removed piece of compatibility code only needed
2805         for 1.2.0.
2806
2807         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
2808         can be opened.
2809
2810         * insetcollapsable.C (insetButtonRelease): changed so that it can
2811         open eventual existing popup dialogs on mousebutton==3.
2812
2813         * insetfloat.C (insetButtonRelease): removed not needed anymore!
2814
2815         * insetminipage.C (insetButtonRelease): removed not needed anymore!
2816
2817         * inset.C (insetButtonRelease): return a bool for telling the outer
2818         world that we opened a dialog.
2819
2820 2001-12-07  Juergen Vigna  <jug@sad.it>
2821
2822         * insettext.C (paragraph): remove the deleteing of paragraphs as
2823         it was a WRONG move!
2824
2825 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2826
2827         * insettabular.h:
2828         * insettabular.C: use new setSelection(). Allow
2829           selection of single cells.
2830
2831 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2832
2833         * insetquotes.C (latex): fix to use the local language setting at
2834         the point where the inset is inserted (different macros for
2835         different french packages)
2836
2837 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2838
2839         * inset.h: add par_owner_ member variable and parOwner
2840         setter/accessor.
2841
2842 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2843
2844         * insettabular.C (everywhere): adapt because widths are now real
2845         widths and not strings
2846
2847         * insettext.C (draw): re-introduce the calls to width(), ascent()
2848         and descent() to initialize the caching variables.
2849
2850 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2851
2852         * insettext.C (draw):
2853         (drawFrame): use insetWidth instead of last_width
2854
2855         * insettext.h: remove variable last_width (insetWidth is exactly
2856         the same) and last_height (computed but never used!)
2857
2858 2001-12-10  Allan Rae  <rae@lyx.org>
2859
2860         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
2861
2862 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2863
2864         * insettext.C (insetAllowed): add comment
2865
2866 2001-12-05  Juergen Vigna  <jug@sad.it>
2867
2868         * insettext.C (insetAllowed): fixed for the case that we directly
2869         ask the insettext from its LyXText.
2870         (paragraph): fixed the crash when assigning the par->next() from
2871         the EmptyParagraphMechanism!
2872
2873 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2874
2875         * insetbib.C:
2876         * insettabular.C:
2877         * insettext.C: change "while(" to "while ("
2878
2879 2001-12-04  Juergen Vigna  <jug@sad.it>
2880
2881         * insetert.C (edit): handle Inlined status.
2882
2883         * insettext.C (insertInset): trying John's fix for the trailing cursor
2884
2885         * insetert.C (insetButtonPress): added to handle inlined status
2886         (insetMotionNotify): ditto.
2887
2888         * insettext.C (clearInset): changed Painter & in BufferView * param,
2889         to be able to call ascent,descent methods.
2890
2891 2001-12-03  Juergen Vigna  <jug@sad.it>
2892
2893         * insettext.C (updateInsetInInset): use lt variable to forbid
2894         changes of LyXText in an update call.
2895         (updateInsetInInset): fixed updating of non locked insets!
2896
2897 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2898
2899         * insettabular.C: capture some more functions to prevent
2900         selection drawing problems. Bug #451274
2901
2902 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2903
2904         * insetgraphics.C:
2905         * insetgraphicsParams.C: fix inverted sense of float_equal
2906
2907 2001-11-30  Juergen Vigna  <jug@sad.it>
2908
2909         * insettabular.C (InsetTabular): use the save_id flag to create also
2910         the tabular with the same id's.
2911
2912         * insettext.C (setParagraphData): added a same_id function for undo
2913         to set the same paragraph id's as of the paragraph we are setting.
2914
2915 2001-11-30  José Matos <jamatos@fep.up.pt>
2916
2917         * inseturl.[Ch]:
2918         * insettoc.[Ch]: DocBook -> docbook.
2919
2920 2001-11-29  André Pönitz <poenitz@gmx.net>
2921
2922         * inseterror.C:
2923         * insettext.C: further reduction of header dependencies by using
2924         lyx::layout_type and lyx::textclass_type from support/types.h
2925
2926 2001-11-29  Juergen Vigna  <jug@sad.it>
2927
2928         * insettext.C: inserted a reinitLyXText function everywhere I delete
2929         the paragraphs! This should fixe the crashes we had.
2930         Also use the new function firstRow() instead of getRowNearY(dummy_y)
2931         (paragraph): set the InsetOwner() of the new paragraphs!
2932
2933 2001-11-28  André Pönitz <poenitz@gmx.net>
2934
2935         * insetnote.C: add pos initialization that I removed without
2936           knowing what I did.
2937
2938 2001-11-28  Juergen Vigna  <jug@sad.it>
2939
2940         * insettabular.C (resetPos): hack to not crash with infinite paints.
2941
2942         * insettabular.h: insert missing function allowSpellcheck()!
2943
2944         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
2945
2946 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2947
2948         * insetfloatlist.h:
2949         * insetfloatlist.C: derive from InsetCommand so gui can use it
2950           easily
2951
2952 2001-11-26  André Pönitz <poenitz@gmx.net>
2953
2954         * insettext.[Ch]:
2955         * insetert.C:
2956         * insetnote.C: reduce header dependencies, introduce type for
2957         positions
2958
2959 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2960
2961         * various: update for Alert.h
2962
2963 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2964
2965         * inset.h: fix comment
2966
2967         * insettext.C: use par->isInset()
2968
2969 2001-11-22  Allan Rae  <rae@lyx.org>
2970
2971         * insetcollapsable.h:
2972         * inset.h: Changes to checkInsertChar() behaviour.
2973         Now return value indicates whether chars can be inserted.
2974
2975 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
2976
2977         * various:  updated to use the new LaTeXFeatures
2978
2979 2001-11-14  José Matos  <jamatos@fep.up.pt>
2980
2981         * insetspecialchar.C (linuxdoc):
2982         (docbook): don't give a name to a unused variable.
2983
2984         * insettext.C (docbook): removed unused variable.
2985
2986 2001-11-13  Herbert Voss  <voss@perce.de>
2987
2988         * insetgraphic.C: fix scale bug
2989
2990 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2991
2992         * inset.h (isSpace):
2993         (isLetter): new virtual methods.
2994
2995         * insetspecialchar.C (isSpace):
2996         (isLetter): implement here.
2997
2998 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2999
3000         * inset.h: new inline helpers
3001
3002         * insettext.C: use new helpers
3003
3004 2001-11-07  José Matos  <jamatos@fep.up.pt>
3005
3006         * insettext.C (docbook): full support for paragraphs inside insettext.
3007
3008 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
3009
3010         * insetindex.C: added header file for std::ostream.
3011
3012 2001-11-03  José Matos  <jamatos@fep.up.pt>
3013
3014         * insetindex.C: added using std::ostream that I forgot yesterday.
3015
3016 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
3017
3018         * insetindex.h (docbook):
3019         * insetindex.C (docbook): added support for docbook export.
3020
3021 2001-11-02  José Matos  <jamatos@fep.up.pt>
3022
3023         * insetcaption.C(docbook): added support for docbook export.
3024
3025 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
3026
3027         * insetexternal.C (updateExternal): Do not run update command if
3028         result file exists and is up to date.
3029
3030         * ExternalTemplate.C (readFormat): Support the updateresult token.
3031
3032 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
3033
3034         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
3035         external_templates) to use the buffer->fileName() but only if
3036         previewing. Generating a TeX file should make FPath return
3037         "".
3038
3039 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3040
3041         * insetert.h:
3042         * insetert.C: fix some problems
3043
3044 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3045
3046         * insetexternal.C (doSubstitution): Added $$FPath token
3047         to list of usable substitutions in external inset templates.
3048
3049 2001-10-24  Juergen Vigna  <jug@sad.it>
3050
3051         * insettabular.C: use new ltType struct for setting longtable
3052         header and footers also new UNSET enums.
3053
3054 2001-10-24  José Matos  <jamatos@fep.up.pt>
3055
3056         * insettabular.C (linuxdoc): Now exports the ascii's table version.
3057         (docbook): If the table is not inside a float then wrap it inside
3058         <informaltable>...</informaltable>.
3059
3060 2001-10-23  José Matos  <jamatos@fep.up.pt>
3061
3062         * insetref.C (docbook): removed / terminator to conform SGML.
3063
3064         * insetspecialchar.C (linuxdoc):
3065         (docbook): Added support for special chars, more than ascii export.
3066
3067 2001-10-22  Juergen Vigna  <jug@sad.it>
3068
3069         * insettext.C (checkInsertChar): added for REALLY checking the
3070         font of the inserted char in the right inset!
3071
3072 2001-10-19  Juergen Vigna  <jug@sad.it>
3073
3074         * inset.h: added method allowSpellcheck() so that insets who do
3075         not have anything to spellcheck can tell and so they are over-jumped.
3076         Implemented for InsetText and co.
3077
3078 2001-10-18  Juergen Vigna  <jug@sad.it>
3079
3080         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
3081
3082 2001-10-15  José Matos  <jamatos@fep.up.pt>
3083
3084         * insetert.C: allow export for docbook and linuxdoc
3085
3086 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
3087
3088         * insetquotes.C (dispString): handles latin3 and latin4 quotes
3089
3090 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3091
3092         * insetquotes.C (dispString): fix handling of latin9 quotes
3093
3094 2001-10-03  Juergen Vigna  <jug@sad.it>
3095
3096         * insetert.C: ditto
3097
3098         * insetcollapsable.C: change updateInset calls to not tell BV that
3099         we have changed status.
3100
3101 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3102
3103         * insettabular.C (deletable): make const
3104
3105 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3106
3107         * insetert.C (latex): Fix the returned value
3108
3109 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3110
3111         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
3112         Returns string(), so nothing in an ERT inset is spellchecked.
3113
3114         * insetgraphics.C (draw): print the filename if not displaying the
3115         image.
3116         (width): make sure that the width and draw methods are consistent.
3117         (updateInset): don't even load the image into cache if not displaying
3118         it.
3119
3120 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3121
3122         * various files (selectNextWord): renamed as
3123         selectNextWordToSpellcheck.
3124
3125         * insetgraphics.C (draw): remove the previous change. Right place
3126         is in imageLoaderXPM.C.
3127         (draw): don't display the image if params.display == NONE.
3128
3129 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3130
3131         * figinset.C (runqueue):
3132         * insetgraphics.C (draw): set background colour of inset from
3133         background to the user-configurable graphicsbg.
3134
3135 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3136
3137         * insetquotes.C (InsetQuotes): when trying to decide the side of
3138         the quote, choose `left' only after a space or '('
3139
3140 2001-09-04  José Matos  <jamatos@fep.up.pt>
3141         * figinset.C
3142         * figinset.h
3143         * insetcaption.C
3144         * insetcaption.h
3145         * insetcollapsable.h
3146         * insetcommand.C
3147         * insetcommand.h
3148         * inseterror.h
3149         * insetert.C
3150         * insetert.h
3151         * insetexternal.C
3152         * insetexternal.h
3153         * insetfloat.C
3154         * insetfloat.h
3155         * insetfloatlist.h
3156         * insetgraphics.C
3157         * insetgraphics.h
3158         * inset.h
3159         * insetinclude.C
3160         * insetinclude.h
3161         * insetlabel.C
3162         * insetlabel.h
3163         * insetlatexaccent.C
3164         * insetlatexaccent.h
3165         * insetquotes.C
3166         * insetquotes.h
3167         * insetref.C
3168         * insetref.h
3169         * insetspecialchar.C
3170         * insetspecialchar.h
3171         * insettabular.C
3172         * insettabular.h
3173         * insettext.C
3174         * insettext.C (docbook): rename docBook method to docbook.
3175
3176 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3177
3178         * inset.h (getFirstParagraph): New virtual method.
3179
3180 2001-08-20  Herbert Voss  <voss@perce.de>
3181         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
3182         in the the bibtex-database-gui for inserting a line
3183         \addcontentsline...
3184
3185         If no style is given than there is no tex-output.
3186
3187 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
3188
3189         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
3190         files as a vector.
3191         (getKeys): use it.
3192
3193 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3194
3195         * insetert.C (latex): Fix output for multiple paragraphs.
3196         (write): New code for writing paragraph data.
3197         (read): Set font after reading the inset.
3198         (localDispatch): Call set_latex_font() for more cases.
3199
3200         * insetnote.h: Add empty validate method.
3201         * insetert.h: Ditto
3202
3203         * insetnote.C (InsetNote): Set language to the language of the
3204         document.
3205
3206 2001-08-16  Juergen Vigna  <jug@sad.it>
3207
3208         * insettext.C: implemented the new FINISHED states.
3209
3210         * insettabular.C: ditto
3211
3212         * inset.h: added more FINISHED states for cursor right,up,down
3213
3214 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3215
3216         * insetfloatlist.C: use "FloatName List"
3217
3218 2001-08-14  Juergen Vigna  <jug@sad.it>
3219
3220         * insetert.C (edit): forgot to set status_ in edit calls!
3221
3222 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3223
3224         * insettext.C: Compilation fix
3225
3226 2001-08-13  Juergen Vigna  <jug@sad.it>
3227
3228         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
3229
3230         * insetcollapsable.C (edit): don't recollapse an already open inset.
3231
3232         * insettext.C: fixed problem when reinitializing LyXText by not doing
3233         it while lt is in use and post this to the next possible time in
3234         getLyXText().
3235         (searchForward): fixed not unlocking of inset if nothing found.
3236         (edit): set cursor behind right (was set -1 pos).
3237
3238         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
3239
3240         * insettabular.C (tabularFeatures): fixed fix where deleting the
3241         last row didn't get the right actcell!
3242
3243 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3244
3245         * insettext.C (localDispatch): Change language only when the inset
3246         becomes empty.
3247
3248 2001-08-10  Juergen Vigna  <jug@sad.it>
3249
3250         * insettabular.C (selectNextWordInt): use the front using edit call.
3251
3252         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
3253         the parameter overwrite class variable inset.
3254
3255         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
3256
3257         * insettext.C (saveLyXTextState): check for invalid cursor-par.
3258         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
3259
3260         * insettabular.C (calculate_dimensions_of_cells): let's try to call
3261         update only for fixed with cells.
3262         (resetPos): try to fix the lockup on spellchecking or s&r.
3263
3264         * insettext.C (update): comment this out as it seems first wrong
3265         and second not needed anymore!
3266         (some functions): call reinitLyXText() only in update() in all other
3267         positions set only need_update = INIT.
3268
3269 2001-08-08  Juergen Vigna  <jug@sad.it>
3270
3271         * insettabular.C (setPos): fixed wrong actrow < rows() check.
3272
3273         * insettext.C (insetUnlock): remove double-space on inset unlock.
3274
3275         * insetcollapsable.C (draw): fix returned x when label > inset-width.
3276
3277         * insettabular.C (update): fixed cursor positon after an insert.
3278         (insetAllowed): do not allow to insert insets when not inside the
3279         inset!
3280         (draw): clear below an inset too as it could have changed height.
3281
3282         * inset.C (getMaxWidth): fixed width for inset in inset.
3283
3284         * insettext.C (update): small fix.
3285
3286         * insettabular.C (tabularFeatures): added selection support to
3287         DELETE_ROW/DELETE_COLUMN.
3288
3289 2001-08-07  Juergen Vigna  <jug@sad.it>
3290
3291         * inset.C (getMaxWidth): recoded and all it's implementations!
3292
3293         * insettext.C (init,setParagraph+constructors): cleanups
3294         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
3295         are new and I want do a save/restore of the cursor position which is
3296         not possible anymore.
3297
3298         * insetcollapsable.C (searchBackward): recollapse inset if not found.
3299         (searchBackward): ditto
3300         (selectNextWord): ditto
3301
3302 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
3303
3304         * insetlatexaccent.C (checkContents): Add some debug messages
3305
3306 2001-08-07  Juergen Vigna  <jug@sad.it>
3307
3308         * insetert.C (read): don't use InsetCollapsable::read as we don't
3309         write the collapsed status anymore only the status.
3310         (write): ditto.
3311
3312 2001-08-06  Juergen Vigna  <jug@sad.it>
3313
3314         * insetert.C (set_latex_font): use LyXText's setFont directly.
3315
3316         * insettext.C (drawFrame): fixed one time more the right position
3317         and size of the frame!
3318
3319         * insetert.C (~InsetERT): hide the dialog.
3320         (showInsetDialog): added implementation
3321         (open): ditto
3322         (close): ditto
3323         (status): new function for the status of the ERT inset (3-state).
3324         (write): output also the status of the inset for readback!
3325         (read): readback the status if available otherwise use collapsed_.
3326
3327         * insettext.C (edit): small fix of setting the position, which could
3328         have gone < 0.
3329
3330         * insetert.C (width): implement this function for inlined viewing.
3331         Added minimum width of 10 pixels!
3332
3333         * insetminipage.C (InsetMinipage): just change the colors a bit so
3334         that border/background is a bit more visible. We will remove this
3335         anyway for 1.2.0!
3336
3337         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
3338         function for getting the important widths for drawing in various
3339         functions and in LyXText.
3340         (draw): fixed up a bit (frame drawing/clearing)
3341
3342 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3343
3344         * inset.C (convertFont): delete method. not used.
3345
3346 2001-08-03  Juergen Vigna  <jug@sad.it>
3347
3348         * insettext.C (setFont): don't call for a draw update if we're just
3349         changing the cursor font!
3350
3351 2001-08-02  Juergen Vigna  <jug@sad.it>
3352
3353         * insettext.C (draw): clear the background with the right color if
3354         needed. Update myself if x&max-width changed and return without doing
3355         anything. Let the update code handle the right stuff.
3356
3357         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
3358         inside another inset.
3359
3360 2001-08-01  Juergen Vigna  <jug@sad.it>
3361
3362         * insetcollapsable.C (update): added an in_update bool so we avoid
3363         reentering.
3364
3365         * insettabular.C (update): added an in_update bool so we avoid
3366         reentering.
3367
3368         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
3369         selection problem.
3370         (update): added an in_update bool so we avoid reentering.
3371
3372         * insettabular.C (localDispatch): clear col/row selection when doing
3373         something else inside an inset.
3374
3375         * insettext.C (getLyXText): fixed bug when requesting a recursive
3376         insettext!
3377
3378 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3379
3380         * insetcite.C (latex): Paranoia check. Make sure that there is no
3381         whitespace between the citation keys.
3382
3383 2001-07-31  Juergen Vigna  <jug@sad.it>
3384
3385         * inset.h (nodraw): make the set function also const so that this
3386         can be called from inside other const functions.
3387
3388         * insetcollapsable.h: removed inline variable and moved it over
3389         to the only user InsetERT.
3390
3391         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
3392         inset opening immediately therein lying insets dialogs!
3393
3394         * insetert.C (localDispatch): set the font also if we don't have any
3395         chars in this paragraph, otherwise if we delete all of em and start
3396         writing we have the wrong font.
3397         (inlined): added
3398         (draw): implemented for inline support
3399         (insetButtonRelease): ditto.
3400
3401 2001-07-30  Juergen Vigna  <jug@sad.it>
3402
3403         * insettext.C (reinitLyXText): new function to reinit the insets
3404         text after lot's of paragraph changes. Use this instead of the
3405         cache.clear() which is VERY dangerous.
3406
3407         * insetfloat.C (insetButtonRelease): we should only show the dialog
3408         if we press on the label otherwise we have problems to open mouse
3409         button 3 dialogs inside this float (f.ex. of a tabular!)
3410
3411 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3412
3413         * insetert.C: change back to "ERT"
3414
3415         * insetfloat.C: handliign of RMB on label added.
3416
3417 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3418
3419         * insetgraphicsParams.C: #include LOstream.h here.
3420
3421         * insetfoot.h: remove InsetFoot:: qualifier.
3422
3423 2001-07-29  Baruch Even  <baruch@lyx.org>
3424
3425         * ChangeLog: Hiding time travel evidence.
3426
3427         * insetgraphicsParams.h:
3428         * insetgraphicsParams.C:
3429         * insetgraphics.C: Added horizontal scale option, it actually scales both
3430         directions since it keeps image proportions.
3431
3432         * insetgraphics.C: Fixed EPS detection to be non-hacky.
3433
3434 2001-07-29  Baruch Even  <baruch@lyx.org>
3435
3436         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
3437         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
3438
3439         HACKY! Will need to add an EPS detection routine like old InsetFig does!
3440
3441 2001-07-29  Baruch Even  <baruch@lyx.org>
3442
3443         * insetgraphics.C: Added EPSI to be an alias of EPS.
3444
3445 2001-07-29  Baruch Even  <baruch@lyx.org>
3446
3447         * insetgraphics.C: Change GRAPHICS to Graphics.
3448         Changed image conversion rules (documented at the beginning of file).
3449
3450 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
3451
3452         * insetert.C (get_new_label): int -> Paragraph::size_type to get
3453         std::min working.
3454
3455         * insetgraphics.C: added a using std::endl directive.
3456
3457         * insetcommand.h (getScreenLabel): removed pure virtual function,
3458         as it duplicates that in InsetButton.
3459
3460         * insetbib.[Ch] (getScreenLabel):
3461         * insetbutton.[Ch] (getScreenLabel):
3462         * insetcite.[Ch] (getScreenLabel):
3463         * insetert.[Ch] (getScreenLabel):
3464         * insetexternal.[Ch] (getScreenLabel):
3465         * insetfloatlist.[Ch] (getScreenLabel):
3466         * insetinclude.[Ch] (getScreenLabel):
3467         * insetindex.[Ch] (getScreenLabel):
3468         * insetlabel.h (getScreenLabel):
3469         * insetparent.[Ch] (getScreenLabel):
3470         * insetref.[Ch] (getScreenLabel):
3471         * insettoc.[Ch] (getScreenLabel):
3472         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
3473
3474         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
3475         the label.
3476         (validate): remove check on "cite" when using natbib.
3477
3478 2001-07-26  Baruch Even  <baruch@lyx.org>
3479
3480         * insetgraphics.C (draw): changed casting to be in one place rather than
3481         all over the function.
3482
3483         * insetgraphics.h:
3484         * insetgraphics.C (read): Added compatibility reads of InsetFig.
3485
3486         * insetgraphicsParams.h:
3487         * insetgraphicsParams.C:
3488         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
3489
3490 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3491
3492         * insetfoot.C (validate): Added method to ensure that the
3493         right bit of LaTeX is emitted.
3494
3495         * insetfoot.h: Added validate method to set the correct
3496         LaTeXFeatures bit for the special footnote code.
3497
3498 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3499
3500         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
3501         quotes
3502
3503 2001-07-27  Juergen Vigna  <jug@sad.it>
3504
3505         * inset.h: remove not used font variable in parameter.
3506         removed checkInsertChar in UpdatableInset as it was equal to
3507         the one in Inset and so not needed.
3508
3509         * insetert.C (checkInsertChar): implementation of function
3510         checkInsertChar.
3511
3512         * inset.h: added new function checkInsertChar.
3513
3514         * various files: added c-tor and clone() function.
3515
3516         * insetcollapsable.h: removed clone function here as this should
3517         be only realized in REAL insets and added it to all collapsable
3518         insets! (with the copy-constructor).
3519
3520 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3521
3522         * insetminipage.C (read): handle missing parameters more gracefully
3523
3524         * insetcollapsable.C (read): handel missing collapsed more gracefully
3525
3526 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3527
3528         * insetfloat.C (read): handle missing parameters.
3529
3530         * insettext.C (read): handle old latex end_inset
3531
3532         * insetert.C (setButtonLabel): new method
3533         (init): use it, to set the dynamic label correctly
3534         (read): use it
3535
3536         * Makefile.am (EXTRA_DIST): add files that is not part or the
3537         binary here.
3538
3539         * insetcollapsable.h: remove autocollapsable (no users), remove
3540         draw_label, change_label_with_text and companion code. Remove args
3541         from some methods.
3542         * insetert.[Ch]: move here instead (only user)
3543
3544         * inset.h: rename private variable name to name_, make
3545         selectNextWord return a const string. make getInsetName return a
3546         string const &. Remove bool from open, add close.
3547
3548         * Makefile.am: don't compile insetlist, insetsection
3549         and insettheorem
3550
3551 2001-07-24  Juergen Vigna  <jug@sad.it>
3552
3553         * insetert.C (InsetERT): put init after the paragraph initialization,
3554         as otherwise we don't set the draw_label right.
3555
3556         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
3557         insets with the mouse without having strange selections.
3558         (edit): if the inset was collapsed and we open it here then put the
3559         cursor always at the beginning of the inset.
3560         (get_new_label): 15 instead of 10 max chars in the label.
3561
3562         * insetert.C (localDispatch): added and handle various stuff we
3563         need to handle here (font setting on paragraph break, not permitted
3564         layout setting, etc.).
3565
3566         * inset.h: added default copy-consturctor and implemented this in
3567         various insets with the change to use this in the clone function!
3568
3569 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3570
3571         * insetminipage.C (InsetMinipage): set background color to red :)
3572
3573 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3574
3575         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
3576         draw frame mode is LOCKED.
3577
3578         * insetcollapsable.C (edit):
3579         (insetButtonRelease): set update status to full when
3580         opening inset.
3581
3582         * insettext.C (clearInset):
3583         * insettabular.C (draw):
3584         * insetlatexaccent.C (draw): honor background color.
3585
3586         * inset.h: new member background_color_, initialized to
3587         LColor::inherit.
3588
3589         * inset.C (backgroundColor): new method.
3590         (setBackgroundColor): new method.
3591
3592         * insetert.C (init): new method, called by the ctors.
3593         (InsetERT): when inserting contents, make sure the font is
3594         ALL_INHERIT.
3595
3596         * insetnote.C (InsetNote): when inserting content, remove trailing
3597         newline
3598         (init): set background color to LColor::note
3599
3600 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3601
3602         * insetcollapsable.C: adjust
3603
3604         * insetbutton.C: adjust
3605
3606 2001-07-23  Juergen Vigna  <jug@sad.it>
3607
3608         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
3609         parameter on the _collapsed function (was not needed) and call
3610         always width_collapsed().
3611
3612         * insetert.C (InsetERT): use setLabel with "true" flag.
3613
3614         * insetcollapsable.C: modified various functions to set the draw_label
3615         string right in any condition.
3616         (setLabel): added a bool parameter to set change_label_with_text.
3617
3618         * insetcollapsable.h: added draw_label string which is set to the
3619         actual drawn label-string, while label is the original static label
3620         of this collapsable inset. Added bool change_label_with_text to set
3621         if we want that the label changes to the start of the InsetText's
3622         text when collabpsed. You can set this flag with the setLabel funciton.
3623         Added bool inlined for inlined collapsable insets, but not handled
3624         yet.
3625
3626         * insetcollapsable.C (get_new_label): added should get a new label
3627         from the InsetText beginning (for now 10 chars).
3628
3629 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3630
3631         * insetquotes.C (latex): fix the handling of french double quotes
3632         when not using the french pachage.
3633
3634 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3635
3636         * insetcollapsable.h: make WidthCollapsed mutable.
3637
3638         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
3639         InsetPrintIndex returns INDEX_PRINT_CODE.
3640
3641         * inset.h: add INDEX_PRINT_CODE
3642
3643         * insetcollapsable.C (draw): init widthCollapsed if necessary
3644         (width): ditto.
3645
3646         * insetquotes.C (width): use the local language, not the document
3647         language.
3648         (draw): ditto.
3649         (dispString): add additional spacing for all french languages,
3650         like fr_CA.
3651         (validate): make it work when there is no default language
3652
3653         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
3654
3655         * insetnote.C (init): new method, called by the constructors
3656         (InsetNote): new constructor with contents passed as a string
3657
3658 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3659
3660         * insetfootlike.C (insetAllowed): disallow float in footlike.
3661
3662         * insetert.C (InsetERT): add collapsed argument to the constrctor
3663         with contents.
3664
3665 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3666
3667         * insetindex.h: shut off warning
3668
3669 2001-07-20  Juergen Vigna  <jug@sad.it>
3670
3671         * insetcollapsable.C (update): recoded hopefully works now!
3672
3673 2001-07-19  Juergen Vigna  <jug@sad.it>
3674
3675         * most files: implemented the below new introduced function.
3676
3677         * inset.h: added new edit(BufferView *, bool front) method to be able
3678         to enter an inset from the front/back without knowing x/y positions
3679         and baselines inside the inset. So I just can tell the inset activate
3680         me and set the cursor on the front/back of yourself.
3681
3682 2001-07-18  Juergen Vigna  <jug@sad.it>
3683
3684         * insetcollapsable.C (edit): fixed hopefully the y parameter which
3685         is given to the InsetText.
3686         (insetButtonPress): ditto
3687         (insetButtonRelease): ditto
3688         (insetMotionNotify): ditto
3689
3690 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3691
3692         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
3693         LIGATURE_BREAK, since the name is so stupid.
3694
3695 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3696
3697         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
3698         the default InsetCollapsable methods. I.e., it can insert anything.
3699         (write) output the name of the inset, not some silly hack for
3700         compatability with the old InsetInfo.
3701
3702         * insetinfo.[Ch]: removed.
3703         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
3704         now collapsable, but functionality is otherwise identical to InsetInfo.
3705
3706         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
3707
3708 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3709
3710         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
3711         reformatting
3712
3713         * insetquotes.C: general cleanup
3714         (dispString): add spaces inside french double quotes.
3715         (latex): ditto. Moreover, treat first the case where the frenchb
3716         or french options have been given.
3717
3718 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3719
3720         * insetcite.[Ch] (latex, validate): new methods, required for natbib
3721         support.
3722
3723 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
3724
3725         * figinset.C (RegisterFigure): Print debug message only when
3726         current_view is available.
3727
3728 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3729
3730         * many files: update to match the change below
3731
3732         * inset.h (insetAllowed): renamed from insertInsetAllowed;
3733         implement the version which takes an inset here.
3734
3735         * insetcollapsable.[Ch]: implement open and isOpen
3736
3737         * inset.h: remove insertInsetAllowed from Inset
3738         (open): new method, to open or close an inset
3739         (isOpen): returns the status of an inset
3740         (isCollapsable, colapse): removed
3741
3742 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3743
3744         * insetquotes.C (dispString): display french guillemets when using
3745         ISO8859-15.
3746
3747 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3748
3749         * insetcollapsable.h: remove bogus return statements
3750
3751 2001-07-18  Juergen Vigna  <jug@sad.it>
3752
3753         * insettabular.C (selectNextWord): fixed spellchecking for the
3754         first cell of a tabular (wasn't entered!)
3755         (getLyXText): changed to enter automatically insettext and return
3756         it's LyXText if we're locked.
3757
3758 2001-07-17  Juergen Vigna  <jug@sad.it>
3759
3760         * various files: implemented the below functions.
3761
3762         * inset.h: added functions
3763         - virtual string selectNextWord(BufferView *, float & value) const;
3764         - virtual void selectSelectedWord(BufferView *) { return; }
3765         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
3766         needed for spellchecking correctly!
3767
3768 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3769
3770         * insetert.C (latex): write out all paragraphs.
3771
3772 2001-07-17  Baruch Even  <baruch@lyx.org>
3773
3774         * insetgraphics.C (draw): Removed unneeded casts.
3775
3776 2001-07-16  Juergen Vigna  <jug@sad.it>
3777
3778         * insettext.C (update): fixed small oversight (reset lt to 0).
3779
3780 2001-07-14  Baruch Even  <baruch@lyx.org>
3781
3782         * insetgraphics.h:
3783         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
3784
3785 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3786
3787         Consistent use of Lsstream.h:
3788         * figinset.C: removed using std::ostringstream directive.
3789
3790         * insetgraphics.C (createLatexOptions):
3791         * insetinclude.C (unique_id):
3792         std::ostringstream -> ostringstream.
3793         * insettext.C (localDispatch): std::istringstream -> istringstream.
3794
3795 2001-07-13  Juergen Vigna  <jug@sad.it>
3796
3797         * insetfloat.C (insertInsetAllowed): added missing const_cast.
3798
3799         * insetcollapsable.C (getLockingInset): ditto.
3800
3801 2001-07-12  Juergen Vigna  <jug@sad.it>
3802
3803         * insetcollapsable.h: added implementation of new function for
3804         collapsable status.
3805
3806         * various files: added implementation of new insertInsetAllowed-func
3807         and redone the function a bit more.
3808
3809         * inset.h: added isCollapsable(), bool collapsed(),
3810         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
3811
3812         * insetfloat.C (insertInsetAllowed): make a bit more checks.
3813
3814         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
3815         LyXText which is marked for removal while we're using it!
3816
3817         * insettext.h: added private LyXText * lt to use it to assure we are
3818         not deleting our LyXText while we're using it!
3819
3820 2001-07-11  Juergen Vigna  <jug@sad.it>
3821
3822         * insettext.C (insertInset): check if we are before the inset after
3823         inserting it! This check IS needed. Remove the Undo-Call as it is
3824         called in LyXText::insertInset!
3825
3826         * insettext.h: added struct InnerCache.
3827
3828         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
3829         that we ONLY delete the LyXText in the getLyXText() routine. So we
3830         are sure we don't delete LyXText while someone is working with it!
3831
3832 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3833
3834         * insetexternal.C: (*it). -> it->
3835         * insettext.C: ditto
3836
3837 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3838
3839         * insetcollapsable.C (edit): always open collapsed insets (even if
3840         they are not autocollapsable)
3841
3842         * insetcommand.C (operator=): simplify.
3843
3844 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3845
3846         * insetert.C (latex): handle META_NEWLINE
3847
3848 2001-07-09  Juergen Vigna  <jug@sad.it>
3849
3850         * insetert.h: a normal InsetText can insert insets, but we won't.
3851
3852         * inset.h: return default "false" on insertInsetAllowed and implement
3853         this function where a returnvalue != "false" is needed.
3854
3855 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3856
3857         * insetert.C (InsetERT): new contructor
3858
3859 2001-07-06  Juergen Vigna  <jug@sad.it>
3860
3861         * a lot of files: added implementation of the below new functions
3862         and the change to clone(). Also the call of the new undo-functions
3863         where needed.
3864
3865         * inset.h: added an inset_id, added functions getParFromID,
3866         getInsetFromID, firstParagraph, cursor and id functions, added
3867         bool same_ids to clone function.
3868
3869 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3870
3871         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
3872         of BufferView * and shared_ptr<LyXText>
3873
3874 2001-07-05  Juergen Vigna  <jug@sad.it>
3875
3876         * insettext.C (clear): deleted also the cache not only LyXText.
3877         (setParagraphData): ditto.
3878
3879 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3880
3881         * insetfloat.C (latex): let the specific placement take presedence
3882         if set, otherwise choose document placement if set, otherwise just
3883         use float default placement.
3884
3885 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3886
3887         * insettext.C (localDispatch): call CutAndPaste::'s static method
3888         directly.
3889
3890 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3891
3892         * insetbib.C: no meed to include forms.h here.
3893
3894 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
3895
3896         * insettext.C: added using std::make_pair directive.
3897
3898 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3899
3900         * insettext.C (getLyXText): avoid multiple lookups, and simplify
3901         slightly
3902         (deleteLyXText): ditto
3903         (resizeLyXText): ditto
3904
3905 2001-07-02  Juergen Vigna  <jug@sad.it>
3906
3907         * insettext.C (getLyXText): introduce a cache in getLyXText so that
3908         following calls are only returned the right pointer without the over
3909         head to search in the map.
3910         (various funcs): reset the cached_bview variable as this signs that
3911         the cache is not valid anymore.
3912
3913 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3914
3915         * insettabular.C (clone): do not copy the LyXTabular twice
3916
3917 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3918
3919         * insettext.h (TEXT): delete method
3920
3921 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3922
3923         * insetmarginal.C (latex):
3924         * insetfoot.C (latex): fix spacing of notes in LaTeX
3925
3926         * insettext.C (localDispatch): use .c_str() on istringstream
3927         constructor argument.
3928
3929 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
3930
3931         * insettoc.h:
3932         * insettoc.C:
3933         * inseturl.h:
3934         * inseturl.C: fix method names in these to begin
3935           with small char too, so they inherit
3936
3937 2001-06-28  Juergen Vigna  <jug@sad.it>
3938
3939         * insettext.C (setFont): fixed font settings using toggleFree()
3940         instead of setFont().
3941
3942 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3943
3944         * Change a lot of method names to begin with a small char.
3945         Changes to a lot of files because of this.
3946
3947 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3948
3949         * insetfloatlist.C (Write): std:: qualify ostream
3950         (Latex): ditto
3951
3952 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3953
3954         * figinset.C:
3955         * inset.C:
3956         * insetgraphics.C: send debug output to Debug::INFO instead of
3957         Debug::ANY.
3958
3959 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3960
3961         * insettabular.h:
3962         * insettabular.C (getStatus): update to use func_status
3963
3964 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
3965
3966         * insetref.C (DocBook): added support for cross-references without
3967         a name.
3968
3969 2001-06-26  The LyX Project  <jug@sad.it>
3970
3971         * insetref.C:
3972         * insetref.h:
3973         * insetlabel.C:
3974         * insetlabel.h: removed escape method and moved it to
3975         support/lstrings.h.
3976
3977 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3978
3979         * insettabular.C (getMaxWidth): do the speedup in a different way,
3980         remove dead code
3981
3982 2001-06-24  The LyX Project  <Asger>
3983
3984         * insettabular.C (getMaxWidth): We cache a mapping from
3985         inset to cell in order to speed this method up.
3986
3987 2001-06-24  The LyX Project  <Asger>
3988
3989         * insettext.C: Optimized InsetText::draw or something.
3990
3991 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
3992
3993         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
3994
3995 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3996
3997         * inset.h: name change from lyxinset.h
3998
3999 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
4000
4001         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
4002
4003 2001-06-14  Juergen Vigna  <jug@sad.it>
4004
4005         * insettext.C (draw): removed warnings.
4006
4007 2001-06-13  Juergen Vigna  <jug@sad.it>
4008
4009         * insettabular.C (nodraw): only go down the tree if we don't have
4010         that flag set otherwise it's obvious that we don't want to draw.
4011         (LocalDispatch): do also an update if we have an undispached result.
4012
4013 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
4014
4015         * insetcite.C:
4016         * insetgraphicsParams.C:
4017         * insettext.C: removed // -*- C++ -*- as first line.
4018
4019 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4020
4021         * lyxinset.h (resizeLyXText): shut off warning about unused
4022         parameter "force"
4023
4024 2001-06-07  Juergen Vigna  <jug@sad.it>
4025
4026         * insettext.C (resizeLyXText): honor the new force flag.
4027
4028         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
4029
4030         * insettabular.C (deleteLyXText): new function
4031
4032 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4033
4034         * insettheorem.C:
4035         * insetminipage.C:
4036         * insetlist.C:
4037         * insetfootlike.C:
4038         * insetfloat.C:
4039         * insetert.C:
4040         * insetcollapsable.C:
4041         * insetcaption.C: LColor tidy
4042
4043 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4044
4045         * figinset.C: fix typo
4046
4047 2001-06-01  Juergen Vigna  <jug@sad.it>
4048
4049         * insettabular.C (resetPos): small hack so that scroll is not set to
4050         0 when we are in the last column of a tabular. This is a problem we
4051         have because of constats 20 offset on both directions, so this can
4052         cause on the limit an endless loop.
4053
4054         * insettext.C (SetFont): forgot that we can have locking insets ;)
4055
4056 2001-05-31  Juergen Vigna  <jug@sad.it>
4057
4058         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
4059
4060 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4061
4062         * figinset.C: add using std:: directive for the C functions which
4063         need that.
4064
4065 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4066
4067         * insetfloat.C (Write): write out wide info
4068         (Read): read the wide info
4069         (Latex): use the wide info when creating latex.
4070
4071         * insettext.C: adjust
4072
4073         * insetgraphics.[Ch] (statusMessage): change to return string
4074         (width): adjust
4075         (draw): adjust
4076
4077         * figinset.C (runqueue): add std::
4078         (Recompute): ditto
4079
4080 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4081
4082         * insetcite.C (Ascii): add std:: qualifier
4083
4084 2001-05-28  Juergen Vigna  <jug@sad.it>
4085
4086         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
4087         a endless-width inset (maxWidth < 0).
4088         (Edit): change language only if not equal.
4089
4090         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
4091
4092         * insettext.C (draw): fixed draw/clear of InsetText-Frame
4093
4094 2001-05-16  Juergen Vigna  <jug@sad.it>
4095
4096         * insettext.C (selectAll): added
4097         (clearSelection): added
4098
4099         * insettabular.C (SetFont): now we may set a font on a whole selection!
4100         (getSelection): added helper function.
4101
4102 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4103
4104         * insetcite.C (Ascii): Add method.
4105
4106 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4107
4108         * figinset.C:
4109         * insetbib.C: fix path for OS/2 & Win32
4110
4111 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4112
4113         * insetfoot.C (Latex): don't use % after footnote.
4114
4115 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4116
4117         * insettext.C (Read): use clear
4118         (SetParagraphData): use LyXParagraph copy constructor instead of clone
4119
4120 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4121
4122         * insetfloatlist.h: add a bunch of std:: qualifiers.
4123
4124 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4125
4126         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
4127         FLOAT_LIST_CODE, renumber code list.
4128
4129         * insettoc.C (getScreenLabel): remove support for float lists
4130         (LyxCode): ditto
4131         (Ascii): ditto
4132
4133         * insetfloatlist.[Ch]: new files
4134
4135         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
4136
4137 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
4138
4139         * insettabular.C (LocalDispatch):
4140         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
4141         method
4142
4143 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4144
4145         * insettext.C: remvoe !NEW_INSETS cruft
4146
4147         * insettabular.C: remove !NEW_INSETS cruft
4148
4149         * insetcollapsable.h: remove !NEW_INSETS cruft
4150
4151         * insetbib.C: remove !NEW_INSETS cruft
4152
4153 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4154
4155         * insettoc.C: hack to make listof algorithm work
4156
4157 2001-04-20  Juergen Vigna  <jug@sad.it>
4158
4159         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
4160
4161 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4162
4163         * insetquotes.C (Latex): improve the guard against
4164         unwanted !` and ?` ligatures. This should really be done in
4165         another place (to catch all this ligatures at low-level).
4166
4167 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4168
4169         * insettext.C (init): remvoe leftovers from cursor_visible change
4170         (draw): use c++ cast
4171         (LocalDispatch): dispatch LFUN_MESSAGE
4172
4173         * insettabular.C (InsetTabular): remove leftovers from
4174         cursor_visible, and scoped_ptr changes
4175         (draw): use c++ cast
4176
4177         * insetcollapsable.C (draw): use c++ cast
4178
4179         * ExternalTemplate.h: inherit privaely from noncopyable
4180         * insetcommand.h: ditto
4181         * insetinclude.h: ditto
4182
4183 2001-04-16  Allan Rae  <rae@lyx.org>
4184
4185         * insettoc.C (Ascii):
4186         * insettext.C (draw):
4187         * insettabular.C (setPos):
4188         * insetminipage.C (Read):
4189         * insetfloat.C (placement):
4190         * insetcaption.C (Ascii, DocBook):
4191         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
4192         an unrecognised preprocessor directive.  So ensure they're wrapped.
4193
4194 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
4195
4196         * insetexternal.h:
4197         * insetexternal.C: set view on Clone. Add _ to private members.
4198
4199 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4200
4201         * insettext.C (InsetText): fix new
4202         (InsetText): reindent some, simplify deletion of par list
4203         (clear): simplify deletion of par list, fix new
4204         (SetParagraphData): simplify deletion of par list
4205
4206         * insettabular.[Ch] (getLabelList): implement new method
4207
4208 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4209
4210         * lyxinset.h: do not include gettext.h...
4211
4212         * inset.C:
4213         * insetcaption.C:
4214         * insetexternal.C:
4215         * insetgraphics.C:
4216         * insetindex.C:
4217         * insetlabel.C:
4218         * insetlatexaccent.C:
4219         * insetminipage.C:
4220         * insetquotes.C:
4221         * insettabular.C:
4222         * inseturl.C: ... and do it here instead
4223
4224 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4225
4226         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
4227
4228         * insettext.[Ch] (getLabelList): add std:: on vector<string>
4229
4230         * insetcollapsable.[Ch] (getLabelList): implement
4231
4232         * insettext.[Ch] (getLabelList): implement
4233
4234         * insettext.h: reindent
4235
4236         * insettabular.h: make tabular a scoped_ptr
4237
4238         * insettext.C (init): adjust for cursor_visible
4239         (ToggleInsetCursor): constify asc and desc, font, adjust for
4240         cursor_visible
4241         (ShowInsetCursor): constify asc and desc, font, adjust for
4242         cursor_visible
4243         (HideInsetCursor): adjust for cursor_visible
4244
4245         * insettabular.C: reindent some
4246         (InsetTabular): adjust for scoped_ptr and cursor_visible
4247         (InsetTabular): ditto
4248         (~InsetTabular): delete delete
4249         (Clone): adjust for scoped_ptr
4250         (Read): constify old_format, adjust for scoped_ptr, move init of
4251         token
4252         (draw): constify tx, localize loop vars.
4253         some other localization of variables, remove double initilizatons.
4254
4255         * insetfoot.C: remove using std::ostream, add ostream where needed
4256
4257 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4258
4259         * lyxinset.h: some reindentaion, use initializer list for
4260         constructro.
4261         UpdatableInset: make cursor_visible a private var add
4262         public isCursorVisible(), add protected toggleCursorVisible() and
4263         proctected setCursorVisible(bool), make scroll call the Inset::scroll
4264
4265         * insettoc.C: remvoe using decl
4266         (getScreenLabel): make cmdname donst
4267         (LyxCode): ditto
4268         (Ascii): ditto
4269         (Ascii): don't use endl
4270
4271         * insetfootlike.C: remove using decl at file scope and add std::
4272         where needed
4273         * insetmarginal.C: ditto
4274
4275         * insetfoot.C: some reformatting
4276
4277         * insetfloat.C (InsetButtonRelease): adjust the hit area
4278
4279         * insetert.C (SetFont): some reformatting
4280
4281         * insetcollapsable.C: some reformatting and constification
4282         (Clone): comment out.
4283         * insetcollapsable.h: some reformatting
4284         (Clone): comment out.
4285
4286         * inset.C: reindent
4287         (scroll): simplify
4288
4289 2001-03-30  Juergen Vigna  <jug@sad.it>
4290
4291         * insetcollapsable.h: changen *inset to be a InsetText inset.
4292
4293         * some files: changed to reflect the above change.
4294
4295 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
4296
4297         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
4298         InsetExternal::Params.
4299         Added operator==() and operator!=() for the Params struct.
4300
4301 2001-03-29  Juergen Vigna  <jug@sad.it>
4302
4303         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
4304         BufferView *.
4305
4306         * insetminipage.C: removed widthp_ and all it's functions and changed
4307         to use new %-lengths of LyXLength.
4308
4309 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4310
4311         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
4312
4313 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4314
4315         * insetgraphicsParams.C (operator!=): new function, needed by the
4316         ControlGraphics class.
4317
4318 2001-03-28  Juergen Vigna  <jug@sad.it>
4319
4320         * insettext.C (InsetButtonPress): only enter !inset if button == 2
4321         (checkAndActivateInset): don't use the values returned from
4322         call to bv->checkInsetHit.
4323
4324         * insetminipage.C (Clone): set special minipage values.
4325
4326         * insetcollapsable.C (draw): changed to draw the button in the
4327         upper left corner outside the textinset.
4328         (ascent): changed because of different drawing
4329         (descent): ditto
4330         (width): ditto
4331         (Edit): ditto
4332         (InsetButtonPress): ditto
4333         (InsetButtonRelease): ditto
4334         (InsetMotionNotify): ditto
4335
4336 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
4337
4338         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
4339         contain a suffix.
4340         (Clone): ditto
4341
4342 2001-03-26  Juergen Vigna  <jug@sad.it>
4343
4344         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
4345
4346         * insettext.C (ShowInsetDialog): implemented above function.
4347
4348         * insettabular.C (ShowInsetDialog): ditto
4349
4350         * insetminipage.C (ShowInsetDialog): ditto
4351
4352 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4353
4354         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
4355         InsetInclude::Params. Don't store a buffer * in Params. Store the
4356         master file name instead.
4357
4358 2001-03-23  Juergen Vigna  <jug@sad.it>
4359
4360         * insetcollapsable.C (InsetMotionNotify):
4361         (InsetButtonRelease):
4362         (InsetButtonPress): fixed y-offset (minipages).
4363
4364         * insettext.C (draw): force a FULL update if cleared == true.
4365
4366         * insetcollapsable.C (draw): Lars forgotten entry for changing this
4367         routine to draw the minipages on its position-flag.
4368         (InsetInInsetY): give back the right y position, because of minipage
4369         position-flag.
4370
4371 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
4372
4373         * insetfloat.h
4374         * insetfloat.C (DocBook): docbook export code.
4375
4376 2001-03-22  Juergen Vigna  <jug@sad.it>
4377
4378         * insetminipage.C (getMaxWidth): added function to set the drawing
4379         width!
4380         (Read): should work now!
4381
4382         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
4383         if we create a new inset.
4384
4385 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4386
4387         * figinset.C (fl_set_preemptive_callback): moved definition outside
4388         of namespace anon.
4389
4390 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4391
4392         * insetminipage.C (Read): prepare for reading of minipage arguments.
4393
4394 2001-03-18  Baruch Even  <baruch@lyx.org>
4395
4396         * insetgraphics.C: Minor cleanups of the comments and code.
4397
4398 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4399
4400         * insetminipage.C (InsetMinipage): default to not collapsed
4401
4402 2001-03-16  Juergen Vigna  <jug@sad.it>
4403
4404         * insetminipage.C (width): modified with to be a string
4405         (widthp): added widthp (for % width) support functions.
4406         (InsetButtonRelease): added to open the options dialog on button==3.
4407         (~InsetMinipage): added to hide the dialog.
4408
4409         * insetminipage.h: added hideDialog signal
4410
4411 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4412
4413         * insetminipage.h: change the order or Position to match
4414         LyXParagraph::MINIPAGE_ALIGNMENT
4415
4416         * several files: remvoe CXX_WORKING_NAMESPACES
4417
4418         * ExternalTemplate.h: noncopyable is in namespace boost
4419         * insetinclude.h: ditto
4420         * insetcommand.h: ditto
4421
4422 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4423
4424         * insettext.C (Edit): #else# -> #else.
4425         * insettoc.C: added using directive.
4426
4427 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4428
4429         * insetminipage.h: add pos, inner_pos, width and height. + getters
4430         and setters for all of them.
4431
4432 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4433
4434         * insetinclude.C (Latex): Do not exit when the textclass of the
4435         included file differ from the textclass of the parent file.
4436
4437 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4438
4439         * ExternalTemplate.C (read): the reading of external insets now checks
4440         for \end_inset and removes it form the input stream.
4441
4442 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4443
4444         * ExternalTemplate.h:
4445         * ExternalTemplate.C:
4446         * insetexternal.h:
4447         * insetexternal.C: move form to GUII
4448
4449 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4450
4451         * insetinclude.h:
4452         * insetinclude.C: add InsetIncludeParams, use
4453         composition rather than derivation of InsetCommand
4454
4455 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4456
4457         * insettoc.C (Ascii): use the Buffer typedefs
4458
4459 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4460
4461         * insettoc.C (Ascii): implement for dynamic number of lists
4462
4463         * insetcaption.[Ch]: update from new_insets branch
4464         * insetfloat.[Ch]: ditto
4465
4466 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4467
4468         * insetexternal.C:
4469         * figinset.C: use new File Dialog
4470
4471 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4472
4473         * insettext.C: changes becuase of ParagraphParameters.
4474
4475 2001-02-28  Baruch Even  <baruch@ev-en.org>
4476
4477         * insetgraphics.C (updateInset): Changed due to the change in
4478         GraphicsCache.
4479
4480 2001-02-26  Juergen Vigna  <jug@sad.it>
4481
4482         * insettext.C (SetFont): Set Undo only if we have selection (as it is
4483         handled in LyXText).
4484
4485 2001-02-23  Juergen Vigna  <jug@sad.it>
4486
4487         * insettext.C (draw): some small repainting fixes.
4488         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
4489
4490         * inset.C (LocalDispatch): changed action to be a kb_action (as it
4491         should be) and not an int.
4492
4493         * insettabular.C (LocalDispatch): ditto
4494
4495         * insettext.C (LocalDispatch): ditto
4496
4497         * insetcollapsable.C (LocalDispatch): ditto
4498
4499 2001-02-22  Juergen Vigna  <jug@sad.it>
4500
4501         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
4502         DISPATCH it and we don't have a locking_inset.
4503
4504 2001-02-21  Baruch Even  <baruch@ev-en.org>
4505
4506         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
4507         instead of GraphicsCacheItem *.
4508
4509 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4510
4511         * insetcollapsable.C (getLyXText): add const qualifier to second
4512         parameter.
4513
4514 2001-02-22  Juergen Vigna  <jug@sad.it>
4515
4516         * insettext.C (getLyXText): honor the recursive parameter.
4517         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
4518
4519         * inset.C (getLyXText): added bool recursive parameter.
4520
4521         * insettext.C (SetUpdateStatus): or the update codes.
4522         (draw): check need_update with &.
4523         (InsetButtonPress): set no_selection to not put a selection when
4524         entering an inset and it is redraws in another spot.
4525
4526         * insettext.h: made need_update an int.
4527
4528 2001-02-20  Baruch Even  <baruch@ev-en.org>
4529
4530         * insetgraphics.h:
4531         * insetgraphisc.C: Changed to use better semantics when loading images
4532         for inline view. Now it doesn't keep the pixmap itself but it's holder.
4533
4534 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4535
4536         * insetcommand.h:
4537         * inseterror.h:
4538         * insetgraphics.C: change name of "hide" signal to "hideDialog",
4539         consistent with InsetTabular.
4540
4541 2001-02-19  Juergen Vigna  <jug@sad.it>
4542
4543         * insettabular.C (LocalDispatch): implement PAGE up/down.
4544
4545         * insettext.C (draw): clear all of it on need_update==INIT too!
4546
4547         * insettabular.C (InsetUnlock): always clear the selection.
4548
4549         * inset.C (scroll): normally we only want to scroll the inset until
4550         it is fully visible so if top_x + offset > 20 then just set scx to 0.
4551
4552 2001-02-14  Juergen Vigna  <jug@sad.it>
4553
4554         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
4555         (resetPos): fixed scroll behaviour.
4556         (LocalDispatch): do an update if moving cursor inside a table cell
4557         requests a scroll of the tabular.
4558
4559 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4560
4561         * insettext.C (textWidth): constify local var
4562
4563         * insettabular.C: small cleanup.
4564
4565         * insetfoot.C (Latex): constify local var
4566
4567         * insetcollapsable.C: small cleanup.
4568
4569         * figinset.C (runqueue): use compare instead of strcmp
4570
4571 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4572
4573         * insettext.C:
4574         * insetinfo.C: remove cruft
4575
4576 2001-02-14  Juergen Vigna  <jug@sad.it>
4577
4578         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
4579
4580 2001-02-13  Juergen Vigna  <jug@sad.it>
4581
4582         * insettext.C (InsertInset): don't move left (is this right?)
4583
4584         * insettabular.C (LocalDispatch): use of the no_draw variable
4585
4586         * insettabular.h: new no_draw variable to stop redraw
4587
4588         * insettabular.C (TabularFeatures): fixed update for alignment change
4589
4590 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
4591
4592         * insetinclude.C:
4593         * insetbib.h:
4594         * insetbib.C: move dialogs to frontends/
4595
4596 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
4597
4598         * insettext.C (LocalDispatch): Restore the language if the inset
4599         becomes empty.
4600
4601 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
4602
4603         * insettext.C (moveRightIntern): Update the selection cursor.
4604         (moveLeftIntern): Ditto.
4605
4606 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4607
4608         * Makefile.am: remove BoundingBox.h
4609
4610         * BoundingBox.h: removed
4611
4612 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
4613
4614         * insettext.C (LocalDispatch): Update selection cursor when moving
4615         cursor to the right.
4616         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
4617         (moveLeftIntern): Ditto.
4618
4619 2001-02-05  Baruch Even  <baruch.even@writeme.com>
4620
4621         * insetgraphics.C: Updated automatic image conversion, it now goes into
4622         temporary directory instead of with the image itself.
4623
4624 2001-01-21  Baruch Even  <baruch@ev-en.org>
4625
4626         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
4627         to EPS or PNG when needed (support bitmap graphics).
4628
4629 2000-11-02  Baruch Even  <baruch@ev-en.org>
4630
4631         * insetgraphics.C:
4632         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
4633         and removal of commented out code.
4634
4635 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4636
4637         * insetbib.C (callback): Update citations if the key has changed.
4638
4639 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4640
4641         * insetbib.C (InsetBibKey): Better computation of default key.
4642         (getScreenLabel) Show both the key and the label.
4643         (getBibLabel): New method.
4644         (callback): Force a redraw if the inset have been changed.
4645
4646 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
4647
4648         * insetref.C (getType, getName): Move methods from
4649         src/frontends/xforms/FormRef.C.
4650
4651 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
4652
4653         * insettabular.C: Various improvements (use only one dummy position).
4654
4655 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
4656
4657         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
4658         par->bibkey->width. This fixes the crashes when running without
4659         gui or when having included documents.
4660
4661 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
4662
4663         * insetcommand.C (getAsString, setFromString): Cleanup.
4664
4665 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
4666
4667         * insetref.C: Add the array InsetRef::types that contains
4668         information about all supported reference types.
4669
4670 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4671
4672         * lyxinset.h: remove trailing comma in enum.
4673
4674 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
4675
4676         * insettext.C: kill LyXBell.