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