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