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