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