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