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