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