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