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