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