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