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