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