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