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