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