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