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