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