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