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