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