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