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