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