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