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