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