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