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