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