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