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