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