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