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