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