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