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