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