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