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