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