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