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