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