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