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