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