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