]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
gcc 3.0 fixes
[lyx.git] / src / insets / ChangeLog
1 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * insetfloatlist.C (Write): std:: qualify ostream
4         (Latex): ditto
5
6 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
7
8         * figinset.C:
9         * inset.C:
10         * insetgraphics.C: send debug output to Debug::INFO instead of
11         Debug::ANY.
12
13 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14
15         * insettabular.h:
16         * insettabular.C (getStatus): update to use func_status
17
18 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
19
20         * insetref.C (DocBook): added support for cross-references without
21         a name.
22
23 2001-06-26  The LyX Project  <jug@sad.it>
24
25         * insetref.C:
26         * insetref.h:
27         * insetlabel.C:
28         * insetlabel.h: removed escape method and moved it to
29         support/lstrings.h.
30
31 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * insettabular.C (getMaxWidth): do the speedup in a different way,
34         remove dead code
35
36 2001-06-24  The LyX Project  <Asger>
37
38         * insettabular.C (getMaxWidth): We cache a mapping from
39         inset to cell in order to speed this method up.
40
41 2001-06-24  The LyX Project  <Asger>
42
43         * insettext.C: Optimized InsetText::draw or something.
44
45 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
46
47         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
48
49 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
50
51         * inset.h: name change from lyxinset.h
52
53 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
54
55         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
56
57 2001-06-14  Juergen Vigna  <jug@sad.it>
58
59         * insettext.C (draw): removed warnings.
60
61 2001-06-13  Juergen Vigna  <jug@sad.it>
62
63         * insettabular.C (nodraw): only go down the tree if we don't have
64         that flag set otherwise it's obvious that we don't want to draw.
65         (LocalDispatch): do also an update if we have an undispached result.
66
67 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
68
69         * insetcite.C:
70         * insetgraphicsParams.C:
71         * insettext.C: removed // -*- C++ -*- as first line.
72
73 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
74
75         * lyxinset.h (resizeLyXText): shut off warning about unused
76         parameter "force" 
77
78 2001-06-07  Juergen Vigna  <jug@sad.it>
79
80         * insettext.C (resizeLyXText): honor the new force flag.
81
82         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
83
84         * insettabular.C (deleteLyXText): new function
85
86 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
87
88         * insettheorem.C:
89         * insetminipage.C:
90         * insetlist.C:
91         * insetfootlike.C:
92         * insetfloat.C:
93         * insetert.C:
94         * insetcollapsable.C:
95         * insetcaption.C: LColor tidy
96          
97 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
98
99         * figinset.C: fix typo
100
101 2001-06-01  Juergen Vigna  <jug@sad.it>
102
103         * insettabular.C (resetPos): small hack so that scroll is not set to
104         0 when we are in the last column of a tabular. This is a problem we
105         have because of constats 20 offset on both directions, so this can
106         cause on the limit an endless loop.
107
108         * insettext.C (SetFont): forgot that we can have locking insets ;)
109
110 2001-05-31  Juergen Vigna  <jug@sad.it>
111
112         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
113
114 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
115
116         * figinset.C: add using std:: directive for the C functions which
117         need that.
118
119 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
120
121         * insetfloat.C (Write): write out wide info
122         (Read): read the wide info
123         (Latex): use the wide info when creating latex.
124
125         * insettext.C: adjust
126
127         * insetgraphics.[Ch] (statusMessage): change to return string
128         (width): adjust
129         (draw): adjust
130
131         * figinset.C (runqueue): add std::
132         (Recompute): ditto
133
134 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
135
136         * insetcite.C (Ascii): add std:: qualifier
137
138 2001-05-28  Juergen Vigna  <jug@sad.it>
139
140         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
141         a endless-width inset (maxWidth < 0).
142         (Edit): change language only if not equal.
143
144         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
145
146         * insettext.C (draw): fixed draw/clear of InsetText-Frame
147
148 2001-05-16  Juergen Vigna  <jug@sad.it>
149
150         * insettext.C (selectAll): added
151         (clearSelection): added
152
153         * insettabular.C (SetFont): now we may set a font on a whole selection!
154         (getSelection): added helper function.
155
156 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
157
158         * insetcite.C (Ascii): Add method.
159
160 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
161
162         * figinset.C:
163         * insetbib.C: fix path for OS/2 & Win32
164
165 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
166
167         * insetfoot.C (Latex): don't use % after footnote.
168
169 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
170
171         * insettext.C (Read): use clear
172         (SetParagraphData): use LyXParagraph copy constructor instead of clone
173
174 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
175
176         * insetfloatlist.h: add a bunch of std:: qualifiers.
177
178 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
179
180         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
181         FLOAT_LIST_CODE, renumber code list.
182
183         * insettoc.C (getScreenLabel): remove support for float lists
184         (LyxCode): ditto
185         (Ascii): ditto
186
187         * insetfloatlist.[Ch]: new files
188
189         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
190
191 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
192
193         * insettabular.C (LocalDispatch):
194         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
195         method 
196
197 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
198
199         * insettext.C: remvoe !NEW_INSETS cruft
200
201         * insettabular.C: remove !NEW_INSETS cruft
202
203         * insetcollapsable.h: remove !NEW_INSETS cruft
204
205         * insetbib.C: remove !NEW_INSETS cruft
206
207 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
208
209         * insettoc.C: hack to make listof algorithm work
210
211 2001-04-20  Juergen Vigna  <jug@sad.it>
212
213         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
214
215 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
216
217         * insetquotes.C (Latex): improve the guard against
218         unwanted !` and ?` ligatures. This should really be done in
219         another place (to catch all this ligatures at low-level).
220
221 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
222
223         * insettext.C (init): remvoe leftovers from cursor_visible change
224         (draw): use c++ cast
225         (LocalDispatch): dispatch LFUN_MESSAGE
226
227         * insettabular.C (InsetTabular): remove leftovers from
228         cursor_visible, and scoped_ptr changes
229         (draw): use c++ cast
230
231         * insetcollapsable.C (draw): use c++ cast
232
233         * ExternalTemplate.h: inherit privaely from noncopyable
234         * insetcommand.h: ditto
235         * insetinclude.h: ditto
236
237 2001-04-16  Allan Rae  <rae@lyx.org>
238
239         * insettoc.C (Ascii): 
240         * insettext.C (draw): 
241         * insettabular.C (setPos): 
242         * insetminipage.C (Read): 
243         * insetfloat.C (placement): 
244         * insetcaption.C (Ascii, DocBook): 
245         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
246         an unrecognised preprocessor directive.  So ensure they're wrapped. 
247
248 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
249
250         * insetexternal.h:
251         * insetexternal.C: set view on Clone. Add _ to private members.
252
253 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
254
255         * insettext.C (InsetText): fix new
256         (InsetText): reindent some, simplify deletion of par list 
257         (clear): simplify deletion of par list, fix new
258         (SetParagraphData): simplify deletion of par list
259
260         * insettabular.[Ch] (getLabelList): implement new method
261
262 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
263
264         * lyxinset.h: do not include gettext.h...
265
266         * inset.C:
267         * insetcaption.C:
268         * insetexternal.C:
269         * insetgraphics.C:
270         * insetindex.C:
271         * insetlabel.C:
272         * insetlatexaccent.C:
273         * insetminipage.C:
274         * insetquotes.C:
275         * insettabular.C:
276         * inseturl.C: ... and do it here instead
277
278 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
279
280         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
281
282         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
283
284         * insetcollapsable.[Ch] (getLabelList): implement
285
286         * insettext.[Ch] (getLabelList): implement
287
288         * insettext.h: reindent
289
290         * insettabular.h: make tabular a scoped_ptr
291
292         * insettext.C (init): adjust for cursor_visible
293         (ToggleInsetCursor): constify asc and desc, font, adjust for
294         cursor_visible
295         (ShowInsetCursor): constify asc and desc, font, adjust for
296         cursor_visible
297         (HideInsetCursor): adjust for cursor_visible
298
299         * insettabular.C: reindent some
300         (InsetTabular): adjust for scoped_ptr and cursor_visible
301         (InsetTabular): ditto
302         (~InsetTabular): delete delete
303         (Clone): adjust for scoped_ptr
304         (Read): constify old_format, adjust for scoped_ptr, move init of
305         token
306         (draw): constify tx, localize loop vars.
307         some other localization of variables, remove double initilizatons.
308         
309         * insetfoot.C: remove using std::ostream, add ostream where needed
310
311 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
312
313         * lyxinset.h: some reindentaion, use initializer list for
314         constructro.
315         UpdatableInset: make cursor_visible a private var add
316         public isCursorVisible(), add protected toggleCursorVisible() and
317         proctected setCursorVisible(bool), make scroll call the Inset::scroll
318
319         * insettoc.C: remvoe using decl
320         (getScreenLabel): make cmdname donst
321         (LyxCode): ditto
322         (Ascii): ditto
323         (Ascii): don't use endl
324
325         * insetfootlike.C: remove using decl at file scope and add std::
326         where needed
327         * insetmarginal.C: ditto
328
329         * insetfoot.C: some reformatting
330
331         * insetfloat.C (InsetButtonRelease): adjust the hit area
332
333         * insetert.C (SetFont): some reformatting
334
335         * insetcollapsable.C: some reformatting and constification
336         (Clone): comment out.
337         * insetcollapsable.h: some reformatting
338         (Clone): comment out.
339         
340         * inset.C: reindent
341         (scroll): simplify
342
343 2001-03-30  Juergen Vigna  <jug@sad.it>
344
345         * insetcollapsable.h: changen *inset to be a InsetText inset.
346         
347         * some files: changed to reflect the above change.
348
349 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
350
351         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
352         InsetExternal::Params.
353         Added operator==() and operator!=() for the Params struct.
354
355 2001-03-29  Juergen Vigna  <jug@sad.it>
356
357         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
358         BufferView *.
359
360         * insetminipage.C: removed widthp_ and all it's functions and changed
361         to use new %-lengths of LyXLength.
362
363 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
364
365         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
366
367 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
368
369         * insetgraphicsParams.C (operator!=): new function, needed by the
370         ControlGraphics class.
371
372 2001-03-28  Juergen Vigna  <jug@sad.it>
373
374         * insettext.C (InsetButtonPress): only enter !inset if button == 2
375         (checkAndActivateInset): don't use the values returned from
376         call to bv->checkInsetHit.
377
378         * insetminipage.C (Clone): set special minipage values.
379
380         * insetcollapsable.C (draw): changed to draw the button in the
381         upper left corner outside the textinset.
382         (ascent): changed because of different drawing 
383         (descent): ditto
384         (width): ditto
385         (Edit): ditto
386         (InsetButtonPress): ditto
387         (InsetButtonRelease): ditto
388         (InsetMotionNotify): ditto
389
390 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
391
392         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
393         contain a suffix.
394         (Clone): ditto
395
396 2001-03-26  Juergen Vigna  <jug@sad.it>
397
398         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
399
400         * insettext.C (ShowInsetDialog): implemented above function.
401
402         * insettabular.C (ShowInsetDialog): ditto
403
404         * insetminipage.C (ShowInsetDialog): ditto
405
406 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
407
408         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
409         InsetInclude::Params. Don't store a buffer * in Params. Store the
410         master file name instead.
411
412 2001-03-23  Juergen Vigna  <jug@sad.it>
413
414         * insetcollapsable.C (InsetMotionNotify):
415         (InsetButtonRelease): 
416         (InsetButtonPress): fixed y-offset (minipages).
417
418         * insettext.C (draw): force a FULL update if cleared == true.
419
420         * insetcollapsable.C (draw): Lars forgotten entry for changing this
421         routine to draw the minipages on its position-flag.
422         (InsetInInsetY): give back the right y position, because of minipage
423         position-flag.
424
425 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
426
427         * insetfloat.h
428         * insetfloat.C (DocBook): docbook export code.
429
430 2001-03-22  Juergen Vigna  <jug@sad.it>
431
432         * insetminipage.C (getMaxWidth): added function to set the drawing
433         width!
434         (Read): should work now!
435
436         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
437         if we create a new inset.
438
439 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
440
441         * figinset.C (fl_set_preemptive_callback): moved definition outside
442         of namespace anon.
443
444 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
445
446         * insetminipage.C (Read): prepare for reading of minipage arguments.
447
448 2001-03-18  Baruch Even  <baruch@lyx.org>
449
450         * insetgraphics.C: Minor cleanups of the comments and code.
451
452 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
453
454         * insetminipage.C (InsetMinipage): default to not collapsed
455
456 2001-03-16  Juergen Vigna  <jug@sad.it>
457
458         * insetminipage.C (width): modified with to be a string
459         (widthp): added widthp (for % width) support functions.
460         (InsetButtonRelease): added to open the options dialog on button==3.
461         (~InsetMinipage): added to hide the dialog.
462
463         * insetminipage.h: added hideDialog signal
464
465 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
466
467         * insetminipage.h: change the order or Position to match
468         LyXParagraph::MINIPAGE_ALIGNMENT
469
470         * several files: remvoe CXX_WORKING_NAMESPACES
471
472         * ExternalTemplate.h: noncopyable is in namespace boost
473         * insetinclude.h: ditto
474         * insetcommand.h: ditto
475
476 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
477
478         * insettext.C (Edit): #else# -> #else.
479         * insettoc.C: added using directive.
480
481 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
482
483         * insetminipage.h: add pos, inner_pos, width and height. + getters
484         and setters for all of them.
485
486 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
487
488         * insetinclude.C (Latex): Do not exit when the textclass of the
489         included file differ from the textclass of the parent file.
490
491 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
492
493         * ExternalTemplate.C (read): the reading of external insets now checks
494         for \end_inset and removes it form the input stream.
495
496 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
497
498         * ExternalTemplate.h:
499         * ExternalTemplate.C:
500         * insetexternal.h:
501         * insetexternal.C: move form to GUII
502
503 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
504
505         * insetinclude.h:
506         * insetinclude.C: add InsetIncludeParams, use
507         composition rather than derivation of InsetCommand
508
509 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
510
511         * insettoc.C (Ascii): use the Buffer typedefs
512
513 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
514
515         * insettoc.C (Ascii): implement for dynamic number of lists
516
517         * insetcaption.[Ch]: update from new_insets branch
518         * insetfloat.[Ch]: ditto
519         
520 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
521
522         * insetexternal.C:
523         * figinset.C: use new File Dialog
524
525 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
526
527         * insettext.C: changes becuase of ParagraphParameters.
528
529 2001-02-28  Baruch Even  <baruch@ev-en.org>
530
531         * insetgraphics.C (updateInset): Changed due to the change in
532         GraphicsCache.
533
534 2001-02-26  Juergen Vigna  <jug@sad.it>
535
536         * insettext.C (SetFont): Set Undo only if we have selection (as it is
537         handled in LyXText).
538
539 2001-02-23  Juergen Vigna  <jug@sad.it>
540
541         * insettext.C (draw): some small repainting fixes.
542         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
543
544         * inset.C (LocalDispatch): changed action to be a kb_action (as it
545         should be) and not an int.
546         
547         * insettabular.C (LocalDispatch): ditto
548
549         * insettext.C (LocalDispatch): ditto
550
551         * insetcollapsable.C (LocalDispatch): ditto
552
553 2001-02-22  Juergen Vigna  <jug@sad.it>
554
555         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
556         DISPATCH it and we don't have a locking_inset.
557
558 2001-02-21  Baruch Even  <baruch@ev-en.org>
559
560         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
561         instead of GraphicsCacheItem *.
562
563 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
564
565         * insetcollapsable.C (getLyXText): add const qualifier to second
566         parameter. 
567
568 2001-02-22  Juergen Vigna  <jug@sad.it>
569
570         * insettext.C (getLyXText): honor the recursive parameter.
571         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
572
573         * inset.C (getLyXText): added bool recursive parameter.
574
575         * insettext.C (SetUpdateStatus): or the update codes.
576         (draw): check need_update with &.
577         (InsetButtonPress): set no_selection to not put a selection when
578         entering an inset and it is redraws in another spot.
579
580         * insettext.h: made need_update an int.
581
582 2001-02-20  Baruch Even  <baruch@ev-en.org>
583
584         * insetgraphics.h:
585         * insetgraphisc.C: Changed to use better semantics when loading images
586         for inline view. Now it doesn't keep the pixmap itself but it's holder.
587
588 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
589
590         * insetcommand.h:
591         * inseterror.h:
592         * insetgraphics.C: change name of "hide" signal to "hideDialog",
593         consistent with InsetTabular.
594         
595 2001-02-19  Juergen Vigna  <jug@sad.it>
596
597         * insettabular.C (LocalDispatch): implement PAGE up/down.
598
599         * insettext.C (draw): clear all of it on need_update==INIT too!
600
601         * insettabular.C (InsetUnlock): always clear the selection.
602
603         * inset.C (scroll): normally we only want to scroll the inset until
604         it is fully visible so if top_x + offset > 20 then just set scx to 0.
605
606 2001-02-14  Juergen Vigna  <jug@sad.it>
607
608         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
609         (resetPos): fixed scroll behaviour.
610         (LocalDispatch): do an update if moving cursor inside a table cell
611         requests a scroll of the tabular.
612
613 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
614
615         * insettext.C (textWidth): constify local var
616
617         * insettabular.C: small cleanup.
618
619         * insetfoot.C (Latex): constify local var
620
621         * insetcollapsable.C: small cleanup.
622
623         * figinset.C (runqueue): use compare instead of strcmp
624
625 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
626
627         * insettext.C:
628         * insetinfo.C: remove cruft
629
630 2001-02-14  Juergen Vigna  <jug@sad.it>
631
632         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
633
634 2001-02-13  Juergen Vigna  <jug@sad.it>
635
636         * insettext.C (InsertInset): don't move left (is this right?)
637
638         * insettabular.C (LocalDispatch): use of the no_draw variable
639
640         * insettabular.h: new no_draw variable to stop redraw
641
642         * insettabular.C (TabularFeatures): fixed update for alignment change
643
644 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
645
646         * insetinclude.C:
647         * insetbib.h:
648         * insetbib.C: move dialogs to frontends/
649
650 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
651
652         * insettext.C (LocalDispatch): Restore the language if the inset
653         becomes empty.
654
655 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
656
657         * insettext.C (moveRightIntern): Update the selection cursor.
658         (moveLeftIntern): Ditto.
659
660 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
661
662         * Makefile.am: remove BoundingBox.h
663
664         * BoundingBox.h: removed
665
666 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
667         
668         * insettext.C (LocalDispatch): Update selection cursor when moving 
669         cursor to the right.
670         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
671         (moveLeftIntern): Ditto.
672
673 2001-02-05  Baruch Even  <baruch.even@writeme.com>
674
675         * insetgraphics.C: Updated automatic image conversion, it now goes into
676         temporary directory instead of with the image itself.
677
678 2001-01-21  Baruch Even  <baruch@ev-en.org>
679
680         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
681         to EPS or PNG when needed (support bitmap graphics).
682
683 2000-11-02  Baruch Even  <baruch@ev-en.org>
684
685         * insetgraphics.C:
686         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
687         and removal of commented out code.
688
689 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
690
691         * insetbib.C (callback): Update citations if the key has changed.
692
693 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
694
695         * insetbib.C (InsetBibKey): Better computation of default key.
696         (getScreenLabel) Show both the key and the label.
697         (getBibLabel): New method.
698         (callback): Force a redraw if the inset have been changed.
699
700 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
701
702         * insetref.C (getType, getName): Move methods from 
703         src/frontends/xforms/FormRef.C.
704
705 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
706
707         * insettabular.C: Various improvements (use only one dummy position).
708
709 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
710
711         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
712         par->bibkey->width. This fixes the crashes when running without
713         gui or when having included documents.
714
715 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
716
717         * insetcommand.C (getAsString, setFromString): Cleanup.
718
719 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
720
721         * insetref.C: Add the array InsetRef::types that contains
722         information about all supported reference types.
723
724 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
725
726         * lyxinset.h: remove trailing comma in enum.
727
728 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
729
730         * insettext.C: kill LyXBell.