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