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