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