]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
845334873f3845d4ab39fc984bddea5cb2b4dbee
[lyx.git] / src / insets / ChangeLog
1 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2
3         * insetgraphics.C:
4         * insetgraphicsParams.C: fix inverted sense of float_equal
5
6 2001-11-30  Juergen Vigna  <jug@sad.it>
7
8         * insettabular.C (InsetTabular): use the save_id flag to create also
9         the tabular with the same id's.
10
11         * insettext.C (setParagraphData): added a same_id function for undo
12         to set the same paragraph id's as of the paragraph we are setting.
13
14 2001-11-30  José Matos <jamatos@fep.up.pt>
15
16         * inseturl.[Ch]:
17         * insettoc.[Ch]: DocBook -> docbook.
18
19 2001-11-29  André Pönitz <poenitz@gmx.net>
20         
21         * inseterror.C:
22         * insettext.C: further reduction of header dependencies by using
23         lyx::layout_type and lyx::textclass_type from support/types.h
24
25 2001-11-29  Juergen Vigna  <jug@sad.it>
26
27         * insettext.C: inserted a reinitLyXText function everywhere I delete
28         the paragraphs! This should fixe the crashes we had.
29         Also use the new function firstRow() instead of getRowNearY(dummy_y)
30         (paragraph): set the InsetOwner() of the new paragraphs!
31
32 2001-11-28  André Pönitz <poenitz@gmx.net>
33
34         * insetnote.C: add pos initialization that I removed without
35           knowing what I did.
36
37 2001-11-28  Juergen Vigna  <jug@sad.it>
38
39         * insettabular.C (resetPos): hack to not crash with infinite paints.
40
41         * insettabular.h: insert missing function allowSpellcheck()!
42
43         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
44
45 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
46
47         * insetfloatlist.h:
48         * insetfloatlist.C: derive from InsetCommand so gui can use it
49           easily
50  
51 2001-11-26  André Pönitz <poenitz@gmx.net>
52         
53         * insettext.[Ch]:
54         * insetert.C:
55         * insetnote.C: reduce header dependencies, introduce type for
56         positions 
57
58 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
59
60         * various: update for Alert.h
61  
62 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
63
64         * inset.h: fix comment
65  
66         * insettext.C: use par->isInset()
67
68 2001-11-22  Allan Rae  <rae@lyx.org>
69
70         * insetcollapsable.h: 
71         * inset.h: Changes to checkInsertChar() behaviour.
72         Now return value indicates whether chars can be inserted.
73
74 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
75
76         * various:  updated to use the new LaTeXFeatures
77
78 2001-11-14  José Matos  <jamatos@fep.up.pt>
79
80         * insetspecialchar.C (linuxdoc): 
81         (docbook): don't give a name to a unused variable.
82
83         * insettext.C (docbook): removed unused variable.
84
85 2001-11-13  Herbert Voss  <voss@perce.de>
86
87         * insetgraphic.C: fix scale bug
88         
89 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
90
91         * inset.h (isSpace): 
92         (isLetter): new virtual methods.
93
94         * insetspecialchar.C (isSpace): 
95         (isLetter): implement here.
96
97 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
98
99         * inset.h: new inline helpers
100
101         * insettext.C: use new helpers
102
103 2001-11-07  José Matos  <jamatos@fep.up.pt>
104
105         * insettext.C (docbook): full support for paragraphs inside insettext.
106
107 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
108
109         * insetindex.C: added header file for std::ostream.
110
111 2001-11-03  José Matos  <jamatos@fep.up.pt>
112
113         * insetindex.C: added using std::ostream that I forgot yesterday.
114
115 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
116
117         * insetindex.h (docbook):
118         * insetindex.C (docbook): added support for docbook export.
119
120 2001-11-02  José Matos  <jamatos@fep.up.pt>
121
122         * insetcaption.C(docbook): added support for docbook export.
123
124 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
125
126         * insetexternal.C (updateExternal): Do not run update command if
127         result file exists and is up to date.
128
129         * ExternalTemplate.C (readFormat): Support the updateresult token.
130
131 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
132
133         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
134         external_templates) to use the buffer->fileName() but only if
135         previewing. Generating a TeX file should make FPath return
136         "".
137
138 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
139
140         * insetert.h:
141         * insetert.C: fix some problems
142  
143 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
144
145         * insetexternal.C (doSubstitution): Added $$FPath token
146         to list of usable substitutions in external inset templates.
147
148 2001-10-24  Juergen Vigna  <jug@sad.it>
149
150         * insettabular.C: use new ltType struct for setting longtable
151         header and footers also new UNSET enums.
152
153 2001-10-24  José Matos  <jamatos@fep.up.pt>
154
155         * insettabular.C (linuxdoc): Now exports the ascii's table version.
156         (docbook): If the table is not inside a float then wrap it inside
157         <informaltable>...</informaltable>.
158
159 2001-10-23  José Matos  <jamatos@fep.up.pt>
160
161         * insetref.C (docbook): removed / terminator to conform SGML.
162
163         * insetspecialchar.C (linuxdoc):
164         (docbook): Added support for special chars, more than ascii export.
165
166 2001-10-22  Juergen Vigna  <jug@sad.it>
167
168         * insettext.C (checkInsertChar): added for REALLY checking the
169         font of the inserted char in the right inset!
170
171 2001-10-19  Juergen Vigna  <jug@sad.it>
172
173         * inset.h: added method allowSpellcheck() so that insets who do
174         not have anything to spellcheck can tell and so they are over-jumped.
175         Implemented for InsetText and co.
176
177 2001-10-18  Juergen Vigna  <jug@sad.it>
178
179         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
180
181 2001-10-15  José Matos  <jamatos@fep.up.pt>
182
183         * insetert.C: allow export for docbook and linuxdoc
184
185 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
186
187         * insetquotes.C (dispString): handles latin3 and latin4 quotes
188
189 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
190
191         * insetquotes.C (dispString): fix handling of latin9 quotes
192
193 2001-10-03  Juergen Vigna  <jug@sad.it>
194
195         * insetert.C: ditto
196
197         * insetcollapsable.C: change updateInset calls to not tell BV that
198         we have changed status.
199
200 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
201
202         * insettabular.C (deletable): make const
203
204 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * insetert.C (latex): Fix the returned value
207
208 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
209
210         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
211         Returns string(), so nothing in an ERT inset is spellchecked.
212
213         * insetgraphics.C (draw): print the filename if not displaying the
214         image.
215         (width): make sure that the width and draw methods are consistent.
216         (updateInset): don't even load the image into cache if not displaying
217         it.
218
219 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
220
221         * various files (selectNextWord): renamed as
222         selectNextWordToSpellcheck.
223
224         * insetgraphics.C (draw): remove the previous change. Right place
225         is in imageLoaderXPM.C.
226         (draw): don't display the image if params.display == NONE.
227
228 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
229
230         * figinset.C (runqueue):
231         * insetgraphics.C (draw): set background colour of inset from
232         background to the user-configurable graphicsbg.
233
234 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
235
236         * insetquotes.C (InsetQuotes): when trying to decide the side of
237         the quote, choose `left' only after a space or '('
238
239 2001-09-04  José Matos  <jamatos@fep.up.pt>
240         * figinset.C
241         * figinset.h
242         * insetcaption.C
243         * insetcaption.h
244         * insetcollapsable.h
245         * insetcommand.C
246         * insetcommand.h
247         * inseterror.h
248         * insetert.C
249         * insetert.h
250         * insetexternal.C
251         * insetexternal.h
252         * insetfloat.C
253         * insetfloat.h
254         * insetfloatlist.h
255         * insetgraphics.C
256         * insetgraphics.h
257         * inset.h
258         * insetinclude.C
259         * insetinclude.h
260         * insetlabel.C
261         * insetlabel.h
262         * insetlatexaccent.C
263         * insetlatexaccent.h
264         * insetquotes.C
265         * insetquotes.h
266         * insetref.C
267         * insetref.h
268         * insetspecialchar.C
269         * insetspecialchar.h
270         * insettabular.C
271         * insettabular.h
272         * insettext.C
273         * insettext.C (docbook): rename docBook method to docbook.
274
275 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
276
277         * inset.h (getFirstParagraph): New virtual method.
278
279 2001-08-20  Herbert Voss  <voss@perce.de>
280         * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
281         in the the bibtex-database-gui for inserting a line
282         \addcontentsline... 
283
284         If no style is given than there is no tex-output.
285         
286 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
287
288         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
289         files as a vector.
290         (getKeys): use it.
291
292 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
293
294         * insetert.C (latex): Fix output for multiple paragraphs.
295         (write): New code for writing paragraph data.
296         (read): Set font after reading the inset.
297         (localDispatch): Call set_latex_font() for more cases.
298
299         * insetnote.h: Add empty validate method.
300         * insetert.h: Ditto
301
302         * insetnote.C (InsetNote): Set language to the language of the 
303         document.
304
305 2001-08-16  Juergen Vigna  <jug@sad.it>
306
307         * insettext.C: implemented the new FINISHED states.
308
309         * insettabular.C: ditto 
310
311         * inset.h: added more FINISHED states for cursor right,up,down
312
313 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
314
315         * insetfloatlist.C: use "FloatName List" 
316  
317 2001-08-14  Juergen Vigna  <jug@sad.it>
318
319         * insetert.C (edit): forgot to set status_ in edit calls!
320
321 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
322
323         * insettext.C: Compilation fix
324
325 2001-08-13  Juergen Vigna  <jug@sad.it>
326
327         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
328
329         * insetcollapsable.C (edit): don't recollapse an already open inset.
330
331         * insettext.C: fixed problem when reinitializing LyXText by not doing
332         it while lt is in use and post this to the next possible time in
333         getLyXText().
334         (searchForward): fixed not unlocking of inset if nothing found.
335         (edit): set cursor behind right (was set -1 pos).
336
337         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
338
339         * insettabular.C (tabularFeatures): fixed fix where deleting the
340         last row didn't get the right actcell!
341
342 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
343
344         * insettext.C (localDispatch): Change language only when the inset 
345         becomes empty.
346
347 2001-08-10  Juergen Vigna  <jug@sad.it>
348
349         * insettabular.C (selectNextWordInt): use the front using edit call.
350
351         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
352         the parameter overwrite class variable inset.
353
354         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
355
356         * insettext.C (saveLyXTextState): check for invalid cursor-par.
357         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
358
359         * insettabular.C (calculate_dimensions_of_cells): let's try to call
360         update only for fixed with cells.
361         (resetPos): try to fix the lockup on spellchecking or s&r.
362
363         * insettext.C (update): comment this out as it seems first wrong
364         and second not needed anymore!
365         (some functions): call reinitLyXText() only in update() in all other
366         positions set only need_update = INIT.
367
368 2001-08-08  Juergen Vigna  <jug@sad.it>
369
370         * insettabular.C (setPos): fixed wrong actrow < rows() check.
371
372         * insettext.C (insetUnlock): remove double-space on inset unlock.
373
374         * insetcollapsable.C (draw): fix returned x when label > inset-width.
375
376         * insettabular.C (update): fixed cursor positon after an insert.
377         (insetAllowed): do not allow to insert insets when not inside the
378         inset!
379         (draw): clear below an inset too as it could have changed height.
380
381         * inset.C (getMaxWidth): fixed width for inset in inset.
382
383         * insettext.C (update): small fix.
384
385         * insettabular.C (tabularFeatures): added selection support to
386         DELETE_ROW/DELETE_COLUMN.
387
388 2001-08-07  Juergen Vigna  <jug@sad.it>
389
390         * inset.C (getMaxWidth): recoded and all it's implementations!
391
392         * insettext.C (init,setParagraph+constructors): cleanups
393         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
394         are new and I want do a save/restore of the cursor position which is
395         not possible anymore.
396
397         * insetcollapsable.C (searchBackward): recollapse inset if not found.
398         (searchBackward): ditto
399         (selectNextWord): ditto
400
401 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
402
403         * insetlatexaccent.C (checkContents): Add some debug messages
404
405 2001-08-07  Juergen Vigna  <jug@sad.it>
406
407         * insetert.C (read): don't use InsetCollapsable::read as we don't
408         write the collapsed status anymore only the status.
409         (write): ditto.
410
411 2001-08-06  Juergen Vigna  <jug@sad.it>
412
413         * insetert.C (set_latex_font): use LyXText's setFont directly.
414
415         * insettext.C (drawFrame): fixed one time more the right position
416         and size of the frame!
417
418         * insetert.C (~InsetERT): hide the dialog.
419         (showInsetDialog): added implementation
420         (open): ditto
421         (close): ditto
422         (status): new function for the status of the ERT inset (3-state).
423         (write): output also the status of the inset for readback!
424         (read): readback the status if available otherwise use collapsed_.
425
426         * insettext.C (edit): small fix of setting the position, which could
427         have gone < 0.
428
429         * insetert.C (width): implement this function for inlined viewing.
430         Added minimum width of 10 pixels!
431
432         * insetminipage.C (InsetMinipage): just change the colors a bit so
433         that border/background is a bit more visible. We will remove this
434         anyway for 1.2.0!
435
436         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
437         function for getting the important widths for drawing in various
438         functions and in LyXText.
439         (draw): fixed up a bit (frame drawing/clearing)
440
441 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
442
443         * inset.C (convertFont): delete method. not used. 
444
445 2001-08-03  Juergen Vigna  <jug@sad.it>
446
447         * insettext.C (setFont): don't call for a draw update if we're just
448         changing the cursor font!
449
450 2001-08-02  Juergen Vigna  <jug@sad.it>
451
452         * insettext.C (draw): clear the background with the right color if
453         needed. Update myself if x&max-width changed and return without doing
454         anything. Let the update code handle the right stuff.
455
456         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
457         inside another inset.
458
459 2001-08-01  Juergen Vigna  <jug@sad.it>
460
461         * insetcollapsable.C (update): added an in_update bool so we avoid
462         reentering.
463
464         * insettabular.C (update): added an in_update bool so we avoid
465         reentering.
466
467         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
468         selection problem.
469         (update): added an in_update bool so we avoid reentering.
470
471         * insettabular.C (localDispatch): clear col/row selection when doing
472         something else inside an inset.
473
474         * insettext.C (getLyXText): fixed bug when requesting a recursive
475         insettext!
476
477 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
478
479         * insetcite.C (latex): Paranoia check. Make sure that there is no
480         whitespace between the citation keys.
481
482 2001-07-31  Juergen Vigna  <jug@sad.it>
483
484         * inset.h (nodraw): make the set function also const so that this
485         can be called from inside other const functions.
486
487         * insetcollapsable.h: removed inline variable and moved it over
488         to the only user InsetERT.
489
490         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
491         inset opening immediately therein lying insets dialogs!
492
493         * insetert.C (localDispatch): set the font also if we don't have any
494         chars in this paragraph, otherwise if we delete all of em and start
495         writing we have the wrong font.
496         (inlined): added
497         (draw): implemented for inline support
498         (insetButtonRelease): ditto.
499
500 2001-07-30  Juergen Vigna  <jug@sad.it>
501
502         * insettext.C (reinitLyXText): new function to reinit the insets
503         text after lot's of paragraph changes. Use this instead of the
504         cache.clear() which is VERY dangerous.
505
506         * insetfloat.C (insetButtonRelease): we should only show the dialog
507         if we press on the label otherwise we have problems to open mouse
508         button 3 dialogs inside this float (f.ex. of a tabular!)
509
510 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
511
512         * insetert.C: change back to "ERT"
513
514         * insetfloat.C: handliign of RMB on label added.
515
516 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
517
518         * insetgraphicsParams.C: #include LOstream.h here.
519
520         * insetfoot.h: remove InsetFoot:: qualifier.
521
522 2001-07-29  Baruch Even  <baruch@lyx.org>
523
524         * ChangeLog: Hiding time travel evidence.
525
526         * insetgraphicsParams.h:
527         * insetgraphicsParams.C: 
528         * insetgraphics.C: Added horizontal scale option, it actually scales both
529         directions since it keeps image proportions.
530
531         * insetgraphics.C: Fixed EPS detection to be non-hacky.
532
533 2001-07-29  Baruch Even  <baruch@lyx.org>
534
535         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
536         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
537
538         HACKY! Will need to add an EPS detection routine like old InsetFig does!
539
540 2001-07-29  Baruch Even  <baruch@lyx.org>
541
542         * insetgraphics.C: Added EPSI to be an alias of EPS.
543
544 2001-07-29  Baruch Even  <baruch@lyx.org>
545
546         * insetgraphics.C: Change GRAPHICS to Graphics.
547         Changed image conversion rules (documented at the beginning of file).
548
549 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
550
551         * insetert.C (get_new_label): int -> Paragraph::size_type to get
552         std::min working.
553
554         * insetgraphics.C: added a using std::endl directive.
555
556         * insetcommand.h (getScreenLabel): removed pure virtual function,
557         as it duplicates that in InsetButton.
558
559         * insetbib.[Ch] (getScreenLabel):
560         * insetbutton.[Ch] (getScreenLabel):
561         * insetcite.[Ch] (getScreenLabel):
562         * insetert.[Ch] (getScreenLabel):
563         * insetexternal.[Ch] (getScreenLabel):
564         * insetfloatlist.[Ch] (getScreenLabel):
565         * insetinclude.[Ch] (getScreenLabel):
566         * insetindex.[Ch] (getScreenLabel):
567         * insetlabel.h (getScreenLabel):
568         * insetparent.[Ch] (getScreenLabel):
569         * insetref.[Ch] (getScreenLabel):
570         * insettoc.[Ch] (getScreenLabel):
571         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
572
573         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
574         the label.
575         (validate): remove check on "cite" when using natbib.
576
577 2001-07-26  Baruch Even  <baruch@lyx.org>
578
579         * insetgraphics.C (draw): changed casting to be in one place rather than 
580         all over the function.
581
582         * insetgraphics.h:
583         * insetgraphics.C (read): Added compatibility reads of InsetFig.
584         
585         * insetgraphicsParams.h:
586         * insetgraphicsParams.C: 
587         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
588
589 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
590
591         * insetfoot.C (validate): Added method to ensure that the
592         right bit of LaTeX is emitted.
593
594         * insetfoot.h: Added validate method to set the correct
595         LaTeXFeatures bit for the special footnote code.
596
597 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
598
599         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
600         quotes
601
602 2001-07-27  Juergen Vigna  <jug@sad.it>
603
604         * inset.h: remove not used font variable in parameter.
605         removed checkInsertChar in UpdatableInset as it was equal to
606         the one in Inset and so not needed.
607
608         * insetert.C (checkInsertChar): implementation of function
609         checkInsertChar.
610
611         * inset.h: added new function checkInsertChar.
612
613         * various files: added c-tor and clone() function.
614         
615         * insetcollapsable.h: removed clone function here as this should
616         be only realized in REAL insets and added it to all collapsable
617         insets! (with the copy-constructor).
618
619 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
620
621         * insetminipage.C (read): handle missing parameters more gracefully
622
623         * insetcollapsable.C (read): handel missing collapsed more gracefully
624
625 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
626
627         * insetfloat.C (read): handle missing parameters.
628
629         * insettext.C (read): handle old latex end_inset
630
631         * insetert.C (setButtonLabel): new method
632         (init): use it, to set the dynamic label correctly
633         (read): use it
634
635         * Makefile.am (EXTRA_DIST): add files that is not part or the
636         binary here.
637
638         * insetcollapsable.h: remove autocollapsable (no users), remove
639         draw_label, change_label_with_text and companion code. Remove args
640         from some methods.
641         * insetert.[Ch]: move here instead (only user)
642
643         * inset.h: rename private variable name to name_, make
644         selectNextWord return a const string. make getInsetName return a
645         string const &. Remove bool from open, add close.
646
647         * Makefile.am: don't compile insetlist, insetsection
648         and insettheorem
649
650 2001-07-24  Juergen Vigna  <jug@sad.it>
651
652         * insetert.C (InsetERT): put init after the paragraph initialization,
653         as otherwise we don't set the draw_label right.
654
655         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
656         insets with the mouse without having strange selections.
657         (edit): if the inset was collapsed and we open it here then put the
658         cursor always at the beginning of the inset.
659         (get_new_label): 15 instead of 10 max chars in the label.
660
661         * insetert.C (localDispatch): added and handle various stuff we
662         need to handle here (font setting on paragraph break, not permitted
663         layout setting, etc.).
664
665         * inset.h: added default copy-consturctor and implemented this in
666         various insets with the change to use this in the clone function!
667
668 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
669
670         * insetminipage.C (InsetMinipage): set background color to red :)
671
672 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
673
674         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
675         draw frame mode is LOCKED.
676
677         * insetcollapsable.C (edit): 
678         (insetButtonRelease): set update status to full when
679         opening inset.
680
681         * insettext.C (clearInset): 
682         * insettabular.C (draw): 
683         * insetlatexaccent.C (draw): honor background color.
684
685         * inset.h: new member background_color_, initialized to
686         LColor::inherit.
687
688         * inset.C (backgroundColor): new method.
689         (setBackgroundColor): new method.
690
691         * insetert.C (init): new method, called by the ctors.
692         (InsetERT): when inserting contents, make sure the font is
693         ALL_INHERIT.
694
695         * insetnote.C (InsetNote): when inserting content, remove trailing
696         newline
697         (init): set background color to LColor::note
698
699 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
700
701         * insetcollapsable.C: adjust
702
703         * insetbutton.C: adjust
704
705 2001-07-23  Juergen Vigna  <jug@sad.it>
706
707         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
708         parameter on the _collapsed function (was not needed) and call
709         always width_collapsed().
710
711         * insetert.C (InsetERT): use setLabel with "true" flag.
712
713         * insetcollapsable.C: modified various functions to set the draw_label
714         string right in any condition.
715         (setLabel): added a bool parameter to set change_label_with_text.
716
717         * insetcollapsable.h: added draw_label string which is set to the
718         actual drawn label-string, while label is the original static label
719         of this collapsable inset. Added bool change_label_with_text to set
720         if we want that the label changes to the start of the InsetText's
721         text when collabpsed. You can set this flag with the setLabel funciton.
722         Added bool inlined for inlined collapsable insets, but not handled
723         yet.
724
725         * insetcollapsable.C (get_new_label): added should get a new label
726         from the InsetText beginning (for now 10 chars).
727
728 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
729
730         * insetquotes.C (latex): fix the handling of french double quotes
731         when not using the french pachage.
732
733 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
734
735         * insetcollapsable.h: make WidthCollapsed mutable.
736
737         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
738         InsetPrintIndex returns INDEX_PRINT_CODE.
739
740         * inset.h: add INDEX_PRINT_CODE
741
742         * insetcollapsable.C (draw): init widthCollapsed if necessary
743         (width): ditto.
744
745         * insetquotes.C (width): use the local language, not the document
746         language.
747         (draw): ditto.
748         (dispString): add additional spacing for all french languages,
749         like fr_CA.
750         (validate): make it work when there is no default language
751
752         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
753
754         * insetnote.C (init): new method, called by the constructors
755         (InsetNote): new constructor with contents passed as a string
756
757 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
758
759         * insetfootlike.C (insetAllowed): disallow float in footlike.
760
761         * insetert.C (InsetERT): add collapsed argument to the constrctor
762         with contents.
763
764 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
765
766         * insetindex.h: shut off warning
767
768 2001-07-20  Juergen Vigna  <jug@sad.it>
769
770         * insetcollapsable.C (update): recoded hopefully works now!
771
772 2001-07-19  Juergen Vigna  <jug@sad.it>
773
774         * most files: implemented the below new introduced function.
775         
776         * inset.h: added new edit(BufferView *, bool front) method to be able
777         to enter an inset from the front/back without knowing x/y positions
778         and baselines inside the inset. So I just can tell the inset activate
779         me and set the cursor on the front/back of yourself.
780
781 2001-07-18  Juergen Vigna  <jug@sad.it>
782
783         * insetcollapsable.C (edit): fixed hopefully the y parameter which
784         is givven to the InsetText.
785         (insetButtonPress): ditto
786         (insetButtonRelease): ditto
787         (insetMotionNotify): ditto
788
789 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
790
791         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
792         LIGATURE_BREAK, since the name is so stupid.
793
794 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
795
796         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
797         the default InsetCollapsable methods. I.e., it can insert anything.
798         (write) output the name of the inset, not some silly hack for
799         compatability with the old InsetInfo.
800         
801         * insetinfo.[Ch]: removed.
802         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
803         now collapsable, but functionality is otherwise identical to InsetInfo.
804
805         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
806
807 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
808
809         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
810         reformatting
811
812         * insetquotes.C: general cleanup
813         (dispString): add spaces inside french double quotes.
814         (latex): ditto. Moreover, treat first the case where the frenchb
815         or french options have been given.
816
817 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
818
819         * insetcite.[Ch] (latex, validate): new methods, required for natbib
820         support.
821
822 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
823
824         * figinset.C (RegisterFigure): Print debug message only when
825         current_view is available.
826
827 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
828
829         * many files: update to match the change below
830
831         * inset.h (insetAllowed): renamed from insertInsetAllowed;
832         implement the version which takes an inset here.
833
834         * insetcollapsable.[Ch]: implement open and isOpen
835
836         * inset.h: remove insertInsetAllowed from Inset
837         (open): new method, to open or close an inset
838         (isOpen): returns the status of an inset
839         (isCollapsable, colapse): removed
840
841 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
842
843         * insetquotes.C (dispString): display french guillemets when using
844         ISO8859-15.
845
846 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
847
848         * insetcollapsable.h: remove bogus return statements
849
850 2001-07-18  Juergen Vigna  <jug@sad.it>
851
852         * insettabular.C (selectNextWord): fixed spellchecking for the
853         first cell of a tabular (wasn't entered!)
854         (getLyXText): changed to enter automatically insettext and return
855         it's LyXText if we're locked.
856
857 2001-07-17  Juergen Vigna  <jug@sad.it>
858
859         * various files: implemented the below functions.
860         
861         * inset.h: added functions
862         - virtual string selectNextWord(BufferView *, float & value) const;
863         - virtual void selectSelectedWord(BufferView *) { return; }
864         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
865         needed for spellchecking correctly!
866
867 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
868
869         * insetert.C (latex): write out all paragraphs.
870
871 2001-07-17  Baruch Even  <baruch@lyx.org>
872
873         * insetgraphics.C (draw): Removed unneeded casts.
874
875 2001-07-16  Juergen Vigna  <jug@sad.it>
876
877         * insettext.C (update): fixed small oversight (reset lt to 0).
878
879 2001-07-14  Baruch Even  <baruch@lyx.org>
880
881         * insetgraphics.h:
882         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
883
884 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
885
886         Consistent use of Lsstream.h:
887         * figinset.C: removed using std::ostringstream directive.
888
889         * insetgraphics.C (createLatexOptions):
890         * insetinclude.C (unique_id):
891         std::ostringstream -> ostringstream.
892         * insettext.C (localDispatch): std::istringstream -> istringstream.
893
894 2001-07-13  Juergen Vigna  <jug@sad.it>
895
896         * insetfloat.C (insertInsetAllowed): added missing const_cast.
897
898         * insetcollapsable.C (getLockingInset): ditto.
899
900 2001-07-12  Juergen Vigna  <jug@sad.it>
901
902         * insetcollapsable.h: added implementation of new function for
903         collapsable status.
904
905         * various files: added implementation of new insertInsetAllowed-func
906         and redone the function a bit more.
907         
908         * inset.h: added isCollapsable(), bool collapsed(),
909         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
910
911         * insetfloat.C (insertInsetAllowed): make a bit more checks.
912
913         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
914         LyXText which is marked for removal while we're using it!
915
916         * insettext.h: added private LyXText * lt to use it to assure we are
917         not deleting our LyXText while we're using it!
918
919 2001-07-11  Juergen Vigna  <jug@sad.it>
920
921         * insettext.C (insertInset): check if we are before the inset after
922         inserting it! This check IS needed. Remove the Undo-Call as it is
923         called in LyXText::insertInset!
924
925         * insettext.h: added struct InnerCache.
926
927         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
928         that we ONLY delete the LyXText in the getLyXText() routine. So we
929         are sure we don't delete LyXText while someone is working with it!
930
931 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
932
933         * insetexternal.C: (*it). -> it->
934         * insettext.C: ditto
935
936 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
937
938         * insetcollapsable.C (edit): always open collapsed insets (even if
939         they are not autocollapsable)
940
941         * insetcommand.C (operator=): simplify.
942
943 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
944
945         * insetert.C (latex): handle META_NEWLINE
946
947 2001-07-09  Juergen Vigna  <jug@sad.it>
948
949         * insetert.h: a normal InsetText can insert insets, but we won't.
950
951         * inset.h: return default "false" on insertInsetAllowed and implement
952         this function where a returnvalue != "false" is needed.
953
954 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
955
956         * insetert.C (InsetERT): new contructor
957
958 2001-07-06  Juergen Vigna  <jug@sad.it>
959
960         * a lot of files: added implementation of the below new functions
961         and the change to clone(). Also the call of the new undo-functions
962         where needed.
963         
964         * inset.h: added an inset_id, added functions getParFromID,
965         getInsetFromID, firstParagraph, cursor and id functions, added
966         bool same_ids to clone function.
967
968 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
969
970         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
971         of BufferView * and shared_ptr<LyXText>
972
973 2001-07-05  Juergen Vigna  <jug@sad.it>
974
975         * insettext.C (clear): deleted also the cache not only LyXText.
976         (setParagraphData): ditto.
977
978 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
979
980         * insetfloat.C (latex): let the specific placement take presedence
981         if set, otherwise choose document placement if set, otherwise just
982         use float default placement.
983
984 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
985
986         * insettext.C (localDispatch): call CutAndPaste::'s static method
987         directly. 
988
989 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
990
991         * insetbib.C: no meed to include forms.h here.
992
993 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
994
995         * insettext.C: added using std::make_pair directive.
996
997 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
998
999         * insettext.C (getLyXText): avoid multiple lookups, and simplify
1000         slightly
1001         (deleteLyXText): ditto
1002         (resizeLyXText): ditto
1003
1004 2001-07-02  Juergen Vigna  <jug@sad.it>
1005
1006         * insettext.C (getLyXText): introduce a cache in getLyXText so that
1007         following calls are only returned the right pointer without the over
1008         head to search in the map.
1009         (various funcs): reset the cached_bview variable as this signs that
1010         the cache is not valid anymore.
1011
1012 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1013
1014         * insettabular.C (clone): do not copy the LyXTabular twice
1015
1016 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1017
1018         * insettext.h (TEXT): delete method
1019
1020 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1021
1022         * insetmarginal.C (latex): 
1023         * insetfoot.C (latex): fix spacing of notes in LaTeX
1024
1025         * insettext.C (localDispatch): use .c_str() on istringstream
1026         constructor argument.
1027
1028 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1029
1030         * insettoc.h:
1031         * insettoc.C:
1032         * inseturl.h:
1033         * inseturl.C: fix method names in these to begin
1034           with small char too, so they inherit
1035  
1036 2001-06-28  Juergen Vigna  <jug@sad.it>
1037
1038         * insettext.C (setFont): fixed font settings using toggleFree()
1039         instead of setFont().
1040
1041 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1042
1043         * Change a lot of method names to begin with a small char.
1044         Changes to a lot of files because of this.
1045
1046 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1047
1048         * insetfloatlist.C (Write): std:: qualify ostream
1049         (Latex): ditto
1050
1051 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1052
1053         * figinset.C:
1054         * inset.C:
1055         * insetgraphics.C: send debug output to Debug::INFO instead of
1056         Debug::ANY.
1057
1058 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1059
1060         * insettabular.h:
1061         * insettabular.C (getStatus): update to use func_status
1062
1063 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
1064
1065         * insetref.C (DocBook): added support for cross-references without
1066         a name.
1067
1068 2001-06-26  The LyX Project  <jug@sad.it>
1069
1070         * insetref.C:
1071         * insetref.h:
1072         * insetlabel.C:
1073         * insetlabel.h: removed escape method and moved it to
1074         support/lstrings.h.
1075
1076 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1077
1078         * insettabular.C (getMaxWidth): do the speedup in a different way,
1079         remove dead code
1080
1081 2001-06-24  The LyX Project  <Asger>
1082
1083         * insettabular.C (getMaxWidth): We cache a mapping from
1084         inset to cell in order to speed this method up.
1085
1086 2001-06-24  The LyX Project  <Asger>
1087
1088         * insettext.C: Optimized InsetText::draw or something.
1089
1090 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
1091
1092         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
1093
1094 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1095
1096         * inset.h: name change from lyxinset.h
1097
1098 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
1099
1100         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
1101
1102 2001-06-14  Juergen Vigna  <jug@sad.it>
1103
1104         * insettext.C (draw): removed warnings.
1105
1106 2001-06-13  Juergen Vigna  <jug@sad.it>
1107
1108         * insettabular.C (nodraw): only go down the tree if we don't have
1109         that flag set otherwise it's obvious that we don't want to draw.
1110         (LocalDispatch): do also an update if we have an undispached result.
1111
1112 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1113
1114         * insetcite.C:
1115         * insetgraphicsParams.C:
1116         * insettext.C: removed // -*- C++ -*- as first line.
1117
1118 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1119
1120         * lyxinset.h (resizeLyXText): shut off warning about unused
1121         parameter "force" 
1122
1123 2001-06-07  Juergen Vigna  <jug@sad.it>
1124
1125         * insettext.C (resizeLyXText): honor the new force flag.
1126
1127         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
1128
1129         * insettabular.C (deleteLyXText): new function
1130
1131 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1132
1133         * insettheorem.C:
1134         * insetminipage.C:
1135         * insetlist.C:
1136         * insetfootlike.C:
1137         * insetfloat.C:
1138         * insetert.C:
1139         * insetcollapsable.C:
1140         * insetcaption.C: LColor tidy
1141          
1142 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1143
1144         * figinset.C: fix typo
1145
1146 2001-06-01  Juergen Vigna  <jug@sad.it>
1147
1148         * insettabular.C (resetPos): small hack so that scroll is not set to
1149         0 when we are in the last column of a tabular. This is a problem we
1150         have because of constats 20 offset on both directions, so this can
1151         cause on the limit an endless loop.
1152
1153         * insettext.C (SetFont): forgot that we can have locking insets ;)
1154
1155 2001-05-31  Juergen Vigna  <jug@sad.it>
1156
1157         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
1158
1159 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1160
1161         * figinset.C: add using std:: directive for the C functions which
1162         need that.
1163
1164 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1165
1166         * insetfloat.C (Write): write out wide info
1167         (Read): read the wide info
1168         (Latex): use the wide info when creating latex.
1169
1170         * insettext.C: adjust
1171
1172         * insetgraphics.[Ch] (statusMessage): change to return string
1173         (width): adjust
1174         (draw): adjust
1175
1176         * figinset.C (runqueue): add std::
1177         (Recompute): ditto
1178
1179 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1180
1181         * insetcite.C (Ascii): add std:: qualifier
1182
1183 2001-05-28  Juergen Vigna  <jug@sad.it>
1184
1185         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
1186         a endless-width inset (maxWidth < 0).
1187         (Edit): change language only if not equal.
1188
1189         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
1190
1191         * insettext.C (draw): fixed draw/clear of InsetText-Frame
1192
1193 2001-05-16  Juergen Vigna  <jug@sad.it>
1194
1195         * insettext.C (selectAll): added
1196         (clearSelection): added
1197
1198         * insettabular.C (SetFont): now we may set a font on a whole selection!
1199         (getSelection): added helper function.
1200
1201 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1202
1203         * insetcite.C (Ascii): Add method.
1204
1205 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1206
1207         * figinset.C:
1208         * insetbib.C: fix path for OS/2 & Win32
1209
1210 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1211
1212         * insetfoot.C (Latex): don't use % after footnote.
1213
1214 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1215
1216         * insettext.C (Read): use clear
1217         (SetParagraphData): use LyXParagraph copy constructor instead of clone
1218
1219 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1220
1221         * insetfloatlist.h: add a bunch of std:: qualifiers.
1222
1223 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1224
1225         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
1226         FLOAT_LIST_CODE, renumber code list.
1227
1228         * insettoc.C (getScreenLabel): remove support for float lists
1229         (LyxCode): ditto
1230         (Ascii): ditto
1231
1232         * insetfloatlist.[Ch]: new files
1233
1234         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
1235
1236 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
1237
1238         * insettabular.C (LocalDispatch):
1239         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
1240         method 
1241
1242 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1243
1244         * insettext.C: remvoe !NEW_INSETS cruft
1245
1246         * insettabular.C: remove !NEW_INSETS cruft
1247
1248         * insetcollapsable.h: remove !NEW_INSETS cruft
1249
1250         * insetbib.C: remove !NEW_INSETS cruft
1251
1252 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1253
1254         * insettoc.C: hack to make listof algorithm work
1255
1256 2001-04-20  Juergen Vigna  <jug@sad.it>
1257
1258         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
1259
1260 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1261
1262         * insetquotes.C (Latex): improve the guard against
1263         unwanted !` and ?` ligatures. This should really be done in
1264         another place (to catch all this ligatures at low-level).
1265
1266 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1267
1268         * insettext.C (init): remvoe leftovers from cursor_visible change
1269         (draw): use c++ cast
1270         (LocalDispatch): dispatch LFUN_MESSAGE
1271
1272         * insettabular.C (InsetTabular): remove leftovers from
1273         cursor_visible, and scoped_ptr changes
1274         (draw): use c++ cast
1275
1276         * insetcollapsable.C (draw): use c++ cast
1277
1278         * ExternalTemplate.h: inherit privaely from noncopyable
1279         * insetcommand.h: ditto
1280         * insetinclude.h: ditto
1281
1282 2001-04-16  Allan Rae  <rae@lyx.org>
1283
1284         * insettoc.C (Ascii): 
1285         * insettext.C (draw): 
1286         * insettabular.C (setPos): 
1287         * insetminipage.C (Read): 
1288         * insetfloat.C (placement): 
1289         * insetcaption.C (Ascii, DocBook): 
1290         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
1291         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1292
1293 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1294
1295         * insetexternal.h:
1296         * insetexternal.C: set view on Clone. Add _ to private members.
1297
1298 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1299
1300         * insettext.C (InsetText): fix new
1301         (InsetText): reindent some, simplify deletion of par list 
1302         (clear): simplify deletion of par list, fix new
1303         (SetParagraphData): simplify deletion of par list
1304
1305         * insettabular.[Ch] (getLabelList): implement new method
1306
1307 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1308
1309         * lyxinset.h: do not include gettext.h...
1310
1311         * inset.C:
1312         * insetcaption.C:
1313         * insetexternal.C:
1314         * insetgraphics.C:
1315         * insetindex.C:
1316         * insetlabel.C:
1317         * insetlatexaccent.C:
1318         * insetminipage.C:
1319         * insetquotes.C:
1320         * insettabular.C:
1321         * inseturl.C: ... and do it here instead
1322
1323 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1324
1325         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
1326
1327         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
1328
1329         * insetcollapsable.[Ch] (getLabelList): implement
1330
1331         * insettext.[Ch] (getLabelList): implement
1332
1333         * insettext.h: reindent
1334
1335         * insettabular.h: make tabular a scoped_ptr
1336
1337         * insettext.C (init): adjust for cursor_visible
1338         (ToggleInsetCursor): constify asc and desc, font, adjust for
1339         cursor_visible
1340         (ShowInsetCursor): constify asc and desc, font, adjust for
1341         cursor_visible
1342         (HideInsetCursor): adjust for cursor_visible
1343
1344         * insettabular.C: reindent some
1345         (InsetTabular): adjust for scoped_ptr and cursor_visible
1346         (InsetTabular): ditto
1347         (~InsetTabular): delete delete
1348         (Clone): adjust for scoped_ptr
1349         (Read): constify old_format, adjust for scoped_ptr, move init of
1350         token
1351         (draw): constify tx, localize loop vars.
1352         some other localization of variables, remove double initilizatons.
1353         
1354         * insetfoot.C: remove using std::ostream, add ostream where needed
1355
1356 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1357
1358         * lyxinset.h: some reindentaion, use initializer list for
1359         constructro.
1360         UpdatableInset: make cursor_visible a private var add
1361         public isCursorVisible(), add protected toggleCursorVisible() and
1362         proctected setCursorVisible(bool), make scroll call the Inset::scroll
1363
1364         * insettoc.C: remvoe using decl
1365         (getScreenLabel): make cmdname donst
1366         (LyxCode): ditto
1367         (Ascii): ditto
1368         (Ascii): don't use endl
1369
1370         * insetfootlike.C: remove using decl at file scope and add std::
1371         where needed
1372         * insetmarginal.C: ditto
1373
1374         * insetfoot.C: some reformatting
1375
1376         * insetfloat.C (InsetButtonRelease): adjust the hit area
1377
1378         * insetert.C (SetFont): some reformatting
1379
1380         * insetcollapsable.C: some reformatting and constification
1381         (Clone): comment out.
1382         * insetcollapsable.h: some reformatting
1383         (Clone): comment out.
1384         
1385         * inset.C: reindent
1386         (scroll): simplify
1387
1388 2001-03-30  Juergen Vigna  <jug@sad.it>
1389
1390         * insetcollapsable.h: changen *inset to be a InsetText inset.
1391         
1392         * some files: changed to reflect the above change.
1393
1394 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1395
1396         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
1397         InsetExternal::Params.
1398         Added operator==() and operator!=() for the Params struct.
1399
1400 2001-03-29  Juergen Vigna  <jug@sad.it>
1401
1402         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
1403         BufferView *.
1404
1405         * insetminipage.C: removed widthp_ and all it's functions and changed
1406         to use new %-lengths of LyXLength.
1407
1408 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1409
1410         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
1411
1412 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1413
1414         * insetgraphicsParams.C (operator!=): new function, needed by the
1415         ControlGraphics class.
1416
1417 2001-03-28  Juergen Vigna  <jug@sad.it>
1418
1419         * insettext.C (InsetButtonPress): only enter !inset if button == 2
1420         (checkAndActivateInset): don't use the values returned from
1421         call to bv->checkInsetHit.
1422
1423         * insetminipage.C (Clone): set special minipage values.
1424
1425         * insetcollapsable.C (draw): changed to draw the button in the
1426         upper left corner outside the textinset.
1427         (ascent): changed because of different drawing 
1428         (descent): ditto
1429         (width): ditto
1430         (Edit): ditto
1431         (InsetButtonPress): ditto
1432         (InsetButtonRelease): ditto
1433         (InsetMotionNotify): ditto
1434
1435 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
1436
1437         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
1438         contain a suffix.
1439         (Clone): ditto
1440
1441 2001-03-26  Juergen Vigna  <jug@sad.it>
1442
1443         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
1444
1445         * insettext.C (ShowInsetDialog): implemented above function.
1446
1447         * insettabular.C (ShowInsetDialog): ditto
1448
1449         * insetminipage.C (ShowInsetDialog): ditto
1450
1451 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1452
1453         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
1454         InsetInclude::Params. Don't store a buffer * in Params. Store the
1455         master file name instead.
1456
1457 2001-03-23  Juergen Vigna  <jug@sad.it>
1458
1459         * insetcollapsable.C (InsetMotionNotify):
1460         (InsetButtonRelease): 
1461         (InsetButtonPress): fixed y-offset (minipages).
1462
1463         * insettext.C (draw): force a FULL update if cleared == true.
1464
1465         * insetcollapsable.C (draw): Lars forgotten entry for changing this
1466         routine to draw the minipages on its position-flag.
1467         (InsetInInsetY): give back the right y position, because of minipage
1468         position-flag.
1469
1470 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1471
1472         * insetfloat.h
1473         * insetfloat.C (DocBook): docbook export code.
1474
1475 2001-03-22  Juergen Vigna  <jug@sad.it>
1476
1477         * insetminipage.C (getMaxWidth): added function to set the drawing
1478         width!
1479         (Read): should work now!
1480
1481         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1482         if we create a new inset.
1483
1484 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1485
1486         * figinset.C (fl_set_preemptive_callback): moved definition outside
1487         of namespace anon.
1488
1489 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1490
1491         * insetminipage.C (Read): prepare for reading of minipage arguments.
1492
1493 2001-03-18  Baruch Even  <baruch@lyx.org>
1494
1495         * insetgraphics.C: Minor cleanups of the comments and code.
1496
1497 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1498
1499         * insetminipage.C (InsetMinipage): default to not collapsed
1500
1501 2001-03-16  Juergen Vigna  <jug@sad.it>
1502
1503         * insetminipage.C (width): modified with to be a string
1504         (widthp): added widthp (for % width) support functions.
1505         (InsetButtonRelease): added to open the options dialog on button==3.
1506         (~InsetMinipage): added to hide the dialog.
1507
1508         * insetminipage.h: added hideDialog signal
1509
1510 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1511
1512         * insetminipage.h: change the order or Position to match
1513         LyXParagraph::MINIPAGE_ALIGNMENT
1514
1515         * several files: remvoe CXX_WORKING_NAMESPACES
1516
1517         * ExternalTemplate.h: noncopyable is in namespace boost
1518         * insetinclude.h: ditto
1519         * insetcommand.h: ditto
1520
1521 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1522
1523         * insettext.C (Edit): #else# -> #else.
1524         * insettoc.C: added using directive.
1525
1526 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1527
1528         * insetminipage.h: add pos, inner_pos, width and height. + getters
1529         and setters for all of them.
1530
1531 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1532
1533         * insetinclude.C (Latex): Do not exit when the textclass of the
1534         included file differ from the textclass of the parent file.
1535
1536 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1537
1538         * ExternalTemplate.C (read): the reading of external insets now checks
1539         for \end_inset and removes it form the input stream.
1540
1541 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1542
1543         * ExternalTemplate.h:
1544         * ExternalTemplate.C:
1545         * insetexternal.h:
1546         * insetexternal.C: move form to GUII
1547
1548 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1549
1550         * insetinclude.h:
1551         * insetinclude.C: add InsetIncludeParams, use
1552         composition rather than derivation of InsetCommand
1553
1554 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1555
1556         * insettoc.C (Ascii): use the Buffer typedefs
1557
1558 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1559
1560         * insettoc.C (Ascii): implement for dynamic number of lists
1561
1562         * insetcaption.[Ch]: update from new_insets branch
1563         * insetfloat.[Ch]: ditto
1564         
1565 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1566
1567         * insetexternal.C:
1568         * figinset.C: use new File Dialog
1569
1570 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1571
1572         * insettext.C: changes becuase of ParagraphParameters.
1573
1574 2001-02-28  Baruch Even  <baruch@ev-en.org>
1575
1576         * insetgraphics.C (updateInset): Changed due to the change in
1577         GraphicsCache.
1578
1579 2001-02-26  Juergen Vigna  <jug@sad.it>
1580
1581         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1582         handled in LyXText).
1583
1584 2001-02-23  Juergen Vigna  <jug@sad.it>
1585
1586         * insettext.C (draw): some small repainting fixes.
1587         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1588
1589         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1590         should be) and not an int.
1591         
1592         * insettabular.C (LocalDispatch): ditto
1593
1594         * insettext.C (LocalDispatch): ditto
1595
1596         * insetcollapsable.C (LocalDispatch): ditto
1597
1598 2001-02-22  Juergen Vigna  <jug@sad.it>
1599
1600         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1601         DISPATCH it and we don't have a locking_inset.
1602
1603 2001-02-21  Baruch Even  <baruch@ev-en.org>
1604
1605         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1606         instead of GraphicsCacheItem *.
1607
1608 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1609
1610         * insetcollapsable.C (getLyXText): add const qualifier to second
1611         parameter. 
1612
1613 2001-02-22  Juergen Vigna  <jug@sad.it>
1614
1615         * insettext.C (getLyXText): honor the recursive parameter.
1616         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1617
1618         * inset.C (getLyXText): added bool recursive parameter.
1619
1620         * insettext.C (SetUpdateStatus): or the update codes.
1621         (draw): check need_update with &.
1622         (InsetButtonPress): set no_selection to not put a selection when
1623         entering an inset and it is redraws in another spot.
1624
1625         * insettext.h: made need_update an int.
1626
1627 2001-02-20  Baruch Even  <baruch@ev-en.org>
1628
1629         * insetgraphics.h:
1630         * insetgraphisc.C: Changed to use better semantics when loading images
1631         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1632
1633 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1634
1635         * insetcommand.h:
1636         * inseterror.h:
1637         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1638         consistent with InsetTabular.
1639         
1640 2001-02-19  Juergen Vigna  <jug@sad.it>
1641
1642         * insettabular.C (LocalDispatch): implement PAGE up/down.
1643
1644         * insettext.C (draw): clear all of it on need_update==INIT too!
1645
1646         * insettabular.C (InsetUnlock): always clear the selection.
1647
1648         * inset.C (scroll): normally we only want to scroll the inset until
1649         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1650
1651 2001-02-14  Juergen Vigna  <jug@sad.it>
1652
1653         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1654         (resetPos): fixed scroll behaviour.
1655         (LocalDispatch): do an update if moving cursor inside a table cell
1656         requests a scroll of the tabular.
1657
1658 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1659
1660         * insettext.C (textWidth): constify local var
1661
1662         * insettabular.C: small cleanup.
1663
1664         * insetfoot.C (Latex): constify local var
1665
1666         * insetcollapsable.C: small cleanup.
1667
1668         * figinset.C (runqueue): use compare instead of strcmp
1669
1670 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1671
1672         * insettext.C:
1673         * insetinfo.C: remove cruft
1674
1675 2001-02-14  Juergen Vigna  <jug@sad.it>
1676
1677         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1678
1679 2001-02-13  Juergen Vigna  <jug@sad.it>
1680
1681         * insettext.C (InsertInset): don't move left (is this right?)
1682
1683         * insettabular.C (LocalDispatch): use of the no_draw variable
1684
1685         * insettabular.h: new no_draw variable to stop redraw
1686
1687         * insettabular.C (TabularFeatures): fixed update for alignment change
1688
1689 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1690
1691         * insetinclude.C:
1692         * insetbib.h:
1693         * insetbib.C: move dialogs to frontends/
1694
1695 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1696
1697         * insettext.C (LocalDispatch): Restore the language if the inset
1698         becomes empty.
1699
1700 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1701
1702         * insettext.C (moveRightIntern): Update the selection cursor.
1703         (moveLeftIntern): Ditto.
1704
1705 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1706
1707         * Makefile.am: remove BoundingBox.h
1708
1709         * BoundingBox.h: removed
1710
1711 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
1712         
1713         * insettext.C (LocalDispatch): Update selection cursor when moving 
1714         cursor to the right.
1715         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
1716         (moveLeftIntern): Ditto.
1717
1718 2001-02-05  Baruch Even  <baruch.even@writeme.com>
1719
1720         * insetgraphics.C: Updated automatic image conversion, it now goes into
1721         temporary directory instead of with the image itself.
1722
1723 2001-01-21  Baruch Even  <baruch@ev-en.org>
1724
1725         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
1726         to EPS or PNG when needed (support bitmap graphics).
1727
1728 2000-11-02  Baruch Even  <baruch@ev-en.org>
1729
1730         * insetgraphics.C:
1731         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
1732         and removal of commented out code.
1733
1734 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1735
1736         * insetbib.C (callback): Update citations if the key has changed.
1737
1738 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1739
1740         * insetbib.C (InsetBibKey): Better computation of default key.
1741         (getScreenLabel) Show both the key and the label.
1742         (getBibLabel): New method.
1743         (callback): Force a redraw if the inset have been changed.
1744
1745 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1746
1747         * insetref.C (getType, getName): Move methods from 
1748         src/frontends/xforms/FormRef.C.
1749
1750 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1751
1752         * insettabular.C: Various improvements (use only one dummy position).
1753
1754 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
1755
1756         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
1757         par->bibkey->width. This fixes the crashes when running without
1758         gui or when having included documents.
1759
1760 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
1761
1762         * insetcommand.C (getAsString, setFromString): Cleanup.
1763
1764 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1765
1766         * insetref.C: Add the array InsetRef::types that contains
1767         information about all supported reference types.
1768
1769 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1770
1771         * lyxinset.h: remove trailing comma in enum.
1772
1773 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
1774
1775         * insettext.C: kill LyXBell.