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