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