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