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