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