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