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