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