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