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