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