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