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