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