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