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