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