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