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