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