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