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