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