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