]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Hopefully fixed the redo problems with insets!
[lyx.git] / src / insets / ChangeLog
1 2001-11-30  Juergen Vigna  <jug@sad.it>
2
3         * insettabular.C (InsetTabular): use the save_id flag to create also
4         the tabular with the same id's.
5
6         * insettext.C (setParagraphData): added a same_id function for undo
7         to set the same paragraph id's as of the paragraph we are setting.
8
9 2001-11-30  José Matos <jamatos@fep.up.pt>
10
11         * inseturl.[Ch]:
12         * insettoc.[Ch]: DocBook -> docbook.
13
14 2001-11-29  André Pönitz <poenitz@gmx.net>
15         
16         * inseterror.C:
17         * insettext.C: further reduction of header dependencies by using
18         lyx::layout_type and lyx::textclass_type from support/types.h
19
20 2001-11-29  Juergen Vigna  <jug@sad.it>
21
22         * insettext.C: inserted a reinitLyXText function everywhere I delete
23         the paragraphs! This should fixe the crashes we had.
24         Also use the new function firstRow() instead of getRowNearY(dummy_y)
25         (paragraph): set the InsetOwner() of the new paragraphs!
26
27 2001-11-28  André Pönitz <poenitz@gmx.net>
28
29         * insetnote.C: add pos initialization that I removed without
30           knowing what I did.
31
32 2001-11-28  Juergen Vigna  <jug@sad.it>
33
34         * insettabular.C (resetPos): hack to not crash with infinite paints.
35
36         * insettabular.h: insert missing function allowSpellcheck()!
37
38         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
39
40 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
41
42         * insetfloatlist.h:
43         * insetfloatlist.C: derive from InsetCommand so gui can use it
44           easily
45  
46 2001-11-26  André Pönitz <poenitz@gmx.net>
47         
48         * insettext.[Ch]:
49         * insetert.C:
50         * insetnote.C: reduce header dependencies, introduce type for
51         positions 
52
53 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
54
55         * various: update for Alert.h
56  
57 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
58
59         * inset.h: fix comment
60  
61         * insettext.C: use par->isInset()
62
63 2001-11-22  Allan Rae  <rae@lyx.org>
64
65         * insetcollapsable.h: 
66         * inset.h: Changes to checkInsertChar() behaviour.
67         Now return value indicates whether chars can be inserted.
68
69 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
70
71         * various:  updated to use the new LaTeXFeatures
72
73 2001-11-14  José Matos  <jamatos@fep.up.pt>
74
75         * insetspecialchar.C (linuxdoc): 
76         (docbook): don't give a name to a unused variable.
77
78         * insettext.C (docbook): removed unused variable.
79
80 2001-11-13  Herbert Voss  <voss@perce.de>
81
82         * insetgraphic.C: fix scale bug
83         
84 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
85
86         * inset.h (isSpace): 
87         (isLetter): new virtual methods.
88
89         * insetspecialchar.C (isSpace): 
90         (isLetter): implement here.
91
92 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
93
94         * inset.h: new inline helpers
95
96         * insettext.C: use new helpers
97
98 2001-11-07  José Matos  <jamatos@fep.up.pt>
99
100         * insettext.C (docbook): full support for paragraphs inside insettext.
101
102 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
103
104         * insetindex.C: added header file for std::ostream.
105
106 2001-11-03  José Matos  <jamatos@fep.up.pt>
107
108         * insetindex.C: added using std::ostream that I forgot yesterday.
109
110 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
111
112         * insetindex.h (docbook):
113         * insetindex.C (docbook): added support for docbook export.
114
115 2001-11-02  José Matos  <jamatos@fep.up.pt>
116
117         * insetcaption.C(docbook): added support for docbook export.
118
119 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
120
121         * insetexternal.C (updateExternal): Do not run update command if
122         result file exists and is up to date.
123
124         * ExternalTemplate.C (readFormat): Support the updateresult token.
125
126 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
127
128         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
129         external_templates) to use the buffer->fileName() but only if
130         previewing. Generating a TeX file should make FPath return
131         "".
132
133 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
134
135         * insetert.h:
136         * insetert.C: fix some problems
137  
138 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
139
140         * insetexternal.C (doSubstitution): Added $$FPath token
141         to list of usable substitutions in external inset templates.
142
143 2001-10-24  Juergen Vigna  <jug@sad.it>
144
145         * insettabular.C: use new ltType struct for setting longtable
146         header and footers also new UNSET enums.
147
148 2001-10-24  José Matos  <jamatos@fep.up.pt>
149
150         * insettabular.C (linuxdoc): Now exports the ascii's table version.
151         (docbook): If the table is not inside a float then wrap it inside
152         <informaltable>...</informaltable>.
153
154 2001-10-23  José Matos  <jamatos@fep.up.pt>
155
156         * insetref.C (docbook): removed / terminator to conform SGML.
157
158         * insetspecialchar.C (linuxdoc):
159         (docbook): Added support for special chars, more than ascii export.
160
161 2001-10-22  Juergen Vigna  <jug@sad.it>
162
163         * insettext.C (checkInsertChar): added for REALLY checking the
164         font of the inserted char in the right inset!
165
166 2001-10-19  Juergen Vigna  <jug@sad.it>
167
168         * inset.h: added method allowSpellcheck() so that insets who do
169         not have anything to spellcheck can tell and so they are over-jumped.
170         Implemented for InsetText and co.
171
172 2001-10-18  Juergen Vigna  <jug@sad.it>
173
174         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
175
176 2001-10-15  José Matos  <jamatos@fep.up.pt>
177
178         * insetert.C: allow export for docbook and linuxdoc
179
180 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
181
182         * insetquotes.C (dispString): handles latin3 and latin4 quotes
183
184 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
185
186         * insetquotes.C (dispString): fix handling of latin9 quotes
187
188 2001-10-03  Juergen Vigna  <jug@sad.it>
189
190         * insetert.C: ditto
191
192         * insetcollapsable.C: change updateInset calls to not tell BV that
193         we have changed status.
194
195 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
196
197         * insettabular.C (deletable): make const
198
199 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
200
201         * insetert.C (latex): Fix the returned value
202
203 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
204
205         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
206         Returns string(), so nothing in an ERT inset is spellchecked.
207
208         * insetgraphics.C (draw): print the filename if not displaying the
209         image.
210         (width): make sure that the width and draw methods are consistent.
211         (updateInset): don't even load the image into cache if not displaying
212         it.
213
214 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
215
216         * various files (selectNextWord): renamed as
217         selectNextWordToSpellcheck.
218
219         * insetgraphics.C (draw): remove the previous change. Right place
220         is in imageLoaderXPM.C.
221         (draw): don't display the image if params.display == NONE.
222
223 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
224
225         * figinset.C (runqueue):
226         * insetgraphics.C (draw): set background colour of inset from
227         background to the user-configurable graphicsbg.
228
229 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
230
231         * insetquotes.C (InsetQuotes): when trying to decide the side of
232         the quote, choose `left' only after a space or '('
233
234 2001-09-04  José Matos  <jamatos@fep.up.pt>
235         * figinset.C
236         * figinset.h
237         * insetcaption.C
238         * insetcaption.h
239         * insetcollapsable.h
240         * insetcommand.C
241         * insetcommand.h
242         * inseterror.h
243         * insetert.C
244         * insetert.h
245         * insetexternal.C
246         * insetexternal.h
247         * insetfloat.C
248         * insetfloat.h
249         * insetfloatlist.h
250         * insetgraphics.C
251         * insetgraphics.h
252         * inset.h
253         * insetinclude.C
254         * insetinclude.h
255         * insetlabel.C
256         * insetlabel.h
257         * insetlatexaccent.C
258         * insetlatexaccent.h
259         * insetquotes.C
260         * insetquotes.h
261         * insetref.C
262         * insetref.h
263         * insetspecialchar.C
264         * insetspecialchar.h
265         * insettabular.C
266         * insettabular.h
267         * insettext.C
268         * insettext.C (docbook): rename docBook method to docbook.
269
270 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
271
272         * inset.h (getFirstParagraph): New virtual method.
273
274 2001-08-20  Herbert Voss  <voss@perce.de>
275         * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
276         in the the bibtex-database-gui for inserting a line
277         \addcontentsline... 
278
279         If no style is given than there is no tex-output.
280         
281 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
282
283         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
284         files as a vector.
285         (getKeys): use it.
286
287 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
288
289         * insetert.C (latex): Fix output for multiple paragraphs.
290         (write): New code for writing paragraph data.
291         (read): Set font after reading the inset.
292         (localDispatch): Call set_latex_font() for more cases.
293
294         * insetnote.h: Add empty validate method.
295         * insetert.h: Ditto
296
297         * insetnote.C (InsetNote): Set language to the language of the 
298         document.
299
300 2001-08-16  Juergen Vigna  <jug@sad.it>
301
302         * insettext.C: implemented the new FINISHED states.
303
304         * insettabular.C: ditto 
305
306         * inset.h: added more FINISHED states for cursor right,up,down
307
308 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
309
310         * insetfloatlist.C: use "FloatName List" 
311  
312 2001-08-14  Juergen Vigna  <jug@sad.it>
313
314         * insetert.C (edit): forgot to set status_ in edit calls!
315
316 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
317
318         * insettext.C: Compilation fix
319
320 2001-08-13  Juergen Vigna  <jug@sad.it>
321
322         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
323
324         * insetcollapsable.C (edit): don't recollapse an already open inset.
325
326         * insettext.C: fixed problem when reinitializing LyXText by not doing
327         it while lt is in use and post this to the next possible time in
328         getLyXText().
329         (searchForward): fixed not unlocking of inset if nothing found.
330         (edit): set cursor behind right (was set -1 pos).
331
332         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
333
334         * insettabular.C (tabularFeatures): fixed fix where deleting the
335         last row didn't get the right actcell!
336
337 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
338
339         * insettext.C (localDispatch): Change language only when the inset 
340         becomes empty.
341
342 2001-08-10  Juergen Vigna  <jug@sad.it>
343
344         * insettabular.C (selectNextWordInt): use the front using edit call.
345
346         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
347         the parameter overwrite class variable inset.
348
349         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
350
351         * insettext.C (saveLyXTextState): check for invalid cursor-par.
352         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
353
354         * insettabular.C (calculate_dimensions_of_cells): let's try to call
355         update only for fixed with cells.
356         (resetPos): try to fix the lockup on spellchecking or s&r.
357
358         * insettext.C (update): comment this out as it seems first wrong
359         and second not needed anymore!
360         (some functions): call reinitLyXText() only in update() in all other
361         positions set only need_update = INIT.
362
363 2001-08-08  Juergen Vigna  <jug@sad.it>
364
365         * insettabular.C (setPos): fixed wrong actrow < rows() check.
366
367         * insettext.C (insetUnlock): remove double-space on inset unlock.
368
369         * insetcollapsable.C (draw): fix returned x when label > inset-width.
370
371         * insettabular.C (update): fixed cursor positon after an insert.
372         (insetAllowed): do not allow to insert insets when not inside the
373         inset!
374         (draw): clear below an inset too as it could have changed height.
375
376         * inset.C (getMaxWidth): fixed width for inset in inset.
377
378         * insettext.C (update): small fix.
379
380         * insettabular.C (tabularFeatures): added selection support to
381         DELETE_ROW/DELETE_COLUMN.
382
383 2001-08-07  Juergen Vigna  <jug@sad.it>
384
385         * inset.C (getMaxWidth): recoded and all it's implementations!
386
387         * insettext.C (init,setParagraph+constructors): cleanups
388         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
389         are new and I want do a save/restore of the cursor position which is
390         not possible anymore.
391
392         * insetcollapsable.C (searchBackward): recollapse inset if not found.
393         (searchBackward): ditto
394         (selectNextWord): ditto
395
396 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
397
398         * insetlatexaccent.C (checkContents): Add some debug messages
399
400 2001-08-07  Juergen Vigna  <jug@sad.it>
401
402         * insetert.C (read): don't use InsetCollapsable::read as we don't
403         write the collapsed status anymore only the status.
404         (write): ditto.
405
406 2001-08-06  Juergen Vigna  <jug@sad.it>
407
408         * insetert.C (set_latex_font): use LyXText's setFont directly.
409
410         * insettext.C (drawFrame): fixed one time more the right position
411         and size of the frame!
412
413         * insetert.C (~InsetERT): hide the dialog.
414         (showInsetDialog): added implementation
415         (open): ditto
416         (close): ditto
417         (status): new function for the status of the ERT inset (3-state).
418         (write): output also the status of the inset for readback!
419         (read): readback the status if available otherwise use collapsed_.
420
421         * insettext.C (edit): small fix of setting the position, which could
422         have gone < 0.
423
424         * insetert.C (width): implement this function for inlined viewing.
425         Added minimum width of 10 pixels!
426
427         * insetminipage.C (InsetMinipage): just change the colors a bit so
428         that border/background is a bit more visible. We will remove this
429         anyway for 1.2.0!
430
431         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
432         function for getting the important widths for drawing in various
433         functions and in LyXText.
434         (draw): fixed up a bit (frame drawing/clearing)
435
436 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
437
438         * inset.C (convertFont): delete method. not used. 
439
440 2001-08-03  Juergen Vigna  <jug@sad.it>
441
442         * insettext.C (setFont): don't call for a draw update if we're just
443         changing the cursor font!
444
445 2001-08-02  Juergen Vigna  <jug@sad.it>
446
447         * insettext.C (draw): clear the background with the right color if
448         needed. Update myself if x&max-width changed and return without doing
449         anything. Let the update code handle the right stuff.
450
451         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
452         inside another inset.
453
454 2001-08-01  Juergen Vigna  <jug@sad.it>
455
456         * insetcollapsable.C (update): added an in_update bool so we avoid
457         reentering.
458
459         * insettabular.C (update): added an in_update bool so we avoid
460         reentering.
461
462         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
463         selection problem.
464         (update): added an in_update bool so we avoid reentering.
465
466         * insettabular.C (localDispatch): clear col/row selection when doing
467         something else inside an inset.
468
469         * insettext.C (getLyXText): fixed bug when requesting a recursive
470         insettext!
471
472 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
473
474         * insetcite.C (latex): Paranoia check. Make sure that there is no
475         whitespace between the citation keys.
476
477 2001-07-31  Juergen Vigna  <jug@sad.it>
478
479         * inset.h (nodraw): make the set function also const so that this
480         can be called from inside other const functions.
481
482         * insetcollapsable.h: removed inline variable and moved it over
483         to the only user InsetERT.
484
485         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
486         inset opening immediately therein lying insets dialogs!
487
488         * insetert.C (localDispatch): set the font also if we don't have any
489         chars in this paragraph, otherwise if we delete all of em and start
490         writing we have the wrong font.
491         (inlined): added
492         (draw): implemented for inline support
493         (insetButtonRelease): ditto.
494
495 2001-07-30  Juergen Vigna  <jug@sad.it>
496
497         * insettext.C (reinitLyXText): new function to reinit the insets
498         text after lot's of paragraph changes. Use this instead of the
499         cache.clear() which is VERY dangerous.
500
501         * insetfloat.C (insetButtonRelease): we should only show the dialog
502         if we press on the label otherwise we have problems to open mouse
503         button 3 dialogs inside this float (f.ex. of a tabular!)
504
505 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
506
507         * insetert.C: change back to "ERT"
508
509         * insetfloat.C: handliign of RMB on label added.
510
511 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
512
513         * insetgraphicsParams.C: #include LOstream.h here.
514
515         * insetfoot.h: remove InsetFoot:: qualifier.
516
517 2001-07-29  Baruch Even  <baruch@lyx.org>
518
519         * ChangeLog: Hiding time travel evidence.
520
521         * insetgraphicsParams.h:
522         * insetgraphicsParams.C: 
523         * insetgraphics.C: Added horizontal scale option, it actually scales both
524         directions since it keeps image proportions.
525
526         * insetgraphics.C: Fixed EPS detection to be non-hacky.
527
528 2001-07-29  Baruch Even  <baruch@lyx.org>
529
530         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
531         convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
532
533         HACKY! Will need to add an EPS detection routine like old InsetFig does!
534
535 2001-07-29  Baruch Even  <baruch@lyx.org>
536
537         * insetgraphics.C: Added EPSI to be an alias of EPS.
538
539 2001-07-29  Baruch Even  <baruch@lyx.org>
540
541         * insetgraphics.C: Change GRAPHICS to Graphics.
542         Changed image conversion rules (documented at the beginning of file).
543
544 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
545
546         * insetert.C (get_new_label): int -> Paragraph::size_type to get
547         std::min working.
548
549         * insetgraphics.C: added a using std::endl directive.
550
551         * insetcommand.h (getScreenLabel): removed pure virtual function,
552         as it duplicates that in InsetButton.
553
554         * insetbib.[Ch] (getScreenLabel):
555         * insetbutton.[Ch] (getScreenLabel):
556         * insetcite.[Ch] (getScreenLabel):
557         * insetert.[Ch] (getScreenLabel):
558         * insetexternal.[Ch] (getScreenLabel):
559         * insetfloatlist.[Ch] (getScreenLabel):
560         * insetinclude.[Ch] (getScreenLabel):
561         * insetindex.[Ch] (getScreenLabel):
562         * insetlabel.h (getScreenLabel):
563         * insetparent.[Ch] (getScreenLabel):
564         * insetref.[Ch] (getScreenLabel):
565         * insettoc.[Ch] (getScreenLabel):
566         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
567
568         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
569         the label.
570         (validate): remove check on "cite" when using natbib.
571
572 2001-07-26  Baruch Even  <baruch@lyx.org>
573
574         * insetgraphics.C (draw): changed casting to be in one place rather than 
575         all over the function.
576
577         * insetgraphics.h:
578         * insetgraphics.C (read): Added compatibility reads of InsetFig.
579         
580         * insetgraphicsParams.h:
581         * insetgraphicsParams.C: 
582         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
583
584 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
585
586         * insetfoot.C (validate): Added method to ensure that the
587         right bit of LaTeX is emitted.
588
589         * insetfoot.h: Added validate method to set the correct
590         LaTeXFeatures bit for the special footnote code.
591
592 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
593
594         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
595         quotes
596
597 2001-07-27  Juergen Vigna  <jug@sad.it>
598
599         * inset.h: remove not used font variable in parameter.
600         removed checkInsertChar in UpdatableInset as it was equal to
601         the one in Inset and so not needed.
602
603         * insetert.C (checkInsertChar): implementation of function
604         checkInsertChar.
605
606         * inset.h: added new function checkInsertChar.
607
608         * various files: added c-tor and clone() function.
609         
610         * insetcollapsable.h: removed clone function here as this should
611         be only realized in REAL insets and added it to all collapsable
612         insets! (with the copy-constructor).
613
614 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
615
616         * insetminipage.C (read): handle missing parameters more gracefully
617
618         * insetcollapsable.C (read): handel missing collapsed more gracefully
619
620 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
621
622         * insetfloat.C (read): handle missing parameters.
623
624         * insettext.C (read): handle old latex end_inset
625
626         * insetert.C (setButtonLabel): new method
627         (init): use it, to set the dynamic label correctly
628         (read): use it
629
630         * Makefile.am (EXTRA_DIST): add files that is not part or the
631         binary here.
632
633         * insetcollapsable.h: remove autocollapsable (no users), remove
634         draw_label, change_label_with_text and companion code. Remove args
635         from some methods.
636         * insetert.[Ch]: move here instead (only user)
637
638         * inset.h: rename private variable name to name_, make
639         selectNextWord return a const string. make getInsetName return a
640         string const &. Remove bool from open, add close.
641
642         * Makefile.am: don't compile insetlist, insetsection
643         and insettheorem
644
645 2001-07-24  Juergen Vigna  <jug@sad.it>
646
647         * insetert.C (InsetERT): put init after the paragraph initialization,
648         as otherwise we don't set the draw_label right.
649
650         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
651         insets with the mouse without having strange selections.
652         (edit): if the inset was collapsed and we open it here then put the
653         cursor always at the beginning of the inset.
654         (get_new_label): 15 instead of 10 max chars in the label.
655
656         * insetert.C (localDispatch): added and handle various stuff we
657         need to handle here (font setting on paragraph break, not permitted
658         layout setting, etc.).
659
660         * inset.h: added default copy-consturctor and implemented this in
661         various insets with the change to use this in the clone function!
662
663 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
664
665         * insetminipage.C (InsetMinipage): set background color to red :)
666
667 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
668
669         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
670         draw frame mode is LOCKED.
671
672         * insetcollapsable.C (edit): 
673         (insetButtonRelease): set update status to full when
674         opening inset.
675
676         * insettext.C (clearInset): 
677         * insettabular.C (draw): 
678         * insetlatexaccent.C (draw): honor background color.
679
680         * inset.h: new member background_color_, initialized to
681         LColor::inherit.
682
683         * inset.C (backgroundColor): new method.
684         (setBackgroundColor): new method.
685
686         * insetert.C (init): new method, called by the ctors.
687         (InsetERT): when inserting contents, make sure the font is
688         ALL_INHERIT.
689
690         * insetnote.C (InsetNote): when inserting content, remove trailing
691         newline
692         (init): set background color to LColor::note
693
694 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
695
696         * insetcollapsable.C: adjust
697
698         * insetbutton.C: adjust
699
700 2001-07-23  Juergen Vigna  <jug@sad.it>
701
702         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
703         parameter on the _collapsed function (was not needed) and call
704         always width_collapsed().
705
706         * insetert.C (InsetERT): use setLabel with "true" flag.
707
708         * insetcollapsable.C: modified various functions to set the draw_label
709         string right in any condition.
710         (setLabel): added a bool parameter to set change_label_with_text.
711
712         * insetcollapsable.h: added draw_label string which is set to the
713         actual drawn label-string, while label is the original static label
714         of this collapsable inset. Added bool change_label_with_text to set
715         if we want that the label changes to the start of the InsetText's
716         text when collabpsed. You can set this flag with the setLabel funciton.
717         Added bool inlined for inlined collapsable insets, but not handled
718         yet.
719
720         * insetcollapsable.C (get_new_label): added should get a new label
721         from the InsetText beginning (for now 10 chars).
722
723 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
724
725         * insetquotes.C (latex): fix the handling of french double quotes
726         when not using the french pachage.
727
728 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
729
730         * insetcollapsable.h: make WidthCollapsed mutable.
731
732         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
733         InsetPrintIndex returns INDEX_PRINT_CODE.
734
735         * inset.h: add INDEX_PRINT_CODE
736
737         * insetcollapsable.C (draw): init widthCollapsed if necessary
738         (width): ditto.
739
740         * insetquotes.C (width): use the local language, not the document
741         language.
742         (draw): ditto.
743         (dispString): add additional spacing for all french languages,
744         like fr_CA.
745         (validate): make it work when there is no default language
746
747         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
748
749         * insetnote.C (init): new method, called by the constructors
750         (InsetNote): new constructor with contents passed as a string
751
752 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
753
754         * insetfootlike.C (insetAllowed): disallow float in footlike.
755
756         * insetert.C (InsetERT): add collapsed argument to the constrctor
757         with contents.
758
759 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
760
761         * insetindex.h: shut off warning
762
763 2001-07-20  Juergen Vigna  <jug@sad.it>
764
765         * insetcollapsable.C (update): recoded hopefully works now!
766
767 2001-07-19  Juergen Vigna  <jug@sad.it>
768
769         * most files: implemented the below new introduced function.
770         
771         * inset.h: added new edit(BufferView *, bool front) method to be able
772         to enter an inset from the front/back without knowing x/y positions
773         and baselines inside the inset. So I just can tell the inset activate
774         me and set the cursor on the front/back of yourself.
775
776 2001-07-18  Juergen Vigna  <jug@sad.it>
777
778         * insetcollapsable.C (edit): fixed hopefully the y parameter which
779         is givven to the InsetText.
780         (insetButtonPress): ditto
781         (insetButtonRelease): ditto
782         (insetMotionNotify): ditto
783
784 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
785
786         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
787         LIGATURE_BREAK, since the name is so stupid.
788
789 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
790
791         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
792         the default InsetCollapsable methods. I.e., it can insert anything.
793         (write) output the name of the inset, not some silly hack for
794         compatability with the old InsetInfo.
795         
796         * insetinfo.[Ch]: removed.
797         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
798         now collapsable, but functionality is otherwise identical to InsetInfo.
799
800         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
801
802 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
803
804         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
805         reformatting
806
807         * insetquotes.C: general cleanup
808         (dispString): add spaces inside french double quotes.
809         (latex): ditto. Moreover, treat first the case where the frenchb
810         or french options have been given.
811
812 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
813
814         * insetcite.[Ch] (latex, validate): new methods, required for natbib
815         support.
816
817 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
818
819         * figinset.C (RegisterFigure): Print debug message only when
820         current_view is available.
821
822 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
823
824         * many files: update to match the change below
825
826         * inset.h (insetAllowed): renamed from insertInsetAllowed;
827         implement the version which takes an inset here.
828
829         * insetcollapsable.[Ch]: implement open and isOpen
830
831         * inset.h: remove insertInsetAllowed from Inset
832         (open): new method, to open or close an inset
833         (isOpen): returns the status of an inset
834         (isCollapsable, colapse): removed
835
836 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
837
838         * insetquotes.C (dispString): display french guillemets when using
839         ISO8859-15.
840
841 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
842
843         * insetcollapsable.h: remove bogus return statements
844
845 2001-07-18  Juergen Vigna  <jug@sad.it>
846
847         * insettabular.C (selectNextWord): fixed spellchecking for the
848         first cell of a tabular (wasn't entered!)
849         (getLyXText): changed to enter automatically insettext and return
850         it's LyXText if we're locked.
851
852 2001-07-17  Juergen Vigna  <jug@sad.it>
853
854         * various files: implemented the below functions.
855         
856         * inset.h: added functions
857         - virtual string selectNextWord(BufferView *, float & value) const;
858         - virtual void selectSelectedWord(BufferView *) { return; }
859         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
860         needed for spellchecking correctly!
861
862 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
863
864         * insetert.C (latex): write out all paragraphs.
865
866 2001-07-17  Baruch Even  <baruch@lyx.org>
867
868         * insetgraphics.C (draw): Removed unneeded casts.
869
870 2001-07-16  Juergen Vigna  <jug@sad.it>
871
872         * insettext.C (update): fixed small oversight (reset lt to 0).
873
874 2001-07-14  Baruch Even  <baruch@lyx.org>
875
876         * insetgraphics.h:
877         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
878
879 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
880
881         Consistent use of Lsstream.h:
882         * figinset.C: removed using std::ostringstream directive.
883
884         * insetgraphics.C (createLatexOptions):
885         * insetinclude.C (unique_id):
886         std::ostringstream -> ostringstream.
887         * insettext.C (localDispatch): std::istringstream -> istringstream.
888
889 2001-07-13  Juergen Vigna  <jug@sad.it>
890
891         * insetfloat.C (insertInsetAllowed): added missing const_cast.
892
893         * insetcollapsable.C (getLockingInset): ditto.
894
895 2001-07-12  Juergen Vigna  <jug@sad.it>
896
897         * insetcollapsable.h: added implementation of new function for
898         collapsable status.
899
900         * various files: added implementation of new insertInsetAllowed-func
901         and redone the function a bit more.
902         
903         * inset.h: added isCollapsable(), bool collapsed(),
904         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
905
906         * insetfloat.C (insertInsetAllowed): make a bit more checks.
907
908         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
909         LyXText which is marked for removal while we're using it!
910
911         * insettext.h: added private LyXText * lt to use it to assure we are
912         not deleting our LyXText while we're using it!
913
914 2001-07-11  Juergen Vigna  <jug@sad.it>
915
916         * insettext.C (insertInset): check if we are before the inset after
917         inserting it! This check IS needed. Remove the Undo-Call as it is
918         called in LyXText::insertInset!
919
920         * insettext.h: added struct InnerCache.
921
922         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
923         that we ONLY delete the LyXText in the getLyXText() routine. So we
924         are sure we don't delete LyXText while someone is working with it!
925
926 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
927
928         * insetexternal.C: (*it). -> it->
929         * insettext.C: ditto
930
931 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
932
933         * insetcollapsable.C (edit): always open collapsed insets (even if
934         they are not autocollapsable)
935
936         * insetcommand.C (operator=): simplify.
937
938 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
939
940         * insetert.C (latex): handle META_NEWLINE
941
942 2001-07-09  Juergen Vigna  <jug@sad.it>
943
944         * insetert.h: a normal InsetText can insert insets, but we won't.
945
946         * inset.h: return default "false" on insertInsetAllowed and implement
947         this function where a returnvalue != "false" is needed.
948
949 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
950
951         * insetert.C (InsetERT): new contructor
952
953 2001-07-06  Juergen Vigna  <jug@sad.it>
954
955         * a lot of files: added implementation of the below new functions
956         and the change to clone(). Also the call of the new undo-functions
957         where needed.
958         
959         * inset.h: added an inset_id, added functions getParFromID,
960         getInsetFromID, firstParagraph, cursor and id functions, added
961         bool same_ids to clone function.
962
963 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
964
965         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
966         of BufferView * and shared_ptr<LyXText>
967
968 2001-07-05  Juergen Vigna  <jug@sad.it>
969
970         * insettext.C (clear): deleted also the cache not only LyXText.
971         (setParagraphData): ditto.
972
973 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
974
975         * insetfloat.C (latex): let the specific placement take presedence
976         if set, otherwise choose document placement if set, otherwise just
977         use float default placement.
978
979 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
980
981         * insettext.C (localDispatch): call CutAndPaste::'s static method
982         directly. 
983
984 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
985
986         * insetbib.C: no meed to include forms.h here.
987
988 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
989
990         * insettext.C: added using std::make_pair directive.
991
992 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
993
994         * insettext.C (getLyXText): avoid multiple lookups, and simplify
995         slightly
996         (deleteLyXText): ditto
997         (resizeLyXText): ditto
998
999 2001-07-02  Juergen Vigna  <jug@sad.it>
1000
1001         * insettext.C (getLyXText): introduce a cache in getLyXText so that
1002         following calls are only returned the right pointer without the over
1003         head to search in the map.
1004         (various funcs): reset the cached_bview variable as this signs that
1005         the cache is not valid anymore.
1006
1007 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1008
1009         * insettabular.C (clone): do not copy the LyXTabular twice
1010
1011 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1012
1013         * insettext.h (TEXT): delete method
1014
1015 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1016
1017         * insetmarginal.C (latex): 
1018         * insetfoot.C (latex): fix spacing of notes in LaTeX
1019
1020         * insettext.C (localDispatch): use .c_str() on istringstream
1021         constructor argument.
1022
1023 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1024
1025         * insettoc.h:
1026         * insettoc.C:
1027         * inseturl.h:
1028         * inseturl.C: fix method names in these to begin
1029           with small char too, so they inherit
1030  
1031 2001-06-28  Juergen Vigna  <jug@sad.it>
1032
1033         * insettext.C (setFont): fixed font settings using toggleFree()
1034         instead of setFont().
1035
1036 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1037
1038         * Change a lot of method names to begin with a small char.
1039         Changes to a lot of files because of this.
1040
1041 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1042
1043         * insetfloatlist.C (Write): std:: qualify ostream
1044         (Latex): ditto
1045
1046 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1047
1048         * figinset.C:
1049         * inset.C:
1050         * insetgraphics.C: send debug output to Debug::INFO instead of
1051         Debug::ANY.
1052
1053 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1054
1055         * insettabular.h:
1056         * insettabular.C (getStatus): update to use func_status
1057
1058 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
1059
1060         * insetref.C (DocBook): added support for cross-references without
1061         a name.
1062
1063 2001-06-26  The LyX Project  <jug@sad.it>
1064
1065         * insetref.C:
1066         * insetref.h:
1067         * insetlabel.C:
1068         * insetlabel.h: removed escape method and moved it to
1069         support/lstrings.h.
1070
1071 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1072
1073         * insettabular.C (getMaxWidth): do the speedup in a different way,
1074         remove dead code
1075
1076 2001-06-24  The LyX Project  <Asger>
1077
1078         * insettabular.C (getMaxWidth): We cache a mapping from
1079         inset to cell in order to speed this method up.
1080
1081 2001-06-24  The LyX Project  <Asger>
1082
1083         * insettext.C: Optimized InsetText::draw or something.
1084
1085 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
1086
1087         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
1088
1089 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1090
1091         * inset.h: name change from lyxinset.h
1092
1093 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
1094
1095         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
1096
1097 2001-06-14  Juergen Vigna  <jug@sad.it>
1098
1099         * insettext.C (draw): removed warnings.
1100
1101 2001-06-13  Juergen Vigna  <jug@sad.it>
1102
1103         * insettabular.C (nodraw): only go down the tree if we don't have
1104         that flag set otherwise it's obvious that we don't want to draw.
1105         (LocalDispatch): do also an update if we have an undispached result.
1106
1107 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1108
1109         * insetcite.C:
1110         * insetgraphicsParams.C:
1111         * insettext.C: removed // -*- C++ -*- as first line.
1112
1113 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1114
1115         * lyxinset.h (resizeLyXText): shut off warning about unused
1116         parameter "force" 
1117
1118 2001-06-07  Juergen Vigna  <jug@sad.it>
1119
1120         * insettext.C (resizeLyXText): honor the new force flag.
1121
1122         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
1123
1124         * insettabular.C (deleteLyXText): new function
1125
1126 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1127
1128         * insettheorem.C:
1129         * insetminipage.C:
1130         * insetlist.C:
1131         * insetfootlike.C:
1132         * insetfloat.C:
1133         * insetert.C:
1134         * insetcollapsable.C:
1135         * insetcaption.C: LColor tidy
1136          
1137 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1138
1139         * figinset.C: fix typo
1140
1141 2001-06-01  Juergen Vigna  <jug@sad.it>
1142
1143         * insettabular.C (resetPos): small hack so that scroll is not set to
1144         0 when we are in the last column of a tabular. This is a problem we
1145         have because of constats 20 offset on both directions, so this can
1146         cause on the limit an endless loop.
1147
1148         * insettext.C (SetFont): forgot that we can have locking insets ;)
1149
1150 2001-05-31  Juergen Vigna  <jug@sad.it>
1151
1152         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
1153
1154 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * figinset.C: add using std:: directive for the C functions which
1157         need that.
1158
1159 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1160
1161         * insetfloat.C (Write): write out wide info
1162         (Read): read the wide info
1163         (Latex): use the wide info when creating latex.
1164
1165         * insettext.C: adjust
1166
1167         * insetgraphics.[Ch] (statusMessage): change to return string
1168         (width): adjust
1169         (draw): adjust
1170
1171         * figinset.C (runqueue): add std::
1172         (Recompute): ditto
1173
1174 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1175
1176         * insetcite.C (Ascii): add std:: qualifier
1177
1178 2001-05-28  Juergen Vigna  <jug@sad.it>
1179
1180         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
1181         a endless-width inset (maxWidth < 0).
1182         (Edit): change language only if not equal.
1183
1184         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
1185
1186         * insettext.C (draw): fixed draw/clear of InsetText-Frame
1187
1188 2001-05-16  Juergen Vigna  <jug@sad.it>
1189
1190         * insettext.C (selectAll): added
1191         (clearSelection): added
1192
1193         * insettabular.C (SetFont): now we may set a font on a whole selection!
1194         (getSelection): added helper function.
1195
1196 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1197
1198         * insetcite.C (Ascii): Add method.
1199
1200 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1201
1202         * figinset.C:
1203         * insetbib.C: fix path for OS/2 & Win32
1204
1205 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1206
1207         * insetfoot.C (Latex): don't use % after footnote.
1208
1209 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1210
1211         * insettext.C (Read): use clear
1212         (SetParagraphData): use LyXParagraph copy constructor instead of clone
1213
1214 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1215
1216         * insetfloatlist.h: add a bunch of std:: qualifiers.
1217
1218 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1219
1220         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
1221         FLOAT_LIST_CODE, renumber code list.
1222
1223         * insettoc.C (getScreenLabel): remove support for float lists
1224         (LyxCode): ditto
1225         (Ascii): ditto
1226
1227         * insetfloatlist.[Ch]: new files
1228
1229         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
1230
1231 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
1232
1233         * insettabular.C (LocalDispatch):
1234         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
1235         method 
1236
1237 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1238
1239         * insettext.C: remvoe !NEW_INSETS cruft
1240
1241         * insettabular.C: remove !NEW_INSETS cruft
1242
1243         * insetcollapsable.h: remove !NEW_INSETS cruft
1244
1245         * insetbib.C: remove !NEW_INSETS cruft
1246
1247 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1248
1249         * insettoc.C: hack to make listof algorithm work
1250
1251 2001-04-20  Juergen Vigna  <jug@sad.it>
1252
1253         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
1254
1255 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1256
1257         * insetquotes.C (Latex): improve the guard against
1258         unwanted !` and ?` ligatures. This should really be done in
1259         another place (to catch all this ligatures at low-level).
1260
1261 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1262
1263         * insettext.C (init): remvoe leftovers from cursor_visible change
1264         (draw): use c++ cast
1265         (LocalDispatch): dispatch LFUN_MESSAGE
1266
1267         * insettabular.C (InsetTabular): remove leftovers from
1268         cursor_visible, and scoped_ptr changes
1269         (draw): use c++ cast
1270
1271         * insetcollapsable.C (draw): use c++ cast
1272
1273         * ExternalTemplate.h: inherit privaely from noncopyable
1274         * insetcommand.h: ditto
1275         * insetinclude.h: ditto
1276
1277 2001-04-16  Allan Rae  <rae@lyx.org>
1278
1279         * insettoc.C (Ascii): 
1280         * insettext.C (draw): 
1281         * insettabular.C (setPos): 
1282         * insetminipage.C (Read): 
1283         * insetfloat.C (placement): 
1284         * insetcaption.C (Ascii, DocBook): 
1285         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
1286         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1287
1288 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1289
1290         * insetexternal.h:
1291         * insetexternal.C: set view on Clone. Add _ to private members.
1292
1293 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1294
1295         * insettext.C (InsetText): fix new
1296         (InsetText): reindent some, simplify deletion of par list 
1297         (clear): simplify deletion of par list, fix new
1298         (SetParagraphData): simplify deletion of par list
1299
1300         * insettabular.[Ch] (getLabelList): implement new method
1301
1302 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1303
1304         * lyxinset.h: do not include gettext.h...
1305
1306         * inset.C:
1307         * insetcaption.C:
1308         * insetexternal.C:
1309         * insetgraphics.C:
1310         * insetindex.C:
1311         * insetlabel.C:
1312         * insetlatexaccent.C:
1313         * insetminipage.C:
1314         * insetquotes.C:
1315         * insettabular.C:
1316         * inseturl.C: ... and do it here instead
1317
1318 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1319
1320         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
1321
1322         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
1323
1324         * insetcollapsable.[Ch] (getLabelList): implement
1325
1326         * insettext.[Ch] (getLabelList): implement
1327
1328         * insettext.h: reindent
1329
1330         * insettabular.h: make tabular a scoped_ptr
1331
1332         * insettext.C (init): adjust for cursor_visible
1333         (ToggleInsetCursor): constify asc and desc, font, adjust for
1334         cursor_visible
1335         (ShowInsetCursor): constify asc and desc, font, adjust for
1336         cursor_visible
1337         (HideInsetCursor): adjust for cursor_visible
1338
1339         * insettabular.C: reindent some
1340         (InsetTabular): adjust for scoped_ptr and cursor_visible
1341         (InsetTabular): ditto
1342         (~InsetTabular): delete delete
1343         (Clone): adjust for scoped_ptr
1344         (Read): constify old_format, adjust for scoped_ptr, move init of
1345         token
1346         (draw): constify tx, localize loop vars.
1347         some other localization of variables, remove double initilizatons.
1348         
1349         * insetfoot.C: remove using std::ostream, add ostream where needed
1350
1351 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1352
1353         * lyxinset.h: some reindentaion, use initializer list for
1354         constructro.
1355         UpdatableInset: make cursor_visible a private var add
1356         public isCursorVisible(), add protected toggleCursorVisible() and
1357         proctected setCursorVisible(bool), make scroll call the Inset::scroll
1358
1359         * insettoc.C: remvoe using decl
1360         (getScreenLabel): make cmdname donst
1361         (LyxCode): ditto
1362         (Ascii): ditto
1363         (Ascii): don't use endl
1364
1365         * insetfootlike.C: remove using decl at file scope and add std::
1366         where needed
1367         * insetmarginal.C: ditto
1368
1369         * insetfoot.C: some reformatting
1370
1371         * insetfloat.C (InsetButtonRelease): adjust the hit area
1372
1373         * insetert.C (SetFont): some reformatting
1374
1375         * insetcollapsable.C: some reformatting and constification
1376         (Clone): comment out.
1377         * insetcollapsable.h: some reformatting
1378         (Clone): comment out.
1379         
1380         * inset.C: reindent
1381         (scroll): simplify
1382
1383 2001-03-30  Juergen Vigna  <jug@sad.it>
1384
1385         * insetcollapsable.h: changen *inset to be a InsetText inset.
1386         
1387         * some files: changed to reflect the above change.
1388
1389 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1390
1391         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
1392         InsetExternal::Params.
1393         Added operator==() and operator!=() for the Params struct.
1394
1395 2001-03-29  Juergen Vigna  <jug@sad.it>
1396
1397         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
1398         BufferView *.
1399
1400         * insetminipage.C: removed widthp_ and all it's functions and changed
1401         to use new %-lengths of LyXLength.
1402
1403 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1404
1405         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
1406
1407 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1408
1409         * insetgraphicsParams.C (operator!=): new function, needed by the
1410         ControlGraphics class.
1411
1412 2001-03-28  Juergen Vigna  <jug@sad.it>
1413
1414         * insettext.C (InsetButtonPress): only enter !inset if button == 2
1415         (checkAndActivateInset): don't use the values returned from
1416         call to bv->checkInsetHit.
1417
1418         * insetminipage.C (Clone): set special minipage values.
1419
1420         * insetcollapsable.C (draw): changed to draw the button in the
1421         upper left corner outside the textinset.
1422         (ascent): changed because of different drawing 
1423         (descent): ditto
1424         (width): ditto
1425         (Edit): ditto
1426         (InsetButtonPress): ditto
1427         (InsetButtonRelease): ditto
1428         (InsetMotionNotify): ditto
1429
1430 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
1431
1432         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
1433         contain a suffix.
1434         (Clone): ditto
1435
1436 2001-03-26  Juergen Vigna  <jug@sad.it>
1437
1438         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
1439
1440         * insettext.C (ShowInsetDialog): implemented above function.
1441
1442         * insettabular.C (ShowInsetDialog): ditto
1443
1444         * insetminipage.C (ShowInsetDialog): ditto
1445
1446 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1447
1448         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
1449         InsetInclude::Params. Don't store a buffer * in Params. Store the
1450         master file name instead.
1451
1452 2001-03-23  Juergen Vigna  <jug@sad.it>
1453
1454         * insetcollapsable.C (InsetMotionNotify):
1455         (InsetButtonRelease): 
1456         (InsetButtonPress): fixed y-offset (minipages).
1457
1458         * insettext.C (draw): force a FULL update if cleared == true.
1459
1460         * insetcollapsable.C (draw): Lars forgotten entry for changing this
1461         routine to draw the minipages on its position-flag.
1462         (InsetInInsetY): give back the right y position, because of minipage
1463         position-flag.
1464
1465 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1466
1467         * insetfloat.h
1468         * insetfloat.C (DocBook): docbook export code.
1469
1470 2001-03-22  Juergen Vigna  <jug@sad.it>
1471
1472         * insetminipage.C (getMaxWidth): added function to set the drawing
1473         width!
1474         (Read): should work now!
1475
1476         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
1477         if we create a new inset.
1478
1479 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1480
1481         * figinset.C (fl_set_preemptive_callback): moved definition outside
1482         of namespace anon.
1483
1484 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1485
1486         * insetminipage.C (Read): prepare for reading of minipage arguments.
1487
1488 2001-03-18  Baruch Even  <baruch@lyx.org>
1489
1490         * insetgraphics.C: Minor cleanups of the comments and code.
1491
1492 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1493
1494         * insetminipage.C (InsetMinipage): default to not collapsed
1495
1496 2001-03-16  Juergen Vigna  <jug@sad.it>
1497
1498         * insetminipage.C (width): modified with to be a string
1499         (widthp): added widthp (for % width) support functions.
1500         (InsetButtonRelease): added to open the options dialog on button==3.
1501         (~InsetMinipage): added to hide the dialog.
1502
1503         * insetminipage.h: added hideDialog signal
1504
1505 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1506
1507         * insetminipage.h: change the order or Position to match
1508         LyXParagraph::MINIPAGE_ALIGNMENT
1509
1510         * several files: remvoe CXX_WORKING_NAMESPACES
1511
1512         * ExternalTemplate.h: noncopyable is in namespace boost
1513         * insetinclude.h: ditto
1514         * insetcommand.h: ditto
1515
1516 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1517
1518         * insettext.C (Edit): #else# -> #else.
1519         * insettoc.C: added using directive.
1520
1521 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1522
1523         * insetminipage.h: add pos, inner_pos, width and height. + getters
1524         and setters for all of them.
1525
1526 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1527
1528         * insetinclude.C (Latex): Do not exit when the textclass of the
1529         included file differ from the textclass of the parent file.
1530
1531 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1532
1533         * ExternalTemplate.C (read): the reading of external insets now checks
1534         for \end_inset and removes it form the input stream.
1535
1536 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1537
1538         * ExternalTemplate.h:
1539         * ExternalTemplate.C:
1540         * insetexternal.h:
1541         * insetexternal.C: move form to GUII
1542
1543 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1544
1545         * insetinclude.h:
1546         * insetinclude.C: add InsetIncludeParams, use
1547         composition rather than derivation of InsetCommand
1548
1549 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1550
1551         * insettoc.C (Ascii): use the Buffer typedefs
1552
1553 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1554
1555         * insettoc.C (Ascii): implement for dynamic number of lists
1556
1557         * insetcaption.[Ch]: update from new_insets branch
1558         * insetfloat.[Ch]: ditto
1559         
1560 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1561
1562         * insetexternal.C:
1563         * figinset.C: use new File Dialog
1564
1565 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1566
1567         * insettext.C: changes becuase of ParagraphParameters.
1568
1569 2001-02-28  Baruch Even  <baruch@ev-en.org>
1570
1571         * insetgraphics.C (updateInset): Changed due to the change in
1572         GraphicsCache.
1573
1574 2001-02-26  Juergen Vigna  <jug@sad.it>
1575
1576         * insettext.C (SetFont): Set Undo only if we have selection (as it is
1577         handled in LyXText).
1578
1579 2001-02-23  Juergen Vigna  <jug@sad.it>
1580
1581         * insettext.C (draw): some small repainting fixes.
1582         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
1583
1584         * inset.C (LocalDispatch): changed action to be a kb_action (as it
1585         should be) and not an int.
1586         
1587         * insettabular.C (LocalDispatch): ditto
1588
1589         * insettext.C (LocalDispatch): ditto
1590
1591         * insetcollapsable.C (LocalDispatch): ditto
1592
1593 2001-02-22  Juergen Vigna  <jug@sad.it>
1594
1595         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
1596         DISPATCH it and we don't have a locking_inset.
1597
1598 2001-02-21  Baruch Even  <baruch@ev-en.org>
1599
1600         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
1601         instead of GraphicsCacheItem *.
1602
1603 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1604
1605         * insetcollapsable.C (getLyXText): add const qualifier to second
1606         parameter. 
1607
1608 2001-02-22  Juergen Vigna  <jug@sad.it>
1609
1610         * insettext.C (getLyXText): honor the recursive parameter.
1611         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
1612
1613         * inset.C (getLyXText): added bool recursive parameter.
1614
1615         * insettext.C (SetUpdateStatus): or the update codes.
1616         (draw): check need_update with &.
1617         (InsetButtonPress): set no_selection to not put a selection when
1618         entering an inset and it is redraws in another spot.
1619
1620         * insettext.h: made need_update an int.
1621
1622 2001-02-20  Baruch Even  <baruch@ev-en.org>
1623
1624         * insetgraphics.h:
1625         * insetgraphisc.C: Changed to use better semantics when loading images
1626         for inline view. Now it doesn't keep the pixmap itself but it's holder.
1627
1628 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1629
1630         * insetcommand.h:
1631         * inseterror.h:
1632         * insetgraphics.C: change name of "hide" signal to "hideDialog",
1633         consistent with InsetTabular.
1634         
1635 2001-02-19  Juergen Vigna  <jug@sad.it>
1636
1637         * insettabular.C (LocalDispatch): implement PAGE up/down.
1638
1639         * insettext.C (draw): clear all of it on need_update==INIT too!
1640
1641         * insettabular.C (InsetUnlock): always clear the selection.
1642
1643         * inset.C (scroll): normally we only want to scroll the inset until
1644         it is fully visible so if top_x + offset > 20 then just set scx to 0.
1645
1646 2001-02-14  Juergen Vigna  <jug@sad.it>
1647
1648         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
1649         (resetPos): fixed scroll behaviour.
1650         (LocalDispatch): do an update if moving cursor inside a table cell
1651         requests a scroll of the tabular.
1652
1653 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1654
1655         * insettext.C (textWidth): constify local var
1656
1657         * insettabular.C: small cleanup.
1658
1659         * insetfoot.C (Latex): constify local var
1660
1661         * insetcollapsable.C: small cleanup.
1662
1663         * figinset.C (runqueue): use compare instead of strcmp
1664
1665 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1666
1667         * insettext.C:
1668         * insetinfo.C: remove cruft
1669
1670 2001-02-14  Juergen Vigna  <jug@sad.it>
1671
1672         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
1673
1674 2001-02-13  Juergen Vigna  <jug@sad.it>
1675
1676         * insettext.C (InsertInset): don't move left (is this right?)
1677
1678         * insettabular.C (LocalDispatch): use of the no_draw variable
1679
1680         * insettabular.h: new no_draw variable to stop redraw
1681
1682         * insettabular.C (TabularFeatures): fixed update for alignment change
1683
1684 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1685
1686         * insetinclude.C:
1687         * insetbib.h:
1688         * insetbib.C: move dialogs to frontends/
1689
1690 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1691
1692         * insettext.C (LocalDispatch): Restore the language if the inset
1693         becomes empty.
1694
1695 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1696
1697         * insettext.C (moveRightIntern): Update the selection cursor.
1698         (moveLeftIntern): Ditto.
1699
1700 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1701
1702         * Makefile.am: remove BoundingBox.h
1703
1704         * BoundingBox.h: removed
1705
1706 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
1707         
1708         * insettext.C (LocalDispatch): Update selection cursor when moving 
1709         cursor to the right.
1710         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
1711         (moveLeftIntern): Ditto.
1712
1713 2001-02-05  Baruch Even  <baruch.even@writeme.com>
1714
1715         * insetgraphics.C: Updated automatic image conversion, it now goes into
1716         temporary directory instead of with the image itself.
1717
1718 2001-01-21  Baruch Even  <baruch@ev-en.org>
1719
1720         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
1721         to EPS or PNG when needed (support bitmap graphics).
1722
1723 2000-11-02  Baruch Even  <baruch@ev-en.org>
1724
1725         * insetgraphics.C:
1726         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
1727         and removal of commented out code.
1728
1729 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1730
1731         * insetbib.C (callback): Update citations if the key has changed.
1732
1733 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1734
1735         * insetbib.C (InsetBibKey): Better computation of default key.
1736         (getScreenLabel) Show both the key and the label.
1737         (getBibLabel): New method.
1738         (callback): Force a redraw if the inset have been changed.
1739
1740 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1741
1742         * insetref.C (getType, getName): Move methods from 
1743         src/frontends/xforms/FormRef.C.
1744
1745 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1746
1747         * insettabular.C: Various improvements (use only one dummy position).
1748
1749 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
1750
1751         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
1752         par->bibkey->width. This fixes the crashes when running without
1753         gui or when having included documents.
1754
1755 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
1756
1757         * insetcommand.C (getAsString, setFromString): Cleanup.
1758
1759 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1760
1761         * insetref.C: Add the array InsetRef::types that contains
1762         information about all supported reference types.
1763
1764 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1765
1766         * lyxinset.h: remove trailing comma in enum.
1767
1768 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
1769
1770         * insettext.C: kill LyXBell.