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