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