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