]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Various update/redraw fixes. Cleaned up InsetERT and added a dialog for
[lyx.git] / src / insets / ChangeLog
1 2001-08-06  Juergen Vigna  <jug@sad.it>
2
3         * insetert.C (set_latex_font): use LyXText's setFont directly.
4
5         * insettext.C (drawFrame): fixed one time more the right position
6         and size of the frame!
7
8         * insetert.C (~InsetERT): hide the dialog.
9         (showInsetDialog): added implementation
10         (open): ditto
11         (close): ditto
12         (status): new function for the status of the ERT inset (3-state).
13         (write): output also the status of the inset for readback!
14         (read): readback the status if available otherwise use collapsed_.
15
16         * insettext.C (edit): small fix of setting the position, which could
17         have gone < 0.
18
19         * insetert.C (width): implement this function for inlined viewing.
20         Added minimum width of 10 pixels!
21
22         * insetminipage.C (InsetMinipage): just change the colors a bit so
23         that border/background is a bit more visible. We will remove this
24         anyway for 1.2.0!
25
26         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
27         function for getting the important widths for drawing in various
28         functions and in LyXText.
29         (draw): fixed up a bit (frame drawing/clearing)
30
31 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * inset.C (convertFont): delete method. not used. 
34
35 2001-08-03  Juergen Vigna  <jug@sad.it>
36
37         * insettext.C (setFont): don't call for a draw update if we're just
38         changing the cursor font!
39
40 2001-08-02  Juergen Vigna  <jug@sad.it>
41
42         * insettext.C (draw): clear the background with the right color if
43         needed. Update myself if x&max-width changed and return without doing
44         anything. Let the update code handle the right stuff.
45
46         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
47         inside another inset.
48
49 2001-08-01  Juergen Vigna  <jug@sad.it>
50
51         * insetcollapsable.C (update): added an in_update bool so we avoid
52         reentering.
53
54         * insettabular.C (update): added an in_update bool so we avoid
55         reentering.
56
57         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
58         selection problem.
59         (update): added an in_update bool so we avoid reentering.
60
61         * insettabular.C (localDispatch): clear col/row selection when doing
62         something else inside an inset.
63
64         * insettext.C (getLyXText): fixed bug when requesting a recursive
65         insettext!
66
67 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
68
69         * insetcite.C (latex): Paranoia check. Make sure that there is no
70         whitespace between the citation keys.
71
72 2001-07-31  Juergen Vigna  <jug@sad.it>
73
74         * inset.h (nodraw): make the set function also const so that this
75         can be called from inside other const functions.
76
77         * insetcollapsable.h: removed inline variable and moved it over
78         to the only user InsetERT.
79
80         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
81         inset opening immediately therein lying insets dialogs!
82
83         * insetert.C (localDispatch): set the font also if we don't have any
84         chars in this paragraph, otherwise if we delete all of em and start
85         writing we have the wrong font.
86         (inlined): added
87         (draw): implemented for inline support
88         (insetButtonRelease): ditto.
89
90 2001-07-30  Juergen Vigna  <jug@sad.it>
91
92         * insettext.C (reinitLyXText): new function to reinit the insets
93         text after lot's of paragraph changes. Use this instead of the
94         cache.clear() which is VERY dangerous.
95
96         * insetfloat.C (insetButtonRelease): we should only show the dialog
97         if we press on the label otherwise we have problems to open mouse
98         button 3 dialogs inside this float (f.ex. of a tabular!)
99
100 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
101
102         * insetert.C: change back to "ERT"
103
104         * insetfloat.C: handliign of RMB on label added.
105
106 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
107
108         * insetgraphicsParams.C: #include LOstream.h here.
109
110         * insetfoot.h: remove InsetFoot:: qualifier.
111
112 2001-07-29  Baruch Even  <baruch@lyx.org>
113
114         * ChangeLog: Hiding time travel evidence.
115
116         * insetgraphicsParams.h:
117         * insetgraphicsParams.C: 
118         * insetgraphics.C: Added horizontal scale option, it actually scales both
119         directions since it keeps image proportions.
120
121         * insetgraphics.C: Fixed EPS detection to be non-hacky.
122
123 2001-07-29  Baruch Even  <baruch@lyx.org>
124
125         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
126         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
127
128         HACKY! Will need to add an EPS detection routine like old InsetFig does!
129
130 2001-07-29  Baruch Even  <baruch@lyx.org>
131
132         * insetgraphics.C: Added EPSI to be an alias of EPS.
133
134 2001-07-29  Baruch Even  <baruch@lyx.org>
135
136         * insetgraphics.C: Change GRAPHICS to Graphics.
137         Changed image conversion rules (documented at the beginning of file).
138
139 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
140
141         * insetert.C (get_new_label): int -> Paragraph::size_type to get
142         std::min working.
143
144         * insetgraphics.C: added a using std::endl directive.
145
146         * insetcommand.h (getScreenLabel): removed pure virtual function,
147         as it duplicates that in InsetButton.
148
149         * insetbib.[Ch] (getScreenLabel):
150         * insetbutton.[Ch] (getScreenLabel):
151         * insetcite.[Ch] (getScreenLabel):
152         * insetert.[Ch] (getScreenLabel):
153         * insetexternal.[Ch] (getScreenLabel):
154         * insetfloatlist.[Ch] (getScreenLabel):
155         * insetinclude.[Ch] (getScreenLabel):
156         * insetindex.[Ch] (getScreenLabel):
157         * insetlabel.h (getScreenLabel):
158         * insetparent.[Ch] (getScreenLabel):
159         * insetref.[Ch] (getScreenLabel):
160         * insettoc.[Ch] (getScreenLabel):
161         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
162
163         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
164         the label.
165         (validate): remove check on "cite" when using natbib.
166
167 2001-07-26  Baruch Even  <baruch@lyx.org>
168
169         * insetgraphics.C (draw): changed casting to be in one place rather than 
170         all over the function.
171
172         * insetgraphics.h:
173         * insetgraphics.C (read): Added compatibility reads of InsetFig.
174         
175         * insetgraphicsParams.h:
176         * insetgraphicsParams.C: 
177         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
178
179 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
180
181         * insetfoot.C (validate): Added method to ensure that the
182         right bit of LaTeX is emitted.
183
184         * insetfoot.h: Added validate method to set the correct
185         LaTeXFeatures bit for the special footnote code.
186
187 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
188
189         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
190         quotes
191
192 2001-07-27  Juergen Vigna  <jug@sad.it>
193
194         * inset.h: remove not used font variable in parameter.
195         removed checkInsertChar in UpdatableInset as it was equal to
196         the one in Inset and so not needed.
197
198         * insetert.C (checkInsertChar): implementation of function
199         checkInsertChar.
200
201         * inset.h: added new function checkInsertChar.
202
203         * various files: added c-tor and clone() function.
204         
205         * insetcollapsable.h: removed clone function here as this should
206         be only realized in REAL insets and added it to all collapsable
207         insets! (with the copy-constructor).
208
209 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
210
211         * insetminipage.C (read): handle missing parameters more gracefully
212
213         * insetcollapsable.C (read): handel missing collapsed more gracefully
214
215 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
216
217         * insetfloat.C (read): handle missing parameters.
218
219         * insettext.C (read): handle old latex end_inset
220
221         * insetert.C (setButtonLabel): new method
222         (init): use it, to set the dynamic label correctly
223         (read): use it
224
225         * Makefile.am (EXTRA_DIST): add files that is not part or the
226         binary here.
227
228         * insetcollapsable.h: remove autocollapsable (no users), remove
229         draw_label, change_label_with_text and companion code. Remove args
230         from some methods.
231         * insetert.[Ch]: move here instead (only user)
232
233         * inset.h: rename private variable name to name_, make
234         selectNextWord return a const string. make getInsetName return a
235         string const &. Remove bool from open, add close.
236
237         * Makefile.am: don't compile insetlist, insetsection
238         and insettheorem
239
240 2001-07-24  Juergen Vigna  <jug@sad.it>
241
242         * insetert.C (InsetERT): put init after the paragraph initialization,
243         as otherwise we don't set the draw_label right.
244
245         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
246         insets with the mouse without having strange selections.
247         (edit): if the inset was collapsed and we open it here then put the
248         cursor always at the beginning of the inset.
249         (get_new_label): 15 instead of 10 max chars in the label.
250
251         * insetert.C (localDispatch): added and handle various stuff we
252         need to handle here (font setting on paragraph break, not permitted
253         layout setting, etc.).
254
255         * inset.h: added default copy-consturctor and implemented this in
256         various insets with the change to use this in the clone function!
257
258 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
259
260         * insetminipage.C (InsetMinipage): set background color to red :)
261
262 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
263
264         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
265         draw frame mode is LOCKED.
266
267         * insetcollapsable.C (edit): 
268         (insetButtonRelease): set update status to full when
269         opening inset.
270
271         * insettext.C (clearInset): 
272         * insettabular.C (draw): 
273         * insetlatexaccent.C (draw): honor background color.
274
275         * inset.h: new member background_color_, initialized to
276         LColor::inherit.
277
278         * inset.C (backgroundColor): new method.
279         (setBackgroundColor): new method.
280
281         * insetert.C (init): new method, called by the ctors.
282         (InsetERT): when inserting contents, make sure the font is
283         ALL_INHERIT.
284
285         * insetnote.C (InsetNote): when inserting content, remove trailing
286         newline
287         (init): set background color to LColor::note
288
289 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
290
291         * insetcollapsable.C: adjust
292
293         * insetbutton.C: adjust
294
295 2001-07-23  Juergen Vigna  <jug@sad.it>
296
297         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
298         parameter on the _collapsed function (was not needed) and call
299         always width_collapsed().
300
301         * insetert.C (InsetERT): use setLabel with "true" flag.
302
303         * insetcollapsable.C: modified various functions to set the draw_label
304         string right in any condition.
305         (setLabel): added a bool parameter to set change_label_with_text.
306
307         * insetcollapsable.h: added draw_label string which is set to the
308         actual drawn label-string, while label is the original static label
309         of this collapsable inset. Added bool change_label_with_text to set
310         if we want that the label changes to the start of the InsetText's
311         text when collabpsed. You can set this flag with the setLabel funciton.
312         Added bool inlined for inlined collapsable insets, but not handled
313         yet.
314
315         * insetcollapsable.C (get_new_label): added should get a new label
316         from the InsetText beginning (for now 10 chars).
317
318 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
319
320         * insetquotes.C (latex): fix the handling of french double quotes
321         when not using the french pachage.
322
323 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * insetcollapsable.h: make WidthCollapsed mutable.
326
327         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
328         InsetPrintIndex returns INDEX_PRINT_CODE.
329
330         * inset.h: add INDEX_PRINT_CODE
331
332         * insetcollapsable.C (draw): init widthCollapsed if necessary
333         (width): ditto.
334
335         * insetquotes.C (width): use the local language, not the document
336         language.
337         (draw): ditto.
338         (dispString): add additional spacing for all french languages,
339         like fr_CA.
340         (validate): make it work when there is no default language
341
342         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
343
344         * insetnote.C (init): new method, called by the constructors
345         (InsetNote): new constructor with contents passed as a string
346
347 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
348
349         * insetfootlike.C (insetAllowed): disallow float in footlike.
350
351         * insetert.C (InsetERT): add collapsed argument to the constrctor
352         with contents.
353
354 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
355
356         * insetindex.h: shut off warning
357
358 2001-07-20  Juergen Vigna  <jug@sad.it>
359
360         * insetcollapsable.C (update): recoded hopefully works now!
361
362 2001-07-19  Juergen Vigna  <jug@sad.it>
363
364         * most files: implemented the below new introduced function.
365         
366         * inset.h: added new edit(BufferView *, bool front) method to be able
367         to enter an inset from the front/back without knowing x/y positions
368         and baselines inside the inset. So I just can tell the inset activate
369         me and set the cursor on the front/back of yourself.
370
371 2001-07-18  Juergen Vigna  <jug@sad.it>
372
373         * insetcollapsable.C (edit): fixed hopefully the y parameter which
374         is givven to the InsetText.
375         (insetButtonPress): ditto
376         (insetButtonRelease): ditto
377         (insetMotionNotify): ditto
378
379 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
380
381         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
382         LIGATURE_BREAK, since the name is so stupid.
383
384 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
385
386         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
387         the default InsetCollapsable methods. I.e., it can insert anything.
388         (write) output the name of the inset, not some silly hack for
389         compatability with the old InsetInfo.
390         
391         * insetinfo.[Ch]: removed.
392         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
393         now collapsable, but functionality is otherwise identical to InsetInfo.
394
395         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
396
397 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
398
399         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
400         reformatting
401
402         * insetquotes.C: general cleanup
403         (dispString): add spaces inside french double quotes.
404         (latex): ditto. Moreover, treat first the case where the frenchb
405         or french options have been given.
406
407 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
408
409         * insetcite.[Ch] (latex, validate): new methods, required for natbib
410         support.
411
412 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
413
414         * figinset.C (RegisterFigure): Print debug message only when
415         current_view is available.
416
417 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
418
419         * many files: update to match the change below
420
421         * inset.h (insetAllowed): renamed from insertInsetAllowed;
422         implement the version which takes an inset here.
423
424         * insetcollapsable.[Ch]: implement open and isOpen
425
426         * inset.h: remove insertInsetAllowed from Inset
427         (open): new method, to open or close an inset
428         (isOpen): returns the status of an inset
429         (isCollapsable, colapse): removed
430
431 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
432
433         * insetquotes.C (dispString): display french guillemets when using
434         ISO8859-15.
435
436 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
437
438         * insetcollapsable.h: remove bogus return statements
439
440 2001-07-18  Juergen Vigna  <jug@sad.it>
441
442         * insettabular.C (selectNextWord): fixed spellchecking for the
443         first cell of a tabular (wasn't entered!)
444         (getLyXText): changed to enter automatically insettext and return
445         it's LyXText if we're locked.
446
447 2001-07-17  Juergen Vigna  <jug@sad.it>
448
449         * various files: implemented the below functions.
450         
451         * inset.h: added functions
452         - virtual string selectNextWord(BufferView *, float & value) const;
453         - virtual void selectSelectedWord(BufferView *) { return; }
454         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
455         needed for spellchecking correctly!
456
457 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
458
459         * insetert.C (latex): write out all paragraphs.
460
461 2001-07-17  Baruch Even  <baruch@lyx.org>
462
463         * insetgraphics.C (draw): Removed unneeded casts.
464
465 2001-07-16  Juergen Vigna  <jug@sad.it>
466
467         * insettext.C (update): fixed small oversight (reset lt to 0).
468
469 2001-07-14  Baruch Even  <baruch@lyx.org>
470
471         * insetgraphics.h:
472         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
473
474 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
475
476         Consistent use of Lsstream.h:
477         * figinset.C: removed using std::ostringstream directive.
478
479         * insetgraphics.C (createLatexOptions):
480         * insetinclude.C (unique_id):
481         std::ostringstream -> ostringstream.
482         * insettext.C (localDispatch): std::istringstream -> istringstream.
483
484 2001-07-13  Juergen Vigna  <jug@sad.it>
485
486         * insetfloat.C (insertInsetAllowed): added missing const_cast.
487
488         * insetcollapsable.C (getLockingInset): ditto.
489
490 2001-07-12  Juergen Vigna  <jug@sad.it>
491
492         * insetcollapsable.h: added implementation of new function for
493         collapsable status.
494
495         * various files: added implementation of new insertInsetAllowed-func
496         and redone the function a bit more.
497         
498         * inset.h: added isCollapsable(), bool collapsed(),
499         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
500
501         * insetfloat.C (insertInsetAllowed): make a bit more checks.
502
503         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
504         LyXText which is marked for removal while we're using it!
505
506         * insettext.h: added private LyXText * lt to use it to assure we are
507         not deleting our LyXText while we're using it!
508
509 2001-07-11  Juergen Vigna  <jug@sad.it>
510
511         * insettext.C (insertInset): check if we are before the inset after
512         inserting it! This check IS needed. Remove the Undo-Call as it is
513         called in LyXText::insertInset!
514
515         * insettext.h: added struct InnerCache.
516
517         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
518         that we ONLY delete the LyXText in the getLyXText() routine. So we
519         are sure we don't delete LyXText while someone is working with it!
520
521 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
522
523         * insetexternal.C: (*it). -> it->
524         * insettext.C: ditto
525
526 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
527
528         * insetcollapsable.C (edit): always open collapsed insets (even if
529         they are not autocollapsable)
530
531         * insetcommand.C (operator=): simplify.
532
533 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
534
535         * insetert.C (latex): handle META_NEWLINE
536
537 2001-07-09  Juergen Vigna  <jug@sad.it>
538
539         * insetert.h: a normal InsetText can insert insets, but we won't.
540
541         * inset.h: return default "false" on insertInsetAllowed and implement
542         this function where a returnvalue != "false" is needed.
543
544 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
545
546         * insetert.C (InsetERT): new contructor
547
548 2001-07-06  Juergen Vigna  <jug@sad.it>
549
550         * a lot of files: added implementation of the below new functions
551         and the change to clone(). Also the call of the new undo-functions
552         where needed.
553         
554         * inset.h: added an inset_id, added functions getParFromID,
555         getInsetFromID, firstParagraph, cursor and id functions, added
556         bool same_ids to clone function.
557
558 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
559
560         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
561         of BufferView * and shared_ptr<LyXText>
562
563 2001-07-05  Juergen Vigna  <jug@sad.it>
564
565         * insettext.C (clear): deleted also the cache not only LyXText.
566         (setParagraphData): ditto.
567
568 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
569
570         * insetfloat.C (latex): let the specific placement take presedence
571         if set, otherwise choose document placement if set, otherwise just
572         use float default placement.
573
574 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
575
576         * insettext.C (localDispatch): call CutAndPaste::'s static method
577         directly. 
578
579 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
580
581         * insetbib.C: no meed to include forms.h here.
582
583 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
584
585         * insettext.C: added using std::make_pair directive.
586
587 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
588
589         * insettext.C (getLyXText): avoid multiple lookups, and simplify
590         slightly
591         (deleteLyXText): ditto
592         (resizeLyXText): ditto
593
594 2001-07-02  Juergen Vigna  <jug@sad.it>
595
596         * insettext.C (getLyXText): introduce a cache in getLyXText so that
597         following calls are only returned the right pointer without the over
598         head to search in the map.
599         (various funcs): reset the cached_bview variable as this signs that
600         the cache is not valid anymore.
601
602 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
603
604         * insettabular.C (clone): do not copy the LyXTabular twice
605
606 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
607
608         * insettext.h (TEXT): delete method
609
610 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
611
612         * insetmarginal.C (latex): 
613         * insetfoot.C (latex): fix spacing of notes in LaTeX
614
615         * insettext.C (localDispatch): use .c_str() on istringstream
616         constructor argument.
617
618 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
619
620         * insettoc.h:
621         * insettoc.C:
622         * inseturl.h:
623         * inseturl.C: fix method names in these to begin
624           with small char too, so they inherit
625  
626 2001-06-28  Juergen Vigna  <jug@sad.it>
627
628         * insettext.C (setFont): fixed font settings using toggleFree()
629         instead of setFont().
630
631 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
632
633         * Change a lot of method names to begin with a small char.
634         Changes to a lot of files because of this.
635
636 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
637
638         * insetfloatlist.C (Write): std:: qualify ostream
639         (Latex): ditto
640
641 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
642
643         * figinset.C:
644         * inset.C:
645         * insetgraphics.C: send debug output to Debug::INFO instead of
646         Debug::ANY.
647
648 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
649
650         * insettabular.h:
651         * insettabular.C (getStatus): update to use func_status
652
653 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
654
655         * insetref.C (DocBook): added support for cross-references without
656         a name.
657
658 2001-06-26  The LyX Project  <jug@sad.it>
659
660         * insetref.C:
661         * insetref.h:
662         * insetlabel.C:
663         * insetlabel.h: removed escape method and moved it to
664         support/lstrings.h.
665
666 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
667
668         * insettabular.C (getMaxWidth): do the speedup in a different way,
669         remove dead code
670
671 2001-06-24  The LyX Project  <Asger>
672
673         * insettabular.C (getMaxWidth): We cache a mapping from
674         inset to cell in order to speed this method up.
675
676 2001-06-24  The LyX Project  <Asger>
677
678         * insettext.C: Optimized InsetText::draw or something.
679
680 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
681
682         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
683
684 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
685
686         * inset.h: name change from lyxinset.h
687
688 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
689
690         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
691
692 2001-06-14  Juergen Vigna  <jug@sad.it>
693
694         * insettext.C (draw): removed warnings.
695
696 2001-06-13  Juergen Vigna  <jug@sad.it>
697
698         * insettabular.C (nodraw): only go down the tree if we don't have
699         that flag set otherwise it's obvious that we don't want to draw.
700         (LocalDispatch): do also an update if we have an undispached result.
701
702 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
703
704         * insetcite.C:
705         * insetgraphicsParams.C:
706         * insettext.C: removed // -*- C++ -*- as first line.
707
708 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
709
710         * lyxinset.h (resizeLyXText): shut off warning about unused
711         parameter "force" 
712
713 2001-06-07  Juergen Vigna  <jug@sad.it>
714
715         * insettext.C (resizeLyXText): honor the new force flag.
716
717         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
718
719         * insettabular.C (deleteLyXText): new function
720
721 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
722
723         * insettheorem.C:
724         * insetminipage.C:
725         * insetlist.C:
726         * insetfootlike.C:
727         * insetfloat.C:
728         * insetert.C:
729         * insetcollapsable.C:
730         * insetcaption.C: LColor tidy
731          
732 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
733
734         * figinset.C: fix typo
735
736 2001-06-01  Juergen Vigna  <jug@sad.it>
737
738         * insettabular.C (resetPos): small hack so that scroll is not set to
739         0 when we are in the last column of a tabular. This is a problem we
740         have because of constats 20 offset on both directions, so this can
741         cause on the limit an endless loop.
742
743         * insettext.C (SetFont): forgot that we can have locking insets ;)
744
745 2001-05-31  Juergen Vigna  <jug@sad.it>
746
747         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
748
749 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
750
751         * figinset.C: add using std:: directive for the C functions which
752         need that.
753
754 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
755
756         * insetfloat.C (Write): write out wide info
757         (Read): read the wide info
758         (Latex): use the wide info when creating latex.
759
760         * insettext.C: adjust
761
762         * insetgraphics.[Ch] (statusMessage): change to return string
763         (width): adjust
764         (draw): adjust
765
766         * figinset.C (runqueue): add std::
767         (Recompute): ditto
768
769 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
770
771         * insetcite.C (Ascii): add std:: qualifier
772
773 2001-05-28  Juergen Vigna  <jug@sad.it>
774
775         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
776         a endless-width inset (maxWidth < 0).
777         (Edit): change language only if not equal.
778
779         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
780
781         * insettext.C (draw): fixed draw/clear of InsetText-Frame
782
783 2001-05-16  Juergen Vigna  <jug@sad.it>
784
785         * insettext.C (selectAll): added
786         (clearSelection): added
787
788         * insettabular.C (SetFont): now we may set a font on a whole selection!
789         (getSelection): added helper function.
790
791 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
792
793         * insetcite.C (Ascii): Add method.
794
795 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
796
797         * figinset.C:
798         * insetbib.C: fix path for OS/2 & Win32
799
800 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
801
802         * insetfoot.C (Latex): don't use % after footnote.
803
804 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
805
806         * insettext.C (Read): use clear
807         (SetParagraphData): use LyXParagraph copy constructor instead of clone
808
809 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
810
811         * insetfloatlist.h: add a bunch of std:: qualifiers.
812
813 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
814
815         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
816         FLOAT_LIST_CODE, renumber code list.
817
818         * insettoc.C (getScreenLabel): remove support for float lists
819         (LyxCode): ditto
820         (Ascii): ditto
821
822         * insetfloatlist.[Ch]: new files
823
824         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
825
826 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
827
828         * insettabular.C (LocalDispatch):
829         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
830         method 
831
832 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
833
834         * insettext.C: remvoe !NEW_INSETS cruft
835
836         * insettabular.C: remove !NEW_INSETS cruft
837
838         * insetcollapsable.h: remove !NEW_INSETS cruft
839
840         * insetbib.C: remove !NEW_INSETS cruft
841
842 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
843
844         * insettoc.C: hack to make listof algorithm work
845
846 2001-04-20  Juergen Vigna  <jug@sad.it>
847
848         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
849
850 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
851
852         * insetquotes.C (Latex): improve the guard against
853         unwanted !` and ?` ligatures. This should really be done in
854         another place (to catch all this ligatures at low-level).
855
856 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
857
858         * insettext.C (init): remvoe leftovers from cursor_visible change
859         (draw): use c++ cast
860         (LocalDispatch): dispatch LFUN_MESSAGE
861
862         * insettabular.C (InsetTabular): remove leftovers from
863         cursor_visible, and scoped_ptr changes
864         (draw): use c++ cast
865
866         * insetcollapsable.C (draw): use c++ cast
867
868         * ExternalTemplate.h: inherit privaely from noncopyable
869         * insetcommand.h: ditto
870         * insetinclude.h: ditto
871
872 2001-04-16  Allan Rae  <rae@lyx.org>
873
874         * insettoc.C (Ascii): 
875         * insettext.C (draw): 
876         * insettabular.C (setPos): 
877         * insetminipage.C (Read): 
878         * insetfloat.C (placement): 
879         * insetcaption.C (Ascii, DocBook): 
880         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
881         an unrecognised preprocessor directive.  So ensure they're wrapped. 
882
883 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
884
885         * insetexternal.h:
886         * insetexternal.C: set view on Clone. Add _ to private members.
887
888 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
889
890         * insettext.C (InsetText): fix new
891         (InsetText): reindent some, simplify deletion of par list 
892         (clear): simplify deletion of par list, fix new
893         (SetParagraphData): simplify deletion of par list
894
895         * insettabular.[Ch] (getLabelList): implement new method
896
897 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
898
899         * lyxinset.h: do not include gettext.h...
900
901         * inset.C:
902         * insetcaption.C:
903         * insetexternal.C:
904         * insetgraphics.C:
905         * insetindex.C:
906         * insetlabel.C:
907         * insetlatexaccent.C:
908         * insetminipage.C:
909         * insetquotes.C:
910         * insettabular.C:
911         * inseturl.C: ... and do it here instead
912
913 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
914
915         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
916
917         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
918
919         * insetcollapsable.[Ch] (getLabelList): implement
920
921         * insettext.[Ch] (getLabelList): implement
922
923         * insettext.h: reindent
924
925         * insettabular.h: make tabular a scoped_ptr
926
927         * insettext.C (init): adjust for cursor_visible
928         (ToggleInsetCursor): constify asc and desc, font, adjust for
929         cursor_visible
930         (ShowInsetCursor): constify asc and desc, font, adjust for
931         cursor_visible
932         (HideInsetCursor): adjust for cursor_visible
933
934         * insettabular.C: reindent some
935         (InsetTabular): adjust for scoped_ptr and cursor_visible
936         (InsetTabular): ditto
937         (~InsetTabular): delete delete
938         (Clone): adjust for scoped_ptr
939         (Read): constify old_format, adjust for scoped_ptr, move init of
940         token
941         (draw): constify tx, localize loop vars.
942         some other localization of variables, remove double initilizatons.
943         
944         * insetfoot.C: remove using std::ostream, add ostream where needed
945
946 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
947
948         * lyxinset.h: some reindentaion, use initializer list for
949         constructro.
950         UpdatableInset: make cursor_visible a private var add
951         public isCursorVisible(), add protected toggleCursorVisible() and
952         proctected setCursorVisible(bool), make scroll call the Inset::scroll
953
954         * insettoc.C: remvoe using decl
955         (getScreenLabel): make cmdname donst
956         (LyxCode): ditto
957         (Ascii): ditto
958         (Ascii): don't use endl
959
960         * insetfootlike.C: remove using decl at file scope and add std::
961         where needed
962         * insetmarginal.C: ditto
963
964         * insetfoot.C: some reformatting
965
966         * insetfloat.C (InsetButtonRelease): adjust the hit area
967
968         * insetert.C (SetFont): some reformatting
969
970         * insetcollapsable.C: some reformatting and constification
971         (Clone): comment out.
972         * insetcollapsable.h: some reformatting
973         (Clone): comment out.
974         
975         * inset.C: reindent
976         (scroll): simplify
977
978 2001-03-30  Juergen Vigna  <jug@sad.it>
979
980         * insetcollapsable.h: changen *inset to be a InsetText inset.
981         
982         * some files: changed to reflect the above change.
983
984 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
985
986         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
987         InsetExternal::Params.
988         Added operator==() and operator!=() for the Params struct.
989
990 2001-03-29  Juergen Vigna  <jug@sad.it>
991
992         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
993         BufferView *.
994
995         * insetminipage.C: removed widthp_ and all it's functions and changed
996         to use new %-lengths of LyXLength.
997
998 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
999
1000         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
1001
1002 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1003
1004         * insetgraphicsParams.C (operator!=): new function, needed by the
1005         ControlGraphics class.
1006
1007 2001-03-28  Juergen Vigna  <jug@sad.it>
1008
1009         * insettext.C (InsetButtonPress): only enter !inset if button == 2
1010         (checkAndActivateInset): don't use the values returned from
1011         call to bv->checkInsetHit.
1012
1013         * insetminipage.C (Clone): set special minipage values.
1014
1015         * insetcollapsable.C (draw): changed to draw the button in the
1016         upper left corner outside the textinset.
1017         (ascent): changed because of different drawing 
1018         (descent): ditto
1019         (width): ditto
1020         (Edit): ditto
1021         (InsetButtonPress): ditto
1022         (InsetButtonRelease): ditto
1023         (InsetMotionNotify): ditto
1024
1025 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
1026
1027         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
1028         contain a suffix.
1029         (Clone): ditto
1030
1031 2001-03-26  Juergen Vigna  <jug@sad.it>
1032
1033         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
1034
1035         * insettext.C (ShowInsetDialog): implemented above function.
1036
1037         * insettabular.C (ShowInsetDialog): ditto
1038
1039         * insetminipage.C (ShowInsetDialog): ditto
1040
1041 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1042
1043         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
1044         InsetInclude::Params. Don't store a buffer * in Params. Store the
1045         master file name instead.
1046
1047 2001-03-23  Juergen Vigna  <jug@sad.it>
1048
1049         * insetcollapsable.C (InsetMotionNotify):
1050         (InsetButtonRelease): 
1051         (InsetButtonPress): fixed y-offset (minipages).
1052
1053         * insettext.C (draw): force a FULL update if cleared == true.
1054
1055         * insetcollapsable.C (draw): Lars forgotten entry for changing this
1056         routine to draw the minipages on its position-flag.
1057         (InsetInInsetY): give back the right y position, because of minipage
1058         position-flag.
1059
1060 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1061
1062         * insetfloat.h
1063         * insetfloat.C (DocBook): docbook export code.
1064
1065 2001-03-22  Juergen Vigna  <jug@sad.it>
1066
1067         * insetminipage.C (getMaxWidth): added function to set the drawing
1068         width!
1069         (Read): should work now!
1070
1071         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1072         if we create a new inset.
1073
1074 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1075
1076         * figinset.C (fl_set_preemptive_callback): moved definition outside
1077         of namespace anon.
1078
1079 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1080
1081         * insetminipage.C (Read): prepare for reading of minipage arguments.
1082
1083 2001-03-18  Baruch Even  <baruch@lyx.org>
1084
1085         * insetgraphics.C: Minor cleanups of the comments and code.
1086
1087 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1088
1089         * insetminipage.C (InsetMinipage): default to not collapsed
1090
1091 2001-03-16  Juergen Vigna  <jug@sad.it>
1092
1093         * insetminipage.C (width): modified with to be a string
1094         (widthp): added widthp (for % width) support functions.
1095         (InsetButtonRelease): added to open the options dialog on button==3.
1096         (~InsetMinipage): added to hide the dialog.
1097
1098         * insetminipage.h: added hideDialog signal
1099
1100 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1101
1102         * insetminipage.h: change the order or Position to match
1103         LyXParagraph::MINIPAGE_ALIGNMENT
1104
1105         * several files: remvoe CXX_WORKING_NAMESPACES
1106
1107         * ExternalTemplate.h: noncopyable is in namespace boost
1108         * insetinclude.h: ditto
1109         * insetcommand.h: ditto
1110
1111 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1112
1113         * insettext.C (Edit): #else# -> #else.
1114         * insettoc.C: added using directive.
1115
1116 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1117
1118         * insetminipage.h: add pos, inner_pos, width and height. + getters
1119         and setters for all of them.
1120
1121 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1122
1123         * insetinclude.C (Latex): Do not exit when the textclass of the
1124         included file differ from the textclass of the parent file.
1125
1126 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1127
1128         * ExternalTemplate.C (read): the reading of external insets now checks
1129         for \end_inset and removes it form the input stream.
1130
1131 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1132
1133         * ExternalTemplate.h:
1134         * ExternalTemplate.C:
1135         * insetexternal.h:
1136         * insetexternal.C: move form to GUII
1137
1138 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1139
1140         * insetinclude.h:
1141         * insetinclude.C: add InsetIncludeParams, use
1142         composition rather than derivation of InsetCommand
1143
1144 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1145
1146         * insettoc.C (Ascii): use the Buffer typedefs
1147
1148 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1149
1150         * insettoc.C (Ascii): implement for dynamic number of lists
1151
1152         * insetcaption.[Ch]: update from new_insets branch
1153         * insetfloat.[Ch]: ditto
1154         
1155 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1156
1157         * insetexternal.C:
1158         * figinset.C: use new File Dialog
1159
1160 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1161
1162         * insettext.C: changes becuase of ParagraphParameters.
1163
1164 2001-02-28  Baruch Even  <baruch@ev-en.org>
1165
1166         * insetgraphics.C (updateInset): Changed due to the change in
1167         GraphicsCache.
1168
1169 2001-02-26  Juergen Vigna  <jug@sad.it>
1170
1171         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1172         handled in LyXText).
1173
1174 2001-02-23  Juergen Vigna  <jug@sad.it>
1175
1176         * insettext.C (draw): some small repainting fixes.
1177         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1178
1179         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1180         should be) and not an int.
1181         
1182         * insettabular.C (LocalDispatch): ditto
1183
1184         * insettext.C (LocalDispatch): ditto
1185
1186         * insetcollapsable.C (LocalDispatch): ditto
1187
1188 2001-02-22  Juergen Vigna  <jug@sad.it>
1189
1190         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1191         DISPATCH it and we don't have a locking_inset.
1192
1193 2001-02-21  Baruch Even  <baruch@ev-en.org>
1194
1195         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1196         instead of GraphicsCacheItem *.
1197
1198 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1199
1200         * insetcollapsable.C (getLyXText): add const qualifier to second
1201         parameter. 
1202
1203 2001-02-22  Juergen Vigna  <jug@sad.it>
1204
1205         * insettext.C (getLyXText): honor the recursive parameter.
1206         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1207
1208         * inset.C (getLyXText): added bool recursive parameter.
1209
1210         * insettext.C (SetUpdateStatus): or the update codes.
1211         (draw): check need_update with &.
1212         (InsetButtonPress): set no_selection to not put a selection when
1213         entering an inset and it is redraws in another spot.
1214
1215         * insettext.h: made need_update an int.
1216
1217 2001-02-20  Baruch Even  <baruch@ev-en.org>
1218
1219         * insetgraphics.h:
1220         * insetgraphisc.C: Changed to use better semantics when loading images
1221         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1222
1223 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1224
1225         * insetcommand.h:
1226         * inseterror.h:
1227         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1228         consistent with InsetTabular.
1229         
1230 2001-02-19  Juergen Vigna  <jug@sad.it>
1231
1232         * insettabular.C (LocalDispatch): implement PAGE up/down.
1233
1234         * insettext.C (draw): clear all of it on need_update==INIT too!
1235
1236         * insettabular.C (InsetUnlock): always clear the selection.
1237
1238         * inset.C (scroll): normally we only want to scroll the inset until
1239         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1240
1241 2001-02-14  Juergen Vigna  <jug@sad.it>
1242
1243         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1244         (resetPos): fixed scroll behaviour.
1245         (LocalDispatch): do an update if moving cursor inside a table cell
1246         requests a scroll of the tabular.
1247
1248 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1249
1250         * insettext.C (textWidth): constify local var
1251
1252         * insettabular.C: small cleanup.
1253
1254         * insetfoot.C (Latex): constify local var
1255
1256         * insetcollapsable.C: small cleanup.
1257
1258         * figinset.C (runqueue): use compare instead of strcmp
1259
1260 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1261
1262         * insettext.C:
1263         * insetinfo.C: remove cruft
1264
1265 2001-02-14  Juergen Vigna  <jug@sad.it>
1266
1267         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1268
1269 2001-02-13  Juergen Vigna  <jug@sad.it>
1270
1271         * insettext.C (InsertInset): don't move left (is this right?)
1272
1273         * insettabular.C (LocalDispatch): use of the no_draw variable
1274
1275         * insettabular.h: new no_draw variable to stop redraw
1276
1277         * insettabular.C (TabularFeatures): fixed update for alignment change
1278
1279 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1280
1281         * insetinclude.C:
1282         * insetbib.h:
1283         * insetbib.C: move dialogs to frontends/
1284
1285 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1286
1287         * insettext.C (LocalDispatch): Restore the language if the inset
1288         becomes empty.
1289
1290 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1291
1292         * insettext.C (moveRightIntern): Update the selection cursor.
1293         (moveLeftIntern): Ditto.
1294
1295 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1296
1297         * Makefile.am: remove BoundingBox.h
1298
1299         * BoundingBox.h: removed
1300
1301 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
1302         
1303         * insettext.C (LocalDispatch): Update selection cursor when moving 
1304         cursor to the right.
1305         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
1306         (moveLeftIntern): Ditto.
1307
1308 2001-02-05  Baruch Even  <baruch.even@writeme.com>
1309
1310         * insetgraphics.C: Updated automatic image conversion, it now goes into
1311         temporary directory instead of with the image itself.
1312
1313 2001-01-21  Baruch Even  <baruch@ev-en.org>
1314
1315         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
1316         to EPS or PNG when needed (support bitmap graphics).
1317
1318 2000-11-02  Baruch Even  <baruch@ev-en.org>
1319
1320         * insetgraphics.C:
1321         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
1322         and removal of commented out code.
1323
1324 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1325
1326         * insetbib.C (callback): Update citations if the key has changed.
1327
1328 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1329
1330         * insetbib.C (InsetBibKey): Better computation of default key.
1331         (getScreenLabel) Show both the key and the label.
1332         (getBibLabel): New method.
1333         (callback): Force a redraw if the inset have been changed.
1334
1335 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1336
1337         * insetref.C (getType, getName): Move methods from 
1338         src/frontends/xforms/FormRef.C.
1339
1340 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1341
1342         * insettabular.C: Various improvements (use only one dummy position).
1343
1344 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
1345
1346         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
1347         par->bibkey->width. This fixes the crashes when running without
1348         gui or when having included documents.
1349
1350 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
1351
1352         * insetcommand.C (getAsString, setFromString): Cleanup.
1353
1354 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1355
1356         * insetref.C: Add the array InsetRef::types that contains
1357         information about all supported reference types.
1358
1359 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1360
1361         * lyxinset.h: remove trailing comma in enum.
1362
1363 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
1364
1365         * insettext.C: kill LyXBell.