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