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