]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
Overhaul the branches code.
[features.git] / src / insets / ChangeLog
1 2003-12-12  Angus Leeming  <leeming@lyx.org>
2
3         * insetbranch.C (c-tor): takes an InsetBranchParams arg rather than
4         a string.
5         (InsetBranchParams): remove the branchlist hack.
6         (isBranchSelected): new function, used to decide whether to
7         print each output format. Also used by InsetList.
8         (read, string2params): repair my own breakage ;-)
9         
10 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11
12         * insetminipage.[Ch]: remove from repository.
13         
14 2003-12-12  Michael Schmitt  <michael.schmitt@teststep.org>
15
16         * insetert.[Ch]:
17         * insetcollapsable.[Ch]: Move all CollapseStatus code from
18         insetert to insetcollapsable; introduce virtual function
19         setButtonLabel and invoke it from collapsable
20
21 2003-12-12  Angus Leeming  <leeming@lyx.org>
22
23         * insetinclude.C (draw): cache x,y and so enable the
24         dialog to be opened.
25
26 2003-12-12  Angus Leeming  <leeming@lyx.org>
27
28         * mailinset.C (print_mailer_error): tidy up the output.
29
30 2003-12-11  Angus Leeming  <leeming@lyx.org>
31
32         * mailinset.[Ch] (print_mailer_error): new helper function.
33
34         * insetcommand.[Ch]: add a mailer_name_ variable and use it when
35         calling InsetCommandMailer.
36         (InsetCommandMailer::string2params): pass the name of the dialog.
37
38         * insetbibitem.[Ch] (d-tor):
39         * insetbibtex.[Ch] (d-tor):
40         * insetcite.[Ch] (d-tor):
41         * insetfloatlist.[Ch] (d-tor):
42         * insetindex.[Ch] (d-tor):
43         * insetlabel.[Ch] (d-tor):
44         * insetref.[Ch] (d-tor):
45         * insettoc.[Ch] (d-tor):
46         * inseturl.[Ch] (d-tor): removed.
47         Hiding the dialog is handled by InsetCommand.
48         
49         * insetbibtex.[Ch] (draw, metrics):
50         * insetfloatlist.[Ch] (draw, metrics):
51         * insetindex.[Ch] (draw, metrics): removed.
52         Drawing is handled by InsetCommand.
53
54         * insetbibitem.[Ch] (priv_dispatch):
55         * insetbibtex.[Ch] (priv_dispatch):
56         * insetcite.[Ch] (priv_dispatch):
57         * insetfloatlist.[Ch] (priv_dispatch):
58         * insetindex.[Ch] (priv_dispatch):
59         * insetlabel.[Ch] (priv_dispatch):
60         * insettoc.[Ch] (priv_dispatch):
61         * inseturl.[Ch] (priv_dispatch): removed or simplified.
62         let InsetCommand handle LFUN_MOUSE_PRESS, LFUN_MOUSE_RELEASE,
63         LFUN_INSET_DIALOG_SHOW.
64
65         * insetbox.C (string2params):
66         * insetbranch.C (string2params):
67         * insetert.C (string2params):
68         * insetexternal.C (string2params):
69         * insetfloat.C (string2params):
70         * insetinclude.C (string2params):
71         * insetminipage.C (string2params):
72         * insetnote.C (string2params):
73         * insetvspace.C (string2params):
74         * insetwrap.C (string2params): over-hauled.
75         
76 2003-12-10  Angus Leeming  <leeming@lyx.org>
77
78         * insetexternal.[Ch]: add a draft option and respect it when
79         outputting LaTeX.
80
81 2003-12-10  Angus Leeming  <leeming@lyx.org>
82
83         * insetbox.C: (read, write): now prepend the inset contents with
84         'Box' to identify the inset as a box inset.
85
86         * insetbox.h: move the translators out of sight.
87
88 2003-12-10  Angus Leeming  <leeming@lyx.org>
89
90         * insetert.C (string2params): clean-up using the new lyxlex interface.
91
92         * insetexternal.C: ensure that InsetExternalParams has a default
93         template, 'RasterImage'.
94
95 2003-12-10  Angus Leeming  <leeming@lyx.org>
96
97         * insetnote.[Ch]: change the storage type of InsetNoteParams::type
98         to an enum. Ensuing clean-ups through out the class.
99         (read, write): now prepend the inset contents with 'Note' to identify
100         the inset as a note inset.
101
102 2003-12-10  Angus Leeming  <leeming@lyx.org>
103
104         * insetbranch.[Ch]: changes to the InsetBranchMailer interface.
105         * insetnote.[Ch]: changes to the InsetNoteMailer interface.
106
107 2003-12-10  André Pönitz  <poenitz@gmx.net>
108
109         * inset.h:
110         * insetert.[Ch]:
111         * insettabular.[Ch]:
112         * insettext.[Ch]: remove unused insetInset()
113
114         * insetert.C: disable some  LFUNs
115
116         * insettoc.[Ch]: metrics() and draw() of InsetButton is enough.
117
118 2003-12-04  Martin Vermeer  <martin.vermee@hut.fi>
119
120         * insetcharstyle.[Ch]: Conglomerate-style CharStyles
121
122 2003-12-04  Angus Leeming  <leeming@lyx.org>
123
124         * insetexternal.C (draw): update the xo_, yo_ cache.
125
126         * ExternalTransforms.[Ch] (ResizeData): add a usingScale member
127         function.
128         (RotationDataType): new helper struct wrapping the
129         RotationData::OriginType enum.
130
131 2003-12-03  André Pönitz  <poenitz@gmx.net>
132
133         * inset.h: remove getParagraphs()
134
135         * insetcollapsable.[Ch]:
136         * insetert.[Ch]:
137         * insetnote.[Ch]:
138         * insettabular.[Ch]:
139         * insettext.C: use getText()  instead of getParagraphs()
140
141 2003-12-03  Martin Vermeer  <martin.vermeer@hut.fi>
142
143         * insetert.C: fix label text updating bug
144
145 2003-12-02  Angus Leeming  <leeming@lyx.org>
146
147         * insetvspace.[Ch] (space): new member function. Make space_ private.
148         (read): use the new, simpler lyxlex syntax.
149
150 2003-12-01  André Pönitz  <poenitz@gmx.net>
151
152         * insetcollapsable.[Ch]:
153         * insetert.[Ch]: move 'inline' state to InsetCollapsable
154
155 2003-12-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
156
157         * insetvspace.C (read): handle 'end_inset' token.
158
159 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
160
161         * insetcharstyle.[Ch]: add latexparam to CharStyle inset
162
163 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
164
165         * insetcollapsable.[Ch]:
166         * insetert.[Ch]:
167         * insetcharstyle.C: place inset content on the button when 
168         collapsed.
169
170 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
171
172         * insetvspace.C: remove VSpace::NONE; increase inset width
173
174 2003-12-01  André Pönitz  <poenitz@gmx.net>
175
176         * insetbase.h: whitespace
177
178         * inset.[Ch]: remove latexTextWidth
179         make setBackgroundColor virtual
180
181         * insettext.[Ch]:  move ParagraphList member to LyXText
182
183         * insetcollapsable.[Ch]: handle LFUN_INSET_TOGGLE
184
185         * insetcharstyle.C:
186         * insetenv.C:
187         * insetert.[Ch]:
188         * insetfloat.[Ch]:
189         * insetminipage.[Ch]:
190         * insettabular.C:
191         * insetwrap.[Ch]: adjust paragraphs and background color handling,
192
193 2003-11-28  Angus Leeming  <leeming@lyx.org>
194
195         * insetvspace.[Ch] (d-tor, priv_dispatch): new member functions,
196         hiding and showing the dialog respectively.
197         (priv_dispatch): also actually update the inset contents.
198
199 2003-11-28  Angus Leeming  <leeming@lyx.org>
200
201         * insetbox.C (d-tor):
202         * insetbranch.C (d-tor):
203         * insetcite.C (d-tor):
204         * insetfloat.C (d-tor):
205         * insetfloatlist.C (d-tor):
206         * insetinclude.C (d-tor):
207         * insetindex.C (d-tor):
208         simplify the invocation of the Mailer::hideDialog() function.
209
210         * insetminipage.C (showInsetDialog):
211         simplify the invocation of the Mailer::showialog() function.
212
213 2003-11-28  André Pönitz  <poenitz@gmx.net>
214
215         * Makefile.am:
216         * insetvspace.[Ch]: new insets
217
218 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
219
220         * insetcharstyle.C: Syntax change for CharStyles
221
222 2003-11-28  André Pönitz  <poenitz@gmx.net>
223
224         * updatableinset.h: remove insetInInsetY
225
226         * insetcollapsable.[Ch]:
227         * insetnewline.C:
228         * insettabular.[Ch]:
229         * insettext.[Ch]: adjust
230
231 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
232
233         * insettext.[Ch]: 
234         * inset.[Ch]:
235         * insetcollapsable.[Ch]:
236         * insetert.[Ch]:
237         * insettabular.[Ch]: remove setFont
238
239 2003-11-25  Alfredo Braunstein  <abraunst@lyx.org>
240
241         * render_graphic.[Ch]: adjust comments
242
243 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
244
245         * insetgraphics.C (draw): cache xo_ & yo_
246
247 2003-11-24  André Pönitz  <poenitz@gmx.net>
248
249         * insettext.C (setViewCache): don't call LyXText::init() anymore
250
251 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
252
253         * inset.h:
254         * insetcollapsable.[Ch]:
255         * insetert.[Ch]: remove bufferview parameter in methods 
256         open, close, status, and updateStatus.
257
258 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
259
260         * insetcollapsable.[Ch]:
261         * insettabular.[Ch]:
262         * insettext.[Ch] (getCursorDim): squash unused variable
263
264 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
265
266         * insettext.C (edit): x0_,y0_ -> xo_,yo_
267
268 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
269
270         * insettext.C (draw): sets LyXText absolute coordinates
271
272 2003-11-20  Angus Leeming  <leeming@lyx.org>
273
274         * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): squash warnings
275         about unused parameters.
276
277         * insetcollapsable.C (open):
278         * insettabular.C (pasteSelection):
279         * insettoc.C (draw): ditto.
280
281 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
282
283         * insetcollapsable.C: 
284         * insettext.C:
285         * insettext.h: hand on MOUSE_* events to the LyXText when appropriate
286         remove mouse_x mouse_y etc.
287
288 2003-11-17  André Pönitz  <poenitz@gmx.net>
289
290         * insettext.[Ch] (cx, cy): remove
291
292         * insettext.[Ch] (dispatch): move most of it to LyXText::dispatch
293
294 2003-11-13  André Pönitz  <poenitz@gmx.net>
295
296         * inset.h: 
297         * insetcollapsable.[Ch]:
298         * insettabular.[Ch]:
299         * insettext.[Ch] (deleteLyXText): remove
300
301 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
302
303         * insetcollapsable.[Ch] (fitInsetCursor): remove
304         * insettabular.[Ch] (fitInsetCursor): remove
305         * insettext.[Ch] (fitInsetCursor): remove
306         * updatableinset.[Ch] (fitInsetCursor): remove
307         (getCursorDIm): add virtual
308
309 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
310
311         * src/insets/Makefile.am:
312         * src/insets/inset.h:
313         * src/insets/insetcharstyle.C:
314         * src/insets/insetcharstyle.h: The Character Style /XML short
315         element patch.
316
317 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
318
319         * insettext.C: remove all update calls
320         * insetcollapsable.C: remove all update calls
321
322 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
323
324         * insettext.C (updateLocal, insertInset, setFont): remove 
325         fitCursor calls
326
327 2003-11-10  André Pönitz  <poenitz@gmx.net>
328
329         * inset.h: remove Inset::id_
330
331         * inset.h: top_x -> xo_, top_baseline -> yo_ to unify with mathed/*.[Ch]
332         * *.[Ch]: adjust
333
334 2003-11-10  André Pönitz  <poenitz@gmx.net>
335
336         * inset.[Ch]:
337         * insetbox.[Ch]:
338         * insetcollapsable.[Ch]:
339         * insetert.C:
340         * insetfloat.C:
341         * insetminipage.C:
342         * insettabular.[Ch]:
343         * insettext.[Ch]:
344         * insetwrap.C:
345         * updatableinset.[Ch]: remove inset locking & adjust
346
347 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
348
349         * inset.h (allowSpellCheck): add (return true)
350         * insetert.h (allowSpellCheck): add (return false)
351         
352 2003-11-05  José Matos  <jamatos@lyx.org>
353
354         * inset.h:
355         * insetbibtex.[Ch]:
356         * insetbox.[Ch]:
357         * insetbranch.[Ch]:
358         * insetcaption.[Ch]:
359         * insetcite.[Ch]:
360         * insetcollapsable.[Ch]:
361         * insetcommand.[Ch]:
362         * insetenv.[Ch]:
363         * insetert.[Ch]:
364         * insetexternal.[Ch]:
365         * insetfloat.[Ch]:
366         * insetfloatlist.[Ch]:
367         * insetfoot.[Ch]:
368         * insetgraphics.[Ch]:
369         * insethfill.[Ch]:
370         * insetinclude.[Ch]:
371         * insetindex.[Ch]:
372         * insetlabel.[Ch]:
373         * insetlatexaccent.[Ch]:
374         * insetline.[Ch]:
375         * insetlist.[Ch]:
376         * insetmarginal.[Ch]:
377         * insetminipage.[Ch]:
378         * insetnewline.[Ch]:
379         * insetnote.[Ch]:
380         * insetoptarg.[Ch]:
381         * insetpagebreak.[Ch]:
382         * insetquotes.[Ch]:
383         * insetref.[Ch]:
384         * insetspace.[Ch]:
385         * insetspecialchar.[Ch]:
386         * insettabular.[Ch]:
387         * insettext.[Ch]:
388         * insettheorem.[Ch]:
389         * insettoc.[Ch]:
390         * inseturl.[Ch]:
391         * insetwrap.[Ch]: rename ascii to plaintext
392         and LatexRunParams to OutputParams.
393
394 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
395
396         * insetcollapsable.C (edit): add open() all
397         * insettext.C (edit): add setViewCache call
398
399 2003-11-04  André Pönitz  <poenitz@gmx.net>
400
401         * inset.h (edit): move locking code from dispatch() to edit()
402
403         * insetbase.[Ch]:
404         * insetbibitem.C:
405         * insetbranch.[Ch]:
406         * insetcite.[Ch]:
407         * insetcollapsable.[Ch]:
408         * insetcommand.C:
409         * insetert.[Ch]:
410         * insetexternal.[Ch]:
411         * insetgraphics.[Ch]:
412         * insetindex.[Ch]:
413         * insetlabel.C:
414         * insetnote.[Ch]:
415         * insetref.C:
416         * insettabular.[Ch]:
417         * insettext.[Ch]: adjust
418
419 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
420
421         * inset.h:
422         * insetcollapsable.[Ch]:
423         * insetert.[Ch]:
424         * insettabular.[Ch]:
425         * insettext.[Ch]:
426         * updatableinset.[Ch]: remove dead search code
427
428 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
429
430         * inset.h:
431         * insetcollapsable.[Ch]:
432         * insetert.[Ch]:
433         * insettabular.[Ch]:
434         * insettext.[Ch]:
435         * updatableinset.[Ch]: remove dead spellcheck code
436
437 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
438
439         * insettabular.C (lockInsetInInset): small fix
440
441 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
442
443         * insettext.C (priv_dispatch): some DispatchResult type cleanup,
444         don't handle LFUN_UNKNOWN_ACTION, don't call BufferView::dispatch
445         from here. Be stricter on DispatchResult returned.
446
447 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
448
449         * Inset::dispatch's: adjust for new DispatchResult semantics.
450
451 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
452
453         * render_base.h: make clone return an auto_ptr
454         * render_button.C (clone): adjust
455         * render_graphic.C (clone): adjust
456         * render_preview.C (clone): adjust
457
458         * insettheorem.C (clone): return an auto_ptr
459
460         * insettext.C (priv_dispatch): exception safety
461
462         * insettabular.C: store the file scope variable paste_tabular in a
463         scoped_ptr, adjust usage.
464
465         * insetexternal.C (setParams): exception safety
466
467         * insetbibitem.C (clone): exception safety
468
469 2003-11-03  André Pönitz  <poenitz@gmx.net>
470
471         * inset.[Ch]:
472         * insetcollapsable.[Ch]:
473         * insettabular.[Ch]:
474         * insettext.[Ch]: remove Inset::id and related functions
475
476 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
477
478         * insets: adjust for DispatchResult changes.
479
480 2003-11-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
481
482         * insetpagebreak.C: fix screen representation & ascii output.
483
484 2003-11-01  Alfredo Braunstein  <abraunst@libero.it>
485
486         * inset.[Ch]:
487         * insettext.[Ch]:
488         * insettabular.[Ch]:
489         * insetcollapsable.[Ch]: bool haveParagraphs() -> int numParagraphs()
490
491 2003-10-31  José Matos  <jamatos@lyx.org>
492
493         * inset.h (ascii, linuxdoc, docbook):
494         * insetbox.[Ch] (ascii, linuxdoc, docbook):
495         * insetbranch.[Ch] (ascii, linuxdoc, docbook):
496         * insetcaption.[Ch] (ascii, docbook):
497         * insetcollapsable.[Ch] (ascii, linuxdoc, docbook):
498         * insetcommand.[Ch] (ascii, linuxdoc, docbook):
499         * insetert.[Ch] (ascii, linuxdoc, docbook):
500         * insetexternal.[Ch] (ascii, linuxdoc, docbook):
501         * insetfloat.[Ch] (linuxdoc, docbook):
502         * insetfloatlist.[Ch] (ascii):
503         * insetfoot.[Ch] (docbook):
504         * insetgraphics.[Ch] (ascii, linuxdoc, docbook):
505         * insethfill.[Ch] (ascii, linuxdoc, docbook):
506         * insetinclude.[Ch] (ascii, linuxdoc, docbook):
507         * insetindex.[Ch] (docbook):
508         * insetlabel.[Ch] (ascii, linuxdoc, docbook):
509         * insetlatexaccent.[Ch] (ascii, linuxdoc, docbook):
510         * insetline.[Ch] (ascii, linuxdoc, docbook):
511         * insetnewline.[Ch] (ascii, linuxdoc, docbook):
512         * insetnote.[Ch] (ascii, linuxdoc, docbook):
513         * insetpagebreak.[Ch] (ascii, linuxdoc, docbook):
514         * insetquotes.[Ch] (ascii, linuxdoc, docbook):
515         * insetref.[Ch] (ascii, linuxdoc, docbook):
516         * insetspace.[Ch] (ascii, linuxdoc, docbook):
517         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
518         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
519         * insettext.[Ch] (ascii, linuxdoc, docbook):
520         * insettoc.[Ch] (ascii, linuxdoc, docbook):
521         * inseturl.[Ch] (ascii, linuxdoc, docbook):
522         * insetwrap.[Ch] (docbook):
523         add LatexRunParams argument.
524
525 2003-10-30  José Matos  <jamatos@lyx.org>
526
527         * insettext.C (linuxdoc, docbook): use new pagraph generation code.
528
529 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
530
531         * updatableinset.C (priv_dispatch):
532         * insetwrap.C (priv_dispatch):
533         * inseturl.C (priv_dispatch):
534         * insettoc.C (priv_dispatch):
535         * insettext.C (lfunMouseRelease, priv_dispatch, moveRightIntern)
536         (moveLeftIntern, moveUp, moveDown):
537         * insettabular.C (lfunMouseRelease, priv_dispatch, moveRight)
538         (moveLeft, moveUp, moveDown):
539         * insetref.C (priv_dispatch):
540         * insetnote.C (priv_dispatch):
541         * insetminipage.C (priv_dispatch):
542         * insetlabel.C (priv_dispatch):
543         * insetindex.C (priv_dispatch):
544         * insetinclude.C (priv_dispatch):
545         * insetgraphics.C (priv_dispatch):
546         * insetfloatlist.C (priv_dispatch):
547         * insetfloat.C (priv_dispatch):
548         * insetexternal.C (priv_dispatch):
549         * insetert.C (priv_dispatch):
550         * insetcommand.C (priv_dispatch):
551         * insetcollapsable.C (lfunMouseRelease, priv_dispatch):
552         * insetcite.C (priv_dispatch):
553         * insetbranch.C (priv_dispatch):
554         * insetbox.C (priv_dispatch):
555         * insetbibtex.C (priv_dispatch):
556         * insetbibitem.C (priv_dispatch):
557         * insetbase.C (priv_dispatch): explict DispatchResult ctor fallout.
558
559 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
560
561     * insettext.C: small refactoring of docbook stuff
562
563 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
564
565         * insettext.C (lfunMouseRelease): dont use implicit conversion to bool
566         (priv_dispatch): adjust for operator dispatch_result_t removal
567
568         * insettabular.C (lfunMouseRelease): put the result of a dispatch
569         in a DispatchResult, adjust accordingly.
570         (priv_dispatch): use strange >= construct... (will be removed later)
571
572         * most insets: dispatch_result -> DispatchResult
573
574         * insetbase.h: move DispatchResult out to dispatchresult.h
575
576 2003-10-27  André Pönitz  <poenitz@gmx.net>
577
578         * insetpagebreak.[Ch]: new inset for page breaks
579
580         * insetline.[Ch]: new inset for vertical lines
581
582         * Makefile.am:
583         * inset.h: adjust
584
585 2003-10-25  Angus Leeming  <leeming@lyx.org>
586
587         * render_base.h (asButton, asGraphic, asPreview, asMonitoredPreview):
588         new virtual member functions, specialised...
589         * render_button.h (asButton):
590         * render_graphic.h (asGraphic):
591         * render_preview.h (asPreview, asMonitoredPreview): ... here.
592
593         * insetexternal.C: use these new functions rather than dynamic_cast.
594         Various other small simplifications.
595
596 2003-10-22  Angus Leeming  <leeming@lyx.org>
597
598         * insetexternal.[Ch]: add the ability to 'preview' the external file
599         if so desired.
600
601         * insetinclude.C: changes due to the changes in the RenderPreview
602         interface.
603
604         * render_preview.[Ch]: Lots of small changes. Display a diagnostic
605         message if the preview image is not available. Only initiate the
606         loading of the preview from draw(). Ditto, start the monitoring
607         of an external file from RenderMonitoredPreview::draw.
608
609 2003-10-22  Angus Leeming  <leeming@lyx.org>
610
611         * insetcite.[Ch] (setLoadingBuffer): removed.
612         (getNatbibLabel): use the new Buffer::fully_loaded member function to
613         ascertain whether to proceed with the (expensive) task of computing
614         the natbib-style label. Remove the home-grown hack providing
615         similar functionality.
616
617 2003-10-22  Angus Leeming  <leeming@lyx.org>
618
619         * render_graphic.[Ch] (statusMessage, readyToDisplay): move out of the
620         class and into an anonymous namespace.
621
622 2003-10-22  Angus Leeming  <leeming@lyx.org>
623
624         * insetcommand.h: remove the display method.
625
626         * insetbibtex.h:
627         * insetfloatlist.h:
628         * insetindex.h (InsetPrintIndex):
629         * insettoc.h: add a display method, returning true.
630
631 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
632
633         * insetcollapsable.h:
634         * insetcommand.h:
635         * insetfloat.h:
636         * insetfootlike.h:
637         * insetinclude.h: (1) finish off the inset display() work;
638         (2) fix the "is a bit silly" bug (accessing char
639         past end of par).
640
641 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
642
643         * inset.h:
644         * insetfloat.h:
645         * insetfootlike.h: re-introduce display() for insets,
646         fixing the various bugs (stretch of line above, math inset
647         positioning, ...)
648
649 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
650
651         * insetbase.C (dispatch): new func
652         (priv_dispatch): new func replaces...
653         (localDispatch): this, deleted.
654
655         * all insets with dispatch modified for new code.
656
657 2003-10-15  André Pönitz  <poenitz@gmx.net>
658
659         * insetcollapsable.[Ch]
660         * insettabular.[Ch]
661         * inset.h: re-add some edit(bv, index) method called by undo
662
663 2003-10-14  Angus Leeming  <leeming@lyx.org>
664
665         * insetexternal.[Ch] (view, cache, view_):
666         * insetgraphics.[Ch] (view, cache, view_):
667         * insetinclude.[Ch] (view, cache, view_): remove the BufferView cache.
668         (statusChanged): call LyX::cref().updateInset.
669
670         * insetinclude.C (fileChanged): use LyX::cref().updateInset rather than
671         the BufferView cache.
672
673         * insetlabel.h: remove #include <boost/weak_ptr.hpp>. Cruft from an
674         earlier clean-up.
675
676 2003-10-14  Angus Leeming  <leeming@lyx.org>
677
678         * insetinclude.C (metrics, draw): only draw the preview when previews
679         are activated.
680
681 2003-10-14  André Pönitz  <poenitz@gmx.net>
682
683         * insetcollapsable.[Ch]:
684         * insettabular.[Ch]:
685         * insettext.[Ch]:
686         * inset.h: getText() as alternative to getParagraphs()
687
688 2003-10-13  Angus Leeming  <leeming@lyx.org>
689
690         * insetexternal.C:
691         * insetgraphicsParams.C: displayTranslator is now a function.
692
693 2003-10-13  Angus Leeming  <leeming@lyx.org>
694
695         * insetinclude.C: remove #include "PreviewImage.h".
696
697 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
698
699         * ExternalSupport.C:
700         * ExternalTransforms.C:
701         * insetbox.C:
702         * insetbox.h: ws changes only
703
704 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
705
706         * insetinclude.C (localDispatch): do not call
707         InsetOld::localDispatch, just return UNDISPATCHED
708         * insetgraphics.C (localDispatch): ditto
709         * insetcommand.C (localDispatch): ditto
710
711 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
712
713         * inset.h: get rid of RESULT typedef for dispatch_result
714
715         * insetcollapsable.[Ch] (localDispatch): RESULT -> dispatch_result
716         * insetert.[Ch] (localDispatch): ditto
717         * insettabular.[Ch] (localDispatch): ditto
718         (moveRight): ditto
719         (moveLeft): ditto
720         (moveUp): ditto
721         (moveDown): ditto
722         * insettext.[Ch] (localDispatch): ditto
723         (moveRight): ditto
724         (moveLeft): ditto
725         (moveRightIntern): ditto
726         (moveLeftIntern): ditto
727         (moveUp): ditto
728         (moveDown): ditto
729         * updatableinset.[Ch] (localDispatch): ditto
730
731 2003-10-12  Angus Leeming  <leeming@lyx.org>
732
733         * renderbase.h (view, view_): removed.
734         * renderbase.C: removed.
735         * Makefile.am: remove render_base.C. The shortest lived file in
736         history?
737
738         * renderbutton.C (draw):
739         * render_graphic.C (draw): don't cache the BufferView.
740
741         * insetabase.h (cache, view): removed.
742
743         * inset.h (generatePreview) removed.
744
745         * insetcallapsable.[Ch] (cache, view, view_): removed.
746
747         * insetcollapsable.C (draw): don't cache the BufferView.
748
749         * insetcommand.[Ch] (view): removed.
750
751         * insetexternal.[Ch] (cache, view, view_):
752         * insetgraphics.[Ch] (cache, view, view_):
753         * insetinclude.[Ch] (cache, view, view_): added. Cache the BufferView.
754
755         * insetlabel.C: small clean-up. Don't use the BufferView cache, view(),
756         when you have direct access to it. In fact, don't use the cache at all.
757
758 2003-10-10  Angus Leeming  <leeming@lyx.org>
759
760         * insetinclude.C (metrics): use preview_->metrics.
761         (draw): use preview_->draw.
762
763         * render_preview.[Ch] (pimage): removed.
764
765 2003-10-10  Angus Leeming  <leeming@lyx.org>
766
767         * renderers.[Ch]: removed.
768
769         * render_base.[Ch]:
770         * render_button.[Ch]:
771         * render_graphic.[Ch]:
772         * render_preview.[Ch]: new files. The first three are split out of
773         renderers.[Ch]. The last one is a renamed PreviewedInset.[Ch]. which
774         contains a re-worked InsetInclude::PreviewImpl also.
775
776         * Makefile.am: reflect the changed files.
777
778         * insetcommand.h:
779         * insetexternal.[Ch]:
780         * insetgraphics.[Ch]: trivial changes ButtonRenderer -> RenderButton, etc.
781
782         * insetinclude.[Ch]: changes reflecting the change from
783         InsetInclude::PreviewImpl to RenderMonitoredPreview.
784
785         * insethfill.C:
786         * insetindex.C:
787         * insetlabel.C:
788         * insettoc.C:
789         * inseturl.C: add #include "support/std_ostream.h"
790
791 2003-10-09  Angus Leeming  <leeming@lyx.org>
792
793         * insetinclude.C (metrics, draw): no longer need to pass a Buffer arg
794         to PreviewedInset::previewReady.
795
796 2003-10-09  Angus Leeming  <leeming@lyx.org>
797
798         * insetexternal.[Ch] (statusChanged):
799         * insetgraphics.[Ch] (statusChanged): make a const member function.
800
801         * insetinclude.[Ch]: mods to PreviewImpl due to the changes to
802         PreviewedInset.
803
804 2003-10-09  Angus Leeming  <leeming@lyx.org>
805
806         * insetinclude.C (metrics, draw, restartLoading): pass a buffer arg
807         to PreviewedInset's previewReady and removePreview member functions.
808
809 2003-10-08  André Pönitz  <poenitz@gmx.net>
810
811         * insetcollapsable.C:
812         * insettext.[Ch]: saner 'init' structure
813
814         * updatableinset.[Ch]: remove unneeded code
815
816 2003-10-08  Angus Leeming  <leeming@lyx.org>
817
818         Fix doxygen warnings.
819
820         * insetbox.h (localDispatch): remove prefix InsetBox:: from declaration.
821         * insetnote.h (localDispatch): remove prefix InsetNote:: from declaration.
822
823 2003-10-07  Angus Leeming  <leeming@lyx.org>
824
825         * ExternalTransforms.[Ch]: new files, detailing transforms that can
826         be applied to InsetExternal.
827
828         * Makefile.am: add these new files.
829
830         * ExternalTemplate.[Ch]: add a list of available transforms to
831         class Template and a list of factory functions for transformer classes
832         that can act on this data to class Format.
833
834         * insetexternal.[Ch]: add transform data to InsetExternal::Params.
835
836         * ExternalSupport.C: Add code to replace transform placeholders
837         with appropriate output.
838
839 2003-10-07  Angus Leeming  <leeming@lyx.org>
840
841         * ExternalSupport.[Ch]: new files, moving the private member functions
842         and namespace anon functions out of insetexternal.C to here, so making
843         it easier to understand what is going on in insetexternal itself.
844
845         * Makefile.am: add new files.
846
847         * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams,
848         allowing the class to be forward declared. (Also consistent with
849         all other Params classes.)
850         (write): moved out of the class. Move this function and those in
851         namespace anon to ExternalSupport.[Ch].
852
853 2003-10-07  Angus Leeming  <leeming@lyx.org>
854
855         * ExternalTemplate.[Ch] (TemplateManager::getTemplates): remove
856         non-const member function.
857
858 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
859
860         * Makefile.am:
861         * inset.h:
862         * insetbox.C:
863         * insetbox.h: The Box patch. Fancybox support, minipage, parbox
864
865 2003-10-02  André Pönitz  <poenitz@gmx.net>
866
867         * insettext.C (read): make sure there is at least one par
868           in the text after reading.
869
870 2003-10-01  José Matos  <jamatos@lyx.org>
871
872         * insetbranch.C (linuxdoc, docbook): minor fix.
873
874 2003-10-01  Angus Leeming  <leeming@lyx.org>
875
876         * ExternalTemplace.[Ch]: introduce namespace lyx::external.
877
878         * insetexternal.[Ch]: changes due to the introduction of
879         namespace lyx::external.
880
881 2003-09-30  Angus Leeming  <leeming@lyx.org>
882
883         * insetexternal.[Ch] (Params::read, write): new member functions.
884
885 2003-09-25  Angus Leeming  <leeming@lyx.org>
886
887         * insetexternal.[Ch] (TempName): new (private) nested struct with
888         fake copy semantics. Enables us to use the generated copy c-tor
889         in the Params struct.
890         (Params::templatename, Params::tempname): use accessor functions.
891
892 2003-09-25  Angus Leeming  <leeming@lyx.org>
893
894         * ExternalTemplate.[Ch] (getTemplateByName): now it's a const member
895         function, returning a const pointer.
896
897 2003-09-23  Angus Leeming  <leeming@lyx.org>
898
899         * ExternalTemplate.[Ch]: can have multiple preamble snippets if we
900         store them in a vector, preambleNames.
901
902         * insetexternal.C (validate): loop over all preambleNames and call
903         LaTeXFeatures::addExternalPreamble with each.
904
905 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
906
907         * insetbranch.C: bug fix in branches
908
909 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
910
911         * insetnote.C: small clean-up.
912
913 2003-09-19  Angus Leeming  <leeming@lyx.org>
914
915         * inset.h (generatePreview): passed a 'Buffer const &' arg.
916
917         * insetcommand.C (string2params): clear params using the default c-tor.
918
919         * insetinclude[Ch]: get rid of the masterFilename_ parameter in
920         InsetInclude::Params. No more data in this struct than in
921         InsetCommandParams, so get rid of it and use InsetCommandParams instead.
922         (c-tor): no need to pass a 'Buffer const &' arg anymore.
923         (clone): remove #warning as it's now redundant.
924         (set): add a 'Buffer const &' arg. Make private.
925         (loadIfNeeded) move out of the class definition and into namespace anon.
926         (getMasterFilename, getFileName): ditto.
927
928 2003-09-18  Angus Leeming  <leeming@lyx.org>
929
930         * insetcommand.C (setParams): use the params' copy constructor.
931
932 2003-09-18  Angus Leeming  <leeming@lyx.org>
933
934         * insetinsetbase.h (getLabelList):
935         * insetinsetcollapsable.[Ch] (getLabelList):
936         * insetinsetinclude.[Ch] (getLabelList):
937         * insetinsetlabel.[Ch] (getLabelList):
938         * insetinsettabular.[Ch] (getLabelList):
939         * insetinsettext.[Ch] (getLabelList): receive a Buffer const & arg.
940         * insetinsetinclude.[Ch] (fillWithBibKeys): ditto.
941
942 2003-09-18  Angus Leeming  <leeming@lyx.org>
943
944         * insetinclude.[Ch]: remove Params::operator==, operator!= as they're
945         redundant baggage from yesteryear.
946         Remove Params::flag as it is redundant; the info is present in
947         getCmdName.
948
949 2003-09-18  Angus Leeming  <leeming@lyx.org>
950
951         * insetinclude.C (latexString): add a Buffer const & arg.
952
953 2003-09-18  Angus Leeming  <leeming@lyx.org>
954
955         * inset.C:
956         * inset.h:
957         * insettext.C:
958         * insettext.h: rename EnumLColor as LColor_color.
959
960 2003-09-18  Angus Leeming  <leeming@lyx.org>
961
962         * inset.h: add the InsetOld::Code wrapper class InsetOld_code.
963         * insetbase.h: add the dispatch_result wrapper class DispatchResult.
964
965 2003-09-16  Angus Leeming  <leeming@lyx.org>
966
967         * insetinclude.C (localDispatch): ensure that params_.masterFilename_ is
968         set before trying to generate a preview, else we trigger an assert.
969
970 2003-09-16  Angus Leeming  <leeming@lyx.org>
971
972         * insetinclude.C (PreviewImpl::parent): return a const reference.
973
974 2003-09-16  Angus Leeming  <leeming@lyx.org>
975
976         * insetcollapsable.[Ch]: make all member variables, except for 'inset', private.
977
978         * insetert.C (init): use InsetCollapsable::setLabelFont rather than access
979         labelfont directly.
980         (read, updateStatus, lfunMouseRelease, status, showInsetDialog): use
981         InsetCollapsable::setCollapsed, isOpen rather than access collapsed_ directly.
982
983         * insetminipage.C (metrics):
984         * insetnote.C (metrics):
985         * insettheorem.C (clone): use InsetCollapsable::isOpen rather than
986         access collapsed_ directly.
987
988 2003-09-16  Angus Leeming  <leeming@lyx.org>
989
990         * insetbibitem.C: add #include "lyxfont.h".
991
992 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
993
994         * insetgraphics.C:
995         * insetbibtex.C: use namespace alias for lyx::support::os
996
997 2003-09-16  Angus Leeming  <leeming@lyx.org>
998
999         * insetcollapsable.h: remove unused framecolor variable.
1000         Remove #include "LColor.h".
1001
1002         * insetcollapsable.C: remove unused framecolor variable.
1003
1004         * insetcaption.C:
1005         * insetcollapsable.C:
1006         * insetert.C:
1007         * insetfloat.C:
1008         * insetfootlike.C:
1009         * insetminipage.C:
1010         * insetnote.C:
1011         * insetoptarg.C:
1012         * insetwrap.C:
1013         Add #include "LColor.h".
1014
1015 2003-09-16  Angus Leeming  <leeming@lyx.org>
1016
1017         * insettext.[Ch] (frameColor): new accessor function.
1018         (frame_color_): stored as an int, allows us to remove #include "LColor.h" from
1019         insettext.h
1020
1021         * insetbranch.C:
1022         * insettabular.C:
1023         * insettext.C:
1024         add #include "LColor.h".
1025
1026         * insetcollapsable.h: add #include "LColor.h"
1027         (for its framecolor member variable).
1028
1029 2003-09-16  Angus Leeming  <leeming@lyx.org>
1030
1031         * insetenv.C (constructor): use accessor functions to access InsetText variables.
1032
1033         * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
1034         rename frame_color as frame_color_. Make private.
1035
1036         * insettext.C: associated changes.
1037
1038 2003-09-16  Angus Leeming  <leeming@lyx.org>
1039
1040         * inset.h: store background_color_ as an int, not as an LColor::color to
1041         get LColor.h out of the header file.
1042
1043         * inset.C:
1044         * insetlatexaccent.C:
1045         * insetnewline.C:
1046         * insetspace.C:
1047         * insetspecialchar.C:
1048         * renderers.C:
1049         add #include "LColor.h".
1050
1051 2003-09-16  Angus Leeming  <leeming@lyx.org>
1052
1053         * renderers.C:  LyXFont::setColor no longer return a LyXFont &, so cannot string
1054         calls together.
1055
1056 2003-09-15  Angus Leeming  <leeming@lyx.org>
1057
1058         * inset.[Ch] (setBackgroundColor, backgroundColor):
1059         * insettext.[Ch] (setFrameColor):
1060         pass EnumLColor args, rather than LColor::color ones.
1061
1062 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1063
1064         * insetcommand.C
1065         * insetexternal.C
1066         * insetfloat.C
1067         * insetgraphics.C
1068         * insetinclude.C
1069         * insetminipage.C
1070         * insetnote.C
1071         * insettabular.C
1072         * insetwrap.C: remove usage of STRCONV
1073
1074 2003-09-15  Angus Leeming  <leeming@lyx.org>
1075
1076         * renderers.C (draw):
1077         * insetlatexaccent.C (draw): explicitly define the color passed to
1078         the painter.
1079
1080 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
1081
1082         * insettext.C: remove block causing problems in lockInsetInInset
1083         (mentioned erroneously under Bug #1366)
1084
1085 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
1086
1087         * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
1088         in the process
1089
1090 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1091
1092         * several files: change Assert to BOOST_ASSERT
1093
1094 2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
1095
1096         * insettext.[Ch]: remove drawText[XY]Offset
1097
1098 2003-09-08  Angus Leeming  <leeming@lyx.org>
1099
1100         * insetcollapsable.C:
1101         * insetenv.C:
1102         * insetinclude.C:
1103         * insetlabel.C:
1104         * insetoptarg.C:
1105         * insetspecialchar.C:
1106         * insettabular.C:
1107         * insettext.C:
1108         * insettoc.C: remove redundant using directives.
1109
1110 2003-09-07  Angus Leeming  <leeming@lyx.org>
1111
1112         * insetspace.h:
1113         * insetspecialchar.h: remove #include "support/std_string.h".
1114
1115 2003-09-06  Angus Leeming  <leeming@lyx.org>
1116
1117         * renderers.C: add #include "insets/inset.h"
1118
1119 2003-09-05  Angus Leeming  <leeming@lyx.org>
1120
1121         * *.C: strip out redundant #includes. (193 in total.)
1122
1123 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1124
1125         * insets/insetbibtex.[Ch]:
1126         * insets/insetcommand.h:
1127         * insets/insetfloatlist.[Ch]:
1128         * insets/insetinclude.[Ch]:
1129         * insets/insettoc.[Ch]: Restricts the mouse click functionality
1130         of insets like bibtex, include, toc and floatlist to the visible
1131         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1132         up the dialogs. Cursor has to be in front of the inset (i.e.
1133         start of row) for this to function.
1134
1135 2003-09-04  Angus Leeming  <leeming@lyx.org>
1136
1137         * ExternalTemplate.[Ch]: store the preamble snippets in a separate
1138         structure outside of the Format struct. Format::preambleName refers to
1139         an item in the map of all preamble snippets.
1140         Make use of the new Debug::EXTERNAL flag.
1141
1142         * insetexternal.C: make use of the new Debug::EXTERNAL flag.
1143         (validate): Small change due to the changed storage of preamble snippets.
1144
1145 2003-09-04  Angus Leeming  <leeming@lyx.org>
1146
1147         * insetgraphics.C: #include "support/os.h"
1148
1149         * insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
1150         * insettabular.h: move #include "FuncStatus.h" out of the header file.
1151         * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
1152
1153         * insetcollapsable.h:
1154         * insetbranch.C:
1155         * insetnote.C: move #include "funcrequest.h" out of the header file.
1156
1157 2003-09-03  Angus Leeming  <leeming@lyx.org>
1158
1159         * insetexternal.C (updateExternal):
1160         * insetgraphics.C (prepareFile): Fix the conversion when exporting to
1161         latex.
1162
1163 2003-09-03  Angus Leeming  <leeming@lyx.org>
1164
1165         * insetexternal.C: don't bring namespace lyx::support into the global
1166         namespace.
1167
1168 2003-09-02  Martin Vermeer  <martin.vermeer@hut.fi>
1169
1170         * insetbranch.C: Add Branch: to label
1171
1172 2003-09-02  John Levon  <levon@movementarian.org>
1173
1174         * insettext.h:
1175         * insettext.C: remove cursor.i[xy]()
1176
1177 2003-08-28  Angus Leeming  <leeming@lyx.org>
1178
1179         * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
1180         "sh ", enabling the conversion to be carried out even if the script
1181         is not executable.
1182
1183 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1184
1185         * most files: change to use const Buffer refs
1186
1187 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
1188
1189         * insetfootlike.C: whitespace.
1190
1191 2003-08-26  John Levon  <levon@movementarian.org>
1192
1193         * insetenv.h:
1194         * insetcaption.h:
1195         * insetindex.h: remove remaining mentions of needFullRow()
1196
1197 2003-08-26  André Pönitz  <poenitz@gmx.net>
1198
1199         * insetfoot.C:
1200         * insetnewline.C:
1201         * insetquotes.C:
1202         * insettabular.C:
1203         * inset.[Ch]: remove InsetOld::par_owner_ & handling
1204
1205 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
1206
1207         * insetbranch.C: Small fix to prevent a crash on loading.
1208
1209 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1210
1211         * inset.h:
1212         * insetbibtex.[Ch]:
1213         * insetbranch.[Ch]:
1214         * insetcollapsable.h:
1215         * insetert.[Ch]:
1216         * insetfloatlist.[Ch]:
1217         * insetfootlike.[Ch]:
1218         * insetinclude.[Ch]:
1219         * insetindex.[Ch]:
1220         * insetindex.h:
1221         * insetminipage.h:
1222         * insetnote.[Ch]:
1223         * insettext.C:
1224         * insettheorem.[Ch]:
1225         * insettoc.[Ch]: eliminates the needFullRow/display() stuff
1226         altogether, putting the logic in metrics/draw in the insets.=20
1227         Draws short single row insets with more or less realistic metrics.
1228
1229 2003-08-19  André Pönitz  <poenitz@gmx.net>
1230
1231         * insettext.C: use new RowPainter interface
1232
1233 2003-08-18  John Levon  <levon@movementarian.org>
1234
1235         * insetref.C: require amsmath for eqref
1236
1237 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1238
1239         * Makefile.am:
1240         * inset.h:
1241         * insetbranch.[Ch]: implements the 'branch inset'
1242         idea. This allows the output of various versions of a document
1243         from a single source version, selectively outputing or suppressing
1244         output of parts of the text.
1245         This implementation contains a 'branch list editor' in a separate
1246         tab of the document settings dialog. Branches are user definable
1247         and have a "display colour" to distinguish them on-screen.
1248
1249         ColorHandler was somewhat cleaned up.
1250         (1) make possible a dynamically growing LColor list by allowing
1251         the graphic context cache to grow along (vector);
1252         (2) eliminate an IMHO unnecessary step in colour allocation.
1253
1254 2003-08-15  André Pönitz  <poenitz@gmx.net>
1255
1256         * insettext.[Ch]: adjust after rowlist split
1257
1258 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1259
1260         * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1261           rename valign-center to valign-middle;
1262           rename VALIGN_CENTER to VALIGN_MIDDLE
1263
1264 2003-08-11  André Pönitz  <poenitz@gmx.net>
1265
1266         * inset.h: remove resizeLyXText
1267
1268         * insetcaption.C:
1269         * insetcollapsable.[Ch]:
1270         * insetminipage.C:
1271         * insettabular.[Ch]: adjust
1272
1273         * insettext.[Ch]: remove saveLyXTextState,
1274          restoreLyXTextStat, sstate, reinitLyXText
1275
1276 2003-08-07  André Pönitz  <poenitz@gmx.net>
1277
1278         * inset.[Ch]: move non-crucial functions out-of-line
1279
1280         * insettext.C: rely on LyXText's LFUN handlers in some more cases,
1281         remove duplicated code.
1282
1283 2003-08-05  André Pönitz  <poenitz@gmx.net>
1284
1285         * insetbibitem.C:
1286         * insetcollapsable.[Ch]:
1287         * insetcommand.C:
1288         * insetert.C:
1289         * insetexternal.C:
1290         * insetfloat.C:
1291         * insetgraphics.C:
1292         * insetinclude.C:
1293         * insetlabel.C:
1294         * insetminipage.C:
1295         * insetnote.C:
1296         * insettabular.[Ch]:
1297         * insettext.[Ch]:
1298         * insetwrap.C:
1299         * updatableinset.[Ch]: rip out "deep update"
1300
1301         * insettext.C (localDispatch): merge cases with default branch
1302
1303         * insettext.C (frame_x,y,w,h): replace member with automatic variables
1304
1305         * insettabular.[Ch] (updateLocal): simplify logic
1306
1307 2003-08-04  André Pönitz  <poenitz@gmx.net>
1308
1309         * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
1310   is 'FULL' all the time.
1311
1312 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1313
1314         * insetert.C (get_new_label): only add ... to the (closed) label
1315         when the string has been shortened
1316
1317 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1318
1319         * Always use std::endl with lyxerr
1320
1321 2003-08-01      Martin Vermeer  <martin.vermeer@hut.fi>
1322
1323         * insetnote.C: update \author list
1324
1325 2003-07-31  André Pönitz  <poenitz@gmx.net>
1326
1327         * insetcollapsable.h:
1328         * insettabular.[Ch]:
1329         * insettext.[Ch]: remove toggleSelection
1330
1331 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1332
1333         (with help from Juergen Spitzmueller)
1334         * insetnote.C: add add i18n support. Use Prefs-definable
1335         colours for Comment and Greyedout.
1336
1337 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1338
1339         * insetcollapsable.[Ch]:
1340         * insetnote.C:
1341         * insetert.C: factor out the detection of clicking on the inset
1342       button as 'hitButton'. John Levon contributed.
1343
1344 2003-07-30  André Pönitz  <poenitz@gmx.net>
1345
1346         * insetcollapsable.C:
1347         * insetfootlike.C:
1348         * insettabular.C: parantheses, localize vars etc.
1349
1350 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1351
1352         * insetnote.C: Implement a newenvironment in preamble for
1353         greyedout. Patch provided by Jürgen Spitzmüller.
1354
1355 2003-07-29  Angus Leeming  <leeming@lyx.org>
1356
1357         * insetcommand.C (localDispatch): default to
1358         InsetOld::localDispatch.
1359
1360         * insetbibitem.C (localDispatch):
1361         * insetbibtex.C (localDispatch): remove call to
1362         ChangeCitationsIfUnique.
1363
1364         * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
1365
1366         * insetexternal.C (read): use pushpophelper.
1367
1368 2003-07-28  José Matos  <jamatos@lyx.org>
1369
1370         * insetext.C (read): \end_document replaces \the_end.
1371
1372 2003-07-28  José Matos  <jamatos@fep.up.pt>
1373
1374         * insetert.C (write): \layout -> \begin_layout.
1375         Add missing \end_layout.
1376
1377 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1378
1379         * insetquotes.C: document a bit the format
1380
1381         * insettabular.C (write): remove extra space
1382
1383 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
1384         * insetnote.C: Umpf. Hope I *now* get it right :-(
1385
1386 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
1387         *insetnote.C: did the right fix to greyedout: \color
1388         instead of \textcolor.
1389
1390 2003-07-28  Angus Leeming  <leeming@lyx.org>
1391
1392         * insetbibtex.h: remove extraneous forward declaration.
1393
1394         * insetbibitem.h:
1395         * insetbibtex.h: Also remove long-dead Holder member class
1396         and variable.
1397
1398 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
1399
1400         * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
1401         least.
1402
1403 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1404
1405         * insetwrap.C (addToToc): adjust for lyx::toc
1406
1407         * insetfloatlist.C (ascii): adjust for lyx::toc
1408
1409         * insetfloat.C (addToToc): adjust for lyx::toc
1410
1411 2003-07-27  José Matos  <jamatos@fep.up.pt>
1412
1413         * insetnote.h (linuxdoc,docbook): update support.
1414
1415 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1416
1417         * insetfloat.C (wide): add a space to label, for consistency
1418
1419 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1420
1421         * insettext.C (nextChange): adjust for lyx::find
1422         (searchForward): ditto
1423         (searchBackward): ditto
1424
1425 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1426
1427         * insetgraphicsParams.C:
1428         * insetexternal.C: declare extern displayTranslator
1429
1430         * insetexternal.C:
1431         * renderers.C: add #include "support/LAssert.h"
1432
1433 2003-07-27  José Matos  <jamatos@fep.up.pt>
1434
1435         * insetfloat.[Ch] (linuxdoc):
1436         * insetgraphics.C (linuxdoc):
1437         * insettabular.C (linuxdoc):
1438         * insettext.[Ch] (linuxdoc): add support for tables and figures
1439         (linuxdoc).
1440
1441 2003-07-27  José Matos  <jamatos@fep.up.pt>
1442
1443         * insetinclude (latex): comply with makeLaTeXFile argument change.
1444
1445 2003-07-26  Asger Alstrup  <alstrup@local>
1446
1447         * insettext.C (reinitLyXText): Get rid of updateLocal which causes
1448         the undo crashes. We'll see what problems other places this will
1449         cause.
1450
1451 2003-07-26  Angus Leeming  <leeming@lyx.org>
1452
1453         * insetgraphics.C: remove unused declaration of system_tempdir.
1454
1455 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1456
1457         * rename Inset to InsetOld
1458
1459         * all inset files (clone): return a auto_ptr<InsetBase>
1460
1461 2003-07-23  Angus Leeming  <leeming@lyx.org>
1462
1463         * insetexternal.[Ch] (setParams): pass it a Buffer const *.
1464
1465 2003-07-23  Angus Leeming  <leeming@lyx.org>
1466
1467         * mailinset.[Ch] (inset2string):
1468         * insetcommand.[Ch] (inset2string):
1469         * insetert.[Ch] (inset2string):
1470         * insetexternal.[Ch] (inset2string):
1471         * insetfloat.[Ch] (inset2string):
1472         * insetgraphics.[Ch] (inset2string):
1473         * insetinclude.[Ch] (inset2string):
1474         * insetminipage.[Ch] (inset2string):
1475         * insetnote.[Ch] (inset2string):
1476         * insettabular.[Ch] (inset2string):
1477         * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
1478
1479         * insetexternal.[Ch]:
1480         * insetgraphics.[Ch]: get rid of the view() function. Associated
1481         changes to the mailers' string2params and params2string functions.
1482
1483 2003-07-23  Angus Leeming  <leeming@lyx.org>
1484
1485         * insetexternal.[Ch]: store the external file name in a FileName
1486         member variable rather than a string + associated changes.
1487
1488 2003-07-21  Angus Leeming  <leeming@lyx.org>
1489
1490         * insetgraphicsParams.[Ch]: store the graphics file name in
1491         a FileName member variable rather than a string.
1492
1493         * insetgraphics.[Ch]:
1494         * insetgraphicsParams.[Ch]: Associated changes.
1495
1496 2003-07-21  Angus Leeming  <leeming@lyx.org>
1497
1498         * insetgraphics.[Ch] (string2params, params2string): passed a
1499         buffer_path argument.
1500         (view): new method.
1501
1502 2003-07-21  Angus Leeming  <leeming@lyx.org>
1503
1504         * insetexternal.C:
1505         * insetgraphicsParams.[Ch]:
1506         * insetinclude.C:
1507         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
1508
1509 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
1510
1511         * insetnote.C: fixed greyout and conditionals layout foul-ups.
1512
1513 2003-07-18  André Pönitz  <poenitz@gmx.net>
1514
1515         * insetert.[Ch]:
1516         * insetminipage.[Ch]:
1517         * insettabular.[Ch]:
1518         * insettext.[Ch]:
1519         * insetwrap.[Ch]:
1520         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
1521
1522 2003-07-18  André Pönitz  <poenitz@gmx.net>
1523
1524         * inset.[Ch]:
1525         * insetbibitem.C:
1526         * insetcollapsable.C:
1527         * insetcommand.C:
1528         * insetert.C:
1529         * insetexternal.C:
1530         * insetgraphics.[Ch]:
1531         * insetlatexaccent.[Ch]:
1532         * insetminipage.C:
1533         * insetnewline.C:
1534         * insetquotes.C:
1535         * insetspace.C:
1536         * insetspecialchar.C:
1537         * insettabular.[Ch]:
1538         * insettext.[Ch]:
1539         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
1540
1541 2003-07-17  André Pönitz  <poenitz@gmx.net>
1542
1543         * insetcollapsable.C:
1544         * insettabular.C:
1545         * insettext.C: don't call Inset::update() anymore
1546
1547         * insettext.[Ch]:
1548         * insettabular.[Ch]: remove unneeded in_update_ members
1549
1550         * insettext.[Ch]: remove unneeded InsetText::old_max_width member
1551
1552 2003-07-16  André Pönitz  <poenitz@gmx.net>
1553
1554         * insettext.C (selectAll): remove
1555
1556 2003-07-16  John Levon  <levon@movementarian.org>
1557
1558         * insetnote.h:
1559         * insetnote.C: implement showInsetDialog()
1560
1561 2003-07-15  André Pönitz  <poenitz@gmx.net>
1562
1563         * insettabular.C:
1564         * insettext.C: refresh_status tristate -> need_update bool
1565
1566 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1567
1568         * insettext.C: adjust call to LyXText::init
1569
1570 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1571
1572         * insettext.C: use bufferview_funcs->replaceSelection()
1573         to delete selections in some cases (bugs 441, 673, 702, 954).
1574
1575 2003-07-14  André Pönitz  <poenitz@gmx.net>
1576
1577         * insettext.C (draw): use slimmed down rowpainter interface
1578
1579 2003-07-14  André Pönitz  <poenitz@gmx.net>
1580
1581         * insetcollapsable.C:
1582         * insetert.C:
1583         * insettext.[Ch] (cy, ciy, setUpdateStatus):
1584         remove unused BufferView * argument
1585
1586 2003-07-14  André Pönitz  <poenitz@gmx.net>
1587
1588         * insettext.[Ch]: used cached metrics a bit more
1589
1590 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
1591
1592         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
1593
1594 2003-07-10  André Pönitz  <poenitz@gmx.net>
1595
1596         * insettabular.C:
1597         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
1598
1599 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1600
1601         * introduce namespace lyx::graphics
1602
1603 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1604
1605         * introduce namespace lyx::support
1606
1607 2003-06-30  André Pönitz  <poenitz@gmx.net>
1608
1609         * insetcite.C (localDispatch): fix case of missing return value
1610
1611         * insetcite.C (ascii): remove unneeded temporary
1612
1613 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1614
1615         * insetspace.h: fix \file
1616
1617         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
1618         * insetinclude.C (fillWithBibKeys): ditto
1619
1620         * insetbibitem.C: fix type const order
1621
1622         * inset.C (getLyXText): add varname for arg
1623
1624         * ExternalTemplate.h: fix type const order
1625
1626 2003-06-27  André Pönitz  <poenitz@gmx.net>
1627
1628         * insettext.C: take care of removed LyXCursor::row_ member
1629
1630         * insettext.[Ch]: use new TextCursor struct for sstate
1631
1632 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1633
1634         * inseterror.[Ch]: removed
1635
1636 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1637
1638         * insetinclude.C (docbook): use parseError instead of sgmlError
1639
1640 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1641
1642         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
1643         of BufferList::loadLyXFile
1644
1645 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1646
1647         * insettext.C (update): simplify
1648         (updateLocal): remove commented code
1649         (insetUnlock): simplify
1650         (lockInset): simplify
1651         (updateInsetInInset): simplify
1652         (localDispatch): simplify
1653         (setFont): simplify
1654         (resizeLyXText): simplify
1655         (collapseParagraphs): simplify
1656
1657         * insetert.C (get_new_label): simplify
1658
1659 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1660
1661         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
1662         pasteSelection with index
1663
1664 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1665
1666         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
1667
1668 2003-06-16  André Pönitz  <poenitz@gmx.net>
1669
1670         * insetbase.h: new virtual base function clone()
1671
1672         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
1673           Inset * clone()  ->  InsetBase * clone()
1674
1675 2003-06-13  André Pönitz  <poenitz@gmx.net>
1676
1677         * insettabular.[Ch]: make tabular a proper member
1678
1679 2003-06-12  André Pönitz  <poenitz@gmx.net>
1680
1681         * insettabular.[Ch]: some renaming plus whitespace
1682
1683 2003-06-11  Angus Leeming  <leeming@lyx.org>
1684
1685         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
1686         Add renderers.[Ch].
1687
1688         * insetbutton.[Ch]: removed.
1689         * graphicinset.[Ch]: renamed as renderers.[Ch].
1690
1691         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
1692         Create a new class ButtonRenderer using the InsetButton::metrics() and
1693         draw() functions.
1694         Derive both from a common RenderedInset base class.
1695
1696         * insetcommand.[Ch]:
1697         * insetinclude.[Ch]: derive from Inset, not InsetButton.
1698         Give it a ButtonRenderer member variable. Use it.
1699         Give the classes working copy c-tors.
1700         No longer derive from boost::noncopyable.
1701
1702         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
1703         display its contents as a button or as a graphic.
1704
1705         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
1706         GraphicRenderer.
1707
1708 2003-06-11  Angus Leeming  <leeming@lyx.org>
1709
1710         * insetcite.C (localDispatch): reformat.
1711
1712         * insetref.C (localDispatch): enable dialog to be lauched.
1713
1714 2003-06-11  John Levon  <levon@movementarian.org>
1715
1716         * insettabular.C: correctly mark all cells as erased
1717
1718 2003-06-11  Angus Leeming  <leeming@lyx.org>
1719
1720         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
1721         ExternalTemplate but its name, templatename. This means that a file
1722         containing a reference to an External Template not installed on the
1723         current machine will be saved retaining this info rather than inserting
1724         the first "valid" template from the list of templates.
1725
1726         As a by product, the visual statement that the Template is missing is
1727         now very clear!
1728
1729 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1730
1731         * insettext.C (appendParagraphs): remove some commented code.
1732
1733 2003-06-10  Angus Leeming  <leeming@lyx.org>
1734
1735         * graphicinset.[Ch] (view): removed the publicly accessible function to set
1736         the cache.
1737
1738         * insetexternal.[Ch]: move tempname_ into the Params struct.
1739         (Params d-tor): new function, to clean-up this temp file.
1740         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
1741         (cache): removed.
1742         (editExternal, doSubstitution): move out of class.
1743
1744 2003-06-10  Angus Leeming  <leeming@lyx.org>
1745
1746         * graphicinset.[Ch] (params): removed.
1747         * graphicinset.h (operator=): declared private but not defined.
1748         (statusMessage): made private.
1749
1750         * insetexternal.[Ch]: graphic_ renamed as renderer_.
1751
1752 2003-06-07  John Levon  <levon@movementarian.org>
1753
1754         * insetert.C (latex): make a newline mean just that not
1755         a new par
1756
1757 2003-06-07  José Matos  <jamatos@fep.up.pt>
1758
1759         * insethfill.[Ch] (linuxdoc, docbook): implement output
1760         * insetspace.C (linuxdoc, docbook): remove coments as the code
1761         is correct.
1762
1763 2003-06-06  José Matos  <jamatos@fep.up.pt>
1764
1765         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
1766
1767 2003-06-06  André Pönitz  <poenitz@gmx.net>
1768
1769         * insetwrap.[Ch]: code compactification
1770
1771 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1772
1773         * mailinset.C (updateDialog): use Dialogs::visible
1774
1775 2003-06-04  Angus Leeming  <leeming@lyx.org>
1776
1777         * graphicinset.C (draw): add a comment for the #if 0 block.
1778
1779         * insetexternal.h: remove Params::parameters variable.
1780         * insetexternal.C (read, write): rewrite to output new ExternalInset format
1781         and read it back making full use of LyXLex.
1782
1783 2003-06-04  André Pönitz  <poenitz@gmx.net>
1784
1785         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
1786
1787 2003-06-04  John Levon  <levon@movementarian.org>
1788
1789         * insettabular.C: back out tall table speed up. It was broken
1790
1791 2003-06-03  Angus Leeming  <leeming@lyx.org>
1792
1793         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
1794         Remove ViewCommand and UpdateCommand.
1795
1796         * graphicinset.C (update): bug fix. Set the params before calling the
1797         loader.
1798         * graphicinset.[Ch] (view): new method. A bit of a fudge to set the
1799         BufferView cache to enable the InsetExternal::editCommand to be invoked
1800         from the frontends. Would not be needed if this were dispatched properly.
1801         (old_ascent_): variable removed.
1802
1803         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
1804         do any necessary conversions of external material. Also use the
1805         new GraphicsInset to display the inset within LyX.
1806
1807 2003-06-03  Angus Leeming  <leeming@lyx.org>
1808
1809         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
1810         and move it somewhere where InsetExternal can use it too.
1811
1812         * Makefile.am: add the new files.
1813
1814         * insetgraphics.[Ch]: make use of the new GraphicInset.
1815
1816 2003-06-03  John Levon  <levon@movementarian.org>
1817
1818         * inset.h:
1819         * insetbibitem.[Ch]:
1820         * insetbibtex.h:
1821         * insetcite.h:
1822         * insetcommand.[Ch]:
1823         * insetenv.[Ch]:
1824         * inseterror.h:
1825         * insetert.[Ch]:
1826         * insetexternal.[Ch]:
1827         * insetfloat.[Ch]:
1828         * insetfloatlist.h:
1829         * insetfoot.[Ch]:
1830         * insetgraphics.[Ch]:
1831         * insethfill.h:
1832         * insetinclude.[Ch]:
1833         * insetindex.h:
1834         * insetlabel.h:
1835         * insetlatexaccent.[Ch]:
1836         * insetmarginal.[Ch]:
1837         * insetminipage.[Ch]:
1838         * insetnewline.h:
1839         * insetnote.[Ch]:
1840         * insetoptarg.[Ch]:
1841         * insetquotes.[Ch]:
1842         * insetref.[Ch]:
1843         * insetspace.[Ch]:
1844         * insetspecialchar.[Ch]:
1845         * insettabular.[Ch]:
1846         * insettext.[Ch]:
1847         * insetthereom.[Ch]:
1848         * insettoc.h:
1849         * inseturl.h:
1850         * insetwrap.[Ch]: make clone() not take a Buffer * arg
1851
1852         * insetgraphics.[Ch]:
1853         * insetgraphicsParams.[Ch]: always store an absolute
1854         path at runtime
1855
1856 2003-06-02  André Pönitz  <poenitz@gmx.net>
1857
1858         * inseterror.C:
1859         * insetgraphics.C:
1860         * insetlatexaccent.C: remove duplicated call to metrics()
1861
1862 2003-06-02  John Levon  <levon@movementarian.org>
1863
1864         * insettabular.C: fix resize of column width
1865
1866 2003-06-02  John Levon  <levon@movementarian.org>
1867
1868         * Makefile.am:
1869         * inset.h:
1870         * insetparent.h:
1871         * insetparent.C: remove insetparent
1872
1873 2003-06-02  André Pönitz  <poenitz@gmx.net>
1874
1875         * inset.[Ch]:
1876         * insetbase.h:
1877         * insetbibtex.[Ch]:
1878         * insetbutton.[Ch]:
1879         * insetcaption.C:
1880         * insetcollapsable.[Ch]:
1881         * inseterror.[Ch]:
1882         * insetert.[Ch]:
1883         * insetfootlike.C:
1884         * insetgraphics.[Ch]:
1885         * insetinclude.[Ch]:
1886         * insetlatexaccent.[Ch]:
1887         * insetminipage.[Ch]:
1888         * insetnewline.[Ch]:
1889         * insetquotes.[Ch]:
1890         * insetspace.[Ch]:
1891         * insetspecialchar.[Ch]:
1892         * insettabular.[Ch]:
1893         * insettext.[Ch]: unify first drawing phase
1894
1895         * inset.[Ch]:
1896         * insetbase.h: move validate() to the base
1897
1898 2003-05-31  Angus Leeming  <leeming@lyx.org>
1899
1900         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
1901
1902 2003-05-30  André Pönitz  <poenitz@gmx.net>
1903
1904         * inset.h:
1905         * insetbase.h:
1906         * insetbutton.[Ch]:
1907         * insetcaption.[Ch]:
1908         * insetcollapsable.[Ch]:
1909         * inseterror.[Ch]:
1910         * insetert.[Ch]:
1911         * insetgraphics.[Ch]:
1912         * insetinclude.[Ch]:
1913         * insetlatexaccent.[Ch]:
1914         * insetnewline.[Ch]:
1915         * insetquotes.[Ch]:
1916         * insetspace.[Ch]:
1917         * insetspecialchar.[Ch]:
1918         * insettabular.[Ch]:
1919         * insettext.[Ch]:
1920         * updatableinset.[Ch]: unify second drawing phase
1921
1922 2003-05-30  John Levon  <levon@movementarian.org>
1923
1924         * insetgraphics.C: fix a bformat
1925
1926 2003-05-29  John Levon  <levon@movementarian.org>
1927
1928         * insettabular.C: remove unused bufferOwner()
1929
1930 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1931
1932         * insettext.C (lockInsetInInset): adjust
1933         (getLabelList): use const_iterator, adjust
1934         (getInsetFromID): use const_iterator, adjust
1935         (addPreview): use const_iterator, adjust
1936
1937         * insetwrap.C (clone): remove const_cast
1938
1939         * insetnote.C (clone): remove const_cast
1940
1941         * insetminipage.C (clone): remove const_cast
1942
1943         * insetmarginal.C (clone): remove const_cast
1944
1945         * insetfoot.C (clone): remove const_cast
1946
1947         * insetfloat.C (clone): remove const_cast
1948
1949         * insetert.C (clone): remove const_cast
1950
1951         * delete commented same_id functions from a lot of files.
1952
1953 2003-05-28  John Levon  <levon@movementarian.org>
1954
1955         * insetcite.C:
1956         * insetinclude.C:
1957         * insetindex.C:
1958         * insetparent.C:
1959         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
1960
1961         * insetminipage.C: fix metrics (bug 1144)
1962
1963 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1964
1965         * insettext.C (saveLyXTextState): adjust
1966         (restoreLyXTextState): adjust
1967         (init): adjust
1968         (lockInset): adjust
1969         (unlockInsetInInset): adjust
1970         (localDispatch): adjust
1971         (getLyXText): adjust
1972
1973         * insettabular.C (insertAsciiString): adjust
1974
1975 2003-05-27  André Pönitz  <poenitz@gmx.net>
1976
1977         * insetbutton.C:
1978         * insetcollapsable.C:
1979         * inseterror.C:
1980         * insetgraphics.C:
1981         * insetlatexaccent.C:
1982         * insetminipage.C:
1983         * insetnewline.C:
1984         * insetquotes.C:
1985         * insetspace.C:
1986         * insetspecialchar.C:
1987         * insettabular.C:
1988         * insettext.C: dim.w -> dim.wid
1989
1990 2003-05-26  John Levon  <levon@movementarian.org>
1991
1992         * insettabular.C: avoid drawing all of a long table
1993         if it's not needed. A big speedup
1994
1995 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1996
1997         * remove same_id from function signatures, adjust
1998
1999 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2000
2001         * insettext.C (InsetText): adjust
2002         (clear): adjust
2003         (setParagraphData): separate same_id cases, adjust
2004         (appendParagraphs): adjust
2005         (appendParagraphs): adjust
2006
2007 2003-05-23  André Pönitz  <poenitz@gmx.net>
2008
2009         * insetbutton.h: whitespace
2010
2011         * insettabular.C: more compact code
2012
2013         * updatableinset.C: remove const_cast
2014
2015
2016 2003-05-23  Angus Leeming  <leeming@lyx.org>
2017
2018         * insetexternal.C (write): check how many lines are output.
2019         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
2020         if the template has defined it.
2021
2022 2003-05-23  Angus Leeming  <leeming@lyx.org>
2023
2024         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
2025
2026 2003-05-23  Angus Leeming  <leeming@lyx.org>
2027
2028         * insetfoot.C (latex):
2029         * inseturl.C (latex): rename fragile as moving_arg.
2030
2031 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2032
2033         * inseterror.C (localDispatch): comment out unused var.
2034
2035 2003-05-22  Angus Leeming  <leeming@lyx.org>
2036
2037         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
2038         passed through the LatexRunParams arg.
2039
2040 2003-05-22  Angus Leeming  <leeming@lyx.org>
2041
2042         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
2043         through the LatexRunParams arg.
2044
2045         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
2046         arg rather than through a global var.
2047
2048 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2049
2050         * insetspecialchar.C (dimension): use a string.
2051
2052 2003-05-22  Angus Leeming  <leeming@lyx.org>
2053
2054         * insetbibtex.C (latex):
2055         * insetgraphics.C (latex):
2056         * insetinclude.C (latex): extract the buffer's 'nice'ness from
2057         runparams rather than from the buffer itself.
2058
2059 2003-05-22  Angus Leeming  <leeming@lyx.org>
2060
2061         * inset*.[Ch] (latex):
2062         passed a LatexRunParams parameter.
2063
2064         * insetgraphics.C (latex): actually use it ;-)
2065
2066 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
2067
2068         * insetfloat.C (addToToc): trivial compile fix
2069
2070 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2071
2072         * insettext.[Ch] (paragraph): delete unused function
2073
2074         * insetfloat.C (addToToc): parlist simplfication
2075
2076 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2077
2078         * insetspace.[Ch]: added (new space insets)
2079         * Makefile.am:
2080         * inset.h: handle new space insets
2081
2082 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2083
2084         * insetfloat.C (addToToc): adjust
2085
2086 2003-05-21  André Pönitz  <poenitz@gmx.net>
2087
2088         * insettext.[Ch]: fix drawing bug introduced earlier
2089
2090 2003-05-19  André Pönitz  <poenitz@gmx.net>
2091
2092         * insetspecialchar.C: fix bug introduced yesterday
2093
2094 2003-05-19  André Pönitz  <poenitz@gmx.net>
2095
2096         * inset.[Ch]:
2097         * insetbutton.[Ch]:
2098         * insetcollapsable.[Ch]:
2099         * inseterror.[Ch]:
2100         * insetert.[Ch]:
2101         * insetfoot.[Ch]:
2102         * insetgraphics.[Ch]:
2103         * insetgraphicsParams.[Ch]:
2104         * insetlatexaccent.[Ch]:
2105         * insetminipage.[Ch]:
2106         * insetnewline.[Ch]:
2107         * insetquotes.[Ch]:
2108         * insetspecialchar.[Ch]:
2109         * insettabular.[Ch]:
2110         * insettext.[Ch]: dimensions() instead of ascend/descend/width
2111
2112 2003-05-19  André Pönitz  <poenitz@gmx.net>
2113
2114         * insetenv.[Ch]:
2115         * insettext.C: more insetenv
2116
2117 2003-05-16  André Pönitz  <poenitz@gmx.net>
2118
2119         * insetcommand.C:
2120         * insetminimpage.[Ch]:
2121         * insetcollapsable.[Ch]: fix #832
2122
2123 2003-05-16  André Pönitz  <poenitz@gmx.net>
2124
2125         * inset.[Ch]:
2126         * insetbibitem.[Ch]:
2127         * insetbibtex.[Ch]:
2128         * insetbutton.[Ch]:
2129         * insetcite.[Ch]:
2130         * insetcollapsable.[Ch]:
2131         * insetcommand.[Ch]:
2132         * inseterror.[Ch]:
2133         * insetert.[Ch]:
2134         * insetexternal.[Ch]:
2135         * insetfloatlist.[Ch]:
2136         * insetgraphics.[Ch]:
2137         * insetinclude.[Ch]:
2138         * insetindex.[Ch]:
2139         * insetlabel.[Ch]:
2140         * insetlatexaccent.[Ch]:
2141         * insetparent.[Ch]:
2142         * insetref.[Ch]:
2143         * insettabular.[Ch]:
2144         * insettext.[Ch]:
2145         * insettoc.[Ch]:
2146         * inseturl.[Ch]:
2147         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
2148
2149 2003-05-13  André Pönitz <poenitz@gmx.net>
2150
2151         * insetbibitem.C:
2152         * insetcollapsable.C:
2153         * insetert.C:
2154         * insetfloat.C:
2155         * insetinclude.C:
2156         * insetwrap.C: tostr from own header
2157
2158         * insetcommand.C:
2159         * insetexternal.C:
2160         * insetfloat.C:
2161         * insetfloat.h:
2162         * insetgraphics.C:
2163         * insetinclude.C:
2164         * insetminipage.C:
2165         * insetparent.C:
2166         * insettabular.C:
2167         * insettext.C:
2168         * insetwrap.C: STRCONV
2169
2170
2171 2003-05-12  André Pönitz <poenitz@gmx.net>
2172
2173         * insetcaption.C:
2174         * insetexternal.C:
2175         * insetfloat.C:
2176         * insetfloatlist.C:
2177         * insetgraphics.C:
2178         * insetinclude.C:
2179         * insetminipage.C:
2180         * insetminipage.C:
2181         * insettabular.C:
2182         * insettext.C:
2183         * insetwwrap.C:  boost::format -> bformat  all over the place
2184
2185 2003-05-05  André Pönitz <poenitz@gmx.net>
2186
2187         * insettext.h: add missing #include <map>
2188
2189 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2190
2191         * insettext.C (InsetText): parlist cleanup
2192         (clear): ditto
2193         (edit): ditto
2194         (insetUnlock): ditto
2195         (lockInset): ditto
2196         (lockInsetInInset): ditto
2197         (cx): ditto
2198         (cix): ditto
2199         (getLyXText): ditto
2200         (searchBackward): ditto
2201         (collapseParagraphs): ditto
2202
2203 2003-05-06  John Levon  <levon@movementarian.org>
2204
2205         * insetcaption.C: don't cast wrap inset to InsetFloat
2206
2207         * insetfloat.h:
2208         * insetfloat.C: remove unneeded type() function
2209
2210 2003-05-05  André Pönitz <poenitz@gmx.net>
2211
2212         * inset.h:
2213         * insettext.[Ch]:
2214         * insettabular.[Ch]:
2215         * insetcollapsable.[Ch]: remove unused function firstParagraph()
2216         replace getFirstParagraph() by getParagraphs()
2217
2218 2003-05-03  John Levon  <levon@movementarian.org>
2219
2220         * insetcollapsable.h:
2221         * insetcollapsable.C:
2222         * insettabular.h:
2223         * insettabular.C:
2224         * insettext.h:
2225         * insettext.C:
2226         * updatableinset.h:
2227         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
2228         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
2229         getCursor(). Remove explicit cursor hides.
2230
2231 2003-05-02  André Pönitz <poenitz@gmx.net>
2232
2233         * insettext.C: remove unneeded &*
2234
2235 2003-04-30  John Levon  <levon@movementarian.org>
2236
2237         * insettabular.C: fix edit message
2238
2239 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2240
2241         * insettext.C (setFont): do not convert iterator -> pointer
2242
2243         * insettabular.C (localDispatch): do not convert iterator -> pointer
2244         (setFont): ditto
2245         (tabularFeatures): ditto
2246
2247 2003-04-29  André Pönitz <poenitz@gmx.net>
2248
2249         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
2250
2251 2003-04-28  André Pönitz <poenitz@gmx.net>
2252
2253         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2254           Changes
2255
2256 2003-04-25 André Pönitz <poenitz@gmx.net>
2257
2258         * insetenv.C: derive from InsetText instead of InsetCollapsable
2259
2260 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2261
2262         * insetexternal.C (string2params): dont do anything if the string
2263         is empty.
2264         * insetgraphics.C (string2params): ditto
2265         * insetcommand.C (string2params): ditto
2266         * insetert.C (string2params): ditto
2267         * insetfloat.C (string2params): ditto
2268         * insetinclude.C (string2params): ditto
2269         * insetminipage.C (string2params): ditto
2270         * insettabular.C (string2params): ditto
2271         * insetwrap.C (string2params): ditto
2272
2273 2003-04-24  André Pönitz <poenitz@gmx.net>
2274
2275         * insetref.C: support for eqref
2276
2277 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2278
2279         * insetert.C (read): use ParagraphList::iterator.
2280
2281 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2282
2283         * insetquotes.C (latex): comment some code and add warnings.
2284
2285 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
2286
2287         * insetexternal.C (localDispatch): added a missing DISPATCHED
2288
2289 2003-04-12  John Levon  <levon@movementarian.org>
2290
2291         * insetwrap.C (addToToc): fix a crash, conversion
2292         from while to for loop forgot to remove the explicit
2293         increment
2294
2295 2003-04-10  John Levon  <levon@movementarian.org>
2296
2297         * insettabular.C (tabularFeature): make sure
2298         to update the dialog when we change something
2299         (bug 1036).
2300
2301         (getStatus): don't disable some lfuns (bug 939)
2302
2303 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2304
2305         * insettext.C (saveLyXTextState): adjust
2306         (localDispatch): adjust
2307         (setFont): adjust
2308         (cx): adjust
2309         (cix): adjust
2310         (cpar): adjust
2311
2312         * insettabular.C (localDispatch): adjust
2313         (setFont): adjust
2314         (tabularFeatures): adjust
2315
2316 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2317
2318         * insettabular.C (searchForward,searchBackward): fix bug 782
2319
2320 2003-04-07  John Levon  <levon@movementarian.org>
2321
2322         * insettabular.C:
2323         * insettext.C: clear status message on inset exit
2324
2325 2003-04-03  John Levon  <levon@movementarian.org>
2326
2327         * insetcommand.C: return dispatched on DIALOG_UPDATE
2328
2329 2003-04-02  John Levon  <levon@movementarian.org>
2330
2331         * insettabular.C: tab lfuns renamed
2332
2333 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2334
2335         * insettext.C (update): move towards ParagraphList
2336         (updateLocal): ditto
2337         (edit): ditto
2338         (insetUnlock): ditto
2339         (lockInset): ditto
2340         (lockInsetInInset): ditto
2341         (updateInsetInInset): ditto
2342         (localDispatch): ditto
2343         (docbook): ditto
2344         (setFont): ditto
2345         (resizeLyXText): ditto
2346         (searchBackward): ditto
2347         (collapseParagraphs): ditto
2348         (addPreview): ditto
2349
2350         * insetwrap.C (InsetWrap): adjust
2351         (addToToc): adjust and rewrite loop
2352
2353         * insettext.[Ch] (paragraph): delete function
2354
2355         * insettabular.C (moveNextCell): adjust
2356         (movePrevCell): adjust
2357         (insertAsciiString): adjust
2358
2359         * insetfloat.C (InsetFloat): adjust
2360         (addToToc): adjust
2361
2362         * insetert.C (InsetERT): adjust
2363         (write): adjust, and rewrite loop
2364         (latex): adjust, and rewrite loop
2365         (linuxdoc): adjust, and rewrite loop
2366         (docbook): adjust, and rewrite loop
2367         (localDispatch): adjust
2368         (get_new_label): adjust
2369
2370 2003-04-01  John Levon  <levon@movementarian.org>
2371
2372         From Alfredo Braunstein
2373
2374         * insetbutton.h:
2375         * insetbutton.C: add localDispatch()
2376
2377         * insetcommand.C: return DISPATCHED when edit() called
2378
2379         * insettext.C: fix bug 967
2380
2381 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2382
2383         * insettext.C: adjust
2384
2385 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2386
2387         * insettext.C (draw): adjust
2388         (crow): return a RowList::iterator not a Row*
2389
2390         * insetminipage.C (localDispatch): adjust
2391
2392         * insetert.C (localDispatch): adjust
2393
2394 2003-03-31  John Levon  <levon@movementarian.org>
2395
2396         * insetgraphics.C:
2397         * insetgraphicsParams.C: use_gui moved to lyx_gui
2398
2399 2003-03-31  John Levon  <levon@movementarian.org>
2400
2401         * insettext.C: Alert fix
2402
2403 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2404
2405         * insettext.C (ascent): adjust for RowList
2406         (descent): ditto
2407         (draw): ditto
2408         (getLyXText): adjust
2409         (toggleSelection): adjust
2410
2411         * insetminipage.C (localDispatch): adjust for RowList
2412
2413         * insetert.C (localDispatch): adjust for RowList
2414         (getMaxWidth): adjust for RowList
2415
2416 2003-03-29  John Levon  <levon@movementarian.org>
2417
2418         * insetert.C: Alert cleanup
2419
2420 2003-03-29  John Levon  <levon@movementarian.org>
2421
2422         * insettabular.C: Alert fix
2423
2424 2003-03-28  John Levon  <levon@movementarian.org>
2425
2426         * insetfloat.C: reset label on INSET_MODIFY
2427
2428 2003-03-28  John Levon  <levon@movementarian.org>
2429
2430         * insetgraphicsParams.C: read subcaptionText as a whole line
2431         (bug 656)
2432
2433 2003-03-28  John Levon  <levon@movementarian.org>
2434
2435         * insettext.C: remove unused prototypes
2436
2437 2003-03-25  Angus Leeming  <leeming@lyx.org>
2438
2439         * insetbibitem.C (localDispatch): repaint the view after modifying
2440         a bibitem inset in case the maximum InsetBibitem width has changed.
2441
2442 2003-03-25  John Levon  <levon@movementarian.org>
2443
2444         * insettext.C:
2445         * insettabular.C: LyXText renamings
2446
2447 2003-03-24  John Levon  <levon@movementarian.org>
2448
2449         * insettext.C: remove some dead code. Fix bug 972 and
2450           related by posting a repaint in updateLocal(), and making
2451           the SEL functions set SELECTION.
2452
2453 2003-03-22  John Levon  <levon@movementarian.org>
2454
2455         * inset.h:
2456         * inset.C: remove no-longer-needed topx_set
2457
2458         * insetcollapsable.h:
2459         * insetcollapsable.C: remove dead code
2460
2461         * insetminipage.C:
2462         * insetert.C: rebreak the rows when a possible
2463           change in size is made, and reset the cursor
2464           (bug 962, bug 965)
2465
2466         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
2467
2468         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
2469           topx_set. Fix drawing errors for clearInset(). Remove
2470           some unnecessary uses of topx, which should die.
2471
2472         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
2473           is no longer needed. Replace it with an ugly hack.
2474
2475 2003-03-20  John Levon  <levon@movementarian.org>
2476
2477         * inset.h:
2478         * insetcollapsable.h:
2479         * insetcollapsable.C:
2480         * insetert.h:
2481         * insetert.C:
2482         * insetminipage.C:
2483         * insetminipage.C:
2484         * insettabular.h:
2485         * insettabular.C:
2486         * insettext.h:
2487         * insettext.C: remove spurious font parameter
2488         from update(). Fix drawing of ERT insets inside
2489         insets (bug 966). Remove unused mark_dirty from
2490         tabular's updateLocal()
2491
2492 2003-03-19  John Levon  <levon@movementarian.org>
2493
2494         * insetfloat.h:
2495         * insetfloat.C:
2496         * insetinclude.h:
2497         * insetinclude.C:
2498         * insetminipage.h:
2499         * insetminipage.C:
2500         * insetwrap.h:
2501         * insetwrap.C: remove unused getter/setters
2502
2503 2003-03-19  John Levon  <levon@movementarian.org>
2504
2505         * several files: bv->updateInset() doesn't take
2506         a bool mark_dirty any more
2507
2508 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2509
2510         * adjust for BufferView* arg removal from lyxtext.
2511
2512 2003-03-17  John Levon  <levon@movementarian.org>
2513
2514         * most files: remove the "cleared" parameter
2515         to draw in favour of always clearing. Associated
2516         code removal.
2517
2518 2003-03-16  John Levon  <levon@movementarian.org>
2519
2520         * insettext.C: remove unused s.refresh
2521
2522 2003-03-13  Angus Leeming  <leeming@lyx.org>
2523
2524         * insettext.C (edit): replace Dialogs::updateParagraph with
2525         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
2526
2527 2003-03-13  André Pönitz <poenitz@gmx.net>
2528
2529         * Makefile.am: insert insetenv
2530
2531         * insethenv.[Ch]: new files, currently inactive
2532
2533 2003-03-12  John Levon  <levon@movementarian.org>
2534
2535         * Makefile.am:
2536         * inset.h:
2537         * inset.C:
2538         * insetert.h:
2539         * insetert.C:
2540         * insetnewline.h:
2541         * insetnewline.C:
2542         * insetquotes.C:
2543         * insettext.C: use new insetnewline
2544
2545 2003-03-12  John Levon  <levon@movementarian.org>
2546
2547         * insettext.C: readToken became readParagraph
2548
2549 2003-03-12  John Levon  <levon@movementarian.org>
2550
2551         * insettext.C: use parlist iterator for reading contents
2552
2553 2003-03-12  John Levon  <levon@movementarian.org>
2554
2555         * insettext.C: name change to readToken()
2556
2557 2003-03-11  André Pönitz <poenitz@gmx.net>
2558
2559         * Makefile.am: insert insethfill
2560
2561         * insethfill.[Ch]: new files
2562
2563 2003-03-10  Angus Leeming  <leeming@lyx.org>
2564
2565         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
2566         BufferView * arg.
2567         (hideDialog): calls the new static Dialogs::hide() method.
2568
2569         * insetbibitem.C (edit):
2570         * insetbibtex.C (edit):
2571         * insetcite.C (edit):
2572         * insetcommand.C (localDispatch):
2573         * inseterror.C (d-tor):
2574         * insetert.C (showInsetDialog):
2575         * insetexternal.C (localDispatch, edit):
2576         * insetfloat.C (localDispatch, showInsetDialog):
2577         * insetfloatlist.C (edit):
2578         * insetgraphics.C (localDispatch, edit):
2579         * insetinclude.C (localDispatch, edit):
2580         * insetindex.C (edit):
2581         * insetlabel.C (edit):
2582         * insetminipage.C (localDispatch, showInsetDialog):
2583         * insetref.C (edit):
2584         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
2585         resetPos, showInsetDialog, openLayoutDialog):
2586         * insettoc.C (edit):
2587         * inseturl.C (edit):
2588         * insetwrap.C (localDispatch, showInsetDialog):
2589         changes due to the changed MailInset interface.
2590
2591 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
2592
2593         * insetfloat.h: Set default placement to an empty string.
2594
2595 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2596
2597         * insettext.C (latex): adjust call to latexParagraphs.
2598
2599 2003-03-10  Angus Leeming  <leeming@lyx.org>
2600
2601         * mailinset.C: warn the user if the BufferView has not been cached.
2602
2603 2003-03-10  Angus Leeming  <leeming@lyx.org>
2604
2605         * inset.h, insetbase.h: move cache() and view() into InsetBase.
2606
2607         * insetcommand.h (inset):
2608         * insetert.h (inset):
2609         * insetexternal.h (inset):
2610         * insetfloat.h (inset):
2611         * insetgraphics.h (inset):
2612         * insetinclude.h (inset):
2613         * insetminipage.h (inset):
2614         * insettabular.h (inset):
2615         * insetwrap.h (inset):
2616         * mailinset.h (inset): return an InsetBase &, not an Inset &.
2617
2618 2003-03-10  Angus Leeming  <leeming@lyx.org>
2619
2620         * insetcommand.C (string2params):
2621         * insetexternal.C (string2params):
2622         * insetfloat.C (string2params):
2623         * insetgraphics.C (string2params):
2624         * insetinclude.C (string2params):
2625         * insetminipage.C (string2params):
2626         * insettabular.C (string2params):
2627         * insetwrap.C (string2params): cure warning message about missing
2628         '\end_inset'.
2629
2630 2003-03-09  Angus Leeming  <leeming@lyx.org>
2631
2632         * insettabular.[Ch]: define a new class InsetTabularMailer and use
2633         it to communicate with the frontend dialogs.
2634
2635         * mailinset.C (hideDialog): only hide the dialog if it is showing the
2636         contents of this inset!
2637
2638 2003-03-07  Angus Leeming  <leeming@lyx.org>
2639
2640         * inseterror.C (localDispatch): new method; calls edit() on
2641         LFUN_MOUSE_RELEASE.
2642
2643 2003-03-07  Angus Leeming  <leeming@lyx.org>
2644
2645         * insetbibitem.C (localDispatch):
2646         * insetbibtex.C (localDispatch):
2647         * insetlabel.C (localDispatch):
2648         rewrite as a switch.
2649
2650 2003-03-07  Angus Leeming  <leeming@lyx.org>
2651
2652         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
2653         it to communicate with the frontend dialogs.
2654
2655 2003-03-07  Angus Leeming  <leeming@lyx.org>
2656
2657         * insetexternal.C: remove operator== and operator!= for
2658         InsetExternal::Params. They were used only by the old controller
2659         scheme.
2660
2661 2003-03-07  Angus Leeming  <leeming@lyx.org>
2662
2663         * insetcommand.C (localDispatch):
2664         * insetexternal.C (localDispatch):
2665         * insetfloat.C (localDispatch):
2666         * insetinclude.C (localDispatch):
2667         * insetminipage.C (localDispatch):
2668         * insetwrap.C (localDispatch):
2669         add LFUN_INSET_DIALOG_UPDATE to the switch.
2670
2671 2003-03-07  Angus Leeming  <leeming@lyx.org>
2672
2673         * insetcommand.C (string2params):
2674         * insetexternal.C (string2params):
2675         * insetfloat.C (string2params):
2676         * insetinclude.C (string2params):
2677         * insetwrap.C (string2params): use LyXLeX more.
2678
2679         * insetert.[Ch]:
2680         * insetexternal.[Ch]:
2681         * insetfloat.[Ch]:
2682         * insetinclude.[Ch]:
2683         * insetwrap.[Ch]: change Mailer::name_ to be static.
2684
2685         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
2686         it to communicate with the frontend dialogs.
2687
2688 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2689
2690         * insettext.C:
2691         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
2692
2693 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2694
2695         * insettext.C (updateLocal): un-const function
2696         (updateLocal): adjust
2697         (collapseParagraphs): un-const function
2698         (collapseParagraphs): adjust
2699
2700 2003-03-05  Angus Leeming  <leeming@lyx.org>
2701
2702         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
2703         it to communicate with the frontend dialogs.
2704
2705 2003-03-05  Angus Leeming  <leeming@lyx.org>
2706
2707         * insetcollapsable.C (draw): cache the BufferView.
2708
2709         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
2710         it to communicate with the frontend dialogs.
2711
2712 2003-03-05  Angus Leeming  <leeming@lyx.org>
2713
2714         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
2715         struct.
2716
2717 2003-03-05  Angus Leeming  <leeming@lyx.org>
2718
2719         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
2720
2721         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
2722         it to communicate with the frontend dialogs.
2723
2724 2003-03-05  Angus Leeming  <leeming@lyx.org>
2725
2726         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
2727         it to communicate with the frontend dialogs.
2728
2729 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2730
2731         * insettext.C (collapseParagraphs): adjust
2732         (appendParagraphs): make it take a Buffer* instead of a
2733         BufferParams& as arg.
2734         (appendParagraphs): adjust
2735
2736 2003-03-04  Angus Leeming  <leeming@lyx.org>
2737
2738         * insetbibitem.C (localDispatch):
2739         * insetbibtex.C (localDispatch):
2740         * insetcommand.C (localDispatch):
2741         * insetert.C (localDispatch):
2742         * insetlabel.C (localDispatch):
2743         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
2744
2745 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2746
2747         * insettext.C (latex): adjust for ParagraphList::iterator
2748
2749 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2750
2751         * insetbutton.C (view): adjust for boost 1.30.0
2752         * insetcollapsable.C (view): ditto
2753         * insetgraphics.C (statusChanged): ditto
2754
2755         * insettext.h: move paragraphs to be public.
2756
2757 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2758
2759         * insetnote.[Ch] (InsetNote): remove unused constructor
2760
2761 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
2762
2763         * insetgraphics.C: added include "format.h"
2764
2765 2003-02-27  Angus Leeming  <leeming@lyx.org>
2766
2767         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
2768         thingy.
2769
2770 2003-02-27  Angus Leeming  <leeming@lyx.org>
2771
2772         * insetbibitem.C (localDispatch):
2773         * insetbibtex.C (localDispatch):
2774         * insetcommand.C:
2775         * insetert:
2776         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
2777
2778 2003-02-26  Angus Leeming  <leeming@lyx.org>
2779
2780         * insetbibitem.[Ch] (localDispatch):
2781         * insetbibtex.[Ch] (localDispatch):
2782         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
2783
2784         * insetcommand.C (localDispatch):
2785         act only on receipt of LFUN_XYZ_APPLY.
2786
2787         * insetert.C (localDispatch): reformat.
2788         add LFUN_XYZ_APPLY to the switch.
2789
2790 2003-02-26  John Levon  <levon@movementarian.org>
2791
2792         * insettext.C: use RowPainter
2793
2794         * inset.h: make helpers take const *
2795
2796 2003-02-26  Angus Leeming  <leeming@lyx.org>
2797
2798         * insetcommand.[Ch] (localDispatch): new method.
2799
2800 2003-02-26  Angus Leeming  <leeming@lyx.org>
2801
2802         * insetinclude.C (draw): cache the BufferView* using cache not
2803         PreviewImpl::setView
2804
2805 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
2806
2807         * insetgraphics.C (draw)
2808         * insetinclude.C (draw): Eliminate also the other argument (owner
2809         inset inset) in the call to PreviewImage::image
2810
2811 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
2812
2813         * insetgraphics.C (draw)
2814         * insetinclude.C (draw): Eliminate Buferview argument in call to
2815         PreviewImage::image
2816
2817 2003-02-25  John Levon  <levon@movementarian.org>
2818
2819         * insetgraphicsParams.h:
2820         * insetgraphics.C: don't start a load process if
2821           the inset is set to NoDisplay (bug #920)
2822
2823 2003-02-22  John Levon  <levon@movementarian.org>
2824
2825         * insetfloat.C:
2826         * insetwrap.C: TocItem changed API (bug 913)
2827
2828 2003-02-21  Angus Leeming  <leeming@lyx.org>
2829
2830         * insetcollapsable.[Ch] (cache, edit):
2831         * insetbutton.[Ch] (cache, edit): new methods to cache the
2832         BufferView in the draw method.
2833
2834         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
2835         simplify comunication between InsetCommand-derived classes and
2836         the Dialogs.
2837
2838         * insetbibitem.[Ch]:
2839         * insetbibtex.[Ch]:
2840         * insetcite.[Ch]:
2841         * inseterror.[Ch]:
2842         * insetfloatlist.[Ch]:
2843         * insetindex.[Ch]:
2844         * insetref.[Ch]:
2845         * insettoc.[Ch]:
2846         * inseturl.[Ch]: small changes to reflect the new interface to the
2847         Dialogs code.
2848
2849         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
2850         other, similar classes.
2851
2852         * Makefile.am: add new files.
2853
2854 2003-02-21  Angus Leeming  <leeming@lyx.org>
2855
2856         * updatableinset.h (setView, view): remove.
2857         * inset.h (view, cache): to be replaced by these.
2858
2859         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
2860         insetbibtex.[Ch]:
2861
2862         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
2863         insetbibtex.[Ch].
2864
2865         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
2866
2867 2003-02-21  Allan Rae  <rae@lyx.org>
2868
2869         * insetinclude.C (loadIfNeeded): ensure loading also works when
2870         child document is under version control.
2871
2872 2003-02-17  André Pönitz <poenitz@gmx.net>
2873
2874         * insetbib.[Ch]: Adjust access to bibkeys
2875
2876 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2877
2878         * insetquotes.C (dispString): remove use of acute accent for "'"
2879         right quote.
2880
2881 2003-02-14  John Levon  <levon@movementarian.org>
2882
2883         * insettabular.C: changed method names in tabular.C
2884
2885 2003-02-14  John Levon  <levon@movementarian.org>
2886
2887         * inset.h:
2888         * inset.C:
2889         * insetcollapsable.h:
2890         * insetcollapsable.C:
2891         * insettabular.h:
2892         * insettabular.C:
2893         * insettext.h:
2894         * insettext.C: remove unused getParFromID()
2895
2896 2003-02-13  John Levon  <levon@movementarian.org>
2897
2898         * insettext.h:
2899         * insettext.C: remove unused beginningofMainBody()
2900
2901 2003-02-08  John Levon  <levon@movementarian.org>
2902
2903         * inset.h:
2904         * inset.C:
2905         * insetcollapsable.h:
2906         * insetcollapsable.C:
2907         * insettabular.h:
2908         * insettabular.C:
2909         * insettext.h:
2910         * insettext.C:
2911           add nextChange(). Make allowSpellcheck() const. Add markErased().
2912
2913         * insetert.C: ignore deleted text
2914
2915         * insettabular.C: make sure to keep change  tracking working
2916           properly.
2917
2918 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2919
2920         * insetert.C:
2921         * insetgraphics.C:
2922         * insettabular.C:
2923         * insettext.C: Use error messages with identical spelling and punctuation
2924
2925 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
2926
2927         * insetgraphics.C (draw, width): Fix spacing around graphics inset
2928
2929 2002-12-17  Juergen Vigna  <jug@lyx.org>
2930
2931         * insettext.C (localDispatch): hopefully fixed cursor up down
2932         movement on leaving other insets.
2933
2934 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2935
2936         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
2937         and the like.
2938
2939 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2940
2941         * insetgraphics.C (prepareFile): do not remove the extension of
2942         the file name if it is not the default extension for the given
2943         format (that is, in latex output, remove extension from foo.eps,
2944         but not from foo.epsi)
2945
2946 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2947
2948         * insettext.C (lfunMouseRelease): hackish solution to the "double
2949         menu open" bug
2950
2951 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2952
2953         * insetfloat.C (addToToc): use the floats name not its type
2954         * insetwrap.C (addToToc): ditto
2955
2956 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2957
2958         * insetnote.C (init): make label font smaller
2959
2960 2002-12-04  John Levon  <levon@movementarian.org>
2961
2962         * insetinclude.C: ressurect setting of command name
2963
2964 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2965
2966         * insetquotes.C (dispString): disambiguate insert call
2967
2968 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2969
2970         * several files: ws changes
2971
2972 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2973
2974         * insetquotes.C (dispString): use string::insert for prepending a
2975         char.
2976
2977 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2978
2979         * insetparent.C (getScreenLabel): use boost::format
2980
2981         * insetgraphics.C (prepareFile): use boost::format
2982         (ascii): ditto
2983
2984         * insetfloatlist.C (latex): use boost::format
2985
2986         * insetcaption.C (draw): use boost::format
2987
2988 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
2989
2990         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
2991         columns.
2992
2993 2002-11-20  Juergen Vigna  <jug@sad.it>
2994
2995         * insettabular.C (resetPos): temporary fix for endless loop in
2996         this function on a redraw.
2997
2998 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2999
3000         * insettabular.C (copySelection): STRCONV
3001
3002         * insetinclude.C (uniqueID): STRCONV
3003         (latexString): ditto
3004
3005         * insetgraphics.C: put VersionNumber inside anon namespace
3006         (createLatexOptions): STRCONV
3007
3008         * insetcommandparams.C: include config.h
3009
3010 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
3011
3012         * insetgraphicsParams.C (Write): use lyx::float_equal.
3013         Write height data correctly.
3014         (Read): zero scale when reading height data.
3015
3016 2002-10-30  John Levon  <levon@movementarian.org>
3017
3018         * insetfloat.C (addToTOC): recursively traverse all
3019           contents looking for captions (fix #568)
3020
3021 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3022
3023         * insetexternal.C (doSubstitution): do not try to replace
3024         environment variables, this is done when executing the command
3025
3026 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3027
3028         * insetexternal.C (doSubstitution): change order of substitution
3029         to work around ReplaceEnvironmentPath brokenness
3030
3031 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
3032
3033         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
3034
3035         * insetgraphicsParams.C (init, Write): associated changes
3036         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
3037         InsetGraphicsParams::scale.
3038
3039 2002-10-21  John Levon  <levon@movementarian.org>
3040
3041         * inset.h: remove unused DISPATCH_RESULT
3042
3043         * insettext.C: sgml open/close tag now in sgml namespace
3044
3045 2002-10-21  Angus Leeming  <leeming@lyx.org>
3046
3047         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
3048         file path subdir/fig.eps when pasting it into a buffer in a different
3049         directory.
3050
3051 2002-10-16  John Levon  <levon@movementarian.org>
3052
3053         * insetspecialchar.C: remove \\protected_separator parsing
3054
3055 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3056
3057         * insetquote.C: fix LaTeX output of quotation marks.
3058
3059 2002-10-14  Juergen Vigna  <jug@sad.it>
3060
3061         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
3062         Backspace functions which confused the Undo handling.
3063
3064 2002-10-09  Angus Leeming  <leeming@lyx.org>
3065
3066         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
3067         BufferView::dispatch that turns off this optimisation when a new inset
3068         is inserted.
3069
3070         * insetcite.C (getNatbibLabel): correct logic of when and when not to
3071         reload the BibTeX keys.
3072
3073 2002-10-11  André Pönitz <poenitz@gmx.net>
3074
3075         * insettext.h: handle LFUN_PRIOR/NEXT
3076
3077 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
3078
3079         * insetfloat.C: fix bug with float settings
3080         (document default != float default).
3081
3082 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
3083
3084         * insetwrap.C (addToToc): New method.
3085         (InsetWrap): Set layout to caption.
3086
3087 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3088
3089         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
3090
3091 2002-09-16  John Levon  <levon@movementarian.org>
3092
3093         * insettabular.h: hasSelection() needs to be public
3094
3095 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
3096
3097         * insetgraphicsParams.C: use empty string as default for rotateOrigin
3098
3099 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3100
3101         * insetgraphicsParams.C: use empty string as default for rotateOrigin
3102
3103 2002-09-11  André Pönitz <poenitz@gmx.net>
3104
3105         * insettabular.C: implement LFUN_WORDSEL
3106
3107 2002-09-10  John Levon  <levon@movementarian.org>
3108
3109         * insetinclude.h: remove unused param
3110
3111 2002-09-09  John Levon  <levon@movementarian.org>
3112
3113         * insetinclude.h:
3114         * insetinclude.C: remove noload, default to input
3115
3116 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
3117
3118         * insetgraphics.C: disfuscated use of ']' in built output string.
3119
3120 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3121
3122         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
3123
3124 2002-08-29  Juergen Vigna  <jug@sad.it>
3125
3126         * insettabular.C (lfunMousePress): Pay attention where you set
3127         the x/y values as they depend on which inset in the tabular is
3128         actually locked. So you surely have to reset them if you (un)lock
3129         a inset!
3130
3131 2002-08-29  André Pönitz <poenitz@gmx.net>
3132
3133         * insetfootlike.h: rename include guard to ALL CAPS
3134
3135         * insettext.C: swap object and first parameter for checkInsetHit calls
3136           as this functions has moved from BufferView to LyXText
3137
3138
3139 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
3140
3141         * insetgraphicsParams.C: remove local displayTranslator and use
3142         the one from graphics/GraphicsTypes.h.
3143
3144 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3145
3146         * insetfloat.C (wide): add BufferParams parameter
3147
3148         * insetfloatlist.C (read):
3149         (latex):
3150         (getScreenLabel):
3151         * insetfloat.C (latex):
3152         (floatname):
3153         * insetcaption.C (draw): use LyXTextClass::floats()
3154
3155 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3156
3157         * insetoptarg.h: add std:: qualifier.
3158
3159 2002-08-26  Juergen Vigna  <jug@sad.it>
3160
3161         * insettext.C (localDispatch): ditto.
3162
3163         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
3164
3165 2002-08-25  John Levon  <levon@movementarian.org>
3166
3167         * inseturl.C: elide long URLs (bug 404)
3168
3169 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3170
3171         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
3172         remove "Format Version <version_no.>" string from inset header
3173
3174         * insetgraphics.C:
3175         * insetgraphicsParams.[Ch]: Implement new graphics dialog
3176
3177         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
3178         a member of "grfx::Params" anymore.
3179
3180         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
3181
3182 2002-08-24  John Levon  <levon@movementarian.org>
3183
3184         * insetoptarg.h:
3185         * insetoptarg.C: ws, pedantry ...
3186
3187 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3188
3189         * insettext.C (collapseParagraphs): pasteParagraph now in global
3190         scope
3191         (appendParagraphs): ditto
3192
3193 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
3194
3195         * insetcite.C (latex): Remove spaces only after commmas.
3196
3197 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3198
3199         * insettext.C: remove NO_COMPABILITY stuff
3200
3201 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3202
3203         * insettext.C (edit): use ParagraphList iterators
3204
3205         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
3206         (bibitemWidest): ditto
3207
3208 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3209
3210         * insettext.C: include <boost/bind.hpp>
3211         add using std::for_each
3212         (saveLyXTextState): use ParagraphsList::iterator
3213         (init): use for_each on paragraphlist iterators
3214         (InsetText): remove superflous setting cached_bview to 0
3215         (latex): reformat a bit
3216         (ascii): use paragraphlist iterators
3217         (validate): use for_each + boost bind
3218         (getLabelList): use paragraphlist iterators
3219         (deleteLyXText): use for_each + boost::bind
3220         (resizeLyXText): ditto
3221         (reinitLyXText): ditto
3222         (removeNewlines): use paragraphlist iterators
3223         (getParFromID): ditto
3224         (paragraph): use for_each + boost::bind
3225         (getInsetFromID): use paragraphlist iterators
3226         (getLabelList): typo fix
3227
3228 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3229
3230         * insettext.C (read): assign tmp to paragraphs after return from
3231         call to parseSingleLyXformat2Token
3232
3233
3234 2002-08-13  Angus Leeming  <leeming@lyx.org>
3235
3236         * insetbib.C:
3237         * insetcite.C:
3238         * inseterror.C:
3239         * insetert.C:
3240         * insetexternal.C:
3241         * insetfloat.C:
3242         * insetfloatlist.C:
3243         * insetgraphics.C:
3244         * insetinclude.C:
3245         * insetindex.C:
3246         * insetminipage.C:
3247         * insetparent.C:
3248         * insetref.C:
3249         * insettabular.C:
3250         * insettext.C:
3251         * insettoc.C:
3252         * inseturl.C:
3253         changes due to the changed LyXView interface that now returns references
3254         to member variables not pointers.
3255
3256 2002-08-13  Angus Leeming  <leeming@lyx.org>
3257
3258         * inset.h:
3259         * insetcollapsable.h:
3260         * insetert.h:
3261         * insettabular.h:
3262         * insettext.h: forward-declare WordLangTuple
3263         (selectNextWordToSpellcheck) constify return type.
3264
3265         * inset.C:
3266         * insetcollapsable.C:
3267         * insetert.C:
3268         * insettabular.C:
3269         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
3270
3271 2002-08-12  Angus Leeming  <leeming@lyx.org>
3272
3273         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
3274
3275 2002-08-12  Juergen Vigna  <jug@sad.it>
3276
3277         * insetcollapsable.C (edit): ignore if entered when pressing mouse
3278         button 3.
3279
3280 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3281
3282         * insetbib.C (bibitemMaxWidth): ParagraphList changes
3283         (bibitemWidest): ditto
3284         * insettext.[Ch]: ditto
3285
3286 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3287
3288         * insettext.C, insetert.C: use Paragraph::empty where appropriate
3289
3290 2002-08-09  Angus Leeming  <leeming@lyx.org>
3291
3292         * insetinclude.C (latexString): remove fudge now that I've found out
3293         how to enable LaTeX to find the file using input@path.
3294
3295 2002-08-09  John Levon  <levon@movementarian.org>
3296
3297         * insettext.h:
3298         * insettext.C: remove unused xpos
3299
3300 2002-08-07  Juergen Vigna  <jug@lyx.org>
3301
3302         * insettabular.C (localDispatch): make delete not put the stuff
3303         in the clipboard only do this on a cut operation.
3304
3305         * insettext.C (localDispatch): make delete and backspace not put
3306         selected stuff to the clipboard.
3307
3308 2002-08-07  André Pönitz <poenitz@gmx.net>
3309
3310         * inset.[Ch]:
3311         * insetcollapsable.[Ch]:
3312         * insetert.[Ch]:
3313         * insetparent.[Ch]:
3314         * insetref.[Ch]:
3315         * insettabular.[Ch]:
3316         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
3317
3318 2002-08-06  John Levon  <levon@movementarian.org>
3319
3320         * inset.h:
3321         * inset.C:
3322         * insetcollapsable.h:
3323         * insetcollapsable.C:
3324         * insetert.h:
3325         * insetert.C:
3326         * insettabular.h:
3327         * insettabular.C:
3328         * insettext.h:
3329         * insettext.C: use WordLangTuple for spellcheck
3330
3331 2002-08-06  Angus Leeming  <leeming@lyx.org>
3332
3333         * insetinclude.C: add a monitor to the previewed image, so that the
3334         image is refreshed if the \input-ed file changes.
3335
3336 2002-08-04  John Levon  <levon@movementarian.org>
3337
3338         * inset.h:
3339         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
3340
3341 2002-08-02  Angus Leeming  <leeming@lyx.org>
3342
3343         * insetcommandparams.[Ch] (preview): new methods returning and setting
3344         a new bool preview_ flag.
3345         (read): read this flag.
3346         (operator==): add flag to check.
3347
3348         * insetinclude.C (write): output new preview() flag.
3349         (previewWanted): use this flag.
3350
3351 2002-08-02  Angus Leeming  <leeming@lyx.org>
3352
3353         * insetcollapsable.[Ch] (addPreview):
3354         * insettabular.[Ch] (addPreview):
3355         * insettext.[Ch] (addPreview): new methods. Can now generate previews
3356         for insets in insets.
3357
3358 2002-08-02  Angus Leeming  <leeming@lyx.org>
3359
3360         * insetcite.C: fix typo.
3361
3362         * insetgraphics.C: kill current_view and instead cache the BufferView
3363         as a weak_ptr.
3364
3365         * insetinclude.C: kill current_view and pass the BufferView to the
3366         PreviewedInset so that it can cache it.
3367
3368 2002-08-01  Angus Leeming  <leeming@lyx.org>
3369
3370         * inset.h (generatePreview): renamed as addPreview.
3371         (generatePreview): new method. Allows code to be moved out of
3372         math_nestinset.C and into the new PreviewedInset class.
3373
3374         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
3375         add previews to the inset when \input-ing LaTeX.
3376
3377 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3378
3379         * several files: strip,frontStrip -> trim,ltrim,rtrim
3380
3381 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3382
3383         * insetbib.C (latex): modify because of strip changes
3384         (getKeys): ditto
3385         * insetnote.C (InsetNote): ditto
3386
3387 2002-07-26  Juergen Vigna  <jug@sad.it>
3388
3389         * insettabular.C (searchForward): check for lastcell if we
3390         had a locking inset.
3391
3392 2002-07-25  Juergen Vigna  <jug@sad.it>
3393
3394         * insettabular.C (insetMotionNotify): Don't update the screen
3395         if we didn't do nothing.
3396         (searchForward): last cell was not checked.
3397
3398 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
3399
3400         * insetfloat.C (read, write): Allow default placement
3401         (floatPlacement_ is empty).
3402
3403 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3404
3405         * insetminipage.h (noFontChange):
3406         * insettabular.h (noFontChange):
3407         * insetfootlike.h (noFontChange):
3408         * insetfloat.h (noFontChange): return true
3409
3410         * inset.h (noFontChange): new method, defaulting to false
3411
3412 2002-07-22  Herbert Voss  <voss@lyx.org>
3413
3414         * insetgraphicsParams.[Ch]: support size_type for old docs
3415
3416 2002-07-22  Herbert Voss  <voss@lyx.org>
3417
3418         * insetgraphics.C:
3419         * insetgraphicsParams.[Ch]: change size_type to size_kind and
3420         other small changes
3421
3422 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3423
3424         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
3425
3426         * insetlatexaccent.h: do not include "lyxlex.h"
3427
3428         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
3429
3430         * insetquotes.C:
3431         * insetlatexaccent.C:
3432         * insetgraphics.C:
3433         * insetexternal.C:
3434         * insetert.C:
3435         * insetbib.C: #include "lyxlex.h"
3436
3437         * insetinclude.C:
3438         * insetfloat.C:
3439         * insetert.C:
3440         * insetbib.C:
3441         * insettext.C: use BufferParams::getLyXTextClass
3442
3443
3444         * insetfloat.C (addToToc): new method. Add to toclist the entries
3445         corresponding to Caption layouts
3446         (InsetFloat): when creating a new float, set the layout to "Caption"
3447
3448 2002-07-21  Herbert Voss  <voss@lyx.org>
3449
3450         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
3451         image relevant part into graphics/GraphicsImgae.C
3452
3453 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3454
3455         * insettoc.C (ascii):
3456         * insetfloatlist.C (ascii): change to use the new Toc functions
3457         instead of stuff that was in Buffer
3458
3459 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3460
3461         * insettext.C (localDispatch): BufferView::Dispatch has been
3462         renamed to BufferView::dispatch
3463
3464 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3465
3466         * insetgraphicsParams.C (as_grfxParams): use the new
3467         keepLyXAspectRatio parameter. Note that this is an adaptation of a
3468         1.2.0 patch, and I do not really know how to adapt it to the new
3469         grfx::Cache world. Angus, please could you have a look?
3470
3471 2002-05-01  Herbert Voss  <voss@lyx.org>
3472
3473         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
3474
3475 2002-07-18  Angus Leeming  <leeming@lyx.org>
3476
3477         * insetgraphics.C: clean-up comments (from Herbert).
3478         add a new checksum variable to the cache. Use it in PrepareFile.
3479         (draw): start monitoring the file for a change.
3480         (prepareFile): re-arrange a little to avoid unnecessary steps.
3481
3482 2002-07-17  Angus Leeming  <leeming@lyx.org>
3483
3484         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
3485         a method rather than to the signal directly.
3486
3487 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3488
3489         * insettext.C: use view_state_changed, switchKeyMap
3490
3491 2002-07-17  Herbert Voss  <voss@perce.de>
3492
3493         * insetgraphics.C (prepareFile): keep the extension when
3494         exporting to nice file
3495
3496 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3497
3498         * insetcite.C (getNatbibLabel):
3499         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
3500
3501 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3502
3503         * insetgraphics.C: use ->isDrawable()
3504
3505 2002-07-12  Angus Leeming  <leeming@lyx.org>
3506
3507         * insetgraphics.C: use the new smart loading capabilities of the image
3508         loader.
3509
3510 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
3511
3512         * insettabular.C (edit): Move into correct cell when entering a
3513         tabular in
3514
3515         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
3516         RTL paragraphs.
3517
3518 2002-07-05  Angus Leeming  <leeming@lyx.org>
3519
3520         * inset.h (generatePreview): new virtual method.
3521
3522 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3523
3524         * insetcommandparams.[Ch] (operator=): move out of class
3525         (operator!): move out of class
3526
3527 2002-07-04  André Pönitz <poenitz@gmx.net>
3528
3529         * insetcommandparams.[Ch]: new files
3530
3531         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
3532
3533 2002-06-15  Herbert Voss  <voss@perce.de>
3534
3535         * insetgraphics.C (prepareFile): bugfix; return always
3536         files without extension
3537
3538 2002-06-28  Angus Leeming  <leeming@lyx.org>
3539
3540         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
3541         rename asGParams -> as_grfxParams.
3542
3543         * insetgraphics.C: reflect above change.
3544
3545 2002-06-26  Angus Leeming  <leeming@lyx.org>
3546
3547         * insetgraphics.h: use boost::scoped_ptr in preference to
3548         std::auto_ptr.
3549
3550 2002-06-26  Angus Leeming  <leeming@lyx.org>
3551
3552         * insetgraphics.C: moved the image loading stuff into a new class
3553         grfx::Loader. Simplifies this file enormously.
3554
3555         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
3556
3557         * insetgraphicsParams.C: changes aassociated with moving
3558         grfx::DisplayType out of grfx::GParams.
3559
3560 2002-06-26  André Pönitz <poenitz@gmx.net>
3561
3562         * insetgraphics.C: use os::external_path where necesaary according to a
3563         patch from Claus Hentschel)
3564
3565 2002-06-25  Angus Leeming  <leeming@lyx.org>
3566
3567         * insetgraphics.[Ch]: The inset now assumes the responsibility for
3568         generating a pixmap once the graphics file is loaded into memory.
3569         The current_view ugliness that was in grfx::ModifiedImage has been
3570         moved here now that grfx::ModifiedImage is no more.
3571
3572 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3573
3574         * insettext.C: layout as layout
3575
3576 2002-05-28  André Pönitz <poenitz@gmx.net>
3577
3578         * insetfloatlist.h: remove source of compiler warning
3579
3580         * insetref.C: tiny whitespace
3581
3582 2002-06-15  Herbert Voss  <voss@perce.de>
3583
3584         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
3585         and take always convert when no userdefined converter was
3586         found
3587         (latex) small changes in the lyxerr output
3588
3589 2002-06-15  LyX Development team <lyx@rilke>
3590
3591         * inset*.[Ch] (docbook): Added new argument to take the pernicious
3592         mixed content. Small white spaces clean.
3593
3594 2002-06-14  Angus Leeming  <leeming@lyx.org>
3595
3596         * inseetexternal.C: remove the using std::difftime declaration.
3597
3598 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
3599
3600         * insetquotes.C: change lyxfont::draw to font_metrics::draw
3601
3602 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
3603
3604         * insetquotes.C (draw): fix drawing of double quotes
3605
3606 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3607
3608         * insettabular.C: s/scrollCB/scrollDocView/
3609
3610 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3611
3612         * insettext.C: change of topCursorVisible()
3613           prototype
3614
3615 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3616
3617         * insettext.h:
3618         * insettext.C: rename/change of LyXScreen
3619
3620 2002-06-07  Angus Leeming  <leeming@lyx.org>
3621
3622         Fixes needed to compile with Compaq cxx 6.5.
3623         * insetexternal.C:
3624         all c-library variables have been moved into namespace std.
3625         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
3626
3627 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3628
3629         * insetinclude.C (uniqueID):
3630         * insetgraphics.C (uniqueID): renamed from unique_id, since this
3631         conflicted with some AIX headers.
3632
3633 2002-05-31  Juergen Vigna  <jug@sad.it>
3634
3635         * insetert.C (get_new_label): add '...' for multi-paragraph ert
3636         insets too
3637         (update) new method
3638
3639 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3640
3641         * insetexternal.C (clone): fix () bug when using new
3642         (updateExternal): don't only look for difftime in global scope
3643
3644 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
3645
3646         * insettabular.C: add const
3647
3648 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3649
3650         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
3651         file name, in case there are weird characters like ',' in there.
3652         (bug #407)
3653
3654 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3655
3656         * switch from SigC signals to boost::signals.
3657
3658 2002-05-28  André Pönitz <poenitz@gmx.net>
3659
3660         * insets/insetgraphicsParams.[Ch]:
3661           put in inset related stuff from src/graphic
3662
3663 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3664
3665         * inset.C:
3666         * inset.h:
3667         * insetbib.C:
3668         * insetbib.h:
3669         * insetcite.h:
3670         * insetcite.C:
3671         * insetcollapsable.C:
3672         * insetcollapsable.h:
3673         * inseterror.C:
3674         * inseterror.h:
3675         * insetert.C:
3676         * insetert.h:
3677         * insetexternal.C:
3678         * insetexternal.h:
3679         * insetfloatlist.C:
3680         * insetfloatlist.h:
3681         * insetgraphics.C:
3682         * insetgraphics.h:
3683         * insetinclude.C:
3684         * insetinclude.h:
3685         * insetindex.C:
3686         * insetindex.h:
3687         * insetlabel.C:
3688         * insetlabel.h:
3689         * insetparent.C:
3690         * insetparent.h:
3691         * insetref.C:
3692         * insetref.h:
3693         * insettabular.C:
3694         * insettabular.h:
3695         * insettext.C:
3696         * insettext.h:
3697         * insettoc.C:
3698         * insettoc.h:
3699         * inseturl.C:
3700         * inseturl.h: use mouse_state. Kill insetKeyPress
3701
3702 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3703
3704         * insetbib.C:
3705         * insetbutton.C:
3706         * insetcaption.C:
3707         * insetcollapsable.C:
3708         * inseterror.C:
3709         * insetgraphics.C:
3710         * insetlatexaccent.C:
3711         * insetquotes.C:
3712         * insetspecialchar.C:
3713         * insettabular.C:
3714         * insettext.C: name change for font metrics
3715
3716 2002-05-24  Juergen Vigna  <jug@sad.it>
3717
3718         * insetgraphics.h: include inset.h first (for LString.h)
3719
3720 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3721
3722         * insettext.C: screen moved
3723
3724 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3725
3726         * insetbib.C:
3727         * insetcite.C:
3728         * inseterror.C:
3729         * insetert.C:
3730         * insetexternal.C:
3731         * insetfloat.C:
3732         * insetfloatlist.C:
3733         * insetgraphics.C:
3734         * insetinclude.C:
3735         * insetindex.C:
3736         * insetminipage.C:
3737         * insetparent.C:
3738         * insetref.C:
3739         * insettabular.C:
3740         * insettext.C:
3741         * insettoc.C:
3742         * inseturl.C: LyXView moved into frontends/
3743
3744 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3745
3746         * inset.C:
3747         * insetbutton.C:
3748         * insetcaption.C:
3749         * insetcollapsable.C:
3750         * insetcommand.C:
3751         * inseterror.C:
3752         * insetgraphics.C:
3753         * insetgraphicsParams.C:
3754         * insetlatexaccent.C:
3755         * insetquotes.C:
3756         * insetspecialchar.C:
3757         * insettabular.C:
3758         * insettext.C: move Painter to frontends/
3759
3760 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3761
3762         * insettabular.h: use more specific smart_ptr header.
3763         * insettext.h: ditto
3764
3765         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
3766         (draw): ditto
3767
3768 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
3769
3770         * insettext.C: clear selection on paste (bug 393)
3771
3772 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
3773
3774         * insettext.C (latex): Honor the moving_arg argument.
3775
3776 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3777
3778         * insetfoot.C (latex): if a footnote is in a title layout, then it
3779         is a \thanks. And then, its contents is a moving argument.
3780
3781 2002-05-14  Juergen Vigna  <jug@sad.it>
3782
3783         * insetcollapsable.C (InsetCollapsable): forgot to initialize
3784         first_after_edit.
3785
3786 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
3787
3788         * Insetcite.C (getNatbibLabel): don't disable natbib label support
3789         when using options "Full author list" or "Upper case".
3790
3791 2002-05-14  Herbert Voss  <voss@perce.de>
3792
3793         * insetgraphics.C (prepareFile): allow files with same name
3794         in different dirs
3795         (readFigInset): set the flags from old figinset in the right
3796         manner
3797         (findTargetFormat): more comments
3798
3799 2002-05-14  Juergen Vigna  <jug@sad.it>
3800
3801         * insettext.C (edit): tell checkAndActivateInset() that we don't
3802         have a button press.
3803         (checkAndActivateInset): if button < 0 we don't have a button press
3804         on the inset and os we won't call edit on it if it's not a Highly
3805         editable inset (then we have to enter it).
3806
3807 2002-05-13  Juergen Vigna  <jug@sad.it>
3808
3809         * insetcollapsable.C (insetButtonRelease): returned wrong return
3810         value.
3811
3812 2002-05-09  Juergen Vigna  <jug@sad.it>
3813
3814         * insetcollapsable.C (edit): first_after_edit should only be
3815         set to true if we enter this inset and it was collapsed so we
3816         open it up. This is needed to reclose it after a search/replace
3817         or spellcheck function opened it and was negative.
3818
3819 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
3820
3821         * insetfloat.C (latex): Return correct value.
3822
3823 2002-05-04  Herbert Voss  <voss@perce.de>
3824
3825         * InsetgraphicsParams.C (read): fix bug with WH
3826
3827 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
3828
3829         * insetfloat.C (latex): More sensible latex output
3830         (fix the problem with endfloat).
3831
3832 2002-05-02  José Matos  <jamatos@fep.up.pt>
3833
3834         * insetgraphics.C (validate): acess params as everyone else.
3835
3836 2002-05-03  Juergen Vigna  <jug@sad.it>
3837
3838         * insettabular.C (fitInsetCursor): recalculate the cursor position
3839         if I request it.
3840
3841 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
3842
3843         * InsetgraphicsParams.[Ch]: whitespace.
3844
3845 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
3846
3847         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
3848         float type do not exist.
3849
3850 2002-04-28  Herbert Voss  <voss@perce.de>
3851
3852         * insetgraphics.C (latex): fix bug with missing file-extension.
3853         LaTeX still allows a missing "eps" or "ps".
3854
3855 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
3856
3857         * insetfloat.C (c-tor, wide): translate the name of the float.
3858
3859 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3860
3861         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
3862         when using natbib and make it work efficiently. Must emphasise that the
3863         real work is Herbert's.
3864
3865 2002-04-23  Herbert Voss  <voss@perce.de>
3866
3867         * insetgraphic.C (prepareFile): fix bug with overwriting and
3868         deleting an existing *.eps-file in the doc-dir
3869
3870 2002-04-23  Juergen Vigna  <jug@sad.it>
3871
3872         * insettabular.C (drawCellSelection): fix off by 1 error.
3873
3874 2002-04-22  Juergen Vigna  <jug@sad.it>
3875
3876         * insettabular.C (setFont): rewoke full selection if it was asked,
3877         after we changed all we had to change.
3878
3879         * insettext.C (insetUnlock): code was uninitialized in some situations.
3880
3881 2002-04-19  Herbert Voss  <voss@perce.de>
3882
3883         * insetgraphic.C (prepareFile): return filename without
3884         extension if we only export without compiling
3885
3886 2002-04-19  Juergen Vigna  <jug@sad.it>
3887
3888         * insettext.C (draw): call a fullRebreak on the row where we had a
3889         change and reset the cursor and selection-cursors.
3890
3891         * insettabular.C (insetUnlock):
3892         (insetButtonPress): call an update before setting the_locking_inset = 0
3893         as otherwise we don't repaint!
3894         (update): reset the cursor position when we changed dimensions as
3895         otherwise our cursor may be on the wrong spot.
3896
3897 2002-04-18  Juergen Vigna  <jug@sad.it>
3898
3899         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
3900         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
3901         redraw otherwise we won't redraw.
3902
3903         * insettext.C (draw): fixed the setting of LyXText::first_y it was
3904         not really right before, but I only discovered this with the last
3905         changes to Page up/down.
3906
3907 2002-04-17  Juergen Vigna  <jug@sad.it>
3908
3909         * insettext.C (checkAndActivateInset): simplified as we now have the
3910         edit(bv, bool) call.
3911
3912         * insettext.h: changed behind variables to front variables to be
3913         equal to the one in the edit call (as it is for that they are used).
3914
3915 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3916
3917         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
3918         not output anything at all!
3919
3920 2002-04-16  Juergen Vigna  <jug@sad.it>
3921
3922         * insettabular.C (insetButtonPress):
3923         (insetUnlock): call a redraw on unlocking the cell inset.
3924
3925         * insettext.C (insetButtonPress): same as below.
3926         (lockInset): new function to set initial values when inset should
3927         be locked.
3928         (insetButtonPress): use above function.
3929         (insetUnlock): don't force a repaint only set the updateStatus. The
3930         outside world should repaint if it thinks it should be done!
3931
3932         * insettabular.C (insetButtonPress): init values if not set as locked
3933         as we are locked if someone presses on us and don't call the edit()
3934         call of the InsetText to lock it do it as BufferView does it!
3935
3936         * inset.h (insetInInsetY): make func const and return an int.
3937         * insettext.C:
3938         * insettabular.C:
3939         * insetcollapsable.C: adapt the above changed function.
3940
3941 2002-04-15  Juergen Vigna  <jug@sad.it>
3942
3943         * insettext.C (getCursorPos): return relative position as to be able
3944         to give them directly to the edit() call.
3945         (edit): we have to set also x_fix as it is not set inside the
3946         setCursorFromCoordinates call!
3947         (insetMotionNotify): ditto.
3948
3949 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3950
3951         * insetbib.C (getKeys): strip leading '\t's from the line too.
3952         With thanks to Henry Pfister <hpfister@ucsd.edu>.
3953
3954 2002-04-12  Juergen Vigna  <jug@sad.it>
3955
3956         * insettext.h: added cix() helper function and use it where appropriate
3957
3958 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3959
3960         * insetgraphics.C (prepareFile): fix bug when graphics is a
3961         relative path
3962
3963 2002-04-12  Juergen Vigna  <jug@sad.it>
3964
3965         * insettext.C (insertInset): remove unneeded code!
3966         (updateLocal): fitCursor() fixes.
3967         (collapseParagraphs): fix a possible problem when having a selection
3968         and collapsing the paragraphs.
3969
3970 2002-04-08  Herbert Voss  <voss@perce.de>
3971
3972         * insetgraphic.C (write): write the rotating angle as
3973         a float as is. test only for != 0.0
3974
3975 2002-04-11  Juergen Vigna  <jug@sad.it>
3976
3977         * insettext.C: new function ciy() and use it for setting inset_y.
3978
3979         * insetert.C (draw): fix the x return for collapsed version.
3980
3981 2002-04-07  Herbert Voss  <voss@perce.de>
3982
3983         * insetgraphic.C (readFigInset): fix bug with subcaption and
3984         rotating
3985
3986 2002-04-08  Herbert Voss  <voss@lyx.org>
3987
3988         * insetgraphicsparam.C: forgot special option and delete old
3989         1.2.0 stuff
3990
3991 2002-04-05  Juergen Vigna  <jug@sad.it>
3992
3993         * insettext.C (localDispatch): make a CURSOR update if we inserted
3994         a character.
3995
3996 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3997
3998         * insetfloatlist.C (getScreenLabel):
3999         (latex): use Floating::listName
4000         (validate): new method
4001
4002 2002-04-03  José Matos  <jamatos@fep.up.pt>
4003
4004         * insetlabel.C (docbook): the anchor is an empty element in docbook.
4005
4006         * insetfoot.[Ch] (docbook): added forgotten method.
4007
4008 2002-04-03  Juergen Vigna  <jug@sad.it>
4009
4010         * insettext.C (insetButtonPress): fix insetButtonPress events the same
4011         way as in Bufferview_pimpl.
4012
4013 2002-04-03  Allan Rae  <rae@lyx.org>
4014
4015         * insetgraphics.C (latex): one % too many makes living on the bleeding
4016         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
4017
4018 2002-03-28  Herbert Voss  <voss@lyx.org>
4019
4020         * insetgraphic.C (latex): simplify the code for the latex
4021         output when the file doesn't exist
4022
4023 2002-03-29  Juergen Vigna  <jug@sad.it>
4024
4025         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
4026         unlocking inset.
4027
4028         * insettabular.C (edit): call fitCursor().
4029
4030         * insettext.C (insetButtonPress): change behaviour of no_selection
4031         to the one in the BufferView selection_possible and fix the spurious
4032         selection bug with it.
4033         (localDispatch): revoke selection on BREAK... functions.
4034
4035 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4036
4037         * insetfloatlist.C (getScreenLabel): translate the GUI label.
4038
4039 2002-03-28  Juergen Vigna  <jug@sad.it>
4040
4041         * insettabular.C (insetAllowed): return true as default value otherwise
4042         we're not able to insert insets inside paragraphs of an not locked
4043         insettext!
4044
4045 2002-03-27  Herbert Voss  <voss@lyx.org>
4046
4047         * insetgraphicsparam.C: change c%, p% to col%, page%
4048
4049 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4050
4051         * insetspecialchar.C (isLineSeparator): disable the nice code to
4052         allow linebreaks after hyphenation and menu separators.
4053
4054 2002-03-26  Herbert Voss  <voss@lyx.org>
4055
4056         * insetgraphics.C (figinsetRead): set the right lyxview
4057
4058 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4059
4060         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
4061         $\backslash$ and pass a "string const &" to the function.
4062         (prepareFile, latex): use Path rather than MakeAbsPath.
4063
4064 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4065
4066         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
4067         proper fix to the graphics cache.
4068         (latex): "really" nice output if the file is not found ;-)
4069
4070 2002-03-26  Juergen Vigna  <jug@sad.it>
4071
4072         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
4073         (collapseParagraphs): fixed inserting of separator ' '
4074
4075         * insettabular.C (insertAsciiString): only check for buffer lenght
4076         not if we have \t or \n inside the buffer as if we don't have we only
4077         have 1 cell and that's it!
4078
4079         * insetert.C (close): don't collapse if inlined.
4080
4081 2002-03-25  Herbert Voss  <voss@lyx.org>
4082
4083         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
4084         graphics file does not exist.
4085
4086 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4087
4088         * insetgraphics.C (prepareFile): ensure that the file has an absolute
4089         path when preparing export.
4090
4091         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
4092         no longer MakeRelPath.
4093
4094 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4095
4096         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
4097         Used to determine the absolute path to the graphics file in the
4098         graphics cache and only in the graphics cache.
4099         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
4100         make graphics file name absolute if it is stored as a relative path.
4101
4102         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
4103         make graphics file name absolute if it is stored as a relative path.
4104
4105         * insettext.C (edit): emit an updateParagraph signal on entering a text
4106         inset. Needs to be emitted when leaving the inset also.
4107
4108 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4109
4110         * all files: ws cleanup
4111
4112         * Makefile.am: remove ld -r stuff
4113
4114 2002-03-21  Juergen Vigna  <jug@sad.it>
4115
4116         * insettext.C (appendParagraphs): new function added to append
4117         the paragraphs to this insets paragraphs.
4118
4119 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4120
4121         * Makefile.am: special rules if partial linking
4122
4123 2002-03-19  Juergen Vigna  <jug@sad.it>
4124
4125         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
4126
4127 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
4128
4129         * insetgraphics.C: Clean up Baruch's comments a little.
4130         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
4131
4132 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
4133
4134         * insettabular.C:
4135         * insettheorem.C: wrap warnings
4136
4137         * insetgraphics.C: improve messages, move cached_status_
4138           setting to safer place
4139
4140 2002-03-18  Juergen Vigna  <jug@sad.it>
4141
4142         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
4143         calls.
4144         (localDispatch): ditto
4145
4146         * insettext.C (edit): removed unneeded showCursor calls.
4147         (localDispatch): ditto.
4148
4149 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4150
4151         * insetgraphics.h: remove display() method.
4152
4153 2002-03-11  Juergen Vigna  <jug@sad.it>
4154
4155         * insetgraphics.C (draw): hack to fix the redrawing bug.
4156         (draw): seems this fixes #268 (force redraw of row if we changed).
4157
4158         * insettext.C (updateInsetInInset): fixed for updates in insets inside
4159         this inset text (don't know why I missed this earlier).
4160
4161 2002-03-08  Juergen Vigna  <jug@sad.it>
4162
4163         * insettabular.C (updateLocal): do a FULL update if we're not locked
4164         and only a CELL update is asked.
4165
4166         * insettext.C (updateInsetInInset): update insets inside inset also
4167         if it isn't inside the_locking_inset.
4168
4169         * insettabular.C (updateInsetInInset): ditto.
4170
4171 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4172
4173         * insetexternal.C (doSubstitution): check whether we are using a
4174         temp dir for defining $$FPath
4175
4176 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4177
4178         * insettabular.C:
4179         * insettext.C: remove #include "WorkArea.h".
4180
4181 2002-03-06  Juergen Vigna  <jug@sad.it>
4182
4183         * insettext.C (draw): fixed frame redrawing.
4184         (clear): forgot to set the inset_owner of the paragraph.
4185
4186         * insetert.C (status): pay attention the bv can be 0 here!
4187         (getMaxWidth): add the default leftMargin
4188
4189 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4190
4191         * insetert.C (getMaxWidth): make w unsigned int.
4192
4193 2002-03-05  Juergen Vigna  <jug@sad.it>
4194
4195         * insetert.C (status): change behaviour of Inlined.
4196         (getMaxWidth): added for new inlined behaviour.
4197
4198 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4199
4200         * insetnote.h (linuxdoc, docbook): add empty methods.
4201         * insetinclude.C (validate): fix a case where buffer->niceFile was used
4202         before being initialized.
4203
4204 2002-03-05  Juergen Vigna  <jug@sad.it>
4205
4206         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
4207         only that one in the inset. Should be enough.
4208         (updateLocal): set the selection cursor always if we don't have a
4209         selection to be sure it's set!
4210
4211         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
4212
4213 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4214
4215         * insettext.C (clear): a gross hack to set layout on a newly
4216         created paragraph.
4217
4218 2002-03-04  Juergen Vigna  <jug@sad.it>
4219
4220         * insettabular.C (localDispatch): inserted handling of
4221         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
4222         (insertAsciiString): new helper function.
4223
4224 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4225
4226         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
4227         argument.
4228
4229 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4230
4231         * insettext.C (InsetText): initalize newly created par with
4232         default layout. add bufferparams parameter
4233         first -> first_y
4234
4235         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
4236         * insetcollapsable.[Ch] (InsetCollapsable): ditto
4237         * insetert.[Ch] (InsetERT): ditto
4238         * insetfloat.[Ch] (InsetFloat): ditto
4239         * insetfoot.[Ch] (InsetFoot): ditto
4240         * insetfootlike.[Ch] (InsetFootLike): ditto
4241         * insetmarginal.[Ch] (InsetMarginal): ditto
4242         * insetminipage.[Ch] (InsetMinipage): ditto
4243         * insetnote.[Ch] (InsetNote): ditto
4244         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
4245
4246 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4247
4248         * insettext.C: layout as string
4249
4250         * insetinclude.C: layout as string
4251
4252         * insetert.C: layout as string
4253
4254         * insetbib.C: layout as string
4255
4256 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4257
4258         * insetert.C:
4259         * insettabular.C: remove #include "lyx_gui_misc.h".
4260
4261 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
4262
4263         * Makefile.am:
4264         * figinset.h:
4265         * figinset.C:
4266         * inset.h: remove figinset, yahoo !
4267
4268 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4269
4270         * insetgraphics.C (c-tors): initialise parent classes explicitly in
4271         copy c-tor and initialise member variables in the correct order.
4272
4273 2002-02-28  Juergen Vigna  <jug@sad.it>
4274
4275         * insettabular.C (localDispatch): clear selection on PgUp/Down.
4276
4277 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4278
4279         * inset.h: ... and add a better one here.
4280
4281         * insetcommand.C (insetButtonRelease): remove that one which was a
4282         bit broken...
4283
4284 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4285
4286         * insetcommand.C (insetButtonRelease): ... and move it here.
4287
4288         * inseturl.h: remove insetButtonRelease from there...
4289
4290 2002-02-26  Juergen Vigna  <jug@sad.it>
4291
4292         * inseturl.h: Added a insetButtonRelease call returning true as
4293         prove of concept.
4294
4295         * insetlabel.C (edit): Fixed wrong update handling after change I
4296         leave in the wrong code for the one who wrote it to remove and have
4297         a look what he did wrong.
4298
4299         * insettabular.C (localDispatch): force a SELECTION update if we
4300         had a selection and we passed the event down to the inset (fix #213)
4301         (localDispatch): handle font changing stuff when we have a cell
4302         selection so that the selection is not rewoked. I don't really like
4303         this fix, but it's the only way I see to do it right now.
4304
4305 2002-02-22  Juergen Vigna  <jug@sad.it>
4306
4307         * insettext.C (insetUnlock): set the cursor to the second paragraph
4308         if available and if the first one is empty (fix #191).
4309
4310 2002-02-20  Juergen Vigna  <jug@sad.it>
4311
4312         * insettext.C (getDrawFont): implemented this function to call the
4313         one of the owner if present as the owner normally knows what to do
4314         with us.
4315
4316         * insetert.C: implement getDrawFont() function and comment out all
4317         the crap for setting a special latex font inside this inset.
4318         (InsetERT): added a Lanugage parameter to this constructor.
4319
4320         * inset.h: added function getDrawFont(LyXFont & font) to be able to
4321         change the font for being drawn on screen (used only in InsetERT for
4322         now).
4323
4324         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
4325         and also above (was missing).
4326         (updateLocal): don't remove the cell selection if we have one this
4327         should be done where we really want to remove it.
4328
4329 2002-02-20  José Matos  <jamatos@fep.up.pt>
4330
4331         * insetinclude.h: include_label made string const.
4332
4333         * insetinclude.C (InsetInclude): moved include_label initialization.
4334         (linuxdoc):
4335         (docbook):
4336         (validate): fix support for temporary directory, for docbook and
4337         linuxdoc.
4338
4339         * insetgraphics.h : new private member, graphic_label, that holds
4340         the entity name that defines the graphics location (SGML).
4341
4342         * insetgraphics.C (unique_id): new function to give a unique label
4343         for graphic.
4344         (docbook):
4345         (validate): the file locatation is given by an entity reference.
4346
4347 2002-02-18  Herbert Voss  <voss@lyx.org>
4348
4349         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
4350
4351 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4352
4353         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
4354         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
4355
4356 2002-02-18  José Matos  <jamatos@fep.up.pt>
4357
4358         * insetinclude.C (validate): some code only applies to latex buffers,
4359         it was made conditional.
4360
4361 2002-02-12  Herbert Voss  <voss@lyx.org>
4362
4363         * insetgraphics.C: (prepareFile) do not check at this time
4364         if the file is present.
4365
4366 2002-02-12  Herbert Voss  <voss@lyx.org>
4367
4368         * insetgraphics.C: latex(), return the correct newlines
4369
4370 2002-02-13  José Matos  <jamatos@fep.up.pt>
4371
4372         * inseturl.C (docbook): escape & in url.
4373
4374 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4375
4376         * insetspecialchar.C (isLineSeparator): line breaking is allowed
4377         after HYPHENATION and MENU_SEPARATOR
4378
4379         * inset.h (isLineSeparator): new method, returns false by default.
4380
4381 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4382
4383         * insetert.C (status): do not update the text inset, but the ERT
4384         inset.
4385
4386 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
4387
4388         * insetnote.C: use notebg for background
4389
4390 2002-02-08  Herbert Voss  <voss@lyx.org>
4391
4392         * insetgraphic.C:
4393         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
4394         prevent LyX from unzipping when this should be handled
4395         by latex vis the graphic.cfg.
4396         clean up the code
4397
4398 2002-02-08  Herbert Voss  <voss@lyx.org>
4399
4400         * insetgraphic.C: prepareFile(): fix bug when file doesn't
4401         exists, than return filename with extension
4402
4403 2002-02-06  Herbert Voss  <voss@lyx.org>
4404
4405         * insetgraphic.C: prepareFile(): don't convert the file, when
4406         it's not viewed in LyX. Saves a lot of time when opening a
4407         document!
4408
4409 2002-02-05  Herbert Voss  <voss@lyx.org>
4410
4411         * insetgraphic.C:
4412         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
4413         and adding a rotate bool similiar to subcaption
4414
4415 2002-02-04  Herbert Voss  <voss@lyx.org>
4416
4417         * insetgraphic.C:
4418         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
4419         similiar view to the LaTeX one. Get zipped files work.
4420
4421 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
4422
4423         * insetgraphicsParams.C (init): set display to DEFAULT.
4424         No longer #include "lyxrc.h".
4425
4426 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
4427
4428         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
4429         for now (so that the code compiles).
4430
4431 2002-02-02  Herbert Voss  <voss@lyx.org>
4432
4433         * insetgraphic.C: delete inVariant() and some minor changes
4434         * insetgraphicsParams.[C]:
4435
4436 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
4437
4438         * insetgraphics.C (updateInset): if params.display == DEFAULT,
4439         interogate lyxrc.display_graphics before diaplaying the graphic.
4440
4441         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
4442         InsetGraphicsParams::DisplayType.
4443
4444 2002-01-31  Herbert Voss  <voss@lyx.org>
4445
4446         * insetgraphic.C: (readfigInset) set display to pref-default
4447
4448 2002-01-30  Herbert Voss  <voss@lyx.org>
4449
4450         * insetgraphic.C: get the filetyp from it's contents
4451         * insetgraphicparams.C: add token scale and lyxrc.display when
4452         creating a new inset
4453
4454 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
4455
4456         * figinset.C: added using std::ios directive.
4457
4458 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4459
4460         * figinset.C (runqueue): open translation file in binary mode (for
4461         cygwin).
4462
4463 2002-01-27  Herbert Voss  <voss@lyx.org>
4464
4465         * insetgraphic.[Ch]: mostly newritten to support graphicx with
4466         all options and to be sure that the old figinsets are correct
4467         converted.
4468         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
4469         structure and to support all lengths as LyXLength. The Parameter
4470         structure changed again, but reading of "old" 1.2 graphic insets
4471         is no problem.
4472
4473 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
4474
4475         * insetert.h (forceDefaultParagraphs): Added
4476
4477 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4478
4479         * insettabular.C (getMaxWidth):
4480         (forceDefaultParagraphs): use Tabular::GetCellFromInset
4481
4482 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4483
4484         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
4485         of LyXLength::inPixels
4486
4487         * inset.C (latexTextWidth):
4488         * insetminipage.C (latexTextWidth): new method, which implements
4489         the equivalent of the LaTeX macro \textwidth
4490
4491         * insetminipage.C (getMaxWidth): use latexTextWidth
4492
4493 2002-01-18  Juergen Vigna  <jug@sad.it>
4494
4495         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
4496
4497 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4498
4499         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
4500
4501         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
4502         instead of string
4503
4504 2002-01-17  Juergen Vigna  <jug@sad.it>
4505
4506         * insettabular.C (lockInsetInInset): same change as in insettext.
4507
4508         * insettext.C (draw): width() function was called without setting
4509         the right top_x which could lead to wrong insetWidth setting!
4510         (lockInsetInInset): call edit instead of calling lockInset if we
4511         have to lock an inset inside!
4512         (edit): we have to also tell the inset that we have to redraw the
4513         frame on an edit call if this inset draws a frame only if locked.
4514
4515 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4516
4517         * insetbib.C (getFiles): uncomment Path variable.
4518
4519 2002-01-16  Juergen Vigna  <jug@sad.it>
4520
4521         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
4522         of wrong cell.
4523
4524 2002-01-16  Allan Rae  <rae@lyx.org>
4525
4526         * insetinclude.C (docbook): someone forgot a ";"
4527
4528 2002-01-16  José Matos  <jamatos@fep.up.pt>
4529
4530         * figinset.C (docbook): removed a old place holder "@".
4531         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
4532         * insetinclude.C (linuxdoc): if include is verbatim, then export the
4533         ascii text version, clearly guarded inside a CDATA section.
4534         (docbook): in docbook 4, inlinegraphics is empty.
4535         * insettabular.C (linuxdoc): export the ascii version of the table
4536         inside a CDATA section.
4537
4538 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4539
4540         * insetparent.C (InsetParent):
4541         * insetgraphicsParams.C (Write):
4542         (Read):
4543         * insetgraphics.C (prepareFile):
4544         (readFigInset):
4545         (docbook):
4546         * insetexternal.C (executeCommand):
4547         (doSubstitution): use Buffer::filePath
4548
4549         * insetbib.C (getFiles): add a #warning for Angus
4550
4551         * insetgraphics.C: Add a remark about how filenames should be
4552         considered to be relative to buffer (but absolute is still allowed)
4553         (draw): do not try to get status if lyxrc.use_gui is false
4554
4555 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4556
4557         * inset.[Ch]:
4558         * insetcollapsable.[Ch]:
4559         * insettabular.[Ch] (searchForward, searchBackward): change the
4560         bool const & params to bool.
4561
4562         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
4563         to avoid the name clash with InsetCollapsable's methods of the same
4564         names but different functionality.
4565
4566 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4567
4568         * insettext.C (ascii): use lyx::count rather than countChar.
4569
4570 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
4571
4572         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
4573
4574 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4575
4576         * insetgraphics.C (updateInset): do not try to render image if
4577         lyxrc.use_gui is false (bug #104)
4578
4579         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
4580         if file does not exist
4581
4582         * figinset.C (browseFile): add shortcuts to directory buttons
4583
4584         * insettext.C (updateLocal): update menubar and toolbar here too.
4585
4586 2002-01-13  Allan Rae  <rae@lyx.org>
4587
4588         * insettabular.C (InsetTabular): Both constructors now initialise
4589         all class variables.
4590
4591 2002-01-11  Juergen Vigna  <jug@sad.it>
4592
4593         * insettext.C (insetButtonPress): set the_locking_inset to 0.
4594
4595 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4596
4597         * insettabular.C (getStatus): add forgotten brace around multiline
4598         if statement.
4599
4600 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4601
4602         * insetfloat.C (validate): require "float" instead of "floats".
4603
4604 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
4605
4606         * insettabular.C (getStatus): use FuncStatus
4607
4608 2002-01-08  Juergen Vigna  <jug@sad.it>
4609
4610         * insettabular.C (insetButtonRelease): now this should work too
4611         correctly.
4612
4613         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
4614         if the width is a percentage.
4615
4616         * inset.h: added isChar() function and implemented this for
4617         insetspecialchar insetquotes and insetlatexaccent.
4618         added forceDefaultParagraphs() and implemented it for insettabular.
4619
4620 2002-01-07  Juergen Vigna  <jug@sad.it>
4621
4622         * insettext.C (getLyXText): Fixed this function. An insert into the
4623         map is only done if we REALLY have a new BufferView.
4624
4625 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
4626
4627         * insettext.C: fix bug illustrated by attachment #37 of bug #59
4628
4629 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
4630
4631         * insetinclude.C: fix use of FileInfo
4632
4633 2002-01-07  Juergen Vigna  <jug@sad.it>
4634
4635         * insettabular.C (draw): fixed clearing of cell around inset.
4636
4637 2002-01-05  Juergen Vigna  <jug@sad.it>
4638
4639         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
4640         variables are updated.
4641
4642         * insettabular.C (resetPos): set always the inset_y as it may be
4643         needed in another function.
4644         (searchBackward): don't draw while searching.
4645
4646 2002-01-04  Juergen Vigna  <jug@sad.it>
4647
4648         * insettext.C (lockInsetInInset): forgot to set a cursor.
4649
4650 2002-01-02  Juergen Vigna  <jug@sad.it>
4651
4652         * insettext.C (insertInset): make the correct undo informations on
4653         inserting new insets.
4654
4655 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
4656
4657         * insettabular.C: correct single-cell select vertically
4658
4659 2001-12-27  Juergen Vigna  <jug@sad.it>
4660
4661         * insettabular.C (ascii): export as tab-separated-values if the
4662         function was not called from export (f.ex.: clipboard).
4663
4664         * insetcollapsable.h: added default support for ascii, linuxdoc and
4665         docbook export (the insettext is exported by default!)
4666
4667         * insettabular.C (copySelection): suff the clipboard with the tabular
4668         data in a tab separated format, seems more naturals then with all the
4669         formating.
4670
4671 2001-12-24  Juergen Vigna  <jug@sad.it>
4672
4673         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
4674         to check for REAL mouseMotion.
4675
4676 2001-12-20  Juergen Vigna  <jug@sad.it>
4677
4678         * inset.C (cursor): return the owners cursor if available instead of
4679         always only the bv->text->cursor.
4680
4681         * insettabular.C (checkLongtableSpecial): works now.
4682
4683 2001-12-19  Juergen Vigna  <jug@sad.it>
4684
4685         * insettabular.C (tabularFeatures): fix the row setting of ltt as
4686         this has to be always row + 1 as 0 means not selected!
4687         (checkLongtableSpecial): added
4688         (tabularFeatures): better longtable options support
4689
4690         * insettext.C (resizeLyXText): reinit the text always also on a
4691         empty insettext!
4692
4693 2001-12-18  Juergen Vigna  <jug@sad.it>
4694
4695         * insettext.C (updateInsetInInset): look if we have to autocollapse
4696         paragraps and return if the update is requested for ourself.
4697
4698         * insetert.C (status): update the insettext not myself as that is what
4699         we need.
4700
4701         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
4702         function only return if the update was requested with myself.
4703
4704         * insettext.C (insetButtonPress): fixed stupid bug.
4705         (various functions): pay attention that lt is cleared BEFORE calling
4706         updateLocal() and try to use it in the right manner (don't use it
4707         if it's not really neccessary!)
4708         (collapseParagraphs): insert a blank between collapsing paragraphs
4709         if neccessary (not already there!).
4710
4711 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4712
4713         * insettabular.C: move includes around a bit, add a couple of
4714         consts.
4715
4716         * insettext.[Ch]: move includes around a bit, other ws changes and
4717         small stuff.
4718
4719 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4720
4721         * insettext.C (insetButtonRelease): fix compile problem
4722
4723 2001-12-17  Juergen Vigna  <jug@sad.it>
4724
4725         * insettext.C (insetButtonPress): set the selection cursor!
4726         (insetButtonPress): clear the selection (and set with that the
4727         selection.cursor) if we only hit an inset!
4728
4729         * insetert.C (read): removed piece of compatibility code only needed
4730         for 1.2.0.
4731
4732         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
4733         can be opened.
4734
4735         * insetcollapsable.C (insetButtonRelease): changed so that it can
4736         open eventual existing popup dialogs on mousebutton==3.
4737
4738         * insetfloat.C (insetButtonRelease): removed not needed anymore!
4739
4740         * insetminipage.C (insetButtonRelease): removed not needed anymore!
4741
4742         * inset.C (insetButtonRelease): return a bool for telling the outer
4743         world that we opened a dialog.
4744
4745 2001-12-07  Juergen Vigna  <jug@sad.it>
4746
4747         * insettext.C (paragraph): remove the deleteing of paragraphs as
4748         it was a WRONG move!
4749
4750 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
4751
4752         * insettabular.h:
4753         * insettabular.C: use new setSelection(). Allow
4754           selection of single cells.
4755
4756 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4757
4758         * insetquotes.C (latex): fix to use the local language setting at
4759         the point where the inset is inserted (different macros for
4760         different french packages)
4761
4762 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4763
4764         * inset.h: add par_owner_ member variable and parOwner
4765         setter/accessor.
4766
4767 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4768
4769         * insettabular.C (everywhere): adapt because widths are now real
4770         widths and not strings
4771
4772         * insettext.C (draw): re-introduce the calls to width(), ascent()
4773         and descent() to initialize the caching variables.
4774
4775 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4776
4777         * insettext.C (draw):
4778         (drawFrame): use insetWidth instead of last_width
4779
4780         * insettext.h: remove variable last_width (insetWidth is exactly
4781         the same) and last_height (computed but never used!)
4782
4783 2001-12-10  Allan Rae  <rae@lyx.org>
4784
4785         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
4786
4787 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4788
4789         * insettext.C (insetAllowed): add comment
4790
4791 2001-12-05  Juergen Vigna  <jug@sad.it>
4792
4793         * insettext.C (insetAllowed): fixed for the case that we directly
4794         ask the insettext from its LyXText.
4795         (paragraph): fixed the crash when assigning the par->next() from
4796         the EmptyParagraphMechanism!
4797
4798 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4799
4800         * insetbib.C:
4801         * insettabular.C:
4802         * insettext.C: change "while(" to "while ("
4803
4804 2001-12-04  Juergen Vigna  <jug@sad.it>
4805
4806         * insetert.C (edit): handle Inlined status.
4807
4808         * insettext.C (insertInset): trying John's fix for the trailing cursor
4809
4810         * insetert.C (insetButtonPress): added to handle inlined status
4811         (insetMotionNotify): ditto.
4812
4813         * insettext.C (clearInset): changed Painter & in BufferView * param,
4814         to be able to call ascent,descent methods.
4815
4816 2001-12-03  Juergen Vigna  <jug@sad.it>
4817
4818         * insettext.C (updateInsetInInset): use lt variable to forbid
4819         changes of LyXText in an update call.
4820         (updateInsetInInset): fixed updating of non locked insets!
4821
4822 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4823
4824         * insettabular.C: capture some more functions to prevent
4825         selection drawing problems. Bug #451274
4826
4827 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4828
4829         * insetgraphics.C:
4830         * insetgraphicsParams.C: fix inverted sense of float_equal
4831
4832 2001-11-30  Juergen Vigna  <jug@sad.it>
4833
4834         * insettabular.C (InsetTabular): use the save_id flag to create also
4835         the tabular with the same id's.
4836
4837         * insettext.C (setParagraphData): added a same_id function for undo
4838         to set the same paragraph id's as of the paragraph we are setting.
4839
4840 2001-11-30  José Matos <jamatos@fep.up.pt>
4841
4842         * inseturl.[Ch]:
4843         * insettoc.[Ch]: DocBook -> docbook.
4844
4845 2001-11-29  André Pönitz <poenitz@gmx.net>
4846
4847         * inseterror.C:
4848         * insettext.C: further reduction of header dependencies by using
4849         lyx::layout_type and lyx::textclass_type from support/types.h
4850
4851 2001-11-29  Juergen Vigna  <jug@sad.it>
4852
4853         * insettext.C: inserted a reinitLyXText function everywhere I delete
4854         the paragraphs! This should fixe the crashes we had.
4855         Also use the new function firstRow() instead of getRowNearY(dummy_y)
4856         (paragraph): set the InsetOwner() of the new paragraphs!
4857
4858 2001-11-28  André Pönitz <poenitz@gmx.net>
4859
4860         * insetnote.C: add pos initialization that I removed without
4861           knowing what I did.
4862
4863 2001-11-28  Juergen Vigna  <jug@sad.it>
4864
4865         * insettabular.C (resetPos): hack to not crash with infinite paints.
4866
4867         * insettabular.h: insert missing function allowSpellcheck()!
4868
4869         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
4870
4871 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4872
4873         * insetfloatlist.h:
4874         * insetfloatlist.C: derive from InsetCommand so gui can use it
4875           easily
4876
4877 2001-11-26  André Pönitz <poenitz@gmx.net>
4878
4879         * insettext.[Ch]:
4880         * insetert.C:
4881         * insetnote.C: reduce header dependencies, introduce type for
4882         positions
4883
4884 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
4885
4886         * various: update for Alert.h
4887
4888 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
4889
4890         * inset.h: fix comment
4891
4892         * insettext.C: use par->isInset()
4893
4894 2001-11-22  Allan Rae  <rae@lyx.org>
4895
4896         * insetcollapsable.h:
4897         * inset.h: Changes to checkInsertChar() behaviour.
4898         Now return value indicates whether chars can be inserted.
4899
4900 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
4901
4902         * various:  updated to use the new LaTeXFeatures
4903
4904 2001-11-14  José Matos  <jamatos@fep.up.pt>
4905
4906         * insetspecialchar.C (linuxdoc):
4907         (docbook): don't give a name to a unused variable.
4908
4909         * insettext.C (docbook): removed unused variable.
4910
4911 2001-11-13  Herbert Voss  <voss@perce.de>
4912
4913         * insetgraphic.C: fix scale bug
4914
4915 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4916
4917         * inset.h (isSpace):
4918         (isLetter): new virtual methods.
4919
4920         * insetspecialchar.C (isSpace):
4921         (isLetter): implement here.
4922
4923 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4924
4925         * inset.h: new inline helpers
4926
4927         * insettext.C: use new helpers
4928
4929 2001-11-07  José Matos  <jamatos@fep.up.pt>
4930
4931         * insettext.C (docbook): full support for paragraphs inside insettext.
4932
4933 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
4934
4935         * insetindex.C: added header file for std::ostream.
4936
4937 2001-11-03  José Matos  <jamatos@fep.up.pt>
4938
4939         * insetindex.C: added using std::ostream that I forgot yesterday.
4940
4941 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
4942
4943         * insetindex.h (docbook):
4944         * insetindex.C (docbook): added support for docbook export.
4945
4946 2001-11-02  José Matos  <jamatos@fep.up.pt>
4947
4948         * insetcaption.C(docbook): added support for docbook export.
4949
4950 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
4951
4952         * insetexternal.C (updateExternal): Do not run update command if
4953         result file exists and is up to date.
4954
4955         * ExternalTemplate.C (readFormat): Support the updateresult token.
4956
4957 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
4958
4959         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
4960         external_templates) to use the buffer->fileName() but only if
4961         previewing. Generating a TeX file should make FPath return
4962         "".
4963
4964 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
4965
4966         * insetert.h:
4967         * insetert.C: fix some problems
4968
4969 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
4970
4971         * insetexternal.C (doSubstitution): Added $$FPath token
4972         to list of usable substitutions in external inset templates.
4973
4974 2001-10-24  Juergen Vigna  <jug@sad.it>
4975
4976         * insettabular.C: use new ltType struct for setting longtable
4977         header and footers also new UNSET enums.
4978
4979 2001-10-24  José Matos  <jamatos@fep.up.pt>
4980
4981         * insettabular.C (linuxdoc): Now exports the ascii's table version.
4982         (docbook): If the table is not inside a float then wrap it inside
4983         <informaltable>...</informaltable>.
4984
4985 2001-10-23  José Matos  <jamatos@fep.up.pt>
4986
4987         * insetref.C (docbook): removed / terminator to conform SGML.
4988
4989         * insetspecialchar.C (linuxdoc):
4990         (docbook): Added support for special chars, more than ascii export.
4991
4992 2001-10-22  Juergen Vigna  <jug@sad.it>
4993
4994         * insettext.C (checkInsertChar): added for REALLY checking the
4995         font of the inserted char in the right inset!
4996
4997 2001-10-19  Juergen Vigna  <jug@sad.it>
4998
4999         * inset.h: added method allowSpellcheck() so that insets who do
5000         not have anything to spellcheck can tell and so they are over-jumped.
5001         Implemented for InsetText and co.
5002
5003 2001-10-18  Juergen Vigna  <jug@sad.it>
5004
5005         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
5006
5007 2001-10-15  José Matos  <jamatos@fep.up.pt>
5008
5009         * insetert.C: allow export for docbook and linuxdoc
5010
5011 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
5012
5013         * insetquotes.C (dispString): handles latin3 and latin4 quotes
5014
5015 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5016
5017         * insetquotes.C (dispString): fix handling of latin9 quotes
5018
5019 2001-10-03  Juergen Vigna  <jug@sad.it>
5020
5021         * insetert.C: ditto
5022
5023         * insetcollapsable.C: change updateInset calls to not tell BV that
5024         we have changed status.
5025
5026 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5027
5028         * insettabular.C (deletable): make const
5029
5030 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
5031
5032         * insetert.C (latex): Fix the returned value
5033
5034 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
5035
5036         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
5037         Returns string(), so nothing in an ERT inset is spellchecked.
5038
5039         * insetgraphics.C (draw): print the filename if not displaying the
5040         image.
5041         (width): make sure that the width and draw methods are consistent.
5042         (updateInset): don't even load the image into cache if not displaying
5043         it.
5044
5045 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
5046
5047         * various files (selectNextWord): renamed as
5048         selectNextWordToSpellcheck.
5049
5050         * insetgraphics.C (draw): remove the previous change. Right place
5051         is in imageLoaderXPM.C.
5052         (draw): don't display the image if params.display == NONE.
5053
5054 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
5055
5056         * figinset.C (runqueue):
5057         * insetgraphics.C (draw): set background colour of inset from
5058         background to the user-configurable graphicsbg.
5059
5060 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5061
5062         * insetquotes.C (InsetQuotes): when trying to decide the side of
5063         the quote, choose `left' only after a space or '('
5064
5065 2001-09-04  José Matos  <jamatos@fep.up.pt>
5066         * figinset.C
5067         * figinset.h
5068         * insetcaption.C
5069         * insetcaption.h
5070         * insetcollapsable.h
5071         * insetcommand.C
5072         * insetcommand.h
5073         * inseterror.h
5074         * insetert.C
5075         * insetert.h
5076         * insetexternal.C
5077         * insetexternal.h
5078         * insetfloat.C
5079         * insetfloat.h
5080         * insetfloatlist.h
5081         * insetgraphics.C
5082         * insetgraphics.h
5083         * inset.h
5084         * insetinclude.C
5085         * insetinclude.h
5086         * insetlabel.C
5087         * insetlabel.h
5088         * insetlatexaccent.C
5089         * insetlatexaccent.h
5090         * insetquotes.C
5091         * insetquotes.h
5092         * insetref.C
5093         * insetref.h
5094         * insetspecialchar.C
5095         * insetspecialchar.h
5096         * insettabular.C
5097         * insettabular.h
5098         * insettext.C
5099         * insettext.C (docbook): rename docBook method to docbook.
5100
5101 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
5102
5103         * inset.h (getFirstParagraph): New virtual method.
5104
5105 2001-08-20  Herbert Voss  <voss@perce.de>
5106         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
5107         in the the bibtex-database-gui for inserting a line
5108         \addcontentsline...
5109
5110         If no style is given than there is no tex-output.
5111
5112 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
5113
5114         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
5115         files as a vector.
5116         (getKeys): use it.
5117
5118 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5119
5120         * insetert.C (latex): Fix output for multiple paragraphs.
5121         (write): New code for writing paragraph data.
5122         (read): Set font after reading the inset.
5123         (localDispatch): Call set_latex_font() for more cases.
5124
5125         * insetnote.h: Add empty validate method.
5126         * insetert.h: Ditto
5127
5128         * insetnote.C (InsetNote): Set language to the language of the
5129         document.
5130
5131 2001-08-16  Juergen Vigna  <jug@sad.it>
5132
5133         * insettext.C: implemented the new FINISHED states.
5134
5135         * insettabular.C: ditto
5136
5137         * inset.h: added more FINISHED states for cursor right,up,down
5138
5139 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
5140
5141         * insetfloatlist.C: use "FloatName List"
5142
5143 2001-08-14  Juergen Vigna  <jug@sad.it>
5144
5145         * insetert.C (edit): forgot to set status_ in edit calls!
5146
5147 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
5148
5149         * insettext.C: Compilation fix
5150
5151 2001-08-13  Juergen Vigna  <jug@sad.it>
5152
5153         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
5154
5155         * insetcollapsable.C (edit): don't recollapse an already open inset.
5156
5157         * insettext.C: fixed problem when reinitializing LyXText by not doing
5158         it while lt is in use and post this to the next possible time in
5159         getLyXText().
5160         (searchForward): fixed not unlocking of inset if nothing found.
5161         (edit): set cursor behind right (was set -1 pos).
5162
5163         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
5164
5165         * insettabular.C (tabularFeatures): fixed fix where deleting the
5166         last row didn't get the right actcell!
5167
5168 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
5169
5170         * insettext.C (localDispatch): Change language only when the inset
5171         becomes empty.
5172
5173 2001-08-10  Juergen Vigna  <jug@sad.it>
5174
5175         * insettabular.C (selectNextWordInt): use the front using edit call.
5176
5177         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
5178         the parameter overwrite class variable inset.
5179
5180         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
5181
5182         * insettext.C (saveLyXTextState): check for invalid cursor-par.
5183         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
5184
5185         * insettabular.C (calculate_dimensions_of_cells): let's try to call
5186         update only for fixed with cells.
5187         (resetPos): try to fix the lockup on spellchecking or s&r.
5188
5189         * insettext.C (update): comment this out as it seems first wrong
5190         and second not needed anymore!
5191         (some functions): call reinitLyXText() only in update() in all other
5192         positions set only need_update = INIT.
5193
5194 2001-08-08  Juergen Vigna  <jug@sad.it>
5195
5196         * insettabular.C (setPos): fixed wrong actrow < rows() check.
5197
5198         * insettext.C (insetUnlock): remove double-space on inset unlock.
5199
5200         * insetcollapsable.C (draw): fix returned x when label > inset-width.
5201
5202         * insettabular.C (update): fixed cursor positon after an insert.
5203         (insetAllowed): do not allow to insert insets when not inside the
5204         inset!
5205         (draw): clear below an inset too as it could have changed height.
5206
5207         * inset.C (getMaxWidth): fixed width for inset in inset.
5208
5209         * insettext.C (update): small fix.
5210
5211         * insettabular.C (tabularFeatures): added selection support to
5212         DELETE_ROW/DELETE_COLUMN.
5213
5214 2001-08-07  Juergen Vigna  <jug@sad.it>
5215
5216         * inset.C (getMaxWidth): recoded and all it's implementations!
5217
5218         * insettext.C (init,setParagraph+constructors): cleanups
5219         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
5220         are new and I want do a save/restore of the cursor position which is
5221         not possible anymore.
5222
5223         * insetcollapsable.C (searchBackward): recollapse inset if not found.
5224         (searchBackward): ditto
5225         (selectNextWord): ditto
5226
5227 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
5228
5229         * insetlatexaccent.C (checkContents): Add some debug messages
5230
5231 2001-08-07  Juergen Vigna  <jug@sad.it>
5232
5233         * insetert.C (read): don't use InsetCollapsable::read as we don't
5234         write the collapsed status anymore only the status.
5235         (write): ditto.
5236
5237 2001-08-06  Juergen Vigna  <jug@sad.it>
5238
5239         * insetert.C (set_latex_font): use LyXText's setFont directly.
5240
5241         * insettext.C (drawFrame): fixed one time more the right position
5242         and size of the frame!
5243
5244         * insetert.C (~InsetERT): hide the dialog.
5245         (showInsetDialog): added implementation
5246         (open): ditto
5247         (close): ditto
5248         (status): new function for the status of the ERT inset (3-state).
5249         (write): output also the status of the inset for readback!
5250         (read): readback the status if available otherwise use collapsed_.
5251
5252         * insettext.C (edit): small fix of setting the position, which could
5253         have gone < 0.
5254
5255         * insetert.C (width): implement this function for inlined viewing.
5256         Added minimum width of 10 pixels!
5257
5258         * insetminipage.C (InsetMinipage): just change the colors a bit so
5259         that border/background is a bit more visible. We will remove this
5260         anyway for 1.2.0!
5261
5262         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
5263         function for getting the important widths for drawing in various
5264         functions and in LyXText.
5265         (draw): fixed up a bit (frame drawing/clearing)
5266
5267 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5268
5269         * inset.C (convertFont): delete method. not used.
5270
5271 2001-08-03  Juergen Vigna  <jug@sad.it>
5272
5273         * insettext.C (setFont): don't call for a draw update if we're just
5274         changing the cursor font!
5275
5276 2001-08-02  Juergen Vigna  <jug@sad.it>
5277
5278         * insettext.C (draw): clear the background with the right color if
5279         needed. Update myself if x&max-width changed and return without doing
5280         anything. Let the update code handle the right stuff.
5281
5282         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
5283         inside another inset.
5284
5285 2001-08-01  Juergen Vigna  <jug@sad.it>
5286
5287         * insetcollapsable.C (update): added an in_update bool so we avoid
5288         reentering.
5289
5290         * insettabular.C (update): added an in_update bool so we avoid
5291         reentering.
5292
5293         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
5294         selection problem.
5295         (update): added an in_update bool so we avoid reentering.
5296
5297         * insettabular.C (localDispatch): clear col/row selection when doing
5298         something else inside an inset.
5299
5300         * insettext.C (getLyXText): fixed bug when requesting a recursive
5301         insettext!
5302
5303 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
5304
5305         * insetcite.C (latex): Paranoia check. Make sure that there is no
5306         whitespace between the citation keys.
5307
5308 2001-07-31  Juergen Vigna  <jug@sad.it>
5309
5310         * inset.h (nodraw): make the set function also const so that this
5311         can be called from inside other const functions.
5312
5313         * insetcollapsable.h: removed inline variable and moved it over
5314         to the only user InsetERT.
5315
5316         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
5317         inset opening immediately therein lying insets dialogs!
5318
5319         * insetert.C (localDispatch): set the font also if we don't have any
5320         chars in this paragraph, otherwise if we delete all of em and start
5321         writing we have the wrong font.
5322         (inlined): added
5323         (draw): implemented for inline support
5324         (insetButtonRelease): ditto.
5325
5326 2001-07-30  Juergen Vigna  <jug@sad.it>
5327
5328         * insettext.C (reinitLyXText): new function to reinit the insets
5329         text after lot's of paragraph changes. Use this instead of the
5330         cache.clear() which is VERY dangerous.
5331
5332         * insetfloat.C (insetButtonRelease): we should only show the dialog
5333         if we press on the label otherwise we have problems to open mouse
5334         button 3 dialogs inside this float (f.ex. of a tabular!)
5335
5336 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5337
5338         * insetert.C: change back to "ERT"
5339
5340         * insetfloat.C: handliign of RMB on label added.
5341
5342 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5343
5344         * insetgraphicsParams.C: #include LOstream.h here.
5345
5346         * insetfoot.h: remove InsetFoot:: qualifier.
5347
5348 2001-07-29  Baruch Even  <baruch@lyx.org>
5349
5350         * ChangeLog: Hiding time travel evidence.
5351
5352         * insetgraphicsParams.h:
5353         * insetgraphicsParams.C:
5354         * insetgraphics.C: Added horizontal scale option, it actually scales both
5355         directions since it keeps image proportions.
5356
5357         * insetgraphics.C: Fixed EPS detection to be non-hacky.
5358
5359 2001-07-29  Baruch Even  <baruch@lyx.org>
5360
5361         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
5362         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
5363
5364         HACKY! Will need to add an EPS detection routine like old InsetFig does!
5365
5366 2001-07-29  Baruch Even  <baruch@lyx.org>
5367
5368         * insetgraphics.C: Added EPSI to be an alias of EPS.
5369
5370 2001-07-29  Baruch Even  <baruch@lyx.org>
5371
5372         * insetgraphics.C: Change GRAPHICS to Graphics.
5373         Changed image conversion rules (documented at the beginning of file).
5374
5375 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
5376
5377         * insetert.C (get_new_label): int -> Paragraph::size_type to get
5378         std::min working.
5379
5380         * insetgraphics.C: added a using std::endl directive.
5381
5382         * insetcommand.h (getScreenLabel): removed pure virtual function,
5383         as it duplicates that in InsetButton.
5384
5385         * insetbib.[Ch] (getScreenLabel):
5386         * insetbutton.[Ch] (getScreenLabel):
5387         * insetcite.[Ch] (getScreenLabel):
5388         * insetert.[Ch] (getScreenLabel):
5389         * insetexternal.[Ch] (getScreenLabel):
5390         * insetfloatlist.[Ch] (getScreenLabel):
5391         * insetinclude.[Ch] (getScreenLabel):
5392         * insetindex.[Ch] (getScreenLabel):
5393         * insetlabel.h (getScreenLabel):
5394         * insetparent.[Ch] (getScreenLabel):
5395         * insetref.[Ch] (getScreenLabel):
5396         * insettoc.[Ch] (getScreenLabel):
5397         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
5398
5399         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
5400         the label.
5401         (validate): remove check on "cite" when using natbib.
5402
5403 2001-07-26  Baruch Even  <baruch@lyx.org>
5404
5405         * insetgraphics.C (draw): changed casting to be in one place rather than
5406         all over the function.
5407
5408         * insetgraphics.h:
5409         * insetgraphics.C (read): Added compatibility reads of InsetFig.
5410
5411         * insetgraphicsParams.h:
5412         * insetgraphicsParams.C:
5413         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
5414
5415 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5416
5417         * insetfoot.C (validate): Added method to ensure that the
5418         right bit of LaTeX is emitted.
5419
5420         * insetfoot.h: Added validate method to set the correct
5421         LaTeXFeatures bit for the special footnote code.
5422
5423 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5424
5425         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
5426         quotes
5427
5428 2001-07-27  Juergen Vigna  <jug@sad.it>
5429
5430         * inset.h: remove not used font variable in parameter.
5431         removed checkInsertChar in UpdatableInset as it was equal to
5432         the one in Inset and so not needed.
5433
5434         * insetert.C (checkInsertChar): implementation of function
5435         checkInsertChar.
5436
5437         * inset.h: added new function checkInsertChar.
5438
5439         * various files: added c-tor and clone() function.
5440
5441         * insetcollapsable.h: removed clone function here as this should
5442         be only realized in REAL insets and added it to all collapsable
5443         insets! (with the copy-constructor).
5444
5445 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5446
5447         * insetminipage.C (read): handle missing parameters more gracefully
5448
5449         * insetcollapsable.C (read): handel missing collapsed more gracefully
5450
5451 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5452
5453         * insetfloat.C (read): handle missing parameters.
5454
5455         * insettext.C (read): handle old latex end_inset
5456
5457         * insetert.C (setButtonLabel): new method
5458         (init): use it, to set the dynamic label correctly
5459         (read): use it
5460
5461         * Makefile.am (EXTRA_DIST): add files that is not part or the
5462         binary here.
5463
5464         * insetcollapsable.h: remove autocollapsable (no users), remove
5465         draw_label, change_label_with_text and companion code. Remove args
5466         from some methods.
5467         * insetert.[Ch]: move here instead (only user)
5468
5469         * inset.h: rename private variable name to name_, make
5470         selectNextWord return a const string. make getInsetName return a
5471         string const &. Remove bool from open, add close.
5472
5473         * Makefile.am: don't compile insetlist, insetsection
5474         and insettheorem
5475
5476 2001-07-24  Juergen Vigna  <jug@sad.it>
5477
5478         * insetert.C (InsetERT): put init after the paragraph initialization,
5479         as otherwise we don't set the draw_label right.
5480
5481         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
5482         insets with the mouse without having strange selections.
5483         (edit): if the inset was collapsed and we open it here then put the
5484         cursor always at the beginning of the inset.
5485         (get_new_label): 15 instead of 10 max chars in the label.
5486
5487         * insetert.C (localDispatch): added and handle various stuff we
5488         need to handle here (font setting on paragraph break, not permitted
5489         layout setting, etc.).
5490
5491         * inset.h: added default copy-consturctor and implemented this in
5492         various insets with the change to use this in the clone function!
5493
5494 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5495
5496         * insetminipage.C (InsetMinipage): set background color to red :)
5497
5498 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5499
5500         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
5501         draw frame mode is LOCKED.
5502
5503         * insetcollapsable.C (edit):
5504         (insetButtonRelease): set update status to full when
5505         opening inset.
5506
5507         * insettext.C (clearInset):
5508         * insettabular.C (draw):
5509         * insetlatexaccent.C (draw): honor background color.
5510
5511         * inset.h: new member background_color_, initialized to
5512         LColor::inherit.
5513
5514         * inset.C (backgroundColor): new method.
5515         (setBackgroundColor): new method.
5516
5517         * insetert.C (init): new method, called by the ctors.
5518         (InsetERT): when inserting contents, make sure the font is
5519         ALL_INHERIT.
5520
5521         * insetnote.C (InsetNote): when inserting content, remove trailing
5522         newline
5523         (init): set background color to LColor::note
5524
5525 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5526
5527         * insetcollapsable.C: adjust
5528
5529         * insetbutton.C: adjust
5530
5531 2001-07-23  Juergen Vigna  <jug@sad.it>
5532
5533         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
5534         parameter on the _collapsed function (was not needed) and call
5535         always width_collapsed().
5536
5537         * insetert.C (InsetERT): use setLabel with "true" flag.
5538
5539         * insetcollapsable.C: modified various functions to set the draw_label
5540         string right in any condition.
5541         (setLabel): added a bool parameter to set change_label_with_text.
5542
5543         * insetcollapsable.h: added draw_label string which is set to the
5544         actual drawn label-string, while label is the original static label
5545         of this collapsable inset. Added bool change_label_with_text to set
5546         if we want that the label changes to the start of the InsetText's
5547         text when collabpsed. You can set this flag with the setLabel funciton.
5548         Added bool inlined for inlined collapsable insets, but not handled
5549         yet.
5550
5551         * insetcollapsable.C (get_new_label): added should get a new label
5552         from the InsetText beginning (for now 10 chars).
5553
5554 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5555
5556         * insetquotes.C (latex): fix the handling of french double quotes
5557         when not using the french pachage.
5558
5559 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5560
5561         * insetcollapsable.h: make WidthCollapsed mutable.
5562
5563         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
5564         InsetPrintIndex returns INDEX_PRINT_CODE.
5565
5566         * inset.h: add INDEX_PRINT_CODE
5567
5568         * insetcollapsable.C (draw): init widthCollapsed if necessary
5569         (width): ditto.
5570
5571         * insetquotes.C (width): use the local language, not the document
5572         language.
5573         (draw): ditto.
5574         (dispString): add additional spacing for all french languages,
5575         like fr_CA.
5576         (validate): make it work when there is no default language
5577
5578         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
5579
5580         * insetnote.C (init): new method, called by the constructors
5581         (InsetNote): new constructor with contents passed as a string
5582
5583 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5584
5585         * insetfootlike.C (insetAllowed): disallow float in footlike.
5586
5587         * insetert.C (InsetERT): add collapsed argument to the constrctor
5588         with contents.
5589
5590 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5591
5592         * insetindex.h: shut off warning
5593
5594 2001-07-20  Juergen Vigna  <jug@sad.it>
5595
5596         * insetcollapsable.C (update): recoded hopefully works now!
5597
5598 2001-07-19  Juergen Vigna  <jug@sad.it>
5599
5600         * most files: implemented the below new introduced function.
5601
5602         * inset.h: added new edit(BufferView *, bool front) method to be able
5603         to enter an inset from the front/back without knowing x/y positions
5604         and baselines inside the inset. So I just can tell the inset activate
5605         me and set the cursor on the front/back of yourself.
5606
5607 2001-07-18  Juergen Vigna  <jug@sad.it>
5608
5609         * insetcollapsable.C (edit): fixed hopefully the y parameter which
5610         is given to the InsetText.
5611         (insetButtonPress): ditto
5612         (insetButtonRelease): ditto
5613         (insetMotionNotify): ditto
5614
5615 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5616
5617         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
5618         LIGATURE_BREAK, since the name is so stupid.
5619
5620 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
5621
5622         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
5623         the default InsetCollapsable methods. I.e., it can insert anything.
5624         (write) output the name of the inset, not some silly hack for
5625         compatability with the old InsetInfo.
5626
5627         * insetinfo.[Ch]: removed.
5628         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
5629         now collapsable, but functionality is otherwise identical to InsetInfo.
5630
5631         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
5632
5633 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5634
5635         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
5636         reformatting
5637
5638         * insetquotes.C: general cleanup
5639         (dispString): add spaces inside french double quotes.
5640         (latex): ditto. Moreover, treat first the case where the frenchb
5641         or french options have been given.
5642
5643 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
5644
5645         * insetcite.[Ch] (latex, validate): new methods, required for natbib
5646         support.
5647
5648 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5649
5650         * figinset.C (RegisterFigure): Print debug message only when
5651         current_view is available.
5652
5653 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5654
5655         * many files: update to match the change below
5656
5657         * inset.h (insetAllowed): renamed from insertInsetAllowed;
5658         implement the version which takes an inset here.
5659
5660         * insetcollapsable.[Ch]: implement open and isOpen
5661
5662         * inset.h: remove insertInsetAllowed from Inset
5663         (open): new method, to open or close an inset
5664         (isOpen): returns the status of an inset
5665         (isCollapsable, colapse): removed
5666
5667 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
5668
5669         * insetquotes.C (dispString): display french guillemets when using
5670         ISO8859-15.
5671
5672 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5673
5674         * insetcollapsable.h: remove bogus return statements
5675
5676 2001-07-18  Juergen Vigna  <jug@sad.it>
5677
5678         * insettabular.C (selectNextWord): fixed spellchecking for the
5679         first cell of a tabular (wasn't entered!)
5680         (getLyXText): changed to enter automatically insettext and return
5681         it's LyXText if we're locked.
5682
5683 2001-07-17  Juergen Vigna  <jug@sad.it>
5684
5685         * various files: implemented the below functions.
5686
5687         * inset.h: added functions
5688         - virtual string selectNextWord(BufferView *, float & value) const;
5689         - virtual void selectSelectedWord(BufferView *) { return; }
5690         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
5691         needed for spellchecking correctly!
5692
5693 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5694
5695         * insetert.C (latex): write out all paragraphs.
5696
5697 2001-07-17  Baruch Even  <baruch@lyx.org>
5698
5699         * insetgraphics.C (draw): Removed unneeded casts.
5700
5701 2001-07-16  Juergen Vigna  <jug@sad.it>
5702
5703         * insettext.C (update): fixed small oversight (reset lt to 0).
5704
5705 2001-07-14  Baruch Even  <baruch@lyx.org>
5706
5707         * insetgraphics.h:
5708         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
5709
5710 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
5711
5712         Consistent use of Lsstream.h:
5713         * figinset.C: removed using std::ostringstream directive.
5714
5715         * insetgraphics.C (createLatexOptions):
5716         * insetinclude.C (unique_id):
5717         std::ostringstream -> ostringstream.
5718         * insettext.C (localDispatch): std::istringstream -> istringstream.
5719
5720 2001-07-13  Juergen Vigna  <jug@sad.it>
5721
5722         * insetfloat.C (insertInsetAllowed): added missing const_cast.
5723
5724         * insetcollapsable.C (getLockingInset): ditto.
5725
5726 2001-07-12  Juergen Vigna  <jug@sad.it>
5727
5728         * insetcollapsable.h: added implementation of new function for
5729         collapsable status.
5730
5731         * various files: added implementation of new insertInsetAllowed-func
5732         and redone the function a bit more.
5733
5734         * inset.h: added isCollapsable(), bool collapsed(),
5735         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
5736
5737         * insetfloat.C (insertInsetAllowed): make a bit more checks.
5738
5739         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
5740         LyXText which is marked for removal while we're using it!
5741
5742         * insettext.h: added private LyXText * lt to use it to assure we are
5743         not deleting our LyXText while we're using it!
5744
5745 2001-07-11  Juergen Vigna  <jug@sad.it>
5746
5747         * insettext.C (insertInset): check if we are before the inset after
5748         inserting it! This check IS needed. Remove the Undo-Call as it is
5749         called in LyXText::insertInset!
5750
5751         * insettext.h: added struct InnerCache.
5752
5753         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
5754         that we ONLY delete the LyXText in the getLyXText() routine. So we
5755         are sure we don't delete LyXText while someone is working with it!
5756
5757 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5758
5759         * insetexternal.C: (*it). -> it->
5760         * insettext.C: ditto
5761
5762 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5763
5764         * insetcollapsable.C (edit): always open collapsed insets (even if
5765         they are not autocollapsable)
5766
5767         * insetcommand.C (operator=): simplify.
5768
5769 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5770
5771         * insetert.C (latex): handle META_NEWLINE
5772
5773 2001-07-09  Juergen Vigna  <jug@sad.it>
5774
5775         * insetert.h: a normal InsetText can insert insets, but we won't.
5776
5777         * inset.h: return default "false" on insertInsetAllowed and implement
5778         this function where a returnvalue != "false" is needed.
5779
5780 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5781
5782         * insetert.C (InsetERT): new contructor
5783
5784 2001-07-06  Juergen Vigna  <jug@sad.it>
5785
5786         * a lot of files: added implementation of the below new functions
5787         and the change to clone(). Also the call of the new undo-functions
5788         where needed.
5789
5790         * inset.h: added an inset_id, added functions getParFromID,
5791         getInsetFromID, firstParagraph, cursor and id functions, added
5792         bool same_ids to clone function.
5793
5794 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5795
5796         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
5797         of BufferView * and shared_ptr<LyXText>
5798
5799 2001-07-05  Juergen Vigna  <jug@sad.it>
5800
5801         * insettext.C (clear): deleted also the cache not only LyXText.
5802         (setParagraphData): ditto.
5803
5804 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5805
5806         * insetfloat.C (latex): let the specific placement take presedence
5807         if set, otherwise choose document placement if set, otherwise just
5808         use float default placement.
5809
5810 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5811
5812         * insettext.C (localDispatch): call CutAndPaste::'s static method
5813         directly.
5814
5815 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5816
5817         * insetbib.C: no meed to include forms.h here.
5818
5819 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
5820
5821         * insettext.C: added using std::make_pair directive.
5822
5823 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5824
5825         * insettext.C (getLyXText): avoid multiple lookups, and simplify
5826         slightly
5827         (deleteLyXText): ditto
5828         (resizeLyXText): ditto
5829
5830 2001-07-02  Juergen Vigna  <jug@sad.it>
5831
5832         * insettext.C (getLyXText): introduce a cache in getLyXText so that
5833         following calls are only returned the right pointer without the over
5834         head to search in the map.
5835         (various funcs): reset the cached_bview variable as this signs that
5836         the cache is not valid anymore.
5837
5838 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5839
5840         * insettabular.C (clone): do not copy the LyXTabular twice
5841
5842 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5843
5844         * insettext.h (TEXT): delete method
5845
5846 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5847
5848         * insetmarginal.C (latex):
5849         * insetfoot.C (latex): fix spacing of notes in LaTeX
5850
5851         * insettext.C (localDispatch): use .c_str() on istringstream
5852         constructor argument.
5853
5854 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
5855
5856         * insettoc.h:
5857         * insettoc.C:
5858         * inseturl.h:
5859         * inseturl.C: fix method names in these to begin
5860           with small char too, so they inherit
5861
5862 2001-06-28  Juergen Vigna  <jug@sad.it>
5863
5864         * insettext.C (setFont): fixed font settings using toggleFree()
5865         instead of setFont().
5866
5867 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5868
5869         * Change a lot of method names to begin with a small char.
5870         Changes to a lot of files because of this.
5871
5872 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5873
5874         * insetfloatlist.C (Write): std:: qualify ostream
5875         (Latex): ditto
5876
5877 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5878
5879         * figinset.C:
5880         * inset.C:
5881         * insetgraphics.C: send debug output to Debug::INFO instead of
5882         Debug::ANY.
5883
5884 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5885
5886         * insettabular.h:
5887         * insettabular.C (getStatus): update to use func_status
5888
5889 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
5890
5891         * insetref.C (DocBook): added support for cross-references without
5892         a name.
5893
5894 2001-06-26  The LyX Project  <jug@sad.it>
5895
5896         * insetref.C:
5897         * insetref.h:
5898         * insetlabel.C:
5899         * insetlabel.h: removed escape method and moved it to
5900         support/lstrings.h.
5901
5902 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5903
5904         * insettabular.C (getMaxWidth): do the speedup in a different way,
5905         remove dead code
5906
5907 2001-06-24  The LyX Project  <Asger>
5908
5909         * insettabular.C (getMaxWidth): We cache a mapping from
5910         inset to cell in order to speed this method up.
5911
5912 2001-06-24  The LyX Project  <Asger>
5913
5914         * insettext.C: Optimized InsetText::draw or something.
5915
5916 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
5917
5918         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
5919
5920 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5921
5922         * inset.h: name change from lyxinset.h
5923
5924 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
5925
5926         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
5927
5928 2001-06-14  Juergen Vigna  <jug@sad.it>
5929
5930         * insettext.C (draw): removed warnings.
5931
5932 2001-06-13  Juergen Vigna  <jug@sad.it>
5933
5934         * insettabular.C (nodraw): only go down the tree if we don't have
5935         that flag set otherwise it's obvious that we don't want to draw.
5936         (LocalDispatch): do also an update if we have an undispached result.
5937
5938 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
5939
5940         * insetcite.C:
5941         * insetgraphicsParams.C:
5942         * insettext.C: removed // -*- C++ -*- as first line.
5943
5944 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5945
5946         * lyxinset.h (resizeLyXText): shut off warning about unused
5947         parameter "force"
5948
5949 2001-06-07  Juergen Vigna  <jug@sad.it>
5950
5951         * insettext.C (resizeLyXText): honor the new force flag.
5952
5953         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
5954
5955         * insettabular.C (deleteLyXText): new function
5956
5957 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5958
5959         * insettheorem.C:
5960         * insetminipage.C:
5961         * insetlist.C:
5962         * insetfootlike.C:
5963         * insetfloat.C:
5964         * insetert.C:
5965         * insetcollapsable.C:
5966         * insetcaption.C: LColor tidy
5967
5968 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5969
5970         * figinset.C: fix typo
5971
5972 2001-06-01  Juergen Vigna  <jug@sad.it>
5973
5974         * insettabular.C (resetPos): small hack so that scroll is not set to
5975         0 when we are in the last column of a tabular. This is a problem we
5976         have because of constats 20 offset on both directions, so this can
5977         cause on the limit an endless loop.
5978
5979         * insettext.C (SetFont): forgot that we can have locking insets ;)
5980
5981 2001-05-31  Juergen Vigna  <jug@sad.it>
5982
5983         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
5984
5985 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5986
5987         * figinset.C: add using std:: directive for the C functions which
5988         need that.
5989
5990 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5991
5992         * insetfloat.C (Write): write out wide info
5993         (Read): read the wide info
5994         (Latex): use the wide info when creating latex.
5995
5996         * insettext.C: adjust
5997
5998         * insetgraphics.[Ch] (statusMessage): change to return string
5999         (width): adjust
6000         (draw): adjust
6001
6002         * figinset.C (runqueue): add std::
6003         (Recompute): ditto
6004
6005 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6006
6007         * insetcite.C (Ascii): add std:: qualifier
6008
6009 2001-05-28  Juergen Vigna  <jug@sad.it>
6010
6011         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
6012         a endless-width inset (maxWidth < 0).
6013         (Edit): change language only if not equal.
6014
6015         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
6016
6017         * insettext.C (draw): fixed draw/clear of InsetText-Frame
6018
6019 2001-05-16  Juergen Vigna  <jug@sad.it>
6020
6021         * insettext.C (selectAll): added
6022         (clearSelection): added
6023
6024         * insettabular.C (SetFont): now we may set a font on a whole selection!
6025         (getSelection): added helper function.
6026
6027 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
6028
6029         * insetcite.C (Ascii): Add method.
6030
6031 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
6032
6033         * figinset.C:
6034         * insetbib.C: fix path for OS/2 & Win32
6035
6036 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6037
6038         * insetfoot.C (Latex): don't use % after footnote.
6039
6040 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6041
6042         * insettext.C (Read): use clear
6043         (SetParagraphData): use LyXParagraph copy constructor instead of clone
6044
6045 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6046
6047         * insetfloatlist.h: add a bunch of std:: qualifiers.
6048
6049 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6050
6051         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
6052         FLOAT_LIST_CODE, renumber code list.
6053
6054         * insettoc.C (getScreenLabel): remove support for float lists
6055         (LyxCode): ditto
6056         (Ascii): ditto
6057
6058         * insetfloatlist.[Ch]: new files
6059
6060         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
6061
6062 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
6063
6064         * insettabular.C (LocalDispatch):
6065         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
6066         method
6067
6068 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6069
6070         * insettext.C: remvoe !NEW_INSETS cruft
6071
6072         * insettabular.C: remove !NEW_INSETS cruft
6073
6074         * insetcollapsable.h: remove !NEW_INSETS cruft
6075
6076         * insetbib.C: remove !NEW_INSETS cruft
6077
6078 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6079
6080         * insettoc.C: hack to make listof algorithm work
6081
6082 2001-04-20  Juergen Vigna  <jug@sad.it>
6083
6084         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
6085
6086 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6087
6088         * insetquotes.C (Latex): improve the guard against
6089         unwanted !` and ?` ligatures. This should really be done in
6090         another place (to catch all this ligatures at low-level).
6091
6092 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6093
6094         * insettext.C (init): remvoe leftovers from cursor_visible change
6095         (draw): use c++ cast
6096         (LocalDispatch): dispatch LFUN_MESSAGE
6097
6098         * insettabular.C (InsetTabular): remove leftovers from
6099         cursor_visible, and scoped_ptr changes
6100         (draw): use c++ cast
6101
6102         * insetcollapsable.C (draw): use c++ cast
6103
6104         * ExternalTemplate.h: inherit privaely from noncopyable
6105         * insetcommand.h: ditto
6106         * insetinclude.h: ditto
6107
6108 2001-04-16  Allan Rae  <rae@lyx.org>
6109
6110         * insettoc.C (Ascii):
6111         * insettext.C (draw):
6112         * insettabular.C (setPos):
6113         * insetminipage.C (Read):
6114         * insetfloat.C (placement):
6115         * insetcaption.C (Ascii, DocBook):
6116         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
6117         an unrecognised preprocessor directive.  So ensure they're wrapped.
6118
6119 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
6120
6121         * insetexternal.h:
6122         * insetexternal.C: set view on Clone. Add _ to private members.
6123
6124 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6125
6126         * insettext.C (InsetText): fix new
6127         (InsetText): reindent some, simplify deletion of par list
6128         (clear): simplify deletion of par list, fix new
6129         (SetParagraphData): simplify deletion of par list
6130
6131         * insettabular.[Ch] (getLabelList): implement new method
6132
6133 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6134
6135         * lyxinset.h: do not include gettext.h...
6136
6137         * inset.C:
6138         * insetcaption.C:
6139         * insetexternal.C:
6140         * insetgraphics.C:
6141         * insetindex.C:
6142         * insetlabel.C:
6143         * insetlatexaccent.C:
6144         * insetminipage.C:
6145         * insetquotes.C:
6146         * insettabular.C:
6147         * inseturl.C: ... and do it here instead
6148
6149 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6150
6151         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
6152
6153         * insettext.[Ch] (getLabelList): add std:: on vector<string>
6154
6155         * insetcollapsable.[Ch] (getLabelList): implement
6156
6157         * insettext.[Ch] (getLabelList): implement
6158
6159         * insettext.h: reindent
6160
6161         * insettabular.h: make tabular a scoped_ptr
6162
6163         * insettext.C (init): adjust for cursor_visible
6164         (ToggleInsetCursor): constify asc and desc, font, adjust for
6165         cursor_visible
6166         (ShowInsetCursor): constify asc and desc, font, adjust for
6167         cursor_visible
6168         (HideInsetCursor): adjust for cursor_visible
6169
6170         * insettabular.C: reindent some
6171         (InsetTabular): adjust for scoped_ptr and cursor_visible
6172         (InsetTabular): ditto
6173         (~InsetTabular): delete delete
6174         (Clone): adjust for scoped_ptr
6175         (Read): constify old_format, adjust for scoped_ptr, move init of
6176         token
6177         (draw): constify tx, localize loop vars.
6178         some other localization of variables, remove double initilizatons.
6179
6180         * insetfoot.C: remove using std::ostream, add ostream where needed
6181
6182 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6183
6184         * lyxinset.h: some reindentaion, use initializer list for
6185         constructro.
6186         UpdatableInset: make cursor_visible a private var add
6187         public isCursorVisible(), add protected toggleCursorVisible() and
6188         proctected setCursorVisible(bool), make scroll call the Inset::scroll
6189
6190         * insettoc.C: remvoe using decl
6191         (getScreenLabel): make cmdname donst
6192         (LyxCode): ditto
6193         (Ascii): ditto
6194         (Ascii): don't use endl
6195
6196         * insetfootlike.C: remove using decl at file scope and add std::
6197         where needed
6198         * insetmarginal.C: ditto
6199
6200         * insetfoot.C: some reformatting
6201
6202         * insetfloat.C (InsetButtonRelease): adjust the hit area
6203
6204         * insetert.C (SetFont): some reformatting
6205
6206         * insetcollapsable.C: some reformatting and constification
6207         (Clone): comment out.
6208         * insetcollapsable.h: some reformatting
6209         (Clone): comment out.
6210
6211         * inset.C: reindent
6212         (scroll): simplify
6213
6214 2001-03-30  Juergen Vigna  <jug@sad.it>
6215
6216         * insetcollapsable.h: changen *inset to be a InsetText inset.
6217
6218         * some files: changed to reflect the above change.
6219
6220 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
6221
6222         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
6223         InsetExternal::Params.
6224         Added operator==() and operator!=() for the Params struct.
6225
6226 2001-03-29  Juergen Vigna  <jug@sad.it>
6227
6228         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
6229         BufferView *.
6230
6231         * insetminipage.C: removed widthp_ and all it's functions and changed
6232         to use new %-lengths of LyXLength.
6233
6234 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6235
6236         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
6237
6238 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6239
6240         * insetgraphicsParams.C (operator!=): new function, needed by the
6241         ControlGraphics class.
6242
6243 2001-03-28  Juergen Vigna  <jug@sad.it>
6244
6245         * insettext.C (InsetButtonPress): only enter !inset if button == 2
6246         (checkAndActivateInset): don't use the values returned from
6247         call to bv->checkInsetHit.
6248
6249         * insetminipage.C (Clone): set special minipage values.
6250
6251         * insetcollapsable.C (draw): changed to draw the button in the
6252         upper left corner outside the textinset.
6253         (ascent): changed because of different drawing
6254         (descent): ditto
6255         (width): ditto
6256         (Edit): ditto
6257         (InsetButtonPress): ditto
6258         (InsetButtonRelease): ditto
6259         (InsetMotionNotify): ditto
6260
6261 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
6262
6263         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
6264         contain a suffix.
6265         (Clone): ditto
6266
6267 2001-03-26  Juergen Vigna  <jug@sad.it>
6268
6269         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
6270
6271         * insettext.C (ShowInsetDialog): implemented above function.
6272
6273         * insettabular.C (ShowInsetDialog): ditto
6274
6275         * insetminipage.C (ShowInsetDialog): ditto
6276
6277 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6278
6279         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
6280         InsetInclude::Params. Don't store a buffer * in Params. Store the
6281         master file name instead.
6282
6283 2001-03-23  Juergen Vigna  <jug@sad.it>
6284
6285         * insetcollapsable.C (InsetMotionNotify):
6286         (InsetButtonRelease):
6287         (InsetButtonPress): fixed y-offset (minipages).
6288
6289         * insettext.C (draw): force a FULL update if cleared == true.
6290
6291         * insetcollapsable.C (draw): Lars forgotten entry for changing this
6292         routine to draw the minipages on its position-flag.
6293         (InsetInInsetY): give back the right y position, because of minipage
6294         position-flag.
6295
6296 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
6297
6298         * insetfloat.h
6299         * insetfloat.C (DocBook): docbook export code.
6300
6301 2001-03-22  Juergen Vigna  <jug@sad.it>
6302
6303         * insetminipage.C (getMaxWidth): added function to set the drawing
6304         width!
6305         (Read): should work now!
6306
6307         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
6308         if we create a new inset.
6309
6310 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6311
6312         * figinset.C (fl_set_preemptive_callback): moved definition outside
6313         of namespace anon.
6314
6315 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6316
6317         * insetminipage.C (Read): prepare for reading of minipage arguments.
6318
6319 2001-03-18  Baruch Even  <baruch@lyx.org>
6320
6321         * insetgraphics.C: Minor cleanups of the comments and code.
6322
6323 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6324
6325         * insetminipage.C (InsetMinipage): default to not collapsed
6326
6327 2001-03-16  Juergen Vigna  <jug@sad.it>
6328
6329         * insetminipage.C (width): modified with to be a string
6330         (widthp): added widthp (for % width) support functions.
6331         (InsetButtonRelease): added to open the options dialog on button==3.
6332         (~InsetMinipage): added to hide the dialog.
6333
6334         * insetminipage.h: added hideDialog signal
6335
6336 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6337
6338         * insetminipage.h: change the order or Position to match
6339         LyXParagraph::MINIPAGE_ALIGNMENT
6340
6341         * several files: remvoe CXX_WORKING_NAMESPACES
6342
6343         * ExternalTemplate.h: noncopyable is in namespace boost
6344         * insetinclude.h: ditto
6345         * insetcommand.h: ditto
6346
6347 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6348
6349         * insettext.C (Edit): #else# -> #else.
6350         * insettoc.C: added using directive.
6351
6352 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6353
6354         * insetminipage.h: add pos, inner_pos, width and height. + getters
6355         and setters for all of them.
6356
6357 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6358
6359         * insetinclude.C (Latex): Do not exit when the textclass of the
6360         included file differ from the textclass of the parent file.
6361
6362 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
6363
6364         * ExternalTemplate.C (read): the reading of external insets now checks
6365         for \end_inset and removes it form the input stream.
6366
6367 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6368
6369         * ExternalTemplate.h:
6370         * ExternalTemplate.C:
6371         * insetexternal.h:
6372         * insetexternal.C: move form to GUII
6373
6374 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6375
6376         * insetinclude.h:
6377         * insetinclude.C: add InsetIncludeParams, use
6378         composition rather than derivation of InsetCommand
6379
6380 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6381
6382         * insettoc.C (Ascii): use the Buffer typedefs
6383
6384 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6385
6386         * insettoc.C (Ascii): implement for dynamic number of lists
6387
6388         * insetcaption.[Ch]: update from new_insets branch
6389         * insetfloat.[Ch]: ditto
6390
6391 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6392
6393         * insetexternal.C:
6394         * figinset.C: use new File Dialog
6395
6396 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6397
6398         * insettext.C: changes becuase of ParagraphParameters.
6399
6400 2001-02-28  Baruch Even  <baruch@ev-en.org>
6401
6402         * insetgraphics.C (updateInset): Changed due to the change in
6403         GraphicsCache.
6404
6405 2001-02-26  Juergen Vigna  <jug@sad.it>
6406
6407         * insettext.C (SetFont): Set Undo only if we have selection (as it is
6408         handled in LyXText).
6409
6410 2001-02-23  Juergen Vigna  <jug@sad.it>
6411
6412         * insettext.C (draw): some small repainting fixes.
6413         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
6414
6415         * inset.C (LocalDispatch): changed action to be a kb_action (as it
6416         should be) and not an int.
6417
6418         * insettabular.C (LocalDispatch): ditto
6419
6420         * insettext.C (LocalDispatch): ditto
6421
6422         * insetcollapsable.C (LocalDispatch): ditto
6423
6424 2001-02-22  Juergen Vigna  <jug@sad.it>
6425
6426         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
6427         DISPATCH it and we don't have a locking_inset.
6428
6429 2001-02-21  Baruch Even  <baruch@ev-en.org>
6430
6431         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
6432         instead of GraphicsCacheItem *.
6433
6434 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6435
6436         * insetcollapsable.C (getLyXText): add const qualifier to second
6437         parameter.
6438
6439 2001-02-22  Juergen Vigna  <jug@sad.it>
6440
6441         * insettext.C (getLyXText): honor the recursive parameter.
6442         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
6443
6444         * inset.C (getLyXText): added bool recursive parameter.
6445
6446         * insettext.C (SetUpdateStatus): or the update codes.
6447         (draw): check need_update with &.
6448         (InsetButtonPress): set no_selection to not put a selection when
6449         entering an inset and it is redraws in another spot.
6450
6451         * insettext.h: made need_update an int.
6452
6453 2001-02-20  Baruch Even  <baruch@ev-en.org>
6454
6455         * insetgraphics.h:
6456         * insetgraphisc.C: Changed to use better semantics when loading images
6457         for inline view. Now it doesn't keep the pixmap itself but it's holder.
6458
6459 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6460
6461         * insetcommand.h:
6462         * inseterror.h:
6463         * insetgraphics.C: change name of "hide" signal to "hideDialog",
6464         consistent with InsetTabular.
6465
6466 2001-02-19  Juergen Vigna  <jug@sad.it>
6467
6468         * insettabular.C (LocalDispatch): implement PAGE up/down.
6469
6470         * insettext.C (draw): clear all of it on need_update==INIT too!
6471
6472         * insettabular.C (InsetUnlock): always clear the selection.
6473
6474         * inset.C (scroll): normally we only want to scroll the inset until
6475         it is fully visible so if top_x + offset > 20 then just set scx to 0.
6476
6477 2001-02-14  Juergen Vigna  <jug@sad.it>
6478
6479         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
6480         (resetPos): fixed scroll behaviour.
6481         (LocalDispatch): do an update if moving cursor inside a table cell
6482         requests a scroll of the tabular.
6483
6484 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6485
6486         * insettext.C (textWidth): constify local var
6487
6488         * insettabular.C: small cleanup.
6489
6490         * insetfoot.C (Latex): constify local var
6491
6492         * insetcollapsable.C: small cleanup.
6493
6494         * figinset.C (runqueue): use compare instead of strcmp
6495
6496 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6497
6498         * insettext.C:
6499         * insetinfo.C: remove cruft
6500
6501 2001-02-14  Juergen Vigna  <jug@sad.it>
6502
6503         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
6504
6505 2001-02-13  Juergen Vigna  <jug@sad.it>
6506
6507         * insettext.C (InsertInset): don't move left (is this right?)
6508
6509         * insettabular.C (LocalDispatch): use of the no_draw variable
6510
6511         * insettabular.h: new no_draw variable to stop redraw
6512
6513         * insettabular.C (TabularFeatures): fixed update for alignment change
6514
6515 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6516
6517         * insetinclude.C:
6518         * insetbib.h:
6519         * insetbib.C: move dialogs to frontends/
6520
6521 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6522
6523         * insettext.C (LocalDispatch): Restore the language if the inset
6524         becomes empty.
6525
6526 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6527
6528         * insettext.C (moveRightIntern): Update the selection cursor.
6529         (moveLeftIntern): Ditto.
6530
6531 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6532
6533         * Makefile.am: remove BoundingBox.h
6534
6535         * BoundingBox.h: removed
6536
6537 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
6538
6539         * insettext.C (LocalDispatch): Update selection cursor when moving
6540         cursor to the right.
6541         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
6542         (moveLeftIntern): Ditto.
6543
6544 2001-02-05  Baruch Even  <baruch.even@writeme.com>
6545
6546         * insetgraphics.C: Updated automatic image conversion, it now goes into
6547         temporary directory instead of with the image itself.
6548
6549 2001-01-21  Baruch Even  <baruch@ev-en.org>
6550
6551         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
6552         to EPS or PNG when needed (support bitmap graphics).
6553
6554 2000-11-02  Baruch Even  <baruch@ev-en.org>
6555
6556         * insetgraphics.C:
6557         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
6558         and removal of commented out code.
6559
6560 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6561
6562         * insetbib.C (callback): Update citations if the key has changed.
6563
6564 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6565
6566         * insetbib.C (InsetBibKey): Better computation of default key.
6567         (getScreenLabel) Show both the key and the label.
6568         (getBibLabel): New method.
6569         (callback): Force a redraw if the inset have been changed.
6570
6571 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6572
6573         * insetref.C (getType, getName): Move methods from
6574         src/frontends/xforms/FormRef.C.
6575
6576 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
6577
6578         * insettabular.C: Various improvements (use only one dummy position).
6579
6580 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
6581
6582         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
6583         par->bibkey->width. This fixes the crashes when running without
6584         gui or when having included documents.
6585
6586 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
6587
6588         * insetcommand.C (getAsString, setFromString): Cleanup.
6589
6590 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
6591
6592         * insetref.C: Add the array InsetRef::types that contains
6593         information about all supported reference types.
6594
6595 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6596
6597         * lyxinset.h: remove trailing comma in enum.
6598
6599 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
6600
6601         * insettext.C: kill LyXBell.