]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
acb58c927871d4b6fc1ff3224f73b400383850fe
[lyx.git] / src / insets / ChangeLog
1 2002-01-16  Juergen Vigna  <jug@sad.it>
2
3         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
4         of wrong cell.
5
6 2002-01-16  Allan Rae  <rae@lyx.org>
7
8         * insetinclude.C (docbook): someone forgot a ";"
9
10 2002-01-16  José Matos  <jamatos@fep.up.pt>
11
12         * figinset.C (docbook): removed a old place holder "@".
13         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
14         * insetinclude.C (linuxdoc): if include is verbatim, then export the
15         ascii text version, clearly guarded inside a CDATA section.
16         (docbook): in docbook 4, inlinegraphics is empty.
17         * insettabular.C (linuxdoc): export the ascii version of the table
18         inside a CDATA section.
19
20 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
21
22         * insetparent.C (InsetParent): 
23         * insetgraphicsParams.C (Write): 
24         (Read): 
25         * insetgraphics.C (prepareFile): 
26         (readFigInset): 
27         (docbook): 
28         * insetexternal.C (executeCommand): 
29         (doSubstitution): use Buffer::filePath
30
31         * insetbib.C (getFiles): add a #warning for Angus
32
33         * insetgraphics.C: Add a remark about how filenames should be
34         considered to be relative to buffer (but absolute is still allowed)
35         (draw): do not try to get status if lyxrc.use_gui is false
36
37 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
38
39         * inset.[Ch]:
40         * insetcollapsable.[Ch]:
41         * insettabular.[Ch] (searchForward, searchBackward): change the
42         bool const & params to bool.
43
44         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
45         to avoid the name clash with InsetCollapsable's methods of the same
46         names but different functionality.
47
48 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * insettext.C (ascii): use lyx::count rather than countChar.
51
52 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
53
54         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
55
56 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
57
58         * insetgraphics.C (updateInset): do not try to render image if
59         lyxrc.use_gui is false (bug #104)
60
61         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
62         if file does not exist
63
64         * figinset.C (browseFile): add shortcuts to directory buttons
65
66         * insettext.C (updateLocal): update menubar and toolbar here too.
67
68 2002-01-13  Allan Rae  <rae@lyx.org>
69
70         * insettabular.C (InsetTabular): Both constructors now initialise
71         all class variables.
72
73 2002-01-11  Juergen Vigna  <jug@sad.it>
74
75         * insettext.C (insetButtonPress): set the_locking_inset to 0.
76
77 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
78
79         * insettabular.C (getStatus): add forgotten brace around multiline
80         if statement.
81
82 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
83
84         * insetfloat.C (validate): require "float" instead of "floats".
85
86 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
87
88         * insettabular.C (getStatus): use FuncStatus
89
90 2002-01-08  Juergen Vigna  <jug@sad.it>
91
92         * insettabular.C (insetButtonRelease): now this should work too
93         correctly.
94
95         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
96         if the width is a percentage.
97
98         * inset.h: added isChar() function and implemented this for
99         insetspecialchar insetquotes and insetlatexaccent.
100         added forceDefaultParagraphs() and implemented it for insettabular.
101
102 2002-01-07  Juergen Vigna  <jug@sad.it>
103
104         * insettext.C (getLyXText): Fixed this function. An insert into the
105         map is only done if we REALLY have a new BufferView.
106
107 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
108
109         * insettext.C: fix bug illustrated by attachment #37 of bug #59
110
111 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
112
113         * insetinclude.C: fix use of FileInfo
114  
115 2002-01-07  Juergen Vigna  <jug@sad.it>
116
117         * insettabular.C (draw): fixed clearing of cell around inset.
118
119 2002-01-05  Juergen Vigna  <jug@sad.it>
120
121         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
122         variables are updated.
123
124         * insettabular.C (resetPos): set always the inset_y as it may be
125         needed in another function.
126         (searchBackward): don't draw while searching.
127
128 2002-01-04  Juergen Vigna  <jug@sad.it>
129
130         * insettext.C (lockInsetInInset): forgot to set a cursor.
131
132 2002-01-02  Juergen Vigna  <jug@sad.it>
133
134         * insettext.C (insertInset): make the correct undo informations on
135         inserting new insets.
136
137 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
138
139         * insettabular.C: correct single-cell select vertically
140  
141 2001-12-27  Juergen Vigna  <jug@sad.it>
142
143         * insettabular.C (ascii): export as tab-separated-values if the
144         function was not called from export (f.ex.: clipboard).
145
146         * insetcollapsable.h: added default support for ascii, linuxdoc and
147         docbook export (the insettext is exported by default!)
148
149         * insettabular.C (copySelection): suff the clipboard with the tabular
150         data in a tab separated format, seems more naturals then with all the
151         formating.
152
153 2001-12-24  Juergen Vigna  <jug@sad.it>
154
155         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
156         to check for REAL mouseMotion.
157
158 2001-12-20  Juergen Vigna  <jug@sad.it>
159
160         * inset.C (cursor): return the owners cursor if available instead of
161         always only the bv->text->cursor.
162
163         * insettabular.C (checkLongtableSpecial): works now.
164
165 2001-12-19  Juergen Vigna  <jug@sad.it>
166
167         * insettabular.C (tabularFeatures): fix the row setting of ltt as
168         this has to be always row + 1 as 0 means not selected!
169         (checkLongtableSpecial): added
170         (tabularFeatures): better longtable options support
171
172         * insettext.C (resizeLyXText): reinit the text always also on a
173         empty insettext!
174
175 2001-12-18  Juergen Vigna  <jug@sad.it>
176
177         * insettext.C (updateInsetInInset): look if we have to autocollapse
178         paragraps and return if the update is requested for ourself.
179
180         * insetert.C (status): update the insettext not myself as that is what
181         we need.
182
183         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
184         function only return if the update was requested with myself.
185
186         * insettext.C (insetButtonPress): fixed stupid bug.
187         (various functions): pay attention that lt is cleared BEFORE calling
188         updateLocal() and try to use it in the right manner (don't use it
189         if it's not really neccessary!)
190         (collapseParagraphs): insert a blank between collapsing paragraphs
191         if neccessary (not already there!).
192
193 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
194
195         * insettabular.C: move includes around a bit, add a couple of
196         consts.
197
198         * insettext.[Ch]: move includes around a bit, other ws changes and
199         small stuff.
200         
201 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
202
203         * insettext.C (insetButtonRelease): fix compile problem
204
205 2001-12-17  Juergen Vigna  <jug@sad.it>
206
207         * insettext.C (insetButtonPress): set the selection cursor!
208         (insetButtonPress): clear the selection (and set with that the
209         selection.cursor) if we only hit an inset!
210
211         * insetert.C (read): removed piece of compatibility code only needed
212         for 1.2.0.
213
214         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
215         can be opened.
216
217         * insetcollapsable.C (insetButtonRelease): changed so that it can
218         open eventual existing popup dialogs on mousebutton==3.
219
220         * insetfloat.C (insetButtonRelease): removed not needed anymore!
221
222         * insetminipage.C (insetButtonRelease): removed not needed anymore!
223
224         * inset.C (insetButtonRelease): return a bool for telling the outer
225         world that we opened a dialog.
226
227 2001-12-07  Juergen Vigna  <jug@sad.it>
228
229         * insettext.C (paragraph): remove the deleteing of paragraphs as
230         it was a WRONG move!
231
232 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
233
234         * insettabular.h:
235         * insettabular.C: use new setSelection(). Allow
236           selection of single cells.
237
238 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
239
240         * insetquotes.C (latex): fix to use the local language setting at
241         the point where the inset is inserted (different macros for
242         different french packages)
243
244 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
245
246         * inset.h: add par_owner_ member variable and parOwner
247         setter/accessor. 
248
249 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
250
251         * insettabular.C (everywhere): adapt because widths are now real
252         widths and not strings
253
254         * insettext.C (draw): re-introduce the calls to width(), ascent()
255         and descent() to initialize the caching variables.
256
257 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
258
259         * insettext.C (draw): 
260         (drawFrame): use insetWidth instead of last_width
261
262         * insettext.h: remove variable last_width (insetWidth is exactly
263         the same) and last_height (computed but never used!)
264
265 2001-12-10  Allan Rae  <rae@lyx.org>
266
267         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
268
269 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
270
271         * insettext.C (insetAllowed): add comment
272  
273 2001-12-05  Juergen Vigna  <jug@sad.it>
274
275         * insettext.C (insetAllowed): fixed for the case that we directly
276         ask the insettext from its LyXText.
277         (paragraph): fixed the crash when assigning the par->next() from
278         the EmptyParagraphMechanism!
279
280 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
281
282         * insetbib.C:
283         * insettabular.C:
284         * insettext.C: change "while(" to "while ("
285
286 2001-12-04  Juergen Vigna  <jug@sad.it>
287
288         * insetert.C (edit): handle Inlined status.
289
290         * insettext.C (insertInset): trying John's fix for the trailing cursor
291
292         * insetert.C (insetButtonPress): added to handle inlined status
293         (insetMotionNotify): ditto.
294
295         * insettext.C (clearInset): changed Painter & in BufferView * param,
296         to be able to call ascent,descent methods.
297
298 2001-12-03  Juergen Vigna  <jug@sad.it>
299
300         * insettext.C (updateInsetInInset): use lt variable to forbid
301         changes of LyXText in an update call.
302         (updateInsetInInset): fixed updating of non locked insets!
303
304 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
305
306         * insettabular.C: capture some more functions to prevent
307         selection drawing problems. Bug #451274
308
309 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
310
311         * insetgraphics.C:
312         * insetgraphicsParams.C: fix inverted sense of float_equal
313
314 2001-11-30  Juergen Vigna  <jug@sad.it>
315
316         * insettabular.C (InsetTabular): use the save_id flag to create also
317         the tabular with the same id's.
318
319         * insettext.C (setParagraphData): added a same_id function for undo
320         to set the same paragraph id's as of the paragraph we are setting.
321
322 2001-11-30  José Matos <jamatos@fep.up.pt>
323
324         * inseturl.[Ch]:
325         * insettoc.[Ch]: DocBook -> docbook.
326
327 2001-11-29  André Pönitz <poenitz@gmx.net>
328         
329         * inseterror.C:
330         * insettext.C: further reduction of header dependencies by using
331         lyx::layout_type and lyx::textclass_type from support/types.h
332
333 2001-11-29  Juergen Vigna  <jug@sad.it>
334
335         * insettext.C: inserted a reinitLyXText function everywhere I delete
336         the paragraphs! This should fixe the crashes we had.
337         Also use the new function firstRow() instead of getRowNearY(dummy_y)
338         (paragraph): set the InsetOwner() of the new paragraphs!
339
340 2001-11-28  André Pönitz <poenitz@gmx.net>
341
342         * insetnote.C: add pos initialization that I removed without
343           knowing what I did.
344
345 2001-11-28  Juergen Vigna  <jug@sad.it>
346
347         * insettabular.C (resetPos): hack to not crash with infinite paints.
348
349         * insettabular.h: insert missing function allowSpellcheck()!
350
351         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
352
353 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
354
355         * insetfloatlist.h:
356         * insetfloatlist.C: derive from InsetCommand so gui can use it
357           easily
358  
359 2001-11-26  André Pönitz <poenitz@gmx.net>
360         
361         * insettext.[Ch]:
362         * insetert.C:
363         * insetnote.C: reduce header dependencies, introduce type for
364         positions 
365
366 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
367
368         * various: update for Alert.h
369  
370 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
371
372         * inset.h: fix comment
373  
374         * insettext.C: use par->isInset()
375
376 2001-11-22  Allan Rae  <rae@lyx.org>
377
378         * insetcollapsable.h: 
379         * inset.h: Changes to checkInsertChar() behaviour.
380         Now return value indicates whether chars can be inserted.
381
382 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
383
384         * various:  updated to use the new LaTeXFeatures
385
386 2001-11-14  José Matos  <jamatos@fep.up.pt>
387
388         * insetspecialchar.C (linuxdoc): 
389         (docbook): don't give a name to a unused variable.
390
391         * insettext.C (docbook): removed unused variable.
392
393 2001-11-13  Herbert Voss  <voss@perce.de>
394
395         * insetgraphic.C: fix scale bug
396         
397 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
398
399         * inset.h (isSpace): 
400         (isLetter): new virtual methods.
401
402         * insetspecialchar.C (isSpace): 
403         (isLetter): implement here.
404
405 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
406
407         * inset.h: new inline helpers
408
409         * insettext.C: use new helpers
410
411 2001-11-07  José Matos  <jamatos@fep.up.pt>
412
413         * insettext.C (docbook): full support for paragraphs inside insettext.
414
415 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
416
417         * insetindex.C: added header file for std::ostream.
418
419 2001-11-03  José Matos  <jamatos@fep.up.pt>
420
421         * insetindex.C: added using std::ostream that I forgot yesterday.
422
423 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
424
425         * insetindex.h (docbook):
426         * insetindex.C (docbook): added support for docbook export.
427
428 2001-11-02  José Matos  <jamatos@fep.up.pt>
429
430         * insetcaption.C(docbook): added support for docbook export.
431
432 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
433
434         * insetexternal.C (updateExternal): Do not run update command if
435         result file exists and is up to date.
436
437         * ExternalTemplate.C (readFormat): Support the updateresult token.
438
439 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
440
441         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
442         external_templates) to use the buffer->fileName() but only if
443         previewing. Generating a TeX file should make FPath return
444         "".
445
446 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
447
448         * insetert.h:
449         * insetert.C: fix some problems
450  
451 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
452
453         * insetexternal.C (doSubstitution): Added $$FPath token
454         to list of usable substitutions in external inset templates.
455
456 2001-10-24  Juergen Vigna  <jug@sad.it>
457
458         * insettabular.C: use new ltType struct for setting longtable
459         header and footers also new UNSET enums.
460
461 2001-10-24  José Matos  <jamatos@fep.up.pt>
462
463         * insettabular.C (linuxdoc): Now exports the ascii's table version.
464         (docbook): If the table is not inside a float then wrap it inside
465         <informaltable>...</informaltable>.
466
467 2001-10-23  José Matos  <jamatos@fep.up.pt>
468
469         * insetref.C (docbook): removed / terminator to conform SGML.
470
471         * insetspecialchar.C (linuxdoc):
472         (docbook): Added support for special chars, more than ascii export.
473
474 2001-10-22  Juergen Vigna  <jug@sad.it>
475
476         * insettext.C (checkInsertChar): added for REALLY checking the
477         font of the inserted char in the right inset!
478
479 2001-10-19  Juergen Vigna  <jug@sad.it>
480
481         * inset.h: added method allowSpellcheck() so that insets who do
482         not have anything to spellcheck can tell and so they are over-jumped.
483         Implemented for InsetText and co.
484
485 2001-10-18  Juergen Vigna  <jug@sad.it>
486
487         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
488
489 2001-10-15  José Matos  <jamatos@fep.up.pt>
490
491         * insetert.C: allow export for docbook and linuxdoc
492
493 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
494
495         * insetquotes.C (dispString): handles latin3 and latin4 quotes
496
497 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
498
499         * insetquotes.C (dispString): fix handling of latin9 quotes
500
501 2001-10-03  Juergen Vigna  <jug@sad.it>
502
503         * insetert.C: ditto
504
505         * insetcollapsable.C: change updateInset calls to not tell BV that
506         we have changed status.
507
508 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
509
510         * insettabular.C (deletable): make const
511
512 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
513
514         * insetert.C (latex): Fix the returned value
515
516 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
517
518         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
519         Returns string(), so nothing in an ERT inset is spellchecked.
520
521         * insetgraphics.C (draw): print the filename if not displaying the
522         image.
523         (width): make sure that the width and draw methods are consistent.
524         (updateInset): don't even load the image into cache if not displaying
525         it.
526
527 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
528
529         * various files (selectNextWord): renamed as
530         selectNextWordToSpellcheck.
531
532         * insetgraphics.C (draw): remove the previous change. Right place
533         is in imageLoaderXPM.C.
534         (draw): don't display the image if params.display == NONE.
535
536 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
537
538         * figinset.C (runqueue):
539         * insetgraphics.C (draw): set background colour of inset from
540         background to the user-configurable graphicsbg.
541
542 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
543
544         * insetquotes.C (InsetQuotes): when trying to decide the side of
545         the quote, choose `left' only after a space or '('
546
547 2001-09-04  José Matos  <jamatos@fep.up.pt>
548         * figinset.C
549         * figinset.h
550         * insetcaption.C
551         * insetcaption.h
552         * insetcollapsable.h
553         * insetcommand.C
554         * insetcommand.h
555         * inseterror.h
556         * insetert.C
557         * insetert.h
558         * insetexternal.C
559         * insetexternal.h
560         * insetfloat.C
561         * insetfloat.h
562         * insetfloatlist.h
563         * insetgraphics.C
564         * insetgraphics.h
565         * inset.h
566         * insetinclude.C
567         * insetinclude.h
568         * insetlabel.C
569         * insetlabel.h
570         * insetlatexaccent.C
571         * insetlatexaccent.h
572         * insetquotes.C
573         * insetquotes.h
574         * insetref.C
575         * insetref.h
576         * insetspecialchar.C
577         * insetspecialchar.h
578         * insettabular.C
579         * insettabular.h
580         * insettext.C
581         * insettext.C (docbook): rename docBook method to docbook.
582
583 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
584
585         * inset.h (getFirstParagraph): New virtual method.
586
587 2001-08-20  Herbert Voss  <voss@perce.de>
588         * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
589         in the the bibtex-database-gui for inserting a line
590         \addcontentsline... 
591
592         If no style is given than there is no tex-output.
593         
594 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
595
596         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
597         files as a vector.
598         (getKeys): use it.
599
600 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
601
602         * insetert.C (latex): Fix output for multiple paragraphs.
603         (write): New code for writing paragraph data.
604         (read): Set font after reading the inset.
605         (localDispatch): Call set_latex_font() for more cases.
606
607         * insetnote.h: Add empty validate method.
608         * insetert.h: Ditto
609
610         * insetnote.C (InsetNote): Set language to the language of the 
611         document.
612
613 2001-08-16  Juergen Vigna  <jug@sad.it>
614
615         * insettext.C: implemented the new FINISHED states.
616
617         * insettabular.C: ditto 
618
619         * inset.h: added more FINISHED states for cursor right,up,down
620
621 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
622
623         * insetfloatlist.C: use "FloatName List" 
624  
625 2001-08-14  Juergen Vigna  <jug@sad.it>
626
627         * insetert.C (edit): forgot to set status_ in edit calls!
628
629 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
630
631         * insettext.C: Compilation fix
632
633 2001-08-13  Juergen Vigna  <jug@sad.it>
634
635         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
636
637         * insetcollapsable.C (edit): don't recollapse an already open inset.
638
639         * insettext.C: fixed problem when reinitializing LyXText by not doing
640         it while lt is in use and post this to the next possible time in
641         getLyXText().
642         (searchForward): fixed not unlocking of inset if nothing found.
643         (edit): set cursor behind right (was set -1 pos).
644
645         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
646
647         * insettabular.C (tabularFeatures): fixed fix where deleting the
648         last row didn't get the right actcell!
649
650 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
651
652         * insettext.C (localDispatch): Change language only when the inset 
653         becomes empty.
654
655 2001-08-10  Juergen Vigna  <jug@sad.it>
656
657         * insettabular.C (selectNextWordInt): use the front using edit call.
658
659         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
660         the parameter overwrite class variable inset.
661
662         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
663
664         * insettext.C (saveLyXTextState): check for invalid cursor-par.
665         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
666
667         * insettabular.C (calculate_dimensions_of_cells): let's try to call
668         update only for fixed with cells.
669         (resetPos): try to fix the lockup on spellchecking or s&r.
670
671         * insettext.C (update): comment this out as it seems first wrong
672         and second not needed anymore!
673         (some functions): call reinitLyXText() only in update() in all other
674         positions set only need_update = INIT.
675
676 2001-08-08  Juergen Vigna  <jug@sad.it>
677
678         * insettabular.C (setPos): fixed wrong actrow < rows() check.
679
680         * insettext.C (insetUnlock): remove double-space on inset unlock.
681
682         * insetcollapsable.C (draw): fix returned x when label > inset-width.
683
684         * insettabular.C (update): fixed cursor positon after an insert.
685         (insetAllowed): do not allow to insert insets when not inside the
686         inset!
687         (draw): clear below an inset too as it could have changed height.
688
689         * inset.C (getMaxWidth): fixed width for inset in inset.
690
691         * insettext.C (update): small fix.
692
693         * insettabular.C (tabularFeatures): added selection support to
694         DELETE_ROW/DELETE_COLUMN.
695
696 2001-08-07  Juergen Vigna  <jug@sad.it>
697
698         * inset.C (getMaxWidth): recoded and all it's implementations!
699
700         * insettext.C (init,setParagraph+constructors): cleanups
701         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
702         are new and I want do a save/restore of the cursor position which is
703         not possible anymore.
704
705         * insetcollapsable.C (searchBackward): recollapse inset if not found.
706         (searchBackward): ditto
707         (selectNextWord): ditto
708
709 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
710
711         * insetlatexaccent.C (checkContents): Add some debug messages
712
713 2001-08-07  Juergen Vigna  <jug@sad.it>
714
715         * insetert.C (read): don't use InsetCollapsable::read as we don't
716         write the collapsed status anymore only the status.
717         (write): ditto.
718
719 2001-08-06  Juergen Vigna  <jug@sad.it>
720
721         * insetert.C (set_latex_font): use LyXText's setFont directly.
722
723         * insettext.C (drawFrame): fixed one time more the right position
724         and size of the frame!
725
726         * insetert.C (~InsetERT): hide the dialog.
727         (showInsetDialog): added implementation
728         (open): ditto
729         (close): ditto
730         (status): new function for the status of the ERT inset (3-state).
731         (write): output also the status of the inset for readback!
732         (read): readback the status if available otherwise use collapsed_.
733
734         * insettext.C (edit): small fix of setting the position, which could
735         have gone < 0.
736
737         * insetert.C (width): implement this function for inlined viewing.
738         Added minimum width of 10 pixels!
739
740         * insetminipage.C (InsetMinipage): just change the colors a bit so
741         that border/background is a bit more visible. We will remove this
742         anyway for 1.2.0!
743
744         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
745         function for getting the important widths for drawing in various
746         functions and in LyXText.
747         (draw): fixed up a bit (frame drawing/clearing)
748
749 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
750
751         * inset.C (convertFont): delete method. not used. 
752
753 2001-08-03  Juergen Vigna  <jug@sad.it>
754
755         * insettext.C (setFont): don't call for a draw update if we're just
756         changing the cursor font!
757
758 2001-08-02  Juergen Vigna  <jug@sad.it>
759
760         * insettext.C (draw): clear the background with the right color if
761         needed. Update myself if x&max-width changed and return without doing
762         anything. Let the update code handle the right stuff.
763
764         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
765         inside another inset.
766
767 2001-08-01  Juergen Vigna  <jug@sad.it>
768
769         * insetcollapsable.C (update): added an in_update bool so we avoid
770         reentering.
771
772         * insettabular.C (update): added an in_update bool so we avoid
773         reentering.
774
775         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
776         selection problem.
777         (update): added an in_update bool so we avoid reentering.
778
779         * insettabular.C (localDispatch): clear col/row selection when doing
780         something else inside an inset.
781
782         * insettext.C (getLyXText): fixed bug when requesting a recursive
783         insettext!
784
785 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
786
787         * insetcite.C (latex): Paranoia check. Make sure that there is no
788         whitespace between the citation keys.
789
790 2001-07-31  Juergen Vigna  <jug@sad.it>
791
792         * inset.h (nodraw): make the set function also const so that this
793         can be called from inside other const functions.
794
795         * insetcollapsable.h: removed inline variable and moved it over
796         to the only user InsetERT.
797
798         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
799         inset opening immediately therein lying insets dialogs!
800
801         * insetert.C (localDispatch): set the font also if we don't have any
802         chars in this paragraph, otherwise if we delete all of em and start
803         writing we have the wrong font.
804         (inlined): added
805         (draw): implemented for inline support
806         (insetButtonRelease): ditto.
807
808 2001-07-30  Juergen Vigna  <jug@sad.it>
809
810         * insettext.C (reinitLyXText): new function to reinit the insets
811         text after lot's of paragraph changes. Use this instead of the
812         cache.clear() which is VERY dangerous.
813
814         * insetfloat.C (insetButtonRelease): we should only show the dialog
815         if we press on the label otherwise we have problems to open mouse
816         button 3 dialogs inside this float (f.ex. of a tabular!)
817
818 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
819
820         * insetert.C: change back to "ERT"
821
822         * insetfloat.C: handliign of RMB on label added.
823
824 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * insetgraphicsParams.C: #include LOstream.h here.
827
828         * insetfoot.h: remove InsetFoot:: qualifier.
829
830 2001-07-29  Baruch Even  <baruch@lyx.org>
831
832         * ChangeLog: Hiding time travel evidence.
833
834         * insetgraphicsParams.h:
835         * insetgraphicsParams.C: 
836         * insetgraphics.C: Added horizontal scale option, it actually scales both
837         directions since it keeps image proportions.
838
839         * insetgraphics.C: Fixed EPS detection to be non-hacky.
840
841 2001-07-29  Baruch Even  <baruch@lyx.org>
842
843         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
844         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
845
846         HACKY! Will need to add an EPS detection routine like old InsetFig does!
847
848 2001-07-29  Baruch Even  <baruch@lyx.org>
849
850         * insetgraphics.C: Added EPSI to be an alias of EPS.
851
852 2001-07-29  Baruch Even  <baruch@lyx.org>
853
854         * insetgraphics.C: Change GRAPHICS to Graphics.
855         Changed image conversion rules (documented at the beginning of file).
856
857 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
858
859         * insetert.C (get_new_label): int -> Paragraph::size_type to get
860         std::min working.
861
862         * insetgraphics.C: added a using std::endl directive.
863
864         * insetcommand.h (getScreenLabel): removed pure virtual function,
865         as it duplicates that in InsetButton.
866
867         * insetbib.[Ch] (getScreenLabel):
868         * insetbutton.[Ch] (getScreenLabel):
869         * insetcite.[Ch] (getScreenLabel):
870         * insetert.[Ch] (getScreenLabel):
871         * insetexternal.[Ch] (getScreenLabel):
872         * insetfloatlist.[Ch] (getScreenLabel):
873         * insetinclude.[Ch] (getScreenLabel):
874         * insetindex.[Ch] (getScreenLabel):
875         * insetlabel.h (getScreenLabel):
876         * insetparent.[Ch] (getScreenLabel):
877         * insetref.[Ch] (getScreenLabel):
878         * insettoc.[Ch] (getScreenLabel):
879         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
880
881         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
882         the label.
883         (validate): remove check on "cite" when using natbib.
884
885 2001-07-26  Baruch Even  <baruch@lyx.org>
886
887         * insetgraphics.C (draw): changed casting to be in one place rather than 
888         all over the function.
889
890         * insetgraphics.h:
891         * insetgraphics.C (read): Added compatibility reads of InsetFig.
892         
893         * insetgraphicsParams.h:
894         * insetgraphicsParams.C: 
895         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
896
897 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
898
899         * insetfoot.C (validate): Added method to ensure that the
900         right bit of LaTeX is emitted.
901
902         * insetfoot.h: Added validate method to set the correct
903         LaTeXFeatures bit for the special footnote code.
904
905 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
906
907         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
908         quotes
909
910 2001-07-27  Juergen Vigna  <jug@sad.it>
911
912         * inset.h: remove not used font variable in parameter.
913         removed checkInsertChar in UpdatableInset as it was equal to
914         the one in Inset and so not needed.
915
916         * insetert.C (checkInsertChar): implementation of function
917         checkInsertChar.
918
919         * inset.h: added new function checkInsertChar.
920
921         * various files: added c-tor and clone() function.
922         
923         * insetcollapsable.h: removed clone function here as this should
924         be only realized in REAL insets and added it to all collapsable
925         insets! (with the copy-constructor).
926
927 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
928
929         * insetminipage.C (read): handle missing parameters more gracefully
930
931         * insetcollapsable.C (read): handel missing collapsed more gracefully
932
933 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
934
935         * insetfloat.C (read): handle missing parameters.
936
937         * insettext.C (read): handle old latex end_inset
938
939         * insetert.C (setButtonLabel): new method
940         (init): use it, to set the dynamic label correctly
941         (read): use it
942
943         * Makefile.am (EXTRA_DIST): add files that is not part or the
944         binary here.
945
946         * insetcollapsable.h: remove autocollapsable (no users), remove
947         draw_label, change_label_with_text and companion code. Remove args
948         from some methods.
949         * insetert.[Ch]: move here instead (only user)
950
951         * inset.h: rename private variable name to name_, make
952         selectNextWord return a const string. make getInsetName return a
953         string const &. Remove bool from open, add close.
954
955         * Makefile.am: don't compile insetlist, insetsection
956         and insettheorem
957
958 2001-07-24  Juergen Vigna  <jug@sad.it>
959
960         * insetert.C (InsetERT): put init after the paragraph initialization,
961         as otherwise we don't set the draw_label right.
962
963         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
964         insets with the mouse without having strange selections.
965         (edit): if the inset was collapsed and we open it here then put the
966         cursor always at the beginning of the inset.
967         (get_new_label): 15 instead of 10 max chars in the label.
968
969         * insetert.C (localDispatch): added and handle various stuff we
970         need to handle here (font setting on paragraph break, not permitted
971         layout setting, etc.).
972
973         * inset.h: added default copy-consturctor and implemented this in
974         various insets with the change to use this in the clone function!
975
976 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
977
978         * insetminipage.C (InsetMinipage): set background color to red :)
979
980 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
981
982         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
983         draw frame mode is LOCKED.
984
985         * insetcollapsable.C (edit): 
986         (insetButtonRelease): set update status to full when
987         opening inset.
988
989         * insettext.C (clearInset): 
990         * insettabular.C (draw): 
991         * insetlatexaccent.C (draw): honor background color.
992
993         * inset.h: new member background_color_, initialized to
994         LColor::inherit.
995
996         * inset.C (backgroundColor): new method.
997         (setBackgroundColor): new method.
998
999         * insetert.C (init): new method, called by the ctors.
1000         (InsetERT): when inserting contents, make sure the font is
1001         ALL_INHERIT.
1002
1003         * insetnote.C (InsetNote): when inserting content, remove trailing
1004         newline
1005         (init): set background color to LColor::note
1006
1007 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1008
1009         * insetcollapsable.C: adjust
1010
1011         * insetbutton.C: adjust
1012
1013 2001-07-23  Juergen Vigna  <jug@sad.it>
1014
1015         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
1016         parameter on the _collapsed function (was not needed) and call
1017         always width_collapsed().
1018
1019         * insetert.C (InsetERT): use setLabel with "true" flag.
1020
1021         * insetcollapsable.C: modified various functions to set the draw_label
1022         string right in any condition.
1023         (setLabel): added a bool parameter to set change_label_with_text.
1024
1025         * insetcollapsable.h: added draw_label string which is set to the
1026         actual drawn label-string, while label is the original static label
1027         of this collapsable inset. Added bool change_label_with_text to set
1028         if we want that the label changes to the start of the InsetText's
1029         text when collabpsed. You can set this flag with the setLabel funciton.
1030         Added bool inlined for inlined collapsable insets, but not handled
1031         yet.
1032
1033         * insetcollapsable.C (get_new_label): added should get a new label
1034         from the InsetText beginning (for now 10 chars).
1035
1036 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1037
1038         * insetquotes.C (latex): fix the handling of french double quotes
1039         when not using the french pachage.
1040
1041 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1042
1043         * insetcollapsable.h: make WidthCollapsed mutable.
1044
1045         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
1046         InsetPrintIndex returns INDEX_PRINT_CODE.
1047
1048         * inset.h: add INDEX_PRINT_CODE
1049
1050         * insetcollapsable.C (draw): init widthCollapsed if necessary
1051         (width): ditto.
1052
1053         * insetquotes.C (width): use the local language, not the document
1054         language.
1055         (draw): ditto.
1056         (dispString): add additional spacing for all french languages,
1057         like fr_CA.
1058         (validate): make it work when there is no default language
1059
1060         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
1061
1062         * insetnote.C (init): new method, called by the constructors
1063         (InsetNote): new constructor with contents passed as a string
1064
1065 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1066
1067         * insetfootlike.C (insetAllowed): disallow float in footlike.
1068
1069         * insetert.C (InsetERT): add collapsed argument to the constrctor
1070         with contents.
1071
1072 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1073
1074         * insetindex.h: shut off warning
1075
1076 2001-07-20  Juergen Vigna  <jug@sad.it>
1077
1078         * insetcollapsable.C (update): recoded hopefully works now!
1079
1080 2001-07-19  Juergen Vigna  <jug@sad.it>
1081
1082         * most files: implemented the below new introduced function.
1083         
1084         * inset.h: added new edit(BufferView *, bool front) method to be able
1085         to enter an inset from the front/back without knowing x/y positions
1086         and baselines inside the inset. So I just can tell the inset activate
1087         me and set the cursor on the front/back of yourself.
1088
1089 2001-07-18  Juergen Vigna  <jug@sad.it>
1090
1091         * insetcollapsable.C (edit): fixed hopefully the y parameter which
1092         is given to the InsetText.
1093         (insetButtonPress): ditto
1094         (insetButtonRelease): ditto
1095         (insetMotionNotify): ditto
1096
1097 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1098
1099         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
1100         LIGATURE_BREAK, since the name is so stupid.
1101
1102 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1103
1104         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
1105         the default InsetCollapsable methods. I.e., it can insert anything.
1106         (write) output the name of the inset, not some silly hack for
1107         compatability with the old InsetInfo.
1108         
1109         * insetinfo.[Ch]: removed.
1110         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
1111         now collapsable, but functionality is otherwise identical to InsetInfo.
1112
1113         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
1114
1115 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1116
1117         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
1118         reformatting
1119
1120         * insetquotes.C: general cleanup
1121         (dispString): add spaces inside french double quotes.
1122         (latex): ditto. Moreover, treat first the case where the frenchb
1123         or french options have been given.
1124
1125 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1126
1127         * insetcite.[Ch] (latex, validate): new methods, required for natbib
1128         support.
1129
1130 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
1131
1132         * figinset.C (RegisterFigure): Print debug message only when
1133         current_view is available.
1134
1135 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1136
1137         * many files: update to match the change below
1138
1139         * inset.h (insetAllowed): renamed from insertInsetAllowed;
1140         implement the version which takes an inset here.
1141
1142         * insetcollapsable.[Ch]: implement open and isOpen
1143
1144         * inset.h: remove insertInsetAllowed from Inset
1145         (open): new method, to open or close an inset
1146         (isOpen): returns the status of an inset
1147         (isCollapsable, colapse): removed
1148
1149 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1150
1151         * insetquotes.C (dispString): display french guillemets when using
1152         ISO8859-15.
1153
1154 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * insetcollapsable.h: remove bogus return statements
1157
1158 2001-07-18  Juergen Vigna  <jug@sad.it>
1159
1160         * insettabular.C (selectNextWord): fixed spellchecking for the
1161         first cell of a tabular (wasn't entered!)
1162         (getLyXText): changed to enter automatically insettext and return
1163         it's LyXText if we're locked.
1164
1165 2001-07-17  Juergen Vigna  <jug@sad.it>
1166
1167         * various files: implemented the below functions.
1168         
1169         * inset.h: added functions
1170         - virtual string selectNextWord(BufferView *, float & value) const;
1171         - virtual void selectSelectedWord(BufferView *) { return; }
1172         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
1173         needed for spellchecking correctly!
1174
1175 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1176
1177         * insetert.C (latex): write out all paragraphs.
1178
1179 2001-07-17  Baruch Even  <baruch@lyx.org>
1180
1181         * insetgraphics.C (draw): Removed unneeded casts.
1182
1183 2001-07-16  Juergen Vigna  <jug@sad.it>
1184
1185         * insettext.C (update): fixed small oversight (reset lt to 0).
1186
1187 2001-07-14  Baruch Even  <baruch@lyx.org>
1188
1189         * insetgraphics.h:
1190         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
1191
1192 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1193
1194         Consistent use of Lsstream.h:
1195         * figinset.C: removed using std::ostringstream directive.
1196
1197         * insetgraphics.C (createLatexOptions):
1198         * insetinclude.C (unique_id):
1199         std::ostringstream -> ostringstream.
1200         * insettext.C (localDispatch): std::istringstream -> istringstream.
1201
1202 2001-07-13  Juergen Vigna  <jug@sad.it>
1203
1204         * insetfloat.C (insertInsetAllowed): added missing const_cast.
1205
1206         * insetcollapsable.C (getLockingInset): ditto.
1207
1208 2001-07-12  Juergen Vigna  <jug@sad.it>
1209
1210         * insetcollapsable.h: added implementation of new function for
1211         collapsable status.
1212
1213         * various files: added implementation of new insertInsetAllowed-func
1214         and redone the function a bit more.
1215         
1216         * inset.h: added isCollapsable(), bool collapsed(),
1217         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
1218
1219         * insetfloat.C (insertInsetAllowed): make a bit more checks.
1220
1221         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
1222         LyXText which is marked for removal while we're using it!
1223
1224         * insettext.h: added private LyXText * lt to use it to assure we are
1225         not deleting our LyXText while we're using it!
1226
1227 2001-07-11  Juergen Vigna  <jug@sad.it>
1228
1229         * insettext.C (insertInset): check if we are before the inset after
1230         inserting it! This check IS needed. Remove the Undo-Call as it is
1231         called in LyXText::insertInset!
1232
1233         * insettext.h: added struct InnerCache.
1234
1235         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
1236         that we ONLY delete the LyXText in the getLyXText() routine. So we
1237         are sure we don't delete LyXText while someone is working with it!
1238
1239 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1240
1241         * insetexternal.C: (*it). -> it->
1242         * insettext.C: ditto
1243
1244 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1245
1246         * insetcollapsable.C (edit): always open collapsed insets (even if
1247         they are not autocollapsable)
1248
1249         * insetcommand.C (operator=): simplify.
1250
1251 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1252
1253         * insetert.C (latex): handle META_NEWLINE
1254
1255 2001-07-09  Juergen Vigna  <jug@sad.it>
1256
1257         * insetert.h: a normal InsetText can insert insets, but we won't.
1258
1259         * inset.h: return default "false" on insertInsetAllowed and implement
1260         this function where a returnvalue != "false" is needed.
1261
1262 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1263
1264         * insetert.C (InsetERT): new contructor
1265
1266 2001-07-06  Juergen Vigna  <jug@sad.it>
1267
1268         * a lot of files: added implementation of the below new functions
1269         and the change to clone(). Also the call of the new undo-functions
1270         where needed.
1271         
1272         * inset.h: added an inset_id, added functions getParFromID,
1273         getInsetFromID, firstParagraph, cursor and id functions, added
1274         bool same_ids to clone function.
1275
1276 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1277
1278         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
1279         of BufferView * and shared_ptr<LyXText>
1280
1281 2001-07-05  Juergen Vigna  <jug@sad.it>
1282
1283         * insettext.C (clear): deleted also the cache not only LyXText.
1284         (setParagraphData): ditto.
1285
1286 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1287
1288         * insetfloat.C (latex): let the specific placement take presedence
1289         if set, otherwise choose document placement if set, otherwise just
1290         use float default placement.
1291
1292 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1293
1294         * insettext.C (localDispatch): call CutAndPaste::'s static method
1295         directly. 
1296
1297 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1298
1299         * insetbib.C: no meed to include forms.h here.
1300
1301 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
1302
1303         * insettext.C: added using std::make_pair directive.
1304
1305 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1306
1307         * insettext.C (getLyXText): avoid multiple lookups, and simplify
1308         slightly
1309         (deleteLyXText): ditto
1310         (resizeLyXText): ditto
1311
1312 2001-07-02  Juergen Vigna  <jug@sad.it>
1313
1314         * insettext.C (getLyXText): introduce a cache in getLyXText so that
1315         following calls are only returned the right pointer without the over
1316         head to search in the map.
1317         (various funcs): reset the cached_bview variable as this signs that
1318         the cache is not valid anymore.
1319
1320 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1321
1322         * insettabular.C (clone): do not copy the LyXTabular twice
1323
1324 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1325
1326         * insettext.h (TEXT): delete method
1327
1328 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1329
1330         * insetmarginal.C (latex): 
1331         * insetfoot.C (latex): fix spacing of notes in LaTeX
1332
1333         * insettext.C (localDispatch): use .c_str() on istringstream
1334         constructor argument.
1335
1336 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1337
1338         * insettoc.h:
1339         * insettoc.C:
1340         * inseturl.h:
1341         * inseturl.C: fix method names in these to begin
1342           with small char too, so they inherit
1343  
1344 2001-06-28  Juergen Vigna  <jug@sad.it>
1345
1346         * insettext.C (setFont): fixed font settings using toggleFree()
1347         instead of setFont().
1348
1349 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1350
1351         * Change a lot of method names to begin with a small char.
1352         Changes to a lot of files because of this.
1353
1354 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1355
1356         * insetfloatlist.C (Write): std:: qualify ostream
1357         (Latex): ditto
1358
1359 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1360
1361         * figinset.C:
1362         * inset.C:
1363         * insetgraphics.C: send debug output to Debug::INFO instead of
1364         Debug::ANY.
1365
1366 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1367
1368         * insettabular.h:
1369         * insettabular.C (getStatus): update to use func_status
1370
1371 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
1372
1373         * insetref.C (DocBook): added support for cross-references without
1374         a name.
1375
1376 2001-06-26  The LyX Project  <jug@sad.it>
1377
1378         * insetref.C:
1379         * insetref.h:
1380         * insetlabel.C:
1381         * insetlabel.h: removed escape method and moved it to
1382         support/lstrings.h.
1383
1384 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1385
1386         * insettabular.C (getMaxWidth): do the speedup in a different way,
1387         remove dead code
1388
1389 2001-06-24  The LyX Project  <Asger>
1390
1391         * insettabular.C (getMaxWidth): We cache a mapping from
1392         inset to cell in order to speed this method up.
1393
1394 2001-06-24  The LyX Project  <Asger>
1395
1396         * insettext.C: Optimized InsetText::draw or something.
1397
1398 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
1399
1400         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
1401
1402 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1403
1404         * inset.h: name change from lyxinset.h
1405
1406 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
1407
1408         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
1409
1410 2001-06-14  Juergen Vigna  <jug@sad.it>
1411
1412         * insettext.C (draw): removed warnings.
1413
1414 2001-06-13  Juergen Vigna  <jug@sad.it>
1415
1416         * insettabular.C (nodraw): only go down the tree if we don't have
1417         that flag set otherwise it's obvious that we don't want to draw.
1418         (LocalDispatch): do also an update if we have an undispached result.
1419
1420 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1421
1422         * insetcite.C:
1423         * insetgraphicsParams.C:
1424         * insettext.C: removed // -*- C++ -*- as first line.
1425
1426 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1427
1428         * lyxinset.h (resizeLyXText): shut off warning about unused
1429         parameter "force" 
1430
1431 2001-06-07  Juergen Vigna  <jug@sad.it>
1432
1433         * insettext.C (resizeLyXText): honor the new force flag.
1434
1435         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
1436
1437         * insettabular.C (deleteLyXText): new function
1438
1439 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1440
1441         * insettheorem.C:
1442         * insetminipage.C:
1443         * insetlist.C:
1444         * insetfootlike.C:
1445         * insetfloat.C:
1446         * insetert.C:
1447         * insetcollapsable.C:
1448         * insetcaption.C: LColor tidy
1449          
1450 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1451
1452         * figinset.C: fix typo
1453
1454 2001-06-01  Juergen Vigna  <jug@sad.it>
1455
1456         * insettabular.C (resetPos): small hack so that scroll is not set to
1457         0 when we are in the last column of a tabular. This is a problem we
1458         have because of constats 20 offset on both directions, so this can
1459         cause on the limit an endless loop.
1460
1461         * insettext.C (SetFont): forgot that we can have locking insets ;)
1462
1463 2001-05-31  Juergen Vigna  <jug@sad.it>
1464
1465         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
1466
1467 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1468
1469         * figinset.C: add using std:: directive for the C functions which
1470         need that.
1471
1472 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1473
1474         * insetfloat.C (Write): write out wide info
1475         (Read): read the wide info
1476         (Latex): use the wide info when creating latex.
1477
1478         * insettext.C: adjust
1479
1480         * insetgraphics.[Ch] (statusMessage): change to return string
1481         (width): adjust
1482         (draw): adjust
1483
1484         * figinset.C (runqueue): add std::
1485         (Recompute): ditto
1486
1487 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1488
1489         * insetcite.C (Ascii): add std:: qualifier
1490
1491 2001-05-28  Juergen Vigna  <jug@sad.it>
1492
1493         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
1494         a endless-width inset (maxWidth < 0).
1495         (Edit): change language only if not equal.
1496
1497         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
1498
1499         * insettext.C (draw): fixed draw/clear of InsetText-Frame
1500
1501 2001-05-16  Juergen Vigna  <jug@sad.it>
1502
1503         * insettext.C (selectAll): added
1504         (clearSelection): added
1505
1506         * insettabular.C (SetFont): now we may set a font on a whole selection!
1507         (getSelection): added helper function.
1508
1509 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1510
1511         * insetcite.C (Ascii): Add method.
1512
1513 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1514
1515         * figinset.C:
1516         * insetbib.C: fix path for OS/2 & Win32
1517
1518 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1519
1520         * insetfoot.C (Latex): don't use % after footnote.
1521
1522 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1523
1524         * insettext.C (Read): use clear
1525         (SetParagraphData): use LyXParagraph copy constructor instead of clone
1526
1527 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1528
1529         * insetfloatlist.h: add a bunch of std:: qualifiers.
1530
1531 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1532
1533         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
1534         FLOAT_LIST_CODE, renumber code list.
1535
1536         * insettoc.C (getScreenLabel): remove support for float lists
1537         (LyxCode): ditto
1538         (Ascii): ditto
1539
1540         * insetfloatlist.[Ch]: new files
1541
1542         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
1543
1544 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
1545
1546         * insettabular.C (LocalDispatch):
1547         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
1548         method 
1549
1550 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1551
1552         * insettext.C: remvoe !NEW_INSETS cruft
1553
1554         * insettabular.C: remove !NEW_INSETS cruft
1555
1556         * insetcollapsable.h: remove !NEW_INSETS cruft
1557
1558         * insetbib.C: remove !NEW_INSETS cruft
1559
1560 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1561
1562         * insettoc.C: hack to make listof algorithm work
1563
1564 2001-04-20  Juergen Vigna  <jug@sad.it>
1565
1566         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
1567
1568 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1569
1570         * insetquotes.C (Latex): improve the guard against
1571         unwanted !` and ?` ligatures. This should really be done in
1572         another place (to catch all this ligatures at low-level).
1573
1574 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1575
1576         * insettext.C (init): remvoe leftovers from cursor_visible change
1577         (draw): use c++ cast
1578         (LocalDispatch): dispatch LFUN_MESSAGE
1579
1580         * insettabular.C (InsetTabular): remove leftovers from
1581         cursor_visible, and scoped_ptr changes
1582         (draw): use c++ cast
1583
1584         * insetcollapsable.C (draw): use c++ cast
1585
1586         * ExternalTemplate.h: inherit privaely from noncopyable
1587         * insetcommand.h: ditto
1588         * insetinclude.h: ditto
1589
1590 2001-04-16  Allan Rae  <rae@lyx.org>
1591
1592         * insettoc.C (Ascii): 
1593         * insettext.C (draw): 
1594         * insettabular.C (setPos): 
1595         * insetminipage.C (Read): 
1596         * insetfloat.C (placement): 
1597         * insetcaption.C (Ascii, DocBook): 
1598         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
1599         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1600
1601 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1602
1603         * insetexternal.h:
1604         * insetexternal.C: set view on Clone. Add _ to private members.
1605
1606 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1607
1608         * insettext.C (InsetText): fix new
1609         (InsetText): reindent some, simplify deletion of par list 
1610         (clear): simplify deletion of par list, fix new
1611         (SetParagraphData): simplify deletion of par list
1612
1613         * insettabular.[Ch] (getLabelList): implement new method
1614
1615 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1616
1617         * lyxinset.h: do not include gettext.h...
1618
1619         * inset.C:
1620         * insetcaption.C:
1621         * insetexternal.C:
1622         * insetgraphics.C:
1623         * insetindex.C:
1624         * insetlabel.C:
1625         * insetlatexaccent.C:
1626         * insetminipage.C:
1627         * insetquotes.C:
1628         * insettabular.C:
1629         * inseturl.C: ... and do it here instead
1630
1631 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1632
1633         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
1634
1635         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
1636
1637         * insetcollapsable.[Ch] (getLabelList): implement
1638
1639         * insettext.[Ch] (getLabelList): implement
1640
1641         * insettext.h: reindent
1642
1643         * insettabular.h: make tabular a scoped_ptr
1644
1645         * insettext.C (init): adjust for cursor_visible
1646         (ToggleInsetCursor): constify asc and desc, font, adjust for
1647         cursor_visible
1648         (ShowInsetCursor): constify asc and desc, font, adjust for
1649         cursor_visible
1650         (HideInsetCursor): adjust for cursor_visible
1651
1652         * insettabular.C: reindent some
1653         (InsetTabular): adjust for scoped_ptr and cursor_visible
1654         (InsetTabular): ditto
1655         (~InsetTabular): delete delete
1656         (Clone): adjust for scoped_ptr
1657         (Read): constify old_format, adjust for scoped_ptr, move init of
1658         token
1659         (draw): constify tx, localize loop vars.
1660         some other localization of variables, remove double initilizatons.
1661         
1662         * insetfoot.C: remove using std::ostream, add ostream where needed
1663
1664 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1665
1666         * lyxinset.h: some reindentaion, use initializer list for
1667         constructro.
1668         UpdatableInset: make cursor_visible a private var add
1669         public isCursorVisible(), add protected toggleCursorVisible() and
1670         proctected setCursorVisible(bool), make scroll call the Inset::scroll
1671
1672         * insettoc.C: remvoe using decl
1673         (getScreenLabel): make cmdname donst
1674         (LyxCode): ditto
1675         (Ascii): ditto
1676         (Ascii): don't use endl
1677
1678         * insetfootlike.C: remove using decl at file scope and add std::
1679         where needed
1680         * insetmarginal.C: ditto
1681
1682         * insetfoot.C: some reformatting
1683
1684         * insetfloat.C (InsetButtonRelease): adjust the hit area
1685
1686         * insetert.C (SetFont): some reformatting
1687
1688         * insetcollapsable.C: some reformatting and constification
1689         (Clone): comment out.
1690         * insetcollapsable.h: some reformatting
1691         (Clone): comment out.
1692         
1693         * inset.C: reindent
1694         (scroll): simplify
1695
1696 2001-03-30  Juergen Vigna  <jug@sad.it>
1697
1698         * insetcollapsable.h: changen *inset to be a InsetText inset.
1699         
1700         * some files: changed to reflect the above change.
1701
1702 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1703
1704         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
1705         InsetExternal::Params.
1706         Added operator==() and operator!=() for the Params struct.
1707
1708 2001-03-29  Juergen Vigna  <jug@sad.it>
1709
1710         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
1711         BufferView *.
1712
1713         * insetminipage.C: removed widthp_ and all it's functions and changed
1714         to use new %-lengths of LyXLength.
1715
1716 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1717
1718         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
1719
1720 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1721
1722         * insetgraphicsParams.C (operator!=): new function, needed by the
1723         ControlGraphics class.
1724
1725 2001-03-28  Juergen Vigna  <jug@sad.it>
1726
1727         * insettext.C (InsetButtonPress): only enter !inset if button == 2
1728         (checkAndActivateInset): don't use the values returned from
1729         call to bv->checkInsetHit.
1730
1731         * insetminipage.C (Clone): set special minipage values.
1732
1733         * insetcollapsable.C (draw): changed to draw the button in the
1734         upper left corner outside the textinset.
1735         (ascent): changed because of different drawing 
1736         (descent): ditto
1737         (width): ditto
1738         (Edit): ditto
1739         (InsetButtonPress): ditto
1740         (InsetButtonRelease): ditto
1741         (InsetMotionNotify): ditto
1742
1743 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
1744
1745         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
1746         contain a suffix.
1747         (Clone): ditto
1748
1749 2001-03-26  Juergen Vigna  <jug@sad.it>
1750
1751         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
1752
1753         * insettext.C (ShowInsetDialog): implemented above function.
1754
1755         * insettabular.C (ShowInsetDialog): ditto
1756
1757         * insetminipage.C (ShowInsetDialog): ditto
1758
1759 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1760
1761         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
1762         InsetInclude::Params. Don't store a buffer * in Params. Store the
1763         master file name instead.
1764
1765 2001-03-23  Juergen Vigna  <jug@sad.it>
1766
1767         * insetcollapsable.C (InsetMotionNotify):
1768         (InsetButtonRelease): 
1769         (InsetButtonPress): fixed y-offset (minipages).
1770
1771         * insettext.C (draw): force a FULL update if cleared == true.
1772
1773         * insetcollapsable.C (draw): Lars forgotten entry for changing this
1774         routine to draw the minipages on its position-flag.
1775         (InsetInInsetY): give back the right y position, because of minipage
1776         position-flag.
1777
1778 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1779
1780         * insetfloat.h
1781         * insetfloat.C (DocBook): docbook export code.
1782
1783 2001-03-22  Juergen Vigna  <jug@sad.it>
1784
1785         * insetminipage.C (getMaxWidth): added function to set the drawing
1786         width!
1787         (Read): should work now!
1788
1789         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1790         if we create a new inset.
1791
1792 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1793
1794         * figinset.C (fl_set_preemptive_callback): moved definition outside
1795         of namespace anon.
1796
1797 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1798
1799         * insetminipage.C (Read): prepare for reading of minipage arguments.
1800
1801 2001-03-18  Baruch Even  <baruch@lyx.org>
1802
1803         * insetgraphics.C: Minor cleanups of the comments and code.
1804
1805 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1806
1807         * insetminipage.C (InsetMinipage): default to not collapsed
1808
1809 2001-03-16  Juergen Vigna  <jug@sad.it>
1810
1811         * insetminipage.C (width): modified with to be a string
1812         (widthp): added widthp (for % width) support functions.
1813         (InsetButtonRelease): added to open the options dialog on button==3.
1814         (~InsetMinipage): added to hide the dialog.
1815
1816         * insetminipage.h: added hideDialog signal
1817
1818 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1819
1820         * insetminipage.h: change the order or Position to match
1821         LyXParagraph::MINIPAGE_ALIGNMENT
1822
1823         * several files: remvoe CXX_WORKING_NAMESPACES
1824
1825         * ExternalTemplate.h: noncopyable is in namespace boost
1826         * insetinclude.h: ditto
1827         * insetcommand.h: ditto
1828
1829 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1830
1831         * insettext.C (Edit): #else# -> #else.
1832         * insettoc.C: added using directive.
1833
1834 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1835
1836         * insetminipage.h: add pos, inner_pos, width and height. + getters
1837         and setters for all of them.
1838
1839 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1840
1841         * insetinclude.C (Latex): Do not exit when the textclass of the
1842         included file differ from the textclass of the parent file.
1843
1844 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1845
1846         * ExternalTemplate.C (read): the reading of external insets now checks
1847         for \end_inset and removes it form the input stream.
1848
1849 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1850
1851         * ExternalTemplate.h:
1852         * ExternalTemplate.C:
1853         * insetexternal.h:
1854         * insetexternal.C: move form to GUII
1855
1856 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1857
1858         * insetinclude.h:
1859         * insetinclude.C: add InsetIncludeParams, use
1860         composition rather than derivation of InsetCommand
1861
1862 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1863
1864         * insettoc.C (Ascii): use the Buffer typedefs
1865
1866 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1867
1868         * insettoc.C (Ascii): implement for dynamic number of lists
1869
1870         * insetcaption.[Ch]: update from new_insets branch
1871         * insetfloat.[Ch]: ditto
1872         
1873 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1874
1875         * insetexternal.C:
1876         * figinset.C: use new File Dialog
1877
1878 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1879
1880         * insettext.C: changes becuase of ParagraphParameters.
1881
1882 2001-02-28  Baruch Even  <baruch@ev-en.org>
1883
1884         * insetgraphics.C (updateInset): Changed due to the change in
1885         GraphicsCache.
1886
1887 2001-02-26  Juergen Vigna  <jug@sad.it>
1888
1889         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1890         handled in LyXText).
1891
1892 2001-02-23  Juergen Vigna  <jug@sad.it>
1893
1894         * insettext.C (draw): some small repainting fixes.
1895         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1896
1897         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1898         should be) and not an int.
1899         
1900         * insettabular.C (LocalDispatch): ditto
1901
1902         * insettext.C (LocalDispatch): ditto
1903
1904         * insetcollapsable.C (LocalDispatch): ditto
1905
1906 2001-02-22  Juergen Vigna  <jug@sad.it>
1907
1908         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1909         DISPATCH it and we don't have a locking_inset.
1910
1911 2001-02-21  Baruch Even  <baruch@ev-en.org>
1912
1913         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1914         instead of GraphicsCacheItem *.
1915
1916 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1917
1918         * insetcollapsable.C (getLyXText): add const qualifier to second
1919         parameter. 
1920
1921 2001-02-22  Juergen Vigna  <jug@sad.it>
1922
1923         * insettext.C (getLyXText): honor the recursive parameter.
1924         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1925
1926         * inset.C (getLyXText): added bool recursive parameter.
1927
1928         * insettext.C (SetUpdateStatus): or the update codes.
1929         (draw): check need_update with &.
1930         (InsetButtonPress): set no_selection to not put a selection when
1931         entering an inset and it is redraws in another spot.
1932
1933         * insettext.h: made need_update an int.
1934
1935 2001-02-20  Baruch Even  <baruch@ev-en.org>
1936
1937         * insetgraphics.h:
1938         * insetgraphisc.C: Changed to use better semantics when loading images
1939         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1940
1941 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1942
1943         * insetcommand.h:
1944         * inseterror.h:
1945         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1946         consistent with InsetTabular.
1947         
1948 2001-02-19  Juergen Vigna  <jug@sad.it>
1949
1950         * insettabular.C (LocalDispatch): implement PAGE up/down.
1951
1952         * insettext.C (draw): clear all of it on need_update==INIT too!
1953
1954         * insettabular.C (InsetUnlock): always clear the selection.
1955
1956         * inset.C (scroll): normally we only want to scroll the inset until
1957         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1958
1959 2001-02-14  Juergen Vigna  <jug@sad.it>
1960
1961         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1962         (resetPos): fixed scroll behaviour.
1963         (LocalDispatch): do an update if moving cursor inside a table cell
1964         requests a scroll of the tabular.
1965
1966 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1967
1968         * insettext.C (textWidth): constify local var
1969
1970         * insettabular.C: small cleanup.
1971
1972         * insetfoot.C (Latex): constify local var
1973
1974         * insetcollapsable.C: small cleanup.
1975
1976         * figinset.C (runqueue): use compare instead of strcmp
1977
1978 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1979
1980         * insettext.C:
1981         * insetinfo.C: remove cruft
1982
1983 2001-02-14  Juergen Vigna  <jug@sad.it>
1984
1985         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1986
1987 2001-02-13  Juergen Vigna  <jug@sad.it>
1988
1989         * insettext.C (InsertInset): don't move left (is this right?)
1990
1991         * insettabular.C (LocalDispatch): use of the no_draw variable
1992
1993         * insettabular.h: new no_draw variable to stop redraw
1994
1995         * insettabular.C (TabularFeatures): fixed update for alignment change
1996
1997 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1998
1999         * insetinclude.C:
2000         * insetbib.h:
2001         * insetbib.C: move dialogs to frontends/
2002
2003 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2004
2005         * insettext.C (LocalDispatch): Restore the language if the inset
2006         becomes empty.
2007
2008 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2009
2010         * insettext.C (moveRightIntern): Update the selection cursor.
2011         (moveLeftIntern): Ditto.
2012
2013 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2014
2015         * Makefile.am: remove BoundingBox.h
2016
2017         * BoundingBox.h: removed
2018
2019 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
2020         
2021         * insettext.C (LocalDispatch): Update selection cursor when moving 
2022         cursor to the right.
2023         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
2024         (moveLeftIntern): Ditto.
2025
2026 2001-02-05  Baruch Even  <baruch.even@writeme.com>
2027
2028         * insetgraphics.C: Updated automatic image conversion, it now goes into
2029         temporary directory instead of with the image itself.
2030
2031 2001-01-21  Baruch Even  <baruch@ev-en.org>
2032
2033         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
2034         to EPS or PNG when needed (support bitmap graphics).
2035
2036 2000-11-02  Baruch Even  <baruch@ev-en.org>
2037
2038         * insetgraphics.C:
2039         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
2040         and removal of commented out code.
2041
2042 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2043
2044         * insetbib.C (callback): Update citations if the key has changed.
2045
2046 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2047
2048         * insetbib.C (InsetBibKey): Better computation of default key.
2049         (getScreenLabel) Show both the key and the label.
2050         (getBibLabel): New method.
2051         (callback): Force a redraw if the inset have been changed.
2052
2053 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2054
2055         * insetref.C (getType, getName): Move methods from 
2056         src/frontends/xforms/FormRef.C.
2057
2058 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2059
2060         * insettabular.C: Various improvements (use only one dummy position).
2061
2062 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
2063
2064         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
2065         par->bibkey->width. This fixes the crashes when running without
2066         gui or when having included documents.
2067
2068 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
2069
2070         * insetcommand.C (getAsString, setFromString): Cleanup.
2071
2072 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2073
2074         * insetref.C: Add the array InsetRef::types that contains
2075         information about all supported reference types.
2076
2077 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2078
2079         * lyxinset.h: remove trailing comma in enum.
2080
2081 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
2082
2083         * insettext.C: kill LyXBell.