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