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