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