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