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