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