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