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