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