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