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