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