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