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