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