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