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