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