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