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