]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
Merge natbib branch into head
[features.git] / src / insets / ChangeLog
1 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * insetcite.[Ch] (latex, validate): new methods, required for natbib
4         support.
5
6 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * figinset.C (RegisterFigure): Print debug message only when
9         current_view is available.
10
11 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12
13         * many files: update to match the change below
14
15         * inset.h (insetAllowed): renamed from insertInsetAllowed;
16         implement the version which takes an inset here.
17
18         * insetcollapsable.[Ch]: implement open and isOpen
19
20         * inset.h: remove insertInsetAllowed from Inset
21         (open): new method, to open or close an inset
22         (isOpen): returns the status of an inset
23         (isCollapsable, colapse): removed
24
25 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
26
27         * insetquotes.C (dispString): display french guillemets when using
28         ISO8859-15.
29
30 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
31
32         * insetcollapsable.h: remove bogus return statements
33
34 2001-07-18  Juergen Vigna  <jug@sad.it>
35
36         * insettabular.C (selectNextWord): fixed spellchecking for the
37         first cell of a tabular (wasn't entered!)
38
39 2001-07-17  Juergen Vigna  <jug@sad.it>
40
41         * various files: implemented the below functions.
42         
43         * inset.h: added functions
44         - virtual string selectNextWord(BufferView *, float & value) const;
45         - virtual void selectSelectedWord(BufferView *) { return; }
46         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
47         needed for spellchecking correctly!
48
49 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
50
51         * insetert.C (latex): write out all paragraphs.
52
53 2001-07-17  Baruch Even  <baruch@lyx.org>
54
55         * insetgraphics.C (draw): Removed unneeded casts.
56
57 2001-07-16  Juergen Vigna  <jug@sad.it>
58
59         * insettext.C (update): fixed small oversight (reset lt to 0).
60
61 2001-07-14  Baruch Even  <baruch@lyx.org>
62
63         * insetgraphics.h:
64         * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
65
66 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
67
68         Consistent use of Lsstream.h:
69         * figinset.C: removed using std::ostringstream directive.
70
71         * insetgraphics.C (createLatexOptions):
72         * insetinclude.C (unique_id):
73         std::ostringstream -> ostringstream.
74         * insettext.C (localDispatch): std::istringstream -> istringstream.
75
76 2001-07-13  Juergen Vigna  <jug@sad.it>
77
78         * insetfloat.C (insertInsetAllowed): added missing const_cast.
79
80         * insetcollapsable.C (getLockingInset): ditto.
81
82 2001-07-12  Juergen Vigna  <jug@sad.it>
83
84         * insetcollapsable.h: added implementation of new function for
85         collapsable status.
86
87         * various files: added implementation of new insertInsetAllowed-func
88         and redone the function a bit more.
89         
90         * inset.h: added isCollapsable(), bool collapsed(),
91         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
92
93         * insetfloat.C (insertInsetAllowed): make a bit more checks.
94
95         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
96         LyXText which is marked for removal while we're using it!
97
98         * insettext.h: added private LyXText * lt to use it to assure we are
99         not deleting our LyXText while we're using it!
100
101 2001-07-11  Juergen Vigna  <jug@sad.it>
102
103         * insettext.C (insertInset): check if we are before the inset after
104         inserting it! This check IS needed. Remove the Undo-Call as it is
105         called in LyXText::insertInset!
106
107         * insettext.h: added struct InnerCache.
108
109         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
110         that we ONLY delete the LyXText in the getLyXText() routine. So we
111         are sure we don't delete LyXText while someone is working with it!
112
113 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
114
115         * insetexternal.C: (*it). -> it->
116         * insettext.C: ditto
117
118 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * insetcollapsable.C (edit): always open collapsed insets (even if
121         they are not autocollapsable)
122
123         * insetcommand.C (operator=): simplify.
124
125 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
126
127         * insetert.C (latex): handle META_NEWLINE
128
129 2001-07-09  Juergen Vigna  <jug@sad.it>
130
131         * insetert.h: a normal InsetText can insert insets, but we won't.
132
133         * inset.h: return default "false" on insertInsetAllowed and implement
134         this function where a returnvalue != "false" is needed.
135
136 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
137
138         * insetert.C (InsetERT): new contructor
139
140 2001-07-06  Juergen Vigna  <jug@sad.it>
141
142         * a lot of files: added implementation of the below new functions
143         and the change to clone(). Also the call of the new undo-functions
144         where needed.
145         
146         * inset.h: added an inset_id, added functions getParFromID,
147         getInsetFromID, firstParagraph, cursor and id functions, added
148         bool same_ids to clone function.
149
150 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
151
152         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
153         of BufferView * and shared_ptr<LyXText>
154
155 2001-07-05  Juergen Vigna  <jug@sad.it>
156
157         * insettext.C (clear): deleted also the cache not only LyXText.
158         (setParagraphData): ditto.
159
160 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
161
162         * insetfloat.C (latex): let the specific placement take presedence
163         if set, otherwise choose document placement if set, otherwise just
164         use float default placement.
165
166 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
167
168         * insettext.C (localDispatch): call CutAndPaste::'s static method
169         directly. 
170
171 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
172
173         * insetbib.C: no meed to include forms.h here.
174
175 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
176
177         * insettext.C: added using std::make_pair directive.
178
179 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
180
181         * insettext.C (getLyXText): avoid multiple lookups, and simplify
182         slightly
183         (deleteLyXText): ditto
184         (resizeLyXText): ditto
185
186 2001-07-02  Juergen Vigna  <jug@sad.it>
187
188         * insettext.C (getLyXText): introduce a cache in getLyXText so that
189         following calls are only returned the right pointer without the over
190         head to search in the map.
191         (various funcs): reset the cached_bview variable as this signs that
192         the cache is not valid anymore.
193
194 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
195
196         * insettabular.C (clone): do not copy the LyXTabular twice
197
198 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
199
200         * insettext.h (TEXT): delete method
201
202 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
203
204         * insetmarginal.C (latex): 
205         * insetfoot.C (latex): fix spacing of notes in LaTeX
206
207         * insettext.C (localDispatch): use .c_str() on istringstream
208         constructor argument.
209
210 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
211
212         * insettoc.h:
213         * insettoc.C:
214         * inseturl.h:
215         * inseturl.C: fix method names in these to begin
216           with small char too, so they inherit
217  
218 2001-06-28  Juergen Vigna  <jug@sad.it>
219
220         * insettext.C (setFont): fixed font settings using toggleFree()
221         instead of setFont().
222
223 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
224
225         * Change a lot of method names to begin with a small char.
226         Changes to a lot of files because of this.
227
228 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
229
230         * insetfloatlist.C (Write): std:: qualify ostream
231         (Latex): ditto
232
233 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
234
235         * figinset.C:
236         * inset.C:
237         * insetgraphics.C: send debug output to Debug::INFO instead of
238         Debug::ANY.
239
240 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
241
242         * insettabular.h:
243         * insettabular.C (getStatus): update to use func_status
244
245 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
246
247         * insetref.C (DocBook): added support for cross-references without
248         a name.
249
250 2001-06-26  The LyX Project  <jug@sad.it>
251
252         * insetref.C:
253         * insetref.h:
254         * insetlabel.C:
255         * insetlabel.h: removed escape method and moved it to
256         support/lstrings.h.
257
258 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
259
260         * insettabular.C (getMaxWidth): do the speedup in a different way,
261         remove dead code
262
263 2001-06-24  The LyX Project  <Asger>
264
265         * insettabular.C (getMaxWidth): We cache a mapping from
266         inset to cell in order to speed this method up.
267
268 2001-06-24  The LyX Project  <Asger>
269
270         * insettext.C: Optimized InsetText::draw or something.
271
272 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
273
274         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
275
276 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
277
278         * inset.h: name change from lyxinset.h
279
280 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
281
282         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
283
284 2001-06-14  Juergen Vigna  <jug@sad.it>
285
286         * insettext.C (draw): removed warnings.
287
288 2001-06-13  Juergen Vigna  <jug@sad.it>
289
290         * insettabular.C (nodraw): only go down the tree if we don't have
291         that flag set otherwise it's obvious that we don't want to draw.
292         (LocalDispatch): do also an update if we have an undispached result.
293
294 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
295
296         * insetcite.C:
297         * insetgraphicsParams.C:
298         * insettext.C: removed // -*- C++ -*- as first line.
299
300 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
301
302         * lyxinset.h (resizeLyXText): shut off warning about unused
303         parameter "force" 
304
305 2001-06-07  Juergen Vigna  <jug@sad.it>
306
307         * insettext.C (resizeLyXText): honor the new force flag.
308
309         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
310
311         * insettabular.C (deleteLyXText): new function
312
313 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
314
315         * insettheorem.C:
316         * insetminipage.C:
317         * insetlist.C:
318         * insetfootlike.C:
319         * insetfloat.C:
320         * insetert.C:
321         * insetcollapsable.C:
322         * insetcaption.C: LColor tidy
323          
324 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
325
326         * figinset.C: fix typo
327
328 2001-06-01  Juergen Vigna  <jug@sad.it>
329
330         * insettabular.C (resetPos): small hack so that scroll is not set to
331         0 when we are in the last column of a tabular. This is a problem we
332         have because of constats 20 offset on both directions, so this can
333         cause on the limit an endless loop.
334
335         * insettext.C (SetFont): forgot that we can have locking insets ;)
336
337 2001-05-31  Juergen Vigna  <jug@sad.it>
338
339         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
340
341 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
342
343         * figinset.C: add using std:: directive for the C functions which
344         need that.
345
346 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
347
348         * insetfloat.C (Write): write out wide info
349         (Read): read the wide info
350         (Latex): use the wide info when creating latex.
351
352         * insettext.C: adjust
353
354         * insetgraphics.[Ch] (statusMessage): change to return string
355         (width): adjust
356         (draw): adjust
357
358         * figinset.C (runqueue): add std::
359         (Recompute): ditto
360
361 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
362
363         * insetcite.C (Ascii): add std:: qualifier
364
365 2001-05-28  Juergen Vigna  <jug@sad.it>
366
367         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
368         a endless-width inset (maxWidth < 0).
369         (Edit): change language only if not equal.
370
371         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
372
373         * insettext.C (draw): fixed draw/clear of InsetText-Frame
374
375 2001-05-16  Juergen Vigna  <jug@sad.it>
376
377         * insettext.C (selectAll): added
378         (clearSelection): added
379
380         * insettabular.C (SetFont): now we may set a font on a whole selection!
381         (getSelection): added helper function.
382
383 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
384
385         * insetcite.C (Ascii): Add method.
386
387 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
388
389         * figinset.C:
390         * insetbib.C: fix path for OS/2 & Win32
391
392 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
393
394         * insetfoot.C (Latex): don't use % after footnote.
395
396 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
397
398         * insettext.C (Read): use clear
399         (SetParagraphData): use LyXParagraph copy constructor instead of clone
400
401 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
402
403         * insetfloatlist.h: add a bunch of std:: qualifiers.
404
405 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
406
407         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
408         FLOAT_LIST_CODE, renumber code list.
409
410         * insettoc.C (getScreenLabel): remove support for float lists
411         (LyxCode): ditto
412         (Ascii): ditto
413
414         * insetfloatlist.[Ch]: new files
415
416         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
417
418 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
419
420         * insettabular.C (LocalDispatch):
421         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
422         method 
423
424 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
425
426         * insettext.C: remvoe !NEW_INSETS cruft
427
428         * insettabular.C: remove !NEW_INSETS cruft
429
430         * insetcollapsable.h: remove !NEW_INSETS cruft
431
432         * insetbib.C: remove !NEW_INSETS cruft
433
434 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
435
436         * insettoc.C: hack to make listof algorithm work
437
438 2001-04-20  Juergen Vigna  <jug@sad.it>
439
440         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
441
442 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
443
444         * insetquotes.C (Latex): improve the guard against
445         unwanted !` and ?` ligatures. This should really be done in
446         another place (to catch all this ligatures at low-level).
447
448 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
449
450         * insettext.C (init): remvoe leftovers from cursor_visible change
451         (draw): use c++ cast
452         (LocalDispatch): dispatch LFUN_MESSAGE
453
454         * insettabular.C (InsetTabular): remove leftovers from
455         cursor_visible, and scoped_ptr changes
456         (draw): use c++ cast
457
458         * insetcollapsable.C (draw): use c++ cast
459
460         * ExternalTemplate.h: inherit privaely from noncopyable
461         * insetcommand.h: ditto
462         * insetinclude.h: ditto
463
464 2001-04-16  Allan Rae  <rae@lyx.org>
465
466         * insettoc.C (Ascii): 
467         * insettext.C (draw): 
468         * insettabular.C (setPos): 
469         * insetminipage.C (Read): 
470         * insetfloat.C (placement): 
471         * insetcaption.C (Ascii, DocBook): 
472         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
473         an unrecognised preprocessor directive.  So ensure they're wrapped. 
474
475 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
476
477         * insetexternal.h:
478         * insetexternal.C: set view on Clone. Add _ to private members.
479
480 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
481
482         * insettext.C (InsetText): fix new
483         (InsetText): reindent some, simplify deletion of par list 
484         (clear): simplify deletion of par list, fix new
485         (SetParagraphData): simplify deletion of par list
486
487         * insettabular.[Ch] (getLabelList): implement new method
488
489 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
490
491         * lyxinset.h: do not include gettext.h...
492
493         * inset.C:
494         * insetcaption.C:
495         * insetexternal.C:
496         * insetgraphics.C:
497         * insetindex.C:
498         * insetlabel.C:
499         * insetlatexaccent.C:
500         * insetminipage.C:
501         * insetquotes.C:
502         * insettabular.C:
503         * inseturl.C: ... and do it here instead
504
505 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
506
507         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
508
509         * insettext.[Ch] (getLabelList): add std:: on vector<string> 
510
511         * insetcollapsable.[Ch] (getLabelList): implement
512
513         * insettext.[Ch] (getLabelList): implement
514
515         * insettext.h: reindent
516
517         * insettabular.h: make tabular a scoped_ptr
518
519         * insettext.C (init): adjust for cursor_visible
520         (ToggleInsetCursor): constify asc and desc, font, adjust for
521         cursor_visible
522         (ShowInsetCursor): constify asc and desc, font, adjust for
523         cursor_visible
524         (HideInsetCursor): adjust for cursor_visible
525
526         * insettabular.C: reindent some
527         (InsetTabular): adjust for scoped_ptr and cursor_visible
528         (InsetTabular): ditto
529         (~InsetTabular): delete delete
530         (Clone): adjust for scoped_ptr
531         (Read): constify old_format, adjust for scoped_ptr, move init of
532         token
533         (draw): constify tx, localize loop vars.
534         some other localization of variables, remove double initilizatons.
535         
536         * insetfoot.C: remove using std::ostream, add ostream where needed
537
538 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
539
540         * lyxinset.h: some reindentaion, use initializer list for
541         constructro.
542         UpdatableInset: make cursor_visible a private var add
543         public isCursorVisible(), add protected toggleCursorVisible() and
544         proctected setCursorVisible(bool), make scroll call the Inset::scroll
545
546         * insettoc.C: remvoe using decl
547         (getScreenLabel): make cmdname donst
548         (LyxCode): ditto
549         (Ascii): ditto
550         (Ascii): don't use endl
551
552         * insetfootlike.C: remove using decl at file scope and add std::
553         where needed
554         * insetmarginal.C: ditto
555
556         * insetfoot.C: some reformatting
557
558         * insetfloat.C (InsetButtonRelease): adjust the hit area
559
560         * insetert.C (SetFont): some reformatting
561
562         * insetcollapsable.C: some reformatting and constification
563         (Clone): comment out.
564         * insetcollapsable.h: some reformatting
565         (Clone): comment out.
566         
567         * inset.C: reindent
568         (scroll): simplify
569
570 2001-03-30  Juergen Vigna  <jug@sad.it>
571
572         * insetcollapsable.h: changen *inset to be a InsetText inset.
573         
574         * some files: changed to reflect the above change.
575
576 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
577
578         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
579         InsetExternal::Params.
580         Added operator==() and operator!=() for the Params struct.
581
582 2001-03-29  Juergen Vigna  <jug@sad.it>
583
584         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
585         BufferView *.
586
587         * insetminipage.C: removed widthp_ and all it's functions and changed
588         to use new %-lengths of LyXLength.
589
590 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
591
592         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
593
594 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
595
596         * insetgraphicsParams.C (operator!=): new function, needed by the
597         ControlGraphics class.
598
599 2001-03-28  Juergen Vigna  <jug@sad.it>
600
601         * insettext.C (InsetButtonPress): only enter !inset if button == 2
602         (checkAndActivateInset): don't use the values returned from
603         call to bv->checkInsetHit.
604
605         * insetminipage.C (Clone): set special minipage values.
606
607         * insetcollapsable.C (draw): changed to draw the button in the
608         upper left corner outside the textinset.
609         (ascent): changed because of different drawing 
610         (descent): ditto
611         (width): ditto
612         (Edit): ditto
613         (InsetButtonPress): ditto
614         (InsetButtonRelease): ditto
615         (InsetMotionNotify): ditto
616
617 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
618
619         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
620         contain a suffix.
621         (Clone): ditto
622
623 2001-03-26  Juergen Vigna  <jug@sad.it>
624
625         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
626
627         * insettext.C (ShowInsetDialog): implemented above function.
628
629         * insettabular.C (ShowInsetDialog): ditto
630
631         * insetminipage.C (ShowInsetDialog): ditto
632
633 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
634
635         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
636         InsetInclude::Params. Don't store a buffer * in Params. Store the
637         master file name instead.
638
639 2001-03-23  Juergen Vigna  <jug@sad.it>
640
641         * insetcollapsable.C (InsetMotionNotify):
642         (InsetButtonRelease): 
643         (InsetButtonPress): fixed y-offset (minipages).
644
645         * insettext.C (draw): force a FULL update if cleared == true.
646
647         * insetcollapsable.C (draw): Lars forgotten entry for changing this
648         routine to draw the minipages on its position-flag.
649         (InsetInInsetY): give back the right y position, because of minipage
650         position-flag.
651
652 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
653
654         * insetfloat.h
655         * insetfloat.C (DocBook): docbook export code.
656
657 2001-03-22  Juergen Vigna  <jug@sad.it>
658
659         * insetminipage.C (getMaxWidth): added function to set the drawing
660         width!
661         (Read): should work now!
662
663         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
664         if we create a new inset.
665
666 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
667
668         * figinset.C (fl_set_preemptive_callback): moved definition outside
669         of namespace anon.
670
671 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
672
673         * insetminipage.C (Read): prepare for reading of minipage arguments.
674
675 2001-03-18  Baruch Even  <baruch@lyx.org>
676
677         * insetgraphics.C: Minor cleanups of the comments and code.
678
679 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
680
681         * insetminipage.C (InsetMinipage): default to not collapsed
682
683 2001-03-16  Juergen Vigna  <jug@sad.it>
684
685         * insetminipage.C (width): modified with to be a string
686         (widthp): added widthp (for % width) support functions.
687         (InsetButtonRelease): added to open the options dialog on button==3.
688         (~InsetMinipage): added to hide the dialog.
689
690         * insetminipage.h: added hideDialog signal
691
692 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
693
694         * insetminipage.h: change the order or Position to match
695         LyXParagraph::MINIPAGE_ALIGNMENT
696
697         * several files: remvoe CXX_WORKING_NAMESPACES
698
699         * ExternalTemplate.h: noncopyable is in namespace boost
700         * insetinclude.h: ditto
701         * insetcommand.h: ditto
702
703 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
704
705         * insettext.C (Edit): #else# -> #else.
706         * insettoc.C: added using directive.
707
708 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
709
710         * insetminipage.h: add pos, inner_pos, width and height. + getters
711         and setters for all of them.
712
713 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
714
715         * insetinclude.C (Latex): Do not exit when the textclass of the
716         included file differ from the textclass of the parent file.
717
718 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
719
720         * ExternalTemplate.C (read): the reading of external insets now checks
721         for \end_inset and removes it form the input stream.
722
723 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
724
725         * ExternalTemplate.h:
726         * ExternalTemplate.C:
727         * insetexternal.h:
728         * insetexternal.C: move form to GUII
729
730 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
731
732         * insetinclude.h:
733         * insetinclude.C: add InsetIncludeParams, use
734         composition rather than derivation of InsetCommand
735
736 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
737
738         * insettoc.C (Ascii): use the Buffer typedefs
739
740 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
741
742         * insettoc.C (Ascii): implement for dynamic number of lists
743
744         * insetcaption.[Ch]: update from new_insets branch
745         * insetfloat.[Ch]: ditto
746         
747 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
748
749         * insetexternal.C:
750         * figinset.C: use new File Dialog
751
752 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
753
754         * insettext.C: changes becuase of ParagraphParameters.
755
756 2001-02-28  Baruch Even  <baruch@ev-en.org>
757
758         * insetgraphics.C (updateInset): Changed due to the change in
759         GraphicsCache.
760
761 2001-02-26  Juergen Vigna  <jug@sad.it>
762
763         * insettext.C (SetFont): Set Undo only if we have selection (as it is
764         handled in LyXText).
765
766 2001-02-23  Juergen Vigna  <jug@sad.it>
767
768         * insettext.C (draw): some small repainting fixes.
769         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
770
771         * inset.C (LocalDispatch): changed action to be a kb_action (as it
772         should be) and not an int.
773         
774         * insettabular.C (LocalDispatch): ditto
775
776         * insettext.C (LocalDispatch): ditto
777
778         * insetcollapsable.C (LocalDispatch): ditto
779
780 2001-02-22  Juergen Vigna  <jug@sad.it>
781
782         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
783         DISPATCH it and we don't have a locking_inset.
784
785 2001-02-21  Baruch Even  <baruch@ev-en.org>
786
787         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
788         instead of GraphicsCacheItem *.
789
790 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
791
792         * insetcollapsable.C (getLyXText): add const qualifier to second
793         parameter. 
794
795 2001-02-22  Juergen Vigna  <jug@sad.it>
796
797         * insettext.C (getLyXText): honor the recursive parameter.
798         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
799
800         * inset.C (getLyXText): added bool recursive parameter.
801
802         * insettext.C (SetUpdateStatus): or the update codes.
803         (draw): check need_update with &.
804         (InsetButtonPress): set no_selection to not put a selection when
805         entering an inset and it is redraws in another spot.
806
807         * insettext.h: made need_update an int.
808
809 2001-02-20  Baruch Even  <baruch@ev-en.org>
810
811         * insetgraphics.h:
812         * insetgraphisc.C: Changed to use better semantics when loading images
813         for inline view. Now it doesn't keep the pixmap itself but it's holder.
814
815 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
816
817         * insetcommand.h:
818         * inseterror.h:
819         * insetgraphics.C: change name of "hide" signal to "hideDialog",
820         consistent with InsetTabular.
821         
822 2001-02-19  Juergen Vigna  <jug@sad.it>
823
824         * insettabular.C (LocalDispatch): implement PAGE up/down.
825
826         * insettext.C (draw): clear all of it on need_update==INIT too!
827
828         * insettabular.C (InsetUnlock): always clear the selection.
829
830         * inset.C (scroll): normally we only want to scroll the inset until
831         it is fully visible so if top_x + offset > 20 then just set scx to 0.
832
833 2001-02-14  Juergen Vigna  <jug@sad.it>
834
835         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
836         (resetPos): fixed scroll behaviour.
837         (LocalDispatch): do an update if moving cursor inside a table cell
838         requests a scroll of the tabular.
839
840 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
841
842         * insettext.C (textWidth): constify local var
843
844         * insettabular.C: small cleanup.
845
846         * insetfoot.C (Latex): constify local var
847
848         * insetcollapsable.C: small cleanup.
849
850         * figinset.C (runqueue): use compare instead of strcmp
851
852 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
853
854         * insettext.C:
855         * insetinfo.C: remove cruft
856
857 2001-02-14  Juergen Vigna  <jug@sad.it>
858
859         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
860
861 2001-02-13  Juergen Vigna  <jug@sad.it>
862
863         * insettext.C (InsertInset): don't move left (is this right?)
864
865         * insettabular.C (LocalDispatch): use of the no_draw variable
866
867         * insettabular.h: new no_draw variable to stop redraw
868
869         * insettabular.C (TabularFeatures): fixed update for alignment change
870
871 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
872
873         * insetinclude.C:
874         * insetbib.h:
875         * insetbib.C: move dialogs to frontends/
876
877 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
878
879         * insettext.C (LocalDispatch): Restore the language if the inset
880         becomes empty.
881
882 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
883
884         * insettext.C (moveRightIntern): Update the selection cursor.
885         (moveLeftIntern): Ditto.
886
887 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
888
889         * Makefile.am: remove BoundingBox.h
890
891         * BoundingBox.h: removed
892
893 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
894         
895         * insettext.C (LocalDispatch): Update selection cursor when moving 
896         cursor to the right.
897         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
898         (moveLeftIntern): Ditto.
899
900 2001-02-05  Baruch Even  <baruch.even@writeme.com>
901
902         * insetgraphics.C: Updated automatic image conversion, it now goes into
903         temporary directory instead of with the image itself.
904
905 2001-01-21  Baruch Even  <baruch@ev-en.org>
906
907         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
908         to EPS or PNG when needed (support bitmap graphics).
909
910 2000-11-02  Baruch Even  <baruch@ev-en.org>
911
912         * insetgraphics.C:
913         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
914         and removal of commented out code.
915
916 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
917
918         * insetbib.C (callback): Update citations if the key has changed.
919
920 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
921
922         * insetbib.C (InsetBibKey): Better computation of default key.
923         (getScreenLabel) Show both the key and the label.
924         (getBibLabel): New method.
925         (callback): Force a redraw if the inset have been changed.
926
927 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
928
929         * insetref.C (getType, getName): Move methods from 
930         src/frontends/xforms/FormRef.C.
931
932 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
933
934         * insettabular.C: Various improvements (use only one dummy position).
935
936 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
937
938         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
939         par->bibkey->width. This fixes the crashes when running without
940         gui or when having included documents.
941
942 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
943
944         * insetcommand.C (getAsString, setFromString): Cleanup.
945
946 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
947
948         * insetref.C: Add the array InsetRef::types that contains
949         information about all supported reference types.
950
951 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
952
953         * lyxinset.h: remove trailing comma in enum.
954
955 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
956
957         * insettext.C: kill LyXBell.