]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
8f69c1f7280e9be18e10b120f1a72cf11e436f3a
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
2
3         * Tooltips.C (init): pass the /formatted/ string to xforms...
4
5 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
8         function keysym().
9
10         * FormDocument.C (class_apply): setMessage change
11         (apply): ditto
12
13 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14
15         * Menubar_pimpl.C (create_submenu): do not create a "More..."
16         submenu just for one entry
17
18 2002-10-15  Angus Leeming  <leeming@lyx.org>
19
20         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
21         dispatch on LFUN_MOUSE_MOTION.
22
23 2002-10-15  Angus Leeming  <leeming@lyx.org>
24
25         * FormCitation.C (updateBrowser): deselect the highlighted item when
26         updating the browser.
27
28 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
29
30         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
31
32 2002-10-08  Angus Leeming  <leeming@lyx.org>
33
34         * FeedbackController.C (PrehandlerCB):
35         * combox.C (show): use fl_get_winorigin in preference to
36         fl_get_wingeometry.
37
38 2002-10-14  Angus Leeming  <leeming@lyx.org>
39
40         * Tooltips.h (set) make it private:
41         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
42
43         * FormBase.C (show):
44         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
45
46 2002-10-14  André Pönitz <poenitz@gmx.net>
47
48         * FormDocument.C: somebody else's fix for a hard lockup
49
50 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
51
52         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
53         Lahaye
54
55 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
56
57         * FormRef.C (update): Always list the labels of the current buffer.
58
59 2002-10-07  Angus Leeming  <leeming@lyx.org>
60
61         * FormBase.C (hide):
62         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
63         #ifdef required xforms version.
64
65 2002-10-04  Angus Leeming  <leeming@lyx.org>
66
67         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
68
69         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
70         bare minimum.
71
72         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
73         no longer necessary and are scrapped.
74         (show): use the same, minimal fix as in PrehandlerCB to ensure that
75         the form's x,y coords are up to date. In truth, this fix should be
76         redundant, but not all "enter" events are caught by the prehandler.
77
78         * FormDocument.C (build):
79         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
80         combox c-tor.
81
82 2002-10-03  Angus Leeming  <leeming@lyx.org>
83
84         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
85         folder->y coords of a tabfolder when the mouse enters the folder.
86         This works around an xforms bug that manifests itslf as tooltips
87         appearing in their original position after the dialog has been
88         moved aside.
89
90         * FormAboutlyx.C (build):
91         * FormDocument.C (build):
92         * FormGraphics.C (build):
93         * FormPreferences.C (build):
94         * FormTabular.C (build): set the prehandler for tabfolders.
95
96         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
97         to ensure that the tabfolder prehandler is called.
98
99 2002-10-03  Angus Leeming  <leeming@lyx.org>
100
101         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
102         decimal not a hexadecimal.
103
104         * FormBase.C (hide):
105         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
106         with the dialog.
107
108 2002-09-30  Angus Leeming  <leeming@lyx.org>
109
110         * FormBase.[Ch]:
111         * FormBaseDeprecated.[Ch]:
112         (icon_pixmap_, icon_mask_) new member variables.
113         (prepare_to_show) new method, containing initialisation code invoked
114         the first time show() is called.
115         (d-tor) destroy icon_pixmap_, if it exists.
116         (show) ensure that the icon pixmap is generated only once.
117
118         * XFormsView.[Ch]:
119         (icon_pixmap_, icon_mask_) new member variables.
120         (d-tor) destroy icon_pixmap_, if it exists.
121         (create_form_form_main) assign the generated pixmap to the new
122         icon_pixmap_ member variable.
123
124 2002-09-26  Angus Leeming  <leeming@lyx.org>
125
126         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
127
128 2002-09-25  Angus Leeming  <leeming@lyx.org>
129
130         * Dialogs2.C:
131         * Dialogs_impl.h:
132         * FormWrap.h:
133         * LyXKeySymFactory.C:
134         * LyXScreenFactory.C:
135         * Menubar_pimpl.[Ch]:
136         * Toolbar_pimpl.[Ch]:
137         * WorkAreaFactory.C:
138         * lyx_gui.C: doxygen fixes.
139
140 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
141
142         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
143         The possible placements are default/outer/left/right.
144
145 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
146
147         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
148
149 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
150
151         * forms/form_maths_space.fd
152         * FormMathSpaces: remove access to internal macros \lyx*space
153
154 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
155
156         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
157         combox, make sure the corresponding shortcut is shown in
158         minibuffer
159
160 2002-09-16  John Levon  <levon@movementarian.org>
161
162         * forms/form_character.fd: Escape to cancel
163
164 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
165
166         * forms/form_graphics.fd:
167         * forms/form_print.fd: minor polishing of layout
168
169 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
170
171         * FormGraphics.C: improve tooltips text
172
173         * forms/form_graphics.fd: cosmetic change in file tab
174
175 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
176
177         * FormTexinfo.C:
178         * forms/form_filedialog.fd:
179         * forms/form_texinfo.fd: less bulky xforms dialogs.
180
181 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
182
183         * FormPrint.[Ch]:
184         * forms/form_print.fd: new xforms print dialog layout
185
186 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
187
188         * FormGraphics.C: use "Default" as first item in Origin of rotation
189
190         * forms/form_graphics.fd: improved layout
191
192 2002-09-11  Angus Leeming  <leeming@lyx.org>
193
194         * FormInclude.C (update): remove lyxerr call.
195
196 2002-09-09  John Levon  <levon@movementarian.org>
197
198         * FormInclude.C:
199         * forms/form_include.fd: reorder, remove noload
200
201 2002-09-09  John Levon  <levon@movementarian.org>
202
203         * FormMathDeco.C: move latex_deco into ControlMath
204
205 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
206
207         * FormBase.C:
208         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
209         set minimized title (without "LyX: ") and its icon.
210
211         * FormSpellchecker.C:
212         * FormSearch.C:
213         * FormThesaurus.C: remove "LyX: " from dialog window title.
214
215         * FormRef.[Ch]: add proper switch for "Go to" button.
216
217         * FormBibitem.C:
218         * forms/form_bibitem.fd:
219         * FormCitation.C:
220         * forms/form_citation.fd:
221         * FormRef.C:
222         * forms/form_ref.fd:
223         * FormSpellchecker.[Ch]:
224         * forms/form_spellchecker.fd:
225         * forms/form_toc.fd:
226         * forms/form_url.fd: less bulky dialogs; use proper gravity and
227         resize policy; add few tooltips.
228
229 2002-09-06  Alain Castera  <castera@in2p3.fr>
230
231         * FormTabular.C: leave the horizontal alignment buttons alive
232           on fixed width columns
233
234 2002-09-05  Angus Leeming  <leeming@lyx.org>
235
236         * all files: modify the headers as discussed on the list.
237
238 2002-08-30  John Levon  <levon@movementarian.org>
239
240         * MathsCallbacks.h:
241         * forms/fdfix.sh: fix build from last change
242
243 2002-08-30  John Levon  <levon@movementarian.org>
244
245         * MathsSymbols.h:
246         * MathsSymbols.C:
247         * FormMathsPanel.h:
248         * FormMathsPanel.C: remove MathsSymbols to controllers/
249
250 2002-08-29  John Levon  <levon@movementarian.org>
251
252         * MathsSymbols.h:
253         * MathsSymbols.C:
254         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
255
256 2002-08-29  John Levon  <levon@movementarian.org>
257
258         * MathsSymbols.C: implement splitting for AMS. nrel
259           is broken
260
261 2002-08-29  John Levon  <levon@movementarian.org>
262
263         * MathsSymbols.C: fix two crash bugs
264
265 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
266
267         * forms/form_graphics.fd:
268         * FormGraphics.C: re-implement the use of text_warning box.
269
270         * forms/form_preferences.fd:
271         * FormPreferences.C: use displayTranslator, change display mode
272         from four radio buttons into one choice button.
273
274         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
275
276 2002-08-24  John Levon  <levon@movementarian.org>
277
278         * xformsImage.C: fix build, add FIXME for Rob
279
280 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
281
282         * FormGraphics.[Ch]:
283         * forms/form_graphics.fd: Implement new graphics dialog
284
285         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
286         instead of "mono|gray|no".
287
288 2002-08-22  John Levon  <levon@movementarian.org>
289
290         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
291
292 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
293
294         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
295         for support/smart_ptr.h, change use of smart ptr to boost version
296
297         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
298         is a smart_ptr)
299         (build): use nifty 3rd arg of smart_ptr
300         (addBitmap): ditto
301
302 2002-08-20  John Levon  <levon@movementarian.org>
303
304         * lyx_gui.C: estimate default DPI
305
306 2002-08-16  Angus Leeming  <leeming@lyx.org>
307
308         * Dialogs.C:
309         * Dialogs2.C:
310         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
311
312         * Dialogs3.C: removed.
313
314 2002-08-16  Angus Leeming  <leeming@lyx.org>
315
316         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
317         time, old boy.
318
319 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
320
321         * FormRef.C (update): Synchronise the buffer choice and the list of
322         labels if the dialog is re-opened.
323
324 2002-08-15  Angus Leeming  <leeming@lyx.org>
325
326         * Dialogs.C:
327         * Dialogs2.C:
328         * Dialogs3.C:
329         * Dialogs_impl.h: the brave new world of Dialog creation.
330
331         * FormBaseDeprecated.C:
332         * FormFiledialog.C:
333         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
334
335         * guiapi.C: discard.
336
337         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
338         remove guiapi.C.
339
340 2002-08-15  Angus Leeming  <leeming@lyx.org>
341
342         * lots: changed my email address to leeming@lyx.org.
343
344         * FormBaseDeprecated.[Ch]: return it to private derivation from
345         boost::noncopyable.
346
347         * FormBaseDeprecated.[Ch]:
348         * FormDocument.[Ch]:
349         * FormInset.[Ch]:
350         * FormMaths*.[Ch]:
351         * FormPreferences.[Ch]:
352         * FormTabular.[Ch]:
353         pass and store references to LyXView and Dialogs, not pointers.
354
355         * FormInset.[Ch]: remove class FormCommand.
356
357 2002-08-14  Angus Leeming  <leeming@lyx.org>
358
359         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
360
361         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
362
363 2002-08-14  Angus Leeming  <leeming@lyx.org>
364
365         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
366         derives directly from boost::noncopyable.
367         (show): made public.
368
369         * FeedbackController.h: rearrange #includes.
370
371         * FormDocument.C:
372         * FormMathsDeco.C:
373         * FormMathsDelim.C:
374         * FormMathsMatrix.C:
375         * FormMathsPanel.C:
376         * FormTabular.C: remove #include "Dialogs.h"
377
378         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
379
380         * FormPreferences.C: rearrange #includes.
381
382         * FormTabular.h (showInset, updateInset): make public.
383
384         * FormDocument.C (build): enable the bmtable to find the right file!
385
386         * guiapi.C (gui_ShowInfo): removed.
387
388 2002-08-13  André Poenitz  <poenitz@gmx.net>
389
390         * Toolbar_pimpl.C: small cleanup
391
392 2002-08-13  Angus Leeming  <leeming@lyx.org>
393
394         * FileDialog.C:
395         * FormMathsDelim.C:
396         * FormMathsMatrix.C:
397         * FormMathsPanel.C:
398         * FormPreferences.C:
399         * Menubar_pimpl.C:
400         * Toolbar_pimpl.C:
401         * XFormsView.C:
402         * lyx_gui.C:
403         changes due to the changed LyXView interface that now returns references
404         to member variables not pointers.
405
406 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
407
408         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
409         entries.
410
411 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
412
413         * FormDocument.C (saveParamsAsDefault): use proper constructment
414
415 2002-08-12  Angus Leeming  <leeming@lyx.org>
416
417         * FormCitation.C:
418         * FromRef.C: change due to change of ControlConnections method name,
419         isReadonly() -> bufferIsReadonly().
420
421         * FormIndex.C:
422         * FormPrint.C: no longer #include "frontends/LyXView.h".
423
424 2002-08-12  Angus Leeming  <leeming@lyx.org>
425
426         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
427         the Dialogs::toggleTooltips signal.
428
429         * FormAboutlyx.[Ch]:
430         * FormBibitem.[Ch]:
431         * FormBibtex.[Ch]:
432         * FormBrowser.[Ch]:
433         * FormCharacter.[Ch]:
434         * FormCitation.[Ch]:
435         * FormERT.[Ch]:
436         * FormError.[Ch]:
437         * FormExternal.[Ch]:
438         * FormFloat.[Ch]:
439         * FormForks.[Ch]:
440         * FormGraphics.[Ch]:
441         * FormInclude.[Ch]:
442         * FormIndex.[Ch]:
443         * FormLog.[Ch]:
444         * FormMinipage.[Ch]:
445         * FormParagraph.[Ch]:
446         * FormPreamble.[Ch]:
447         * FormPrint.[Ch]:
448         * FormRef.[Ch]:
449         * FormSearch.[Ch]:
450         * FormSendto.[Ch]:
451         * FormShowFile.[Ch]:
452         * FormSpellchecker.[Ch]:
453         * FormTabularCreate.[Ch]:
454         * FormTexinfo.[Ch]:
455         * FormThesaurus.[Ch]:
456         * FormToc.[Ch]:
457         * FormURL.[Ch]:
458         * FormVCLog.[Ch]:
459         No longer pass Controller or Dialogs to the c-tor.
460         No longer forward-declare Dialogs.
461
462         * FormBase.[Ch]: derives from ViewBase directly.
463         No longer passed ControlButtons & or Dialogs &.
464         (bc): new method, enabling the daughter classes to access the
465         ButtonController.
466         (C_FormBaseApplyCB):
467         (C_FormBaseOKCB):
468         (C_FormBaseCancelCB):
469         (C_FormBaseRestoreCB):
470         (C_WMHideCB): changes due to a change in the ViewBase class.
471
472         * Toolbar_pimpl.[Ch] (c-tor):
473         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
474
475         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
476
477         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
478         Dialogs & to the Toolbar.
479
480         * guiapi.C: access the controller methods by explicit invocation of the
481         controller.
482
483 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
484
485         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
486         (class_apply): ditto
487
488 2002-08-08  John Levon  <levon@movementarian.org>
489
490         * Menubar_pimpl.C:
491         * Toolbar_pimpl.C: lyxaction cleanup
492
493 2002-08-08  John Levon  <levon@movementarian.org>
494
495         * forms/form_thesaurus.fd: allow Esc to close dialog
496
497 2002-08-02  Angus Leeming  <leeming@lyx.org>
498
499         * FormInclude.C:
500         * forms/form_include.fd: added a check_preview button and controlling
501         logic. The user can now choose to preview a \input-ed file.
502
503 2002-08-02  Angus Leeming  <leeming@lyx.org>
504
505         * FormTabular.C (input):
506         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
507         returning a boost::shared_ptr.
508
509 2002-08-01  John Levon  <levon@movementarian.org>
510
511         * FormDocument.C: writeFile() change
512
513 2002-08-01  John Levon  <levon@movementarian.org>
514
515         * FormPreferences.h:
516         * FormPreferences.C:
517         * guiapi.C:
518         * forms/form_spellchecker.fd: remove options from spellchecker
519
520 2002-07-30  John Levon  <levon@movementarian.org>
521
522         * lyx_gui.C: implement remove_read_callback()
523
524 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
525
526         * XWorkArea.C (work_area_handler): change type of
527         scrollbar_value_old to double
528
529 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
530
531         * several files: strip,frontStrip -> trim,ltrim,rtrim
532
533 2002-07-25  John Levon  <levon@movementarian.org>
534
535         * lyx_gui.C:
536         * XWorkArea.C: using dec
537
538 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
539
540         * FormFloat.C: Fixed and better GUI-logic
541
542 2002-07-25  André Pönitz <poenitz@gmx.net>
543
544         * lyx_gui.C:
545         * XWorkArea.C: add 'dec' to switch back to decimal output
546
547 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
548
549         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
550         (create_submenu): add parameter ``all_disabled'' which will be
551         false only if the menu contains at least one working item. Disable
552         submenus who have all_disabled true. What I could not do, though
553         is disable menubar items when all the menu is disabled (because I
554         know about it only when I try to open this menu)
555
556 2002-07-25  Herbert Voss  <voss@perce.de>
557
558         * FormBibtex.C (update): clear browser first
559
560 2002-07-25  Juergen Vigna  <jug@sad.it>
561
562         * XWorkArea.C (work_area_handler): set y_old and x_old to some
563         values in the MOUSE or DRAG even.
564
565 2002-07-25  John Levon  <levon@movementarian.org>
566
567         * forms/form_float.fd: "Span columns"
568
569 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
570
571         * FormFloat.C:
572         * forms/form_float.fd: Implement default placement checkbox;
573         some minor tweaks
574
575 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
576
577         * Menubar_pimpl.C (create_submenu): add the code for splitting too
578         long menus here. Remove call to add_toc.
579
580         * Menubar_pimpl.C (add_toc):
581         (add_toc2): remove. This code is now in MenuBackend; now, all the
582         frontend has to do is to support the item kinds Command, Submenu
583         and Separator. The rest is done transparently.
584
585 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
586
587         * FormFloat.C:
588         * forms/form_float.fd: Implement Wide Float toggle and !-option;
589         disable h and b with wide floats
590
591 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
592
593         * Menubar_pimpl.C (create_submenu): updates due to changes in
594         menubackend.
595
596 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
597
598         * XMiniBuffer.h: add connection objects, and use them
599         * XMiniBuffer.C (XMiniBuffer): here and
600         (dd_init): here
601
602         * XFormsView.h: add connection objects, use them
603         * XFormsView.C (XFormsView): here
604
605 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
606
607         * XFormsView.C: don't call toolbar_->set()
608
609         * Toolbar_pimpl.h:
610         * Toolbar_pimpl.C: rationalise code, remove half-working
611           update stuff into simple add()
612
613 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
614
615         * lyx_gui.C: add lyx_gui::exit()
616
617 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
618
619         * Toolbar_pimpl.h:
620         * Toolbar_pimpl.C: remove ->push()
621
622 2002-07-22  Herbert Voss  <voss@lyx.org>
623
624         * FormGraphics.C: add tooltips, changesize_type to size_kind.
625         some rearrangements to the code
626
627 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
628
629         * FormToc.C: std:: fix
630
631 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
632
633         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
634
635         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
636         and "commandtags.h"
637
638         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
639
640         * FormSendto.C:
641         * FormParagraph.C:
642         * FormMinipage.C:
643         * FormGraphics.C:
644         * FormForks.C:
645         * FormCitation.C:
646         * DropDown.C: update to use new getString and getVector
647
648         * xforms_helpers.[Ch]: replace getVectorFromChoice and
649         getVectorFromBrowser by getVector; replace getStringFromInput,
650         getStringFromBrowser and getSelectedStringFromBrowser with
651         getString, which works with input, choice and browser objects
652
653         * Menubar_pimpl.C:
654         * FormToc.C: update to use new toc.[Ch]
655
656 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
657
658         * XFormsView.C: move autosave timer to LyXView.C
659
660 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
661
662         * Menubar_pimpl.[Ch]: remove support for multiple menubars
663
664 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
665
666         * XMiniBuffer.h:
667         * XMiniBuffer.C: cleanup, make start/end history work as before
668
669 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
670
671         * FormMathsDelim.C:
672         * FormMathsMatrix.C: fix dispatch calls nicely
673
674 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
675
676         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
677         open
678
679         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
680
681 2002-04-28  Herbert Voss  <voss@perce.de>
682
683         * FormGraphics.C:
684         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
685
686 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
687
688         * DropDown.h:
689         * DropDown.C: remove unneeded LyXView *
690
691         * XFormsView.h:
692         * XFormsView.C: changes for minibuffer rework
693
694         * XMiniBuffer.h:
695         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
696           old code to here
697
698         * lyx_gui.C: add FIXME
699
700 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
701
702         * FormMathsDelim.C:
703         * FormMathsMatrix.C: fix dispatch calls
704
705 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
706
707         * Menubar_pimpl.C:
708         * Toolbar_pimpl.C:
709         * lyx_gui.C:
710         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
711
712         * xfont_loader.C: remove call to messagePush(),Pop()
713
714 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
715
716         * FormFiledialog.C: Add missing #include
717
718 2002-07-17  Angus Leeming  <leeming@lyx.org>
719
720         * xformsImage.C (init_graphics): disable direct loading of PostScript
721         files. It's more effort than it's worth.
722
723 2002-07-17  André Pönitz <poenitz@gmx.net>
724
725         * FormPreferences.C: add help for $$s feature, lots of stupid "code
726          beautifying"
727
728 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
729
730         * FormPreferences.C:
731         * forms/form_preferences.fd: remove 2nd exit confirmation
732
733 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
734
735         * XFormsView.h:
736         * XFormsView.C: hook up view_state_changed
737
738 2002-07-16  Angus Leeming  <leeming@lyx.org>
739
740         * XPainter.C: add some #ifdef ugliness to enable the home grown image
741         loader to work too.
742
743 2002-07-16  André Pönitz <poenitz@gmx.net>
744
745         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
746
747 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
748
749         * xformsImage.h:
750         * xformsImage.C: add isDrawable()
751
752         * XPainter.C: use static cast to xformsImage
753
754 2002-07-14  Angus Leeming  <leeming@lyx.org>
755
756         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
757
758 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
759
760         * lyx_gui.C: add set_read_callback()
761
762 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
763
764         * lyx_gui.C: move init_graphics() into setup
765
766 2002-07-12  Angus Leeming  <leeming@lyx.org>
767
768         * xformsImage.C (width): apply fudge irrespective of library version.
769
770 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
771
772         * Toolbar_pimpl.h:
773         * Toolbar_pimpl.C: remove unused (de)activate()
774
775 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
776
777         * lyx_gui.C: implement update_fonts(), font_available()
778
779 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
780
781         * lyx_gui.C: add update_color()
782
783 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
784
785         * FormPreferences.C:
786         * forms/form_preferences.fd: remove file->new asks for name
787
788 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
789
790         * XWorkArea.h:
791         * XWorkArea.C: do a copy area on redraw when no geometry change
792
793 2002-07-11  Herbert Voss  <voss@perce.de>
794
795         * FormGraphics.C (input): test also the height for %-value, when
796         importing the latex-value into the lyx-view
797
798 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
799
800         * XMiniBuffer.C (peek_event):
801         * combox.C (peek_event):
802         * DropDown.C (peek): support keypad keys
803
804 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
805
806         * xscreen.C: add const
807
808 2002-07-09  Angus Leeming  <leeming@lyx.org>
809
810         * xformsImage.C (scale): use boost::tie.
811         (width): fudge to fix bug in image width for xforms <= 0.89.6.
812
813 2002-07-08  Angus Leeming  <leeming@lyx.org>
814
815         * forms/fdfix.sh: whitespace.
816
817 2002-07-05  Angus Leeming  <leeming@lyx.org>
818
819         * lyx_gui.C (hexname): new function.
820
821 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
822
823         * lyx_gui.C (init_graphics): boost::function assign, not
824         boost::signal connect.
825
826         * combox.C (Combox): what remove does is now done implicitly from
827         XFormsView destructor.
828
829         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
830
831         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
832
833         * XFormsView.C (XFormsView): hide and free form_
834         (getForm): raw pointer return
835         (create_form_form_main): raw pointer set
836
837         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
838         implicitly from XFormsView destructor.
839
840 2002-07-04  André Pönitz <poenitz@gmx.net>
841
842         * FormInset.[Ch]: reduce #include depencies
843
844         * guiapi.C: suppress compiler warning
845
846 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
847
848         * FormInclude.C: Comment out unneeded and wrong update mechanism
849         (related to bug #459)
850         *forms/form_include.fd: define missing callbacks (bug #459)
851
852 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
853
854         * FormDocument.C (build): add pt154 encoding
855
856 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
857
858         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
859
860 2002-07-01  Angus Leeming  <leeming@lyx.org>
861
862         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
863
864 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
865
866         * forms/fdfix.sh: fix compilation failure on WinXP.
867
868 2002-06-28  Angus Leeming  <leeming@lyx.org>
869
870         * XPainter.[Ch]: changes associated with the name change
871         grfx::GImage -> grfx::Image.
872
873         * xformsGImage.[Ch]: deleted.
874         * xformsImage.[Ch]: new files, reflecting changed class name.
875
876         * Makefile.am:
877         * lyx_gui.C: associated changes.
878
879 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
880
881         * FormPreferences.C
882         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
883
884 2002-06-26  Angus Leeming  <leeming@lyx.org>
885
886         * xformsGImage.C (load, setPixmap): changes aassociated with moving
887         grfx::DisplayType out of grfx::GParams.
888
889 2002-06-25  Angus Leeming  <leeming@lyx.org>
890
891         * FormPreferences.C (LnFmisc::apply): Comment out the call to
892         grfx::GCache::changeDisplay. The method no longer exists now that the
893         pixmap generation part of the graphics loader has been moved into
894         InsetGraphics.
895
896 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
897
898         * Toolbar_pimpl.C: layout as layout
899
900 2002-06-21  Angus Leeming  <leeming@lyx.org>
901
902         * xscreen.C: add a using std::endl directive.
903
904 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
905
906         * FormPreferences.h:
907         * FormPreferences.C:
908         * forms/form_preferences.fd: remove show_banner, display_shortcuts
909
910 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
911
912         * XWorkArea.h:
913         * XWorkArea.C: remove splash, should be handled in
914           LyXScreen::greyOut()
915
916 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
917
918         * forms/form_texinfo.fd: "Update List" not "Rescan"
919
920 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
921
922         * guiapi.C: createIndex() changed
923
924 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
925
926         * FormBibtex.C: use new lyx::eliminate_duplicates
927
928 2002-06-20 Herbert Voss  <voss@perce.de>
929
930         * FormBibtex.C:
931         * forms/form_bibtex.fd: give better support for choosing the
932         bibstyle (new browserfield with the available bibstyles).
933         move some code of ControlTexinfo into a helper
934         file support/tex-helpers to use some of the functions
935
936 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
937
938         * XWorkArea.h:
939         * XWorkArea.C: remove unused code, name change
940
941 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
942
943         * XLyXKeySym.h:
944         * XLyXKeySym.C: whitespace
945
946 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
947
948         * XWorkArea.h: remove focus stuff, greyOut()
949
950 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
951
952         * XWorkArea.C: remove focus/unfocus events
953
954 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
955
956         * XWorkArea.h: remove unused methods
957
958 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
959
960         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
961           Cleaner, smaller.
962
963 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
964
965         * XWorkArea.h: remove unused width()
966
967 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
968
969         * guiapi.C: fix compile with libAiksaurus
970
971 2002-06-17  Herbert Voss  <voss@perce.de>
972
973         * forms/.cvsignore: ignore the *.lo files
974
975 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
976
977         * FormSearch.h:
978         * FormSearch.C: focus and select search string on open (bug #77)
979
980 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
981
982         * changes to let the function setup happen in frontends
983
984         * guiapi.C: new file
985
986 2002-06-16    <alstrup@diku.dk>
987
988         * xscreen.C (draw): After drawing, we wait for X with XSync..
989
990         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
991
992         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
993
994         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
995
996         * WorkAreaFactory.C: New file for GUII WorkArea.
997
998         * LyXScreenFactory.C: WorkArea GUIIized.
999
1000 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
1001
1002         * LyXKeySymFactory.C: Added XForms implementation.
1003
1004         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
1005         stuff.
1006
1007         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
1008
1009 2002-06-14  Lyx Development team  <lyx@electronia>
1010
1011         * LyXScreenFactory.C: Implementation for XForms.
1012
1013         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
1014         called XScreen (surprise!).
1015
1016 2002-06-14  Angus Leeming  <leeming@lyx.org>
1017
1018         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
1019
1020         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
1021         if not, exit gracefully.
1022         Test whether the newly generated .h file is different from the existing
1023         one and if not discard it to prevent unnecessary recompilation in the
1024         xforms directory.
1025
1026 2002-06-14  Angus Leeming  <leeming@lyx.org>
1027
1028         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
1029         "this", ro we'll get a crash following FormBaseDeprecated's
1030         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
1031
1032         This is the only form in which all the folders are not built in the
1033         parent class direct, so this is the only one that should suffer from
1034         this bug.
1035
1036 2002-06-12  Angus Leeming  <leeming@lyx.org>
1037
1038         * form_*.[Ch]: removed from the repository.
1039         * forms/Makefile.am:
1040         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
1041
1042         * forms/form_*.fd: use a consistent naming convention for the fdesign
1043         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
1044         struct FD_aboutlyx;
1045         struct FD_aboutlyx_version;
1046         struct FD_aboutlyx_credits;
1047         struct FD_aboutlyx_license;
1048
1049         * forms/fdfix[ch].sed: no longer write the build routines for the
1050         fdesign generated FD_xyz structs as member methods of the controlling
1051         FormXyz class. It's unnecessary and needs patch files in addition to
1052         the sed magic to work properly. Thus, the structs above are now
1053         generated by routines
1054         FD_aboutlyx * build_aboutlyx(void *);
1055         FD_aboutlyx_version * build_aboutlyx_version(void *);
1056         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
1057         FD_aboutlyx_license * build_aboutlyx_license(void *);
1058
1059         * forms/README: document all the above.
1060
1061         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
1062
1063         * forms_gettext.[Ch]: new files containing only the scex, idex functions
1064         stored previously in xforms_helpers.[Ch].
1065
1066         * xforms_helpers.[Ch]: removed scex, idex functions.
1067
1068         * Most other files: minor changes associated with the above.
1069
1070 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1071
1072         * XWorkArea.h:
1073         * XWorkArea.C: move scrolling logic into here
1074
1075         * ColorHandler.h:
1076         * ColorHandler.C:
1077         * XPainter.h:
1078         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
1079         s/Painter/XPainter/
1080
1081 2002-06-12  Angus Leeming  <leeming@lyx.org>
1082
1083         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
1084
1085 2002-06-12  Angus Leeming  <leeming@lyx.org>
1086
1087         * FormParagraph.C: include ParagraphParameters.h now that
1088         ParagraphParameters is forward declared in ControlParagraph.h.
1089
1090 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
1091
1092         * FormMathsDelim.C: fix delimiter pre-display rendering
1093           mess-up bug (354)
1094
1095 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1096
1097         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
1098
1099 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1100
1101         * XFormsView.h:
1102         * XFormsView.C: move init() back to LyXView
1103
1104 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1105
1106         * GUIRunTime.C: remove in favour of ...
1107
1108         * Makefile.am:
1109         * lyx_gui.C: ... GUI startup namespace
1110
1111         * XFormsView.h:
1112         * XFormsView.C: change show() prototype
1113
1114         * XPainter.C:
1115         * xfont_loader.C: don't use GUIRunTime any more
1116
1117 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1118
1119         * ColorHandler.C:
1120         * FontInfo.h:
1121         * FormBase.C:
1122         * FormBaseDeprecated.C:
1123         * MathsSymbols.C:
1124         * Menubar_pimpl.C: minor cleanups
1125
1126 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1127
1128         * xformsGImage.C:
1129         * FontInfo.h:
1130         * FontInfo.C: some cleanup
1131
1132         * XWorkArea.C:
1133         * XFormsView.h:
1134         * XFormsView.C: some minor cleanup, use of
1135           scoped_ptr
1136
1137         * xfont_loader.h:
1138         * xfont_loader.C: rename
1139
1140 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
1141
1142         * XWorkArea.h:
1143         * XWorkArea.C: use workHeight(), remove enter/leaveView
1144
1145 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1146
1147         * XWorkArea.h:
1148         * XWorkArea.C: remove belowMouse() and active()
1149
1150 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
1151
1152         * xfont_metrics.h:
1153         * xfont_metrics.C:
1154         * XPainter.C: X-specific metrics stuff moved into xforms/ only
1155
1156 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1157
1158         * FormParagraph.[Ch]: moved to mvc
1159         * form_paragraph.[Ch]: idem
1160         * forms/form_paragraph.fd: idem
1161         * Dialogs.C: idem
1162
1163 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1164
1165         * GUIRunTime.C (initialiseGraphics): condition the choice of
1166         loader on USE_XFORMS_IMAGE_LOADER
1167
1168         * xformsGImage.C (init_graphics): do not initialize jpeg support
1169         if not available
1170
1171 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1172
1173         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
1174
1175 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1176
1177         * FormMathsPanel.C: do not include ButtonController.tmpl
1178         * FormPreferences.C: ditto
1179         * xformsBC.C: ditto
1180
1181         * FormBase.h (controller): remove ViewBase:: prefix
1182
1183 2002-06-07  Angus Leeming  <leeming@lyx.org>
1184
1185         Fixes needed to compile with Compaq cxx 6.5.
1186         * ColorHandler.C:
1187         * DropDown.C:
1188         * FormThesaurus.C:
1189         all c-library variables have been moved into namespace std.
1190         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1191
1192         * XFormsView.C: add a using std::abs directive.
1193
1194         * FormBase.h (FormCB::controller): I have had to prefix base class
1195         methods with Base:: Wierd!
1196
1197 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
1198
1199         * xformsGImage.h: an xforms build fix
1200
1201 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
1202
1203         * Tooltips.C: fix some sigc++ -> boost errors.
1204
1205 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
1206
1207         * GUIRunTime.C:
1208         * XFormsView.C:
1209         * XWorkArea.C:
1210         * xforms_resize.C:
1211         * xformsGImage.h: fixes for xforms 1.0 version
1212           checking
1213
1214 2002-05-10  Herbert Voss  <voss@perce.de>
1215
1216         * FormInclude.C (input, update): disable load-button when
1217         "use verbatim" is enabled
1218
1219 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1220
1221         * FileDialog.C (FileDialog): fix () bug when using new
1222         * xformsGImage.C (newImage): ditto
1223         * Toolbar_pimpl.C (Pimpl): ditto
1224         * xfont_loader.C (getFontinfo): ditto
1225
1226 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1227
1228         * switch from SigC signals to boost::signals.
1229
1230         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
1231
1232 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1233
1234         * FormDocument.C (input): set preamble too when saving default
1235         template.
1236
1237 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1238
1239         * Makefile.am:
1240         * XWorkArea.h:
1241         * XWorkArea.C: moved here
1242
1243 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1244
1245         * ColorHandler.h:
1246         * ColorHandler.C:
1247         * FontInfo.h:
1248         * FontInfo.C: moved here
1249
1250         * xfont_loader.h:
1251         * xfont_loader.C: moved here
1252
1253         * Makefile.am:
1254         * xfont_metrics.C: changes from above
1255
1256 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1257
1258         * Makefile.am:
1259         * XPainter.C:
1260         * xfont_metrics.h:
1261         * xfont_metrics.C: moved font metrics code
1262
1263 2002-05-24  Juergen Vigna  <jug@sad.it>
1264
1265         * FormMathsBitmap.C: include local includes first (selfcontainment)
1266         * FormMathsBitmap.h: include LString.h first.
1267
1268 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1269
1270         * XFormsView.C:
1271         * lyxlookup.h:
1272         * lyxlookup.C:
1273         * Makefile.am: move here
1274
1275 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1276
1277         * DropDown.h:
1278         * FileDialog.C:
1279         * FormBaseDeprecated.C:
1280         * FormDocument.C:
1281         * FormIndex.C:
1282         * FormInset.C:
1283         * FormMathsBitmap.C:
1284         * FormMathsDelim.C:
1285         * FormMathsMatrix.C:
1286         * FormMathsPanel.C:
1287         * FormParagraph.C:
1288         * FormPreferences.C:
1289         * FormPrint.C:
1290         * FormTabular.C:
1291         * Makefile.am:
1292         * XFormsView.h:
1293         * XFormsView.C: LyXView is now in frontends/,
1294         XFormsView moved to here
1295
1296 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1297
1298         * Makefile.am:
1299         * XPainter.h:
1300         * XPainter.C: move Painter here
1301
1302 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1303
1304         * Menubar_pimpl.C: add scoped_ptr.hpp
1305
1306         * FormPrint.h: remove smart_ptr.hpp
1307
1308         * FormBase.h: use more specific smart_ptr header
1309         * FormCharacter.h: ditto
1310         * FormMathsStyle.h: ditto
1311         * FormAboutlyx.h: ditto
1312         * Menubar_pimpl.h: ditto
1313         * FormTabular.h: ditto
1314         * FormPreferences.h: ditto
1315         * FormParagraph.h: ditto
1316         * FormMathsSpace.h: ditto
1317         * FormMathsPanel.h: ditto
1318         * FormMathsMatrix.h: ditto
1319         * FormMathsDelim.h: ditto
1320         * FormMathsDeco.h: ditto
1321         * FormGraphics.h: ditto
1322         * FormDocument.h: ditto
1323
1324 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1325
1326         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
1327           (bug 406) (from Angus)
1328
1329 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1330
1331         * FormDocument.C (language_apply): Fix language changing.
1332
1333 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1334
1335         * Tooltips.C: enable tooltips by default.
1336
1337 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
1338
1339         * xforms_resize.h: improve the doc++ comments.
1340
1341         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
1342         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
1343         providing this info "somehow".
1344         Constify a few variables.
1345         whitespace changes.
1346
1347 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
1348
1349         * FormBase.C (show):
1350         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
1351         is widened sufficiently to display wholely the tabs of any
1352         tabbed-folders. This is more than just cosmetic as it will prevent
1353         crashes when selecting a partly displayed tab. (The problem occurs
1354         with a "long" locale like German and xforms < 0.9999.)
1355
1356         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
1357         by how much a dialog should be scaled to show its tabs fully (should
1358         it have a tabfolder).
1359
1360 2002-05-08  Garst Reese  <reese@isn.net>
1361
1362         * FormMathsDeco.C: fix offset to normal size decos.
1363
1364 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
1365
1366         * xformsGImage.C (rotate): work-around xforms bug when rotating by
1367         270 degs.
1368
1369 2002-05-02  Herbert Voss  <voss@perce.de>
1370
1371         * FormBibtex.C (apply): a change from a style to an empty one
1372         (which is valid) wasn't saved
1373
1374 2002-05-02  Herbert Voss  <voss@perce.de>
1375
1376         * FormGraphics.C (input): do not read bb new when it was changed
1377
1378 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
1379
1380         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
1381         * FormParagraph.C: "Other" -> "Custom"
1382         * FormPreferences.C: "USletter" -> "US letter" etc.
1383         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
1384         * forms/form_preferences.fd: style consistency
1385
1386 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1387
1388         * FormCharacter.C:
1389         * FormDocument.C:
1390         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
1391
1392         * xforms_helpers.h (findPos): new template.
1393
1394         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
1395         for the rotation origins.
1396
1397         * FormGraphics.C: internationalise the rotation origin strings in the
1398         choice using the same approach as used for the language names in the
1399         Character, Document, Preferences dialogs.
1400
1401 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1402
1403         * FormCharacter.C:
1404         * FormDocument.C:
1405         * FormPreferences.C: use the bool flag to getLanguageData as
1406         appropriate. No longer translate the strings as this is done in
1407         getLanguageData.
1408
1409 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
1410
1411         * FormBibtex.C:
1412         * FormCitation.C: fix two typos
1413
1414 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
1415
1416         * FormCharacter.h:
1417         * FormDocument.h:
1418         * FormPreferences.h: store a vector<string> lang_ of language
1419         identifiers.
1420
1421         * FormCharacter.C: changes associated with frnt::getLanguageData
1422         returning a vector<LanguagePair> rather than a vector<string>.
1423
1424         * FormDocument.C:
1425         * FormPreferences.C: internationalise the languages on display, similar
1426         to the changes in FormCharacter.C.
1427
1428 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
1429
1430         * FormMathsPanel.C: translate Close
1431         * FormGraphics.C: a little more translation
1432
1433 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1434
1435         * FormCitation.C (apply, input): ensure that the choice is always valid.
1436
1437         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
1438         identifier when performing one of the substitutions. "shortcut" can
1439         reasonably appear in the label.
1440
1441 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
1442
1443         * Makefile.am: fix typo "shoul go to" -> "should go to".
1444
1445         * forms/form_preferences.fd: Modify naming for Converter flags
1446         ("Extra flags") and remove a couple of shortcut-clashes.
1447
1448         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
1449
1450 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1451
1452         * FormBibtex.C: Do not use a blank after the comma for multiple
1453         bib-files (which is not read in correctly).
1454
1455 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1456
1457         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
1458         disable the choice.
1459
1460 2002-04-19  Juergen Vigna  <jug@sad.it>
1461
1462         * FormParagraph.C (changedParagraph): don't check for p == par_ as
1463         we don't set par_ on a changedParagraph call so we don't resete the
1464         buttons and message when we return to the original paragraph!
1465
1466 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
1467
1468         * forms/cvsignore: add Makefile.
1469
1470 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1471
1472         * forms/Makefile.am: make it a dummy make file + extra dist
1473
1474 2002-04-14  Herbert Voss  <voss@perce.de>
1475
1476         * FormCharacter.C
1477         * FormExternal.C: adding #include "support/lstrings.h"
1478         for the getStringFromVector and vice versa
1479
1480 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
1481
1482         * FormParagraph.C (changedParagraph): ensure that the warning message
1483         is removed if the underlying paragraph will accept our changes.
1484
1485 2002-04-09  Herbert Voss  <voss@perce.de>
1486
1487         * FormGraphics.C: allow rotate-values like 270.1
1488         * xformsGImage.C (rotate): get the right rotate-angle from
1489         GraphicParams
1490
1491 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1492
1493         * xformsGImage.C (clip): no need to check if the width, height are > 0
1494         because the BoundingBox would be empty() in this weren't the case.
1495
1496 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1497
1498         * FormDocument.[Ch]: Add a new method UpdateClassParams
1499         which is used in CheckChoiceClass to update the fontsizes
1500         and other necessary stuff (pagestyle) on class change
1501         (hopefully finally fix bug #306)
1502
1503 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1504
1505         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
1506         (updatesrc): delete wrong version
1507
1508 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1509
1510         * forms/.cvsignore: add Makefile.in
1511
1512         * forms/Makefile.am: make distcheck work, new file
1513
1514         * Makefile.am: make distcheck work
1515
1516 2002-04-05  Herbert Voss  <voss@perce.de>
1517
1518         * FormGraphics.C: use correct unit bp (big point - PostScript point)
1519         for the bounding box values
1520
1521 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
1522
1523         * FormGraphics.C (updateBB, input): Don't set the path of the file
1524         passed to readBB. Let the controller do that because it knows about
1525         the buffer (and therefore the path) whereas the view has no idea.
1526
1527 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
1528
1529         * xformsGImage.C (clip): ensure that the clipped image has sensible
1530         dimensions.
1531
1532 2002-04-04  Herbert Voss  <voss@lyx.org>
1533
1534         * FormGraphics.C (updateBB):  new method to read the BBox when reading
1535         a new file or changing an existing one.
1536
1537 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1538
1539         * FormCharacter.C (findPos): add a missing typename
1540
1541 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1542
1543         * FeedbackController.C:
1544         * FormBibtex.C:
1545         * FormCitation.C:
1546         * FormForks.C:
1547         * FormMathsBitmap.C:
1548         * FormPreferences.C:
1549         * FormSendto.C:
1550         * FormTexinfo.C:
1551         * Tooltips.C:
1552         * xforms_helpers.C: use _() correctly rather than N_().
1553
1554 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1555
1556         * FormDocument.C (CheckChoiceClass): update the necessary class
1557         settings on class change (fix bug #306)
1558
1559 2002-03-27  Herbert Voss  <voss@lyx.org>
1560
1561         * xforms_helpers.h:
1562         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
1563         and text%
1564
1565 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1566
1567         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
1568         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
1569         The MathsSymbols are now xforms-independent.
1570
1571         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
1572
1573 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1574
1575         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
1576
1577         * FormGraphics.C (input): don't disallow the input of a file that's
1578         not there.
1579
1580 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1581
1582         * FormParagraph.C (changedParagraph): whitespace.
1583
1584         * xforms_helpers.C: rearrange #includes.
1585
1586         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
1587
1588         * FormPrint.C: changes associated with changes to RadioButtonGroup.
1589
1590         * FormGraphics.C:
1591         * forms/form_graphics.fd: rename some of the widgets.
1592
1593 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1594
1595         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
1596         file can't be found.
1597
1598         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
1599         only if the underlying paragraph will accept changes.
1600
1601         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
1602
1603         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
1604         set the choice to a unit that isn't present in the choice!
1605         Also remove #if 0 sections of code.
1606
1607 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1608
1609         * several files: ws cleanup
1610
1611 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1612
1613         * lots: whitespace changes.
1614
1615 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1616
1617         * FormParagraph.C: a little more factorisation.
1618
1619 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1620
1621         * xforms_helpers.C (setCursorColor):
1622         * Tooltips.C (set): remove XC_question_arrow code.
1623
1624         * FeedbackController.[Ch] (clearMessage): new method.
1625
1626         * FeedbackController.C (postMessage): the warning message is now
1627         displayed in red!
1628
1629         * FormParagraph.C: define some helper functions to minimise the amount
1630         of repeated code.
1631
1632         * FormDocument.C:
1633         * FormGraphics.C:
1634         * FormMinipage.C:
1635         * FormTabular.C: use the FeedbackController to post the warning
1636         messages.
1637
1638 2002-03-19  André Pönitz <poenitz@gmx.net>
1639
1640         * FormParagraph.C: whitespace changes
1641
1642 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1643
1644         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
1645         longer call fl_set_object_helper as this routine respects line breaks
1646         only if the dialog is visible.
1647         (getTooltip): renamed as get.
1648         (toggleTooltips): renamed as set and made public.
1649
1650         * FormBase.C (show):
1651         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
1652
1653         * FormBibtex.C (build):
1654         * FormCitation.C (build):
1655         * FormForks.C (build):
1656         * FormSendto.C (build):
1657         * FormTexinfo.C (build):
1658         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
1659
1660         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
1661
1662 2002-03-18  Juergen Vigna  <jug@sad.it>
1663
1664         * FormTabular.C (update): deactivate left/right border settings for
1665         multicolumns if not an outer cell or no parent multicolumn cell.
1666
1667 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
1668
1669         * GUIRunTime.C: add spaces to error messages
1670
1671 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1672
1673         * FormBase.C (show):
1674         * FormBaseDeprecated.C (show): set the initial state of the cursor.
1675
1676         * FormPreferences.C (Colors::apply()): use the helper function
1677         setCursorColor.
1678
1679         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
1680         Can only set the cursor if the dialog is visible.
1681
1682         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
1683         color of all cursors used by LyX.
1684         (XformsColor::read): use it.
1685
1686 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1687
1688         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
1689         housekeeping changes.
1690         1. Ensure that all radio buttons are wrapped up within a group.
1691         2. Rename all button_cancel as button_close.
1692         3. Ensure that all objects follow the naming scheme outlined in
1693            forms/README
1694
1695         class             | prefix
1696         ------------------+-------
1697         FL_BROWSER        | browser
1698         FL_BUTTON         | button
1699         FL_PIXMAPBUTTON   | button
1700         FL_CHECKBUTTON    | check
1701         FL_CHOICE         | choice
1702         FL_COUNTER        | counter
1703         FL_DIAL           | dial
1704         FL_INPUT          | input
1705         FL_FRAME          | frame
1706         FL_LABELFRAME     | frame
1707         FL_ROUND3DBUTTON,
1708         RADIO_BUTTON      | radio
1709         FL_SLIDER         | slider
1710         FL_VALSLIDER      | slider
1711         FL_TABFOLDER      | tabfolder
1712         FL_TEXT           | text
1713
1714         The only exceptions to this are objects that are to be converted
1715         in the sed scripts. At the moment this applies only to bmtable:
1716
1717         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
1718
1719 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1720
1721         * doxygen fixes.
1722
1723 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1724
1725         * FeedbackController.C: improve a comment.
1726
1727         * FormFiledialog.C: whitespace change.
1728
1729         * FormBibitem.C (build):
1730         * FormBibtex.C (build):
1731         * FormCitation.C (build):
1732         * FormDocument.C (build):
1733         * FormExternal.C (build):
1734         * FormGraphics.C (build):
1735         * FormInclude.C (build):
1736         * FormIndex.C (build):
1737         * FormMathsMatrix.C (build):
1738         * FormMinipage.C (build):
1739         * FormParagraph.C (build):
1740         * FormPrint.C (build):
1741         * FormRef.C (build):
1742         * FormSendto.C (build):
1743         * FormSpellchecker.C (build):
1744         * FormTabular.C (build):
1745         * FormThesaurus.C (build):
1746         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
1747         Means that pasting with the middle mouse button will activate the
1748         Ok, Apply buttons.
1749
1750         * FeedbackController.C (MessageCB): fix crash by removing
1751         Assert(message_widget_) and returning silently in this case.
1752         Can happen quite justifiably.
1753
1754         * Most files: consistent comments at the top of the file, usable by
1755         sourcedoc.
1756
1757 2002-03-09  Herbert Voss  <voss@lyx.org>
1758
1759         * FormGraphics.C: test if file exists, simplify an if command
1760
1761 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
1762
1763         * FormToc.C: make goto not reset the dialog
1764
1765 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1766
1767         * FeedbackController.[Ch]: new files, providing a standard interface to
1768         the feedback and warning messages. Created by stripping code out of
1769         FormBase.
1770
1771         * FormBase.[Ch]: strip out all the feedback code and simplify yet
1772         further the tooltips code.
1773
1774         * FormBase.[Ch]:
1775         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
1776         Derive both classes from FeedbackController so daughter classes each
1777         have a common interface for same.
1778
1779         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
1780         Tooltips wrapper class.
1781
1782         * Tooltips.[Ch]: work out how to update tooltips when using
1783         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
1784         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
1785         and when the dialog has some tooltips.
1786
1787         * FormPreferences.[Ch]: strip out all the feedback code and use
1788         the FeedbackController.
1789
1790         * xforms_helpers.C: save the color of the gui pointer.
1791
1792         * FormBibtex.[Ch]:
1793         * forms/form_bibtex.fd:
1794         * FormCitation.[Ch]:
1795         * forms/form_citation.fd:
1796         * FormForks.[Ch]:
1797         * forms/form_forks.fd:
1798         * FormSendto.[Ch]:
1799         * forms/form_sendto.fd:
1800         * FormTexinfo.[Ch]:
1801         * forms/form_texinfo.fd: remove "Help" button and rejig for much
1802         simplified tooltips code.
1803
1804         * Makefile.am: add FeedbackController.[Ch].
1805
1806 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1807
1808         * FormGraphics.C: Tiny stylistic correction.
1809
1810 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1811
1812         * FormGraphics.C:
1813                 - Make radiobuttons change too when using Latex size in
1814                   lyxview and vice versa.
1815                 - Fix a typo where the value for height (lyxview) was
1816                   taken from width (size).
1817                 - Remove *%-values from lyxview.
1818                 - Add an Alert when using "Get Latex size" and that contains
1819                   *%-values.
1820         * FormTabular.C: Remove obsolete comment.
1821
1822 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
1823
1824         * FormMathsDeco.C: add leftrightarrows to the bitmap.
1825
1826         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
1827
1828 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1829
1830         * xformsGImage.C (statusCB, errorCB): close the file streams once the
1831         image is loaded or if an error occurs.
1832         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
1833         it permanently (and does not make a copy!).
1834
1835 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1836
1837         * xformsGImage.[Ch]: new files. An image loader based on xforms library
1838         routines.
1839
1840         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1841         your version of the xforms libraries is up to the task.
1842
1843         * Makefile.am: compile the xforms image loader if so configured.
1844
1845 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1846
1847         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1848
1849         * Dialogs.C:
1850         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1851
1852 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1853
1854         * FormDocument.C (build): add a std:: qualifier to remove_if.
1855
1856 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1857
1858         * Toolbar_pimpl.[Ch]: layout as string
1859
1860         * FormParagraph.C: layout as string
1861
1862         * FormDocument.C (build): use remove_if and contains_functor
1863         layout as string
1864
1865 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
1866
1867         * FormMathsBitmap.[Ch]:
1868         * FormMathsPanel.C: Give window titles to bit map sub-panels.
1869
1870 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1871
1872         * Dialogs.C (initialiseGraphics): a new static method.
1873         Remove Allan's venerable description as I think it's past its sell-by
1874         date.
1875
1876 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
1877
1878         * FormBase.C:
1879         * FormBaseDeprecated.C:
1880         * FormFiledialog.C: possible fix to the Bad Window problems that some
1881         people have been experiencing.
1882
1883 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1884
1885         * FormForks.C (input_button_all): resolve comparison between signed
1886         and unsigned.
1887
1888 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1889
1890         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
1891         submenus in menubar.
1892
1893 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1894
1895         * FormForks.[Ch]:
1896         * forms/form_forks.fd: new files. A view for the Forked Child
1897         processes dialog, enabling the user to see what forked processes
1898         are running, and, if he so desires, to kill them.
1899
1900         * Dialogs.C: add the class Forked Child dialog.
1901
1902         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
1903
1904         * forms/makefile: add form_forks.fd.
1905
1906         * FormPreferences.C (LnFmisc::apply): rather ugly: call
1907         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
1908
1909 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1910
1911         * forms/form_graphics.fd: Enlarge Restore button.
1912         * FormGraphics.C: Set filter to bounding box input fields.
1913
1914 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1915
1916         * Makefile.am: simpler obj. file compiling
1917
1918 2002-02-20  Juergen Vigna  <jug@sad.it>
1919
1920         * FormTabular.C (input): don't call the autoapply on exit input calls
1921         if we don't really have a change!
1922
1923 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1924
1925         * FormBase.h (FormCB): tiny bugfix.
1926
1927         * xforms_helpers.h: remove incorrect comment.
1928
1929 2002-02-18  Herbert Voss  <voss@lyx.org>
1930
1931         * FormGraphics.C: same units for LyX and Latex view, cosmetics
1932
1933 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1934
1935         * Timeout_pimpl.[Ch] (running): new method.
1936
1937 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1938
1939         * FormParagraph.C:
1940         * FormTabular.C: added a using std::remove_if directive.
1941
1942 2002-02-14  Herbert Voss  <voss@lyx.org>
1943
1944         * xforms_helpers.h: fix bug with "?%" units
1945
1946 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
1947         * forms/form_graphics.fd:
1948         * form_graphics.C: minor layout changes, such as stretching all
1949         tab-windows to equal sizes and better keyboard-shortcuts.
1950
1951 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
1952         * forms/form_graphics.fd:
1953         * form_graphics.C: minor layout changes, such as stretching all
1954         tab-windows to equal sizes and better keyboard-shortcuts.
1955
1956 2002-02-12  Herbert Voss  <voss@lyx.org>
1957
1958         * forms/form_graphics.fd:
1959         * form_graphics.[Ch]: small changes to the layout, mentioned
1960         by Rob
1961
1962         * FormGraphics.C: fix bug with use of updateWidget... when
1963         no unit is given.
1964
1965 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
1966
1967         * FormMinipage.C: return SMI_VALID on other form changes
1968
1969 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1970
1971         * FormParagraph.C (update): [VSpace:] Delete the special method
1972         for gluelengths...
1973         * xforms_helpers.C: ...and move it here.
1974         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
1975         and updateWidgetsFromLength.
1976
1977 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
1978
1979         * forms/form_external.fd:
1980         * form_external.C: change color2 of a few buttons into the
1981         proper grey color.
1982
1983 2002-02-08  Herbert Voss  <voss@lyx.org>
1984
1985         * forms/form_graphics.fd:
1986         * FormGraphics.C:
1987         * form_graphics.[Ch]: Adding buttons for unzip-Option,
1988         getValues from LyX/LaTeXfolder
1989
1990 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
1991
1992         * forms/form_graphics.fd:
1993         * FormGraphics.C:
1994         * form_graphics.[Ch]: simplify the bounding box folder
1995         of the Graphic GUI
1996
1997 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1998
1999         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
2000         where one could not have both toggleon and disabled.
2001
2002 2002-02-08  Herbert Voss  <voss@lyx.org>
2003
2004         * xforms_helpers.h: change unit "%" to t%
2005
2006         * FormGraphics.C: fiy bug when BB is read from file and the
2007         unit is always "pt"
2008
2009 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
2010
2011         * FormMathsDeco.C: \underleftarrow and \underrightarrow
2012
2013 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2014
2015         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
2016
2017         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
2018         clean interface. Means that FormBase, FormBaseDeprecated and
2019         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
2020
2021         * FormBase.C: add a Tooltips instance and interface with it.
2022         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
2023         setTooltipLevel(ob).
2024         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
2025
2026         * FormBibtex.[Ch]:
2027         * FormCitation.[Ch]:
2028         * FormTexinfo.[Ch]:
2029         * Makefile.am: altered appropriately.
2030
2031 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2032
2033         * forms/form_texinfo.fd:
2034         * forms/form_bibtex.fd:
2035         * forms/form_citation.fd: delete text_info field again, add help choice
2036
2037         * FormBibtex.[Ch]:
2038         * FormCitation.[Ch]:
2039         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
2040
2041 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2042
2043         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
2044         a new method setTooltipLevel(). In turn this determines which of the
2045         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
2046         called from getTooltip.
2047         No need for a "message" widget at the bottom of every dialog, therefore.
2048         If retained, this "message" widget can be used to display "warnings",
2049         pure and simple.
2050
2051         * FormBibtex.[Ch]:
2052         * FormCitation.[Ch]:
2053         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
2054         to lose the "message" widget and to gain a "tooltip level" choice.
2055
2056 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2057
2058         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
2059         Cancel buttons' positions consistent with the other dialogs.
2060
2061 2002-02-05  Herbert Voss  <voss@lyx.org>
2062
2063         * forms/form_graphics.fd: Noew the same view of the
2064         buttons as in preferences (LyXView). Make some things clear
2065         with better names.
2066         * FormGraphic.C: cosmetic changes to the layout. Delete
2067         the help button
2068
2069 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2070
2071         * forms/form.texinfo.fd: delete help button, add text_info
2072         * forms/form.citation.fd,form.bibtex.fd: add text_info
2073         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
2074         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
2075         no tooltips in Bibtex).
2076
2077 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2078
2079         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
2080         working with both xforms 0.88 and 0.89. Use by invoking
2081         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
2082         derived class to provide the required string.
2083
2084 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2085
2086         * FormBase.[Ch]: make it really easy to set up and use a prehandler
2087         for feedback messages and to invoke an input event on paste from
2088         the middle mouse button. The derived class needs invoke only
2089         setPrehandler(ob) and for the feedback to override the virtual methods
2090         feedback(ob) and clear_feedback(). If the message posted is a warning
2091         rather than mere feedback, first setWarningPosted(true) to ensure
2092         that the message remains visible.
2093
2094         * FormBaseDeprecated.C: a physical rearrangement of the file,
2095         nothing more.
2096
2097         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
2098
2099 2002-02-04  Herbert Voss  <voss@lyx.org>
2100
2101         * forms/form_graphics.fd: small changes to the layout
2102         * FormGraphic.C: Apply-button, keepaspectratio enabling
2103         depends to case of LaTeXView. Other small changes and
2104         fixes. Add LyXView scale.
2105
2106 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2107
2108         * FormGraphics.C (c-tor): prevent resizing of the dialog.
2109
2110 2002-02-03  Herbert Voss  <voss@lyx.org>
2111
2112         * xforms_helpers.C: fix bug with unit "%" in
2113         updateWidgetsFromLengthString(...)
2114
2115 2002-02-02  Herbert Voss  <voss@lyx.org>
2116
2117         * FormGraphic.C: fix bug with filename, rearrange the code,
2118         delete choice "referencePoint" which is only possible for
2119         rotatebox
2120         * forms/form_graphics.fd: position options in a logical way,
2121         add folder and scale for LyXView
2122
2123 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
2124
2125         * FormGraphics.C (apply, update): respect the new DEFAULT state of
2126         InsetGraphicsParams::DisplayType.
2127
2128 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
2129
2130         * forms/form_graphics.fd: tweeks.
2131
2132 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2133
2134         * FormGraphics.C: Fix MAXDIGIT values for height and width.
2135
2136 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2137
2138         * forms/form_citation: a few tweaks of my own.
2139
2140 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2141
2142         * forms/form_citation: De-Monsterization (make it smaller).
2143
2144 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
2145
2146         * forms/form_graphics.fd:
2147         * FormGraphics.C: a few tweaks of my own.
2148
2149 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2150
2151         * forms/form_graphics.fd: Very small tweaks.
2152
2153 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2154
2155         * forms/form_graphics.fd: Change the dialog to look similar as
2156         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
2157         added text_warning field..
2158
2159         * FormGraphics.[Ch]: Handle the Rearrangements.
2160         Add input filters and warnings concerning invalid inputs.
2161         Recognize the lyxrc-settings of display_graphics.
2162
2163 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
2164
2165         * FormMathsSpace.h (space_):
2166         * FormMathsStyle.h (style_): change from a short to an int to fix
2167         type conversion warnings.
2168
2169 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2170
2171         * FormMathsSpace.[Ch]:
2172         * forms/form_maths_space.fd:
2173         Changed the "Space" subpanel of the math panel into one of
2174         ordinary buttons rather than radio buttons. They are now
2175         self-applying so OK and Apply could go.
2176
2177 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2178
2179         * FormMathsStyle.[Ch]:
2180         * forms/form_maths_style.fd:
2181         Patched to use button arrays. Buttons are self-applying, saving
2182         one keystroke and the OK and Apply buttons.
2183
2184 2002-01-27  Herbert Voss  <voss@lyx.org>
2185
2186         * FormGraphic.[Ch]:
2187         * form_graphic.[Ch]:
2188         * forms/form_graphic.fd: rewritten to support graphicx with
2189         all options and to be sure that the old figinsets are correct
2190         converted.
2191         * xforms-helpers.h: added two choice const for the LyXLength
2192         one with all and one only with length which have a unit.
2193
2194 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2195
2196         * forms/form_minipage.fd: add text_warning field.
2197
2198         * FormMinipage.[Ch]: added input filters and warnings
2199         (ButtonPolicy::SMInput FormMinipage::input)
2200
2201 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
2202
2203         * FormAboutlyx.[Ch]: Removed redundant form() method and
2204         dialog_ variable. They replicate that in the parent FormDB.
2205
2206 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
2207
2208         * FormMathsDeco[hC]:
2209         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
2210         the Decorations sub-panel of mathed. See Lamport Table 3.11.
2211
2212         * FormMathsPanel.C:
2213         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
2214         "negated relations". Lower and broader.
2215
2216 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
2217
2218         * FormTabular.C (update): Remove redundant code.
2219
2220 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2221
2222         * forms/form_tabular.fd: checkbox2radiobutton changes.
2223
2224 2002-01-20  Herbert Voss  <voss@perce.de>
2225
2226         * FormInclude.[C]: better control of unexistings files
2227         when entered without the browser
2228
2229 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2230
2231         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
2232         is disabled
2233
2234         * combox.C (activate):
2235         (deactivate): change color of labels to reflect the state of the
2236         combox
2237
2238 2002-01-16  Herbert Voss  <voss@lyx.org>
2239
2240         * FormExternal.C (build): activate  apply/ok-button when something
2241         is entered in the filename-field
2242
2243 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2244
2245         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
2246         rather than 'string::size_type'
2247
2248 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
2249
2250         * FormMathPanel.[hC]:
2251         * MathsSymbols.[hC]:
2252         * form_math_panel.[hC]:
2253         * form_math_panel.fd: Modified. Added five symbol sub-panels
2254         to the math panel containing AMS math symbols: arrows, relations,
2255         negated relation, operators and miscellaneous (also containing some
2256         hebrew and corner symbols).
2257
2258 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2259
2260         * FormMinipage.C (apply): change because MinipageParams::pageWidth
2261         is now a real LyXLength
2262
2263 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2264
2265         * FormDocument.C: enable line spacing input properly
2266
2267 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2268
2269         * forms/form_preferences.fd:
2270         * form_preferences.h:
2271         * form_preferences.C:
2272         * FormPreferences.h:
2273         * FormPreferences.C: use better variable name
2274
2275 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2276
2277         * forms/form_preferences.fd: change "Use Scalable Fonts"
2278           to "Rescale bitmap fonts"
2279
2280 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2281
2282         * FormMathsPanel.C:
2283         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
2284         the button controller for IgnorantPolicy and PreferencesPolicy.
2285
2286 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2287
2288         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
2289
2290 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2291
2292         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
2293         choice if the input field contains a LyXGlueLength.
2294
2295         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
2296
2297         * FormParagraph.C
2298         * FormDocument.C
2299         * FormTabular.C: Change input filter to allow inserting
2300         gluelengths/lyxlength or numbers with unit choices.
2301
2302         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
2303         which was more or less duplicated.
2304
2305         * FormGraphics.C: set default units, dependent on US/other paper.
2306
2307 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2308
2309         * Dialogs.C: no longer need to #include the Controller classes, as this
2310         is how done in GUI.h.
2311
2312         * xformsBC.C: #include ButtonController.tmpl, containing the
2313         instatiation of the button controller.
2314
2315 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
2316
2317         * FormThesaurus.C: fix a crash
2318
2319 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
2320
2321         * FormMathsDelim.C:
2322         * form_maths_delim_C:
2323         * form_maths_delim.h:
2324         * form_maths_delin.fd:
2325         Put three radio buttons on the delimiters pop-up. It works as follows:
2326
2327                                 left mouse     middle mouse        right mouse
2328         ----------------------------------------------------------------------
2329         Left radio button   |       (               ()                   )
2330         Middle radio button |       ()              ()                   )
2331         Right radio button  |        )               )                   )
2332         ----------------------------------------------------------------------
2333
2334         Where
2335
2336         (       left-side delimiter selected
2337         )       right-side delimiter selected
2338         ()      "symmnetric pair" selected, of which the clicked delimiter is
2339                 the left one.
2340                 So, if the middle radio button is activated ("()\nBoth")
2341                 and you click on "[" with the default (left) mouse button, you
2342                 get the delimiter pair "[]".
2343                 A shortcut for this (if the leftmost radio button is on) is
2344                 simply clicking the middle mouse button.
2345
2346         To create equal pairs, either have the middle radio button on and use
2347         Mouse-left, or have the left radio button on and use Mouse-middle.
2348
2349         To create unequal pairs, you should have either the left or middle radio
2350         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
2351
2352 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2353
2354         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
2355         unchanged:
2356         Remove the clickline_ member variable and hide() method;
2357         Use fl_set_browser_dblclick_callback;
2358         Constify a few temporary variables;
2359         Use xforms_helpers' wrappers functions returning string rather than
2360         the raw xforms functions returning char const *.
2361
2362 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2363
2364         * DropDown.C: include <cctype> for isprint()
2365
2366 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2367
2368         * FormMinipage.C (apply, update): MinipageParams::width renamed
2369         as MinipageParams::pageWidth.
2370
2371 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
2372
2373         * FormMathsBitmap.C:
2374           FormMathsPanel.C:
2375           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
2376         added to math panel's 'misc' sub-panel.
2377
2378 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2379
2380         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
2381
2382 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2383
2384         * FormPreferences.h: add a std:: to make_pair.
2385
2386 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2387
2388         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
2389         respectively.
2390
2391         * DropDown.C: place xforms callback functions in namespace anon.
2392         Set browser callback on single not double click.
2393         (select): return immediately of the vector is empty. Highlight the top
2394         line. Position the browser above the minibuffer, not below it.
2395         (peek): call key_pressed when a key press is detected.
2396         (key_pressed): clean-up and emit the keypress signal.
2397
2398         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
2399         If nothing is selected, return string().
2400
2401 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
2402
2403         * FormSpellchecker.C: disable resizing due to xforms bug
2404
2405 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2406
2407         * FormFiledialog.C (Reread): skip broken symlinks
2408
2409 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2410
2411         * FormMathsMatrix.C (AlignFilter): use std::count and add some
2412         comments.
2413
2414 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2415
2416         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
2417         in the switch.
2418
2419         * FormPreferences.C (Interface::input):
2420         (Language::input):
2421         (Paths::input): add shortcuts to file dialogs directory buttons
2422
2423         * FormPreference.h (browse): add default empty parameters for
2424         buttons descriptions.
2425
2426         * FormFiledialog.C (SetButton): allow for a shortcut in the name
2427         of the button.
2428
2429 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2430
2431         * FormThesaurus.C:
2432         * FormThesaurus.h:
2433         * form_thesaurus.h:
2434         * form_thesaurus.C:
2435         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
2436
2437 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2438
2439         * Toolbar_pimpl.C (setPixmap): simplify a bit
2440
2441 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2442
2443         * Toolbar_pimpl.C (ToolbarCB):
2444         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
2445         dispatch.
2446
2447 2002-01-12  Allan Rae  <rae@lyx.org>
2448
2449         * FormTabular.C (FormTabular): Fix Purify UMR.
2450
2451         * FormPreferences.C (build): "Conversion" is a better name.
2452
2453 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2454
2455         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
2456         LyXFunc::dispatch.
2457
2458         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
2459
2460 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2461
2462         * FormPreferences.C:
2463         * forms/form_preferences.fd: change names and descriptions of popup
2464         font variables to reflect their actual use.
2465
2466         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
2467
2468 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2469
2470         * FormPreferences.C (input): allow empty values for document_path
2471         and template_path.
2472
2473         * FormFiledialog.C (SetButton):
2474         (FileDlgCB): do not disable directory buttons if they have an
2475         empty path.
2476         (SetDirectory): if the argument is an empty string, change to
2477         cwd().
2478
2479 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
2480
2481         * forms/form_maths_style.fd:
2482         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
2483         size "styles" and font types.
2484         * FormMathsPanel.[Ch]:
2485         * MathsSymbols.C:
2486         * forms/form_maths_panel.fd: Modified too.
2487
2488 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2489
2490         * Menubar_pimpl.C (create_submenu):
2491         * Toolbar_pimpl.C (update): use FuncStatus.
2492
2493 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2494
2495         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
2496         for fl_get_browser_line that is guaranteed to return a valid string.
2497
2498 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
2499
2500         * FormSpellchecker.C: fix possible crash on clicking a suggestion
2501
2502 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2503
2504         * forms/form_document.fd (bullets): fix small cosmetic problem after
2505         John's radio2button change.
2506
2507 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2508
2509         * FormDocument.C:
2510         * forms/form_document.fd: change the labels and variable names of
2511         left_margin, right_margin to inner_margin, outer_margin, in line
2512         with bugzilla bug #157.
2513
2514         * FormFiledialog.C (Reread): used locally stored modtime variable
2515         rather than make repeated calls to fileInfo.getModificationTime().
2516
2517         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
2518         isOK() checks to the use of the FileInfo instance and removed those
2519         FIXMEs.
2520
2521         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
2522         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2523
2524 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2525
2526         * form_*:
2527         * forms/form_*: change radio buttons to round3dbutton
2528
2529 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2530
2531         * FormFiledialog.C: add FIXME
2532
2533         * xforms_helpers.C: fix use of FileInfo
2534
2535 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
2536
2537         * FormTabular.h:
2538         * FormTabular.C:
2539         * form_tabular.h:
2540         * form_tabular.C:
2541         * forms/form_tabular.fd: ugly fix to get around
2542           some of the UI problems (bug #110).
2543
2544 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2545
2546         * FormDocument.C: Recognize the default paper settings too
2547         when setting the default length values (cm or inch).
2548         * FormParagraph.C: do the same.
2549
2550 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
2551
2552         * FormFloat.C: changes to prevent here definitely being used
2553         with wide figures.
2554
2555 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
2556
2557         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
2558
2559 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2560
2561         * DropDown.C: always include <config.h> in sources.
2562
2563         * xforms_helpers.h:
2564         * FormFiledialog.h:
2565         * Timeout_pimpl.h:
2566         * DropDown.h: do not include <config.h> in headers
2567
2568 2001-12-20  Juergen Vigna  <jug@sad.it>
2569
2570         * FormTabular.C (update): final LT-h/f support modifications.
2571
2572 2001-12-19  Juergen Vigna  <jug@sad.it>
2573
2574         * FormTabular.C (update): change a bit the tabular layout and added
2575         better longtable options handling.
2576
2577 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2578
2579         * FormToc.C: using std::endl
2580
2581 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2582
2583         * FormToc.C: fix crash when no entries, and
2584           update types properly
2585
2586 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2587
2588         * Menubar_pimpl.C: Fixed a crashing bug when document has more
2589         than 80 floats and using xforms 0.88
2590
2591 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2592
2593         * xforms_helpers.C: include lyxlength.h here
2594         * xforms_helpers.h: ... but not here
2595
2596         * FormTabular.C: use LyXLength instead of string wherever
2597         necessary; whitespace changes.
2598
2599 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2600
2601         * forms/form_preferences.fd: use the same name for font sizes
2602         than the character dialog.
2603
2604 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2605
2606         * forms/form_search.fd: Added label text to search buttons
2607         (to make the shortcuts visible).
2608
2609 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2610
2611         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
2612
2613 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2614
2615         * FormFiledialog.C:
2616         * xforms_helpers.C: change "while(" to "while ("
2617
2618 2001-12-05  Allan Rae  <rae@lyx.org>
2619
2620         * FormParagraph.C (apply): One other LyXText fix.
2621
2622 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2623
2624        * FormParagraph.C (getCurrentParagraph):
2625         (apply):  get the right LyXText !
2626
2627 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
2628
2629         * FormParagraph.C: disallow page breaks in insets
2630
2631 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2632
2633         * FormParagraph.C: allow signed space above/below, actually
2634           use space below units
2635
2636 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2637
2638         * FormToc.C: fixes to make floatlists work
2639
2640 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2641
2642         * Makefile.am:
2643         * Alert_pimpl.C: Alert etc.
2644
2645         * xforms_helpers.h:
2646         * xforms_helpers.C:
2647         * forms/fdfix.sh: move idex etc. to here
2648
2649         * GUIRunTime.C: move getScreenDPI() to here
2650
2651 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2652
2653        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
2654        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
2655        to 100p (now German translation fits in).
2656        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
2657        form_preferences.fd, form_graphics.fd, form.include.fd,
2658        form-external.fd:
2659        Unified label "Browse..." and unified its width to 100p.
2660
2661 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2662
2663        * forms/form_graphics.fd: fixed shortcut clash
2664        * forms/form-external.fd: added shortcut for "Apply"
2665
2666 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2667
2668         * FormFiledialog.C: don't reset path if new dir
2669           doesn't exist.
2670
2671 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2672
2673        * forms/form_document.fd: Renamed "Save as Class Defaults"
2674        to "Save as Document Defaults"
2675        * FormDocument.C:
2676        Removed the setEnabled-Definitions for the
2677        "save_default"-Button since it causes nothing but trouble.
2678        Changed the text of AskQuestion on saveParamsAsDefault.
2679
2680 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2681
2682         * DropDown.C: fix crash, improve behaviour a bit
2683
2684 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2685
2686         * FormDocument.C (class_apply):
2687         (paper_apply):
2688         (language_apply):
2689         (options_apply):
2690         (bullets_apply): add a version of these methods taking a
2691         BufferParams& parameters. The original versions are now wrappers
2692         around these.
2693         (saveParamsAsDefault): new function, moved from old
2694         LFUN_LAYOUT_SAVE_DEFAULT code.
2695
2696 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2697
2698         * Makefile.am:
2699         * DropDown.h:
2700         * DropDown.C: drop-down completion
2701
2702 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2703
2704         * forms/form_graphics.fd: change clashing shortcut
2705
2706 2001-10-24  Juergen Vigna  <jug@sad.it>
2707
2708         * FormTabular.C: changed calls for footer/headers of longtabulars.
2709
2710 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2711
2712         * forms/form_tabular.fd: Add value choices
2713         * FormTabular.C: Handle that choices
2714
2715         * FormDocument.C: fix small bug.
2716
2717 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
2718
2719         * FormGraphics.[Ch]: move some parameters out of the heaader file and
2720         into namespace anon.
2721
2722         * FormPreferences.C:
2723         * forms/form_preferences.fd: replaced button_colorspace with two
2724         radio buttons, button_hsv and button_rgb.
2725
2726 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2727
2728        * forms/form_document.fd:
2729          Class: add a value choice for Default Skip.
2730          Some rearrangements (minor tweaks).
2731        * FormDocument.C: Handle that choice, minor tweaks.
2732        * forms/form_paragraph.fd: Add value choices
2733        * FormParagraph.C: Handle that choices.
2734        * FormMinipage.C/FormGraphics.C: Small tweaks.
2735
2736 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2737
2738         * FormDocument.C: fixed some bugs in the Paper tab.
2739
2740         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
2741         specifying default unit for choice if input string is empty.
2742
2743 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
2744
2745         * FormDocument.C (input): one more tweak...
2746
2747 2001-10-10  Herbert Voss  <voss@perce.de>
2748
2749         * FormTexinfo.[Ch]: some changes to the code
2750
2751 2001-10-10  André Pönitz  <poenitz@htwm.de>
2752
2753         * FormsMathMatrix.C: add missing space between v- and h-alignment
2754         parameters
2755
2756 2001-10-09  Herbert Voss  <voss@perce.de>
2757
2758         * FormTexinfo.[Ch]:
2759         * forms/form_texinfo.fd: new files. Display information about the
2760         installed texfiles (cls,sty,bst).
2761
2762         * FormShowFile.[Ch]: new files. Display the contents of a file.
2763
2764         * Dialog.C:
2765         * Makefile.am: modified appropriately.
2766
2767 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
2768
2769         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
2770         Given input and choice widgets, create a string such as "1cm".
2771         (updateWidgetsFromLengthString): new function.
2772         Given a string such as "1cm", set the input and choice widgets.
2773
2774         * FormDocument.C:
2775         * forms/form_document.fd: improve the GUI of the paper tab using these
2776         new helper functions.
2777
2778 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2779
2780         * FormDocument.C (build): support latin4
2781
2782 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2783
2784         * FormDocument.C (build): support latin3
2785
2786 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2787
2788         * forms/form_aboutlyx.fd: use flat boxes for tabs.
2789
2790 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2791
2792         * forms/form_document.fd: rearrangement of the paper tab;
2793         rename "use geometry" to "custom margins/sizes".
2794
2795         * FormDocument.C: add code to avoid the input of senseless data
2796         in document -> paper.
2797
2798 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2799
2800         * FormDocument.C: Disable choice "Special" if landscape
2801         is chosen to prevent senseless values.
2802
2803 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2804
2805         * forms/form_preferences.fd: small tweaks.
2806
2807 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2808
2809         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
2810         button to "Use Class Defaults" and moved it outside the tab.
2811         Some more minor tweaking.
2812
2813         * FormDocument.C: handled this changes.
2814
2815 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2816
2817         * Dialogs.C: remove splash dialog code.
2818
2819         * FormSplash.[Ch]:
2820         * form_splash.[Ch]:
2821         * forms/form_splash.fd: removed.
2822
2823         * Makefile.am:
2824         * forms/makefile: remove splash dialog files.
2825
2826         * Menubar_pimpl.C (MenuCallback): no longer call
2827         Dialogs::destroySplash.
2828
2829 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2830
2831         * forms/form_preferences.fd: fix typo
2832
2833 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2834
2835         * FormRef.C:
2836         * forms/form_ref.fd: renamed the widgets in the standard style.
2837
2838         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
2839         helper functions. Build a vector<string> from the contents of
2840         an fl_choice and fl_browser respectively.
2841
2842         * FormCitation.C (fillChoice, updateBrowser):
2843         * FormRef.C: use these new functions to only update the choices and
2844         browsers when absolutely necessary.
2845
2846 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2847
2848         * FormBase.C (InputCB):
2849         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
2850         "select choice < 1" problem.
2851
2852         * FormRef.C (input): undid Dekel's change in light of the above
2853         generalisation.
2854
2855 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
2856
2857         * FormRef.C (input): Fix crash when using dialog with keyboard.
2858
2859 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2860
2861         * forms/form_document.fd: small tweaks.
2862
2863 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2864
2865         * forms/form_document.fd: Added checkbox "auto_reset", button
2866         "reset_defaults" and button "save_defaults".
2867
2868         * Form_Document.[Ch]: Removed AskQuestion when changing class.
2869         Implement the 2 buttons and the checkbox described above.
2870
2871         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
2872         save the default value of that lyxrc)
2873
2874         * FormPreferences.C: Handle that button
2875
2876 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2877
2878         * form_ref.fd: a little tweaking.
2879
2880         * FormSpellchecker.C (build): set the bounds to the slider, so it
2881         updates during a spellchecking session.
2882
2883 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
2884
2885         * forms/form_preferences.fd: rearrangement and addition of new
2886         Display Graphics radio buttons to Look & Feel->Misc
2887         (By Jürgen Spitzmüller).
2888
2889         * FormPreferences.C: modify new lyxrc variable "display_graphics"
2890         depending on the values of the Display Graphics radio buttons.
2891
2892         * FormGraphics.C: use this variable.
2893
2894 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
2895
2896         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
2897         Hoorah! Happy Birthday to me!
2898
2899 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2900
2901         * forms/form_ref.fd: Add buffer button.
2902
2903         * FormRef.C (update): Handle the buffer button.
2904         (input): Ditto
2905
2906 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2907
2908         * forms/form_graphics.fd: complete rewrite of the dialog
2909         (Most work was done by Angus, though).
2910
2911 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2912
2913         * combox.C (hide): execute the callback _after_ closing the
2914         combox.
2915
2916 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2917
2918         * FormDocument.C (c-tor): initialise some variables.
2919
2920         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
2921         (Thereby removing a warning message when the dialog is built.)
2922
2923         * FormFloat.C (input): return SMI_VALID.
2924
2925 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2926
2927         * FormDocument.C (input, options_update): add code to enable the
2928         Author-Year/Numerical citation choice only if the natbib checkbox is
2929         active.
2930
2931         * FormFloat.[Ch]: added new method input() to control the behaviour of
2932         the buttons better.
2933         * forms/form_float.fd: renamed Here as button_here_definitely.
2934
2935         * FormGraphics.C:
2936         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
2937         have them, so enabling the Ok, Apply buttons appropriately.
2938
2939 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2940
2941         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
2942         Label", added a labelframe).
2943
2944 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2945
2946         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
2947         (C_Toolbar_BubbleTimerCB): fix linking
2948
2949         * FormMathsBitmap.C (form): use get() to get the raw pointer.
2950
2951         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
2952
2953 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2954
2955         * combox.C (C_Combox_input_cb): make it static
2956         (C_Combox_combo_cb): make it static
2957         (C_Combox_peek_event): make it static
2958
2959         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
2960         (C_Toolbar_BubblePost): make it static
2961         (C_Toolbar_ToolbarCB): make it static
2962
2963         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
2964
2965         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
2966
2967         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
2968         gui libs
2969
2970 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2971
2972         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
2973         been used successfully in FormBase.
2974         (show): call bc().refresh() after building the dialog to activate the
2975         button controller.
2976
2977         * FormPreferences.C (build): remove hack to fix butoon controller as
2978         the correct fix is in FormBaseDeprecated.
2979
2980         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
2981
2982         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
2983
2984 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2985
2986         * Toolbar_pimpl.C (setLayout):
2987         (layoutSelected): make them work even when gettext has been
2988         translating the interface.
2989
2990 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2991
2992         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
2993         ("Apply" does not work without former user change in the dialog).
2994
2995         * FormPreferences.C (build): Fix bug: if you start LyX and open the
2996         Preferences dialog, "Apply" is activated even though no change has been
2997         made so far.
2998
2999 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3000
3001         * FormBase.C (show): use controller_.IconifyWithMain() to control
3002         the dialog's show policy
3003
3004         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
3005
3006         * FormPreferences.C:
3007         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
3008         check button to the Look & Feel->Misc tab and code to modify the lyxrc
3009         variable dialogs_iconify_with_main appropriately.
3010
3011 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3012
3013         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
3014
3015 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3016
3017         * forms/form_character.fd: small cosmetics (aligned "Language:" right
3018         as suggested in Michael's Buglist).
3019
3020 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3021
3022         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
3023         layouts
3024         (layoutSelected): remove the numeric argument and use the text of
3025         the combox entry instead.
3026
3027         * combox.C: lowercase a few remaining methods, rename select_text
3028         to select
3029         * several files: propagate these changes
3030
3031 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
3032
3033         * FormPreferences.C: add fl_set_input_return to input_paperoption.
3034
3035 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3036
3037         * FormParagraph.C: fix default line spacing case
3038
3039 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3040
3041         * FormParagraph.C: disable space inputs when != Length
3042
3043 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3044
3045         * FormPreferences.C:
3046         * form_preferences.h:
3047         * form_preferences.C:
3048         * forms/form_preferences.fd: add view_dvi_paper_option
3049
3050 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3051
3052         * FormMathsPanel.h: sub dialogs must be Ignorant.
3053
3054 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3055
3056         * FormParagraph.C: fix to not allow 0 linespacing
3057
3058 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3059
3060         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
3061
3062         * FormParagraph.C (input): set fl_get_choice check for the linespacing
3063         to 5 not 4. xforms arrays start at 1.
3064
3065 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3066
3067         * FormParagraph.[Ch]:
3068         * forms/form_paragraph.fd: clean up of dialog and of controlling
3069         code.
3070
3071 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3072
3073         * FormBase.C (C_CutandPastePH): new function that can be used as a
3074         pre-handler to any xforms text input widget. Will trigger an event on
3075         pasting into the widget using the middle mouse button.
3076
3077         * FormPreamble.C (build): use this pre-handler for the input widget.
3078
3079 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
3080
3081         * FormCitation.C:
3082         * forms/form_citation.fd: a little tweaking to ensure that the
3083         style choice remains centred within the frame if its contents change.
3084
3085         * FormBase.h: added an allow_resize_ member variable. If false
3086         resizing the dialog is prohibitted.
3087
3088         * FormBase.[Ch]:
3089         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
3090
3091         * FormAboutlyx.C:
3092         * FormCharacter.C:
3093         * FormThesaurus.C:
3094         make use of this functionality to ensure that the dialog cannot be
3095         resized.
3096
3097 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
3098
3099         * GUIRunTime.C: initApplication() should take a int & argc
3100
3101 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
3102
3103         * FormCitation.h:
3104         * FormCitation.C: tidy code a little
3105
3106         * GUIRunTime.C: more informative error
3107
3108 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3109
3110         * forms/form_preferences.fd: order the items "logically" so that
3111         tabbing through the dialog makes sense. Close bug #404569.
3112
3113 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3114
3115         * FormPreferences.C: Tentative fix of John's "no point in spell
3116         command "None"" bug, #223255.
3117
3118 2001-08-23  Herbert Voss  <voss@perce.de>
3119
3120         * FormBibtex.C (input): normalize database list
3121
3122 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3123
3124         * FormBibtex.C: make sure that any database is stored only once.
3125
3126 2001-08-22  Herbert Voss  <voss@perce.de>
3127
3128         * FormBibtex.C (input): fix for multiple databases
3129
3130 2001-08-21  Herbert Voss  <voss@perce.de>
3131
3132         * FormBibtex.C (input): extension handling for ".bst"
3133
3134 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
3135
3136         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
3137         check button is pressed.
3138
3139 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3140
3141         * FormParagraph.C (general_apply): Handle default spacing.
3142         (general_update): Ditto.
3143
3144 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
3145
3146         * FormBibtex.C:
3147         * forms/form_bibtex.fd: get the browse buttons working as they should.
3148
3149 2001-08-20  Herbert Voss  <voss@perce.de>
3150
3151         * FormBibtex.C:
3152         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
3153         databases and styles. Added an option for "bibliography into toc"
3154
3155 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3156
3157         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
3158         cleanup.
3159
3160 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3161
3162         * combox.h: fix source doc
3163
3164         * form_math_matrix.C:
3165         * forms/form_math_matrix.fd: new layout
3166
3167 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3168
3169         * form_paragraph.h:
3170         * form_paragraph.C:
3171         * forms/form_paragraph.fd:
3172         * FormParagraph.C: support per-para linespacing
3173
3174         * forms/form_float.fd:
3175         * form_float.C: fix shortcut typo
3176
3177 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
3178
3179         * forms/form_character.fd: small adjustment to the position of John's
3180         extra Language label.
3181
3182 2001-08-09  André Pönitz  <poenitz@htwm.de>
3183
3184         * FormMathsDelim.C: renamed some delimiter parameters.
3185
3186 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
3187
3188         * FormCitation.C (build):
3189         * FormDocument.C (build):
3190         * FormMinipage.C (build):
3191         * FormParagraph.C (build):
3192         * FormRef.C (build): added stuff to read-only list in the
3193         button controller.
3194
3195         * FormCitation.C (update): disable citation style stuff when not using
3196         Natbib.
3197
3198 2001-08-06  Juergen Vigna  <jug@sad.it>
3199
3200         * forms/form_ert.fd: new file.
3201
3202         * form_ert.[Ch]: new files.
3203
3204         * FormERT.[Ch]: new files. Implementation of ERT dialog.
3205
3206 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3207
3208         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
3209
3210 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
3211
3212         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
3213
3214 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3215
3216         * FormMathsPanel.C:
3217         * FormMathsPanel.h:
3218         * form_maths_panel.C:
3219         * form_maths_panel.h:
3220         * forms/form_maths_panel.fd: re-add dots bitmaps
3221
3222         * FormRef.C: "Goto" -> "Go to"
3223
3224 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
3225
3226         * FormMathsBitmap.C: initialise form_
3227
3228 2001-07-29  Baruch Even  <baruch@lyx.org>
3229
3230         * src/forms/form_graphics.fd:
3231         * src/FormGraphics.C: Added support for the new horizontal scale factor.
3232
3233 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3234
3235         * forms/makefile (SRCS): add form_float.fd
3236
3237         * forms/form_float.fd: new file
3238
3239         * form_float.[Ch]: new files
3240
3241         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
3242         FormFloat.h, form_float.C and form_float.h
3243
3244         * FormFloat.[Ch]: new files
3245
3246         * Dialogs.C: init GUIFloat is well
3247
3248 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3249
3250         * FormToc.C (updateType): Fix problem with TOC that couldn't be
3251         updated because the type list was not updated.
3252
3253 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
3254
3255         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
3256         Version stuff in.
3257
3258         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
3259
3260         * FormGraphics.C (build): uncommented the fl_set_input_return call for
3261         input_rotate_angle. Set input filter on rotate_angle to make it accept
3262         only floating point numbers.
3263         (input): Browse now activates the Ok button approriately.
3264
3265 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3266
3267         * Dialogs.C:
3268         * Makefile.am:
3269         * FormThesaurus.h:
3270         * FormThesaurus.C:
3271         * form_thesaurus.h:
3272         * form_thesaurus.C:
3273         * forms/makefile:
3274         * forms/form_thesaurus.fd: add thesaurus
3275
3276 2001-07-26  Baruch Even  <baruch@lyx.org>
3277
3278         * FormGraphics.h:
3279         * FormGraphics.C: Removed hide method since it was interfering with the
3280         needed work, it cleared several vectors that were needed for proper
3281         functioning. Also changed rotateAngle to float.
3282
3283         * FormGraphics.C:
3284         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
3285         are inlined.
3286
3287 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3288
3289         * FormInclude.C: add load file facility back
3290
3291 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
3292
3293         * FormCharacter.C: disable resizing as it doesn't work
3294
3295         * FormPreamble.C: allow to copy-paste from RO preamble by
3296           enabling editing.
3297
3298 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
3299
3300         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
3301
3302 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3303
3304         * FormCitation.[Ch]: changes associated with adding natbib support.
3305         New helper functions, string_width, fillChoice, updateStyle.
3306         (apply): set the citation command appropriately.
3307         (input): deal with the citation command choices.
3308         (update): parse the citation command and deal with it. Nuke the
3309         setSize stuff.
3310         (setSize): nuked!
3311
3312         * FormDocument.C (build): add options to use natbib.
3313
3314         * forms/form_citation.fd: add natbib support. Rearrange dialog to
3315         fit onto shorter screens.
3316
3317         * forms/form_document.fd: add natbib support.
3318
3319 2001-07-16  Juergen Vigna  <jug@sad.it>
3320
3321         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
3322
3323 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3324
3325         Consistent use of Lsstream.h:
3326         * FormAboutlyx.C (build):
3327         * FormVCLog.C (update): std::ostringstream -> ostringstream.
3328
3329         * FormMathsDelim.C (apply):
3330         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
3331
3332 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3333
3334         * implement 1 about lyx dialog instead of 3 separate ones
3335
3336         * FormCredits.[Ch]: removed
3337         * FormCopyright.[Ch]: removed
3338         * form_credits.[Ch]: removed
3339         * forms/form_credits.fd: removed
3340         * form_copyright.[Ch]: removed
3341         * forms/form_copyright.fd: removed
3342         * FormAboutlyx.[Ch]: added
3343         * form_aboutlyx.[Ch]: added
3344         * forms/form_aboutlyx.fd: added
3345         * Dialogs.C: add about lyx stuff
3346
3347 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3348
3349         * add spellchecker
3350
3351         * FormPreferences.[Ch]: rename spellchecker to spelloptions
3352         * form_preferences.[Ch]: idem
3353         * forms/form_preferences.fd: idem
3354         * FormSpellchecker.[Ch]: added
3355         * form_spellchecker.[Ch]: added
3356         * forms/form_spellchecker.fd: added
3357         * Dialogs.C: add spellchecker
3358
3359 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3360
3361         * FormFiledialog.C: (*it). -> it->
3362         * Toolbar_pimpl.C: ditto
3363         * RadioButtonGroup.C: ditto
3364         * FormPreferences.C: ditto
3365
3366 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3367
3368         * GUIRunTime.C (x11Display):
3369         (x11Screen):
3370         (x11Colormap):
3371         (x11VisualDepth): new methods
3372
3373 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3374
3375         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
3376         directly.
3377
3378         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
3379         because of this.
3380
3381         * GUIRunTime.C (createMainView): implement
3382
3383 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
3384
3385         * FormCharacter.C:
3386         * form_character.C:
3387         * forms/form_character.fd: hide the widget underneath language
3388           combox hack.
3389
3390 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
3391
3392         * FormPreferences.h:
3393         * FormPreferences.C: connect and operator
3394           showSpellcheckerPreferences signal
3395
3396         * FormPrint.C (input): modify to select radio_file
3397           when the user uses the filename input
3398
3399 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3400
3401         * combox.C (remove): send debug output to Debug::GUI.
3402
3403 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3404
3405         * Menubar_pimpl.C (create_submenu):
3406         * Toolbar_pimpl.C (update): update to use func_status
3407
3408 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
3409
3410         * FormPreferences.C (Path::feedback): remove bogus description of
3411         lyxpipe.
3412
3413 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
3414
3415         * xformsBC.h: clean-up of included files.
3416
3417 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
3418
3419         * FormDocument.C:
3420         * FormParagraph.C (c-tor): cosmetic name change of signal.
3421
3422         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
3423         signal. It's pretty crude at the moment! Mental note: would be more
3424         elegant if we passed a LyXParagraph & with both the signals rather than
3425         search through the Buffer.
3426
3427 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
3428
3429         * *.[h]: added // -*- C++ -*-
3430         * *.[C]: removed // -*- C++ -*-
3431
3432         * FormCharacter.C (update): now uses contents of font_, stored
3433         permanently by the controller to update() the dialog.
3434
3435 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
3436
3437         * FormInclude.C:
3438         * form_include.fd: (various places): Ok button is now activated when
3439         the filename is input from the keyboard.
3440
3441         * FormPreferences.C white-space change in various places.
3442         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
3443         that disabled addition of new converters.
3444
3445         * FormCharacter.C (input, update): new methods. Activate the Apply
3446         button when any of the input fileds are not IGNORE.
3447
3448 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3449
3450         * FormToc.C (input): change test slightly.
3451         (updateContents): clear list if empty and add no list msg.
3452
3453 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
3454
3455         * FormParagraph.C (update, general_update): enabling the align buttons
3456         is now dependent on the AlignPossible entry in the Layout.
3457
3458 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3459
3460         * MathsSymbols.C:
3461         * FormMathsMatrix.C: bring C functions into global namespace if
3462         necessary.
3463
3464 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3465
3466         * MathsSymbols.C (pixmapFromBitmapData): add std::
3467
3468         * FormMathsMatrix.C (AlignFilter): add std::
3469
3470 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
3471
3472         * FormDocument.C (build): add iso8859-15 support.
3473
3474 2001-05-08  Baruch Even  <baruch@lyx.org>
3475
3476         * Menubar_pimpl.C: Fixed compilation problem.
3477
3478 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3479
3480         * Menubar_pimpl.C (add_toc): use name and not type with float.
3481         (create_submenu): correct call of new object
3482         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
3483
3484 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3485
3486         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
3487
3488 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
3489
3490         * Dialogs.C: included insetgraphicsParams.h
3491
3492         * FormMathsMatrix.C:
3493         * FormMathsBitmap.C: included LAssert.h
3494
3495 2001-04-24  Allan Rae  <rae@lyx.org>
3496
3497         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
3498
3499 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3500
3501         * xforms_helpers.C (formatted): do not use string::substr(1) on a
3502         string of length 1 !
3503
3504 2001-04-16  Allan Rae  <rae@lyx.org>
3505
3506         * xforms_helpers.C (formatted):
3507         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
3508         as an unrecognised preprocessor directive.  So ensure they're wrapped.
3509
3510 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
3511
3512         * FormTabularCreate.C: pass a pair of uints to the controller
3513
3514         * FormVCLog.C: the log appears as a stringstream now
3515
3516         * forms/form_external.fd: make params update state (from Angus)
3517
3518 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3519
3520         * Menubar_pimpl.C: include gettext.h
3521
3522 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3523
3524         * xforms_helpers.C (formatted): constify length
3525
3526         * FormTabular.C (update): small restructure, adjust for scoped_ptr
3527         (input): adjust for scoped_ptr
3528         (input): constify str
3529
3530 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
3531
3532         * Dialogs.C: s/popup/dialog/
3533
3534         * Form*.C:
3535         * FormBase.h:
3536         * FormBase.C: s/ControlButton/ControlButtons/
3537         move bc().refresh() into base show() method
3538
3539         * Form*.C:
3540         * FormBaseDeprecated.C:
3541         s/UndoAll/restore/
3542
3543 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3544
3545         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
3546
3547         * FormToc.[Ch]:
3548         * forms/form_toc.fd: implemented controller-view split.
3549
3550         * Dialogs.C: associated changes.
3551
3552 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3553
3554         * FormCitation.C:
3555         * forms/form_citation.fd: Don't change the name of the button when
3556         toggling between regular expression and simple searches.
3557         Squashed bug when creating a new inset, the keys field contained
3558         one (empty) key. No more; thanks, Dekel.
3559
3560         * FormExternal.C:
3561         * forms/form_external.fd: added Apply button.
3562
3563 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3564
3565         * FormBase.[Ch]:
3566         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
3567         ControlButton.
3568
3569         * FormExternal.[Ch]:
3570         * forms/form_external.fd: implemented controller-view split.
3571
3572         * Dialogs.C: associated changes.
3573
3574         * FormGraphics.[Ch]:
3575         * FormInclude.[Ch]:
3576         * FormPrint.[Ch]:
3577         moved the browsing functionality into the controller.
3578
3579         * xforms_helpers.[Ch]: moved browseFile to
3580         ../controllers/helper_funcs.[Ch]
3581
3582         * FormCitation.C
3583         * forms/form_citation.fd: added case sensitive search button.
3584
3585 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
3586
3587         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
3588         Code moved into the generic template base class. Replaced
3589         setCancelCloseButton() with setButtonLabel().
3590
3591 2001-03-29  Juergen Vigna  <jug@sad.it>
3592
3593         * FormMinipage.C: removed widthp_ and all it's functions and changed
3594         to use new %-lengths of LyXLength.
3595
3596 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3597
3598         * FormGraphics.[Ch]:
3599         * forms/form_graphics.fd:
3600         * FormIndex.[Ch]:
3601         * forms/form_index.fd: implemented controller-view split.
3602
3603         * Dialogs.C: associated changes.
3604
3605         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
3606
3607         * FormCitation.C: changes associated with ControlCitation cleanup.
3608
3609         * FormMinipage.h: cleaned-up forward declarations.
3610
3611 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3612
3613         * FormMinipage.[Ch]:
3614         * forms/form_minipage.fd:
3615         * FormPrint.[Ch]:
3616         * forms/form_print.fd:
3617         * FormSplash.[Ch]: implemented controller-view split.
3618
3619         * Dialogs.C: associated changes.
3620
3621 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3622
3623         * FormPreamble.[Ch]:
3624         * forms/form_preamble.fd:
3625         * FormRef.[Ch]:
3626         * forms/form_ref.fd:
3627         * FormSearch.[Ch]:
3628         * forms/form_search.fd:
3629         * FormTabularCreate.[Ch]:
3630         * forms/form_tabular_create.fd: implemented controller-view split.
3631
3632         * Dialogs.C: associated changes.
3633
3634 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3635
3636         * FormError.[Ch]:
3637         * form_error.fd:
3638         * FormInclude.[Ch]:
3639         * form_include.fd:
3640         * FormUrl.[Ch]:
3641         * form_url.fd: implemented controller-view split.
3642
3643         * Dialogs.C: associated changes.
3644
3645         * FormBibitem.h:
3646         * FormBibtex.h:
3647         * FormCitation.h: moved methods from protected to private.
3648
3649 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3650
3651         * FormCredits.C (build): changes associated with
3652         ControlCredits::getCredits returning a stringstream not a vector<string>
3653
3654 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3655
3656         * FormCopyright.[Ch]:
3657         * forms/form_copyright.fd: implemented controller-view split.
3658
3659         * FormCredits.[Ch]:
3660         * forms/form_credits.fd: implemented controller-view split.
3661
3662         * Dialogs.C: associated changes.
3663
3664         * xforms_helpers.C (formatted): improved the function so that it now
3665         repects '\n' characters in the input string. Ie, the user can now
3666         specify line breaks explicitly.
3667
3668 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3669
3670         * FormCharacter.[Ch]:
3671         * forms/form_character.fd: implemented controller-view split.
3672
3673         * Dialogs.C: associated changes.
3674
3675         * FormBase.C (input): changed return to SMI_VALID.
3676
3677         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
3678         any surrounding whitespace.
3679
3680 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3681
3682         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
3683         SMI_NOOP.
3684         (FormBase2): split into two template classes, FormDB (DialogBase) and
3685         FormCB (ControllerBase) for greater flexibility.
3686
3687         * FormBibitem.[Ch]:
3688         * FormBibtex.[Ch]:
3689         * FormCitation.[Ch]: associated changes.
3690
3691         * FormBrowser.[Ch]:
3692         * FormLog.[Ch]:
3693         * FormVCLog.[Ch]:
3694         * forms/form_browser.fd: implemented controller-view split.
3695
3696         * Dialogs.C: associated changes.
3697
3698 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3699
3700         * FormBibtex.[Ch]:
3701         * forms/form_bibtex.fd: implemented controller-view split.
3702
3703         * Dialogs.C: associated changes.
3704
3705 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3706
3707         * FormBaseDeprecated.[Ch]: rename title as title_.
3708
3709         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
3710         with limited functionality. It got lost in the MVC merge.
3711
3712         * FormBaseDeprecated.C:
3713         * FormBase.C (show): moved initialisation of minw_, minh_ here.
3714
3715         * FormBibitem.C (build):
3716         * FormBibtex.C (build):
3717         * FormBrowser.C (build):
3718         * FormCharacter.C (build):
3719         * FormCitation.C (build):
3720         * FormCopyright.C (build):
3721         * FormCredits.C (build):
3722         * FormDocument.C (build):
3723         * FormError.C (build):
3724         * FormExternal.C (build):
3725         * FormGraphics.C (build):
3726         * FormInclude.C (build):
3727         * FormIndex.C (build):
3728         * FormMinipage.C (build):
3729         * FormParagraph.C (build):
3730         * FormPreamble.C (build):
3731         * FormPreferences.C (build):
3732         * FormPrint.C (build):
3733         * FormRef.C (build):
3734         * FormSearch.C (build):
3735         * FormTabular.C (build):
3736         * FormTabularCreate.C (build):
3737         * FormToc.C (build):
3738         * FormUrl.C (build): removed initialisation of minw_, minh_.
3739
3740         * The Maths Panel stuff no longer causes a crash on exit from LyX.
3741
3742         * FormMaths.[Ch]:
3743         * forms/form_maths.fd: removed.
3744
3745         * forms/form_maths_delim.fd:
3746         * forms/form_maths_deco.fd:
3747         * forms/form_maths_matrix.fd:
3748         * forms/form_maths_space.fd:
3749         * forms/form_maths_panel.fd: new files.
3750         Split contents of form_maths.fd into 5 new files, one for each form.
3751
3752         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
3753         class FormMathsBitmap in FormMathsBitmap.[Ch].
3754
3755         * FormMathsPanel.[Ch]:
3756         * FormMathsBitmap.[Ch]:
3757         * FormMathsDeco.[Ch]:
3758         * FormMathsDelim.[Ch]:
3759         * FormMathsMatrix.[Ch]:
3760         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
3761         one for each popup. Rewrite so that all the new classes are derived from
3762         FormBaseBD. Clean up the logic in the process (I hope!).
3763
3764         * Makefile.am: added new fils, removed redundant ones.
3765
3766 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3767
3768         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
3769         (showInset): ditto
3770         (updateInset): ditto
3771
3772 2001-03-16  Juergen Vigna  <jug@sad.it>
3773
3774         * Dialogs.C (Dialogs): create minipage options dialog.
3775
3776         * forms/form_minipage.fd:
3777         * form_minipage.C:
3778         * form_minipage.h:
3779         * FormMinipage.C:
3780         * FormMinipage.h: new files for the minipage options dialog.
3781
3782 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3783
3784         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
3785         callback methods.
3786
3787         * forms/form_maths.fd: change C_FormBaseCancelCB to
3788         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
3789
3790 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
3791
3792         * FormMaths.C: quash warnings
3793
3794 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3795
3796         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
3797         compatibility.
3798
3799 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3800
3801         * Form_various.h: cleaned up #includes and forward declarations.
3802
3803         * Form_various.C: added "using SigC::slot" declaration.
3804
3805         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
3806
3807         * FormDocument.C (CheckChoiceClass): removed string tct as the
3808         compiler warned that it was defined but never used.
3809         removed USE_CLASS_COMBO.
3810
3811 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3812
3813         * Dialogs.C:
3814         * FormMaths.h:
3815         * FormMaths.C:
3816         * MathsSymbols.h:
3817         * MathsSymbols.C:
3818         * Makefile.am:
3819         * Toolbar_pimpl.C:
3820         * form_*.C:
3821         * forms/makefile:
3822         * forms/form_maths.fd:
3823         * forms/fdfixc.sed:
3824         * forms/fdfix.sh: add maths panel
3825
3826         * bmtable.h:
3827         * bmtable.c: moved from src/
3828
3829 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3830
3831         * FormParagraph.h: NO_PEXTRA
3832         * FormParagraph.C (input): NO_PEXTRA
3833
3834 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3835
3836         * several files: remove CXX_WORKING_NAMESPACES
3837
3838 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3839
3840         * Merging changes from BRANCH_MVC back into HEAD.
3841
3842 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3843
3844         * Dialogs.C (c-tor): Changes associated with storing a vector of
3845         boost::shared_ptrs.
3846         Use MVC Bibitem popup.
3847
3848         * FormBase.h: add a new template class FormBase2, derived from FormBase
3849         to make life creating MVC popups even easier ;-)
3850
3851         * FormBibitem.[Ch]:
3852         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
3853         Proof that a simple popup should be easy to implement!
3854
3855         * FormCitation.[Ch]: now derived from FormBase2.
3856
3857         * FormToc.C: added using std::vector directive.
3858
3859 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
3860
3861         * FormSearch.C: Add missing #pragma
3862
3863 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3864
3865         * FormCitation.C:
3866         * forms/form_citation.fd: added the ability to Search, both Simply and
3867         for Regular Expressions. Use the Search code in the controller() to do
3868         the actual searching.
3869
3870 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
3871
3872         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
3873         * forms/makefile: added form_credits.fd
3874
3875         * Dialogs.C: added FormCredits and removed ShowCredits.
3876
3877         * FormCredits.[Ch]:
3878         * forms/form_credits.fd:
3879         * forms/form_search.fd: ported to the MVC way.
3880
3881 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3882
3883         * xforms_helpers.h (formatted): now has default arguments for size and
3884         style.
3885
3886         * FormCitation.[Ch]: moved code out of this class and into
3887         ControlCitation and associated helper funcs.
3888
3889 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3890
3891         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
3892         ButtonController::valid() to check state of input. The buttons are
3893         now controlled correctly.
3894
3895         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
3896
3897 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3898
3899         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
3900
3901         * FormBase.[Ch]: rename title as title_.
3902
3903 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3904
3905         * FormBase.C (c-tor): initialise variables in correct order.
3906
3907         * FormCitation.C: add #include <algorithm>
3908
3909 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3910
3911         * xformsBC.[Ch]: Changes associated with the changes to
3912         controllers/ButtonController.[Ch]. Ie, the class is now derived from
3913         ButtonControllerBase and the ButtonPolicy is accessed through a method
3914         bp() rather than the instance bp_.
3915
3916         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
3917         rather use a pure virtual method bc() to access the controller
3918         instantiated by the daughter classes.
3919
3920         * F*.[Ch]: changes associated with the above.
3921
3922 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
3923
3924         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
3925
3926         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
3927
3928 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3929
3930         * ButtonController.[Ch]: deleted. The class is split into two
3931         (with identical functionality), the code being found in
3932         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
3933
3934         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
3935         ButtonController class.
3936
3937         * FormBase.[Ch]: changes associated with the above split.
3938
3939         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
3940         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
3941         controlling all interaction to/from the LyX kernel.
3942
3943         * FormCitation.[Ch]:
3944         * forms/form_citation.fd: An xforms-specific implementation of the
3945         Citation dialog, controlled by the GUI-I ControlCitation.
3946
3947         * Dialogs.C: Use the controlled Citation dialog.
3948
3949 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3950
3951         * Makefile.am:
3952         * combox.h:
3953         * combox.C: moved from src/
3954
3955 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3956
3957         * forms/fdfix.sh:
3958         * forms/form_filedialog.C.patch: I hate having to make these patches,
3959         but on reflection I think it's probably better than hacking fdfix.sh.
3960
3961 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3962
3963         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
3964
3965 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3966
3967         * FormGraphics.C: remove unnecessary hack
3968
3969 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3970
3971         * FormCitation.C (apply): Do not put space between multiple keys.
3972
3973 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
3974
3975         * Menubar_pimpl.C (add_toc): Remove debug message.
3976
3977 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3978
3979         * Makefile.am:
3980         * Dialogs.C:
3981         * FormExternal.C:
3982         * FormExternal.h:
3983         * form_external.C:
3984         * form_external.h:
3985         * xforms/forms/makefile:
3986         * forms/form_external.fd: add FormExternal
3987
3988 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3989
3990         * Dialogs.C: add destroySplash()
3991
3992         * form_splash.h:
3993         * form_splash.C:
3994         * forms/form_splash.fd:
3995         * FormSplash.h:
3996         * FormSplash.C: make independent of FormBase, tidy
3997
3998         * Menubar_pimpl.C: destroy splash on interaction
3999
4000 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4001
4002         * FormInclude.h:
4003         * FormInclude.C:
4004         * form_include.h:
4005         * form_include.C:
4006         * forms/form_include.fd: rework, clean up
4007
4008 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4009
4010         * FormToc.h: use Buffer::typedef
4011
4012         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
4013         * FormToc.C (build): ditto
4014         (updateToc): ditto
4015
4016 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4017
4018         * FormToc.C (build): implement for dynamic number of lists
4019         (updateToc): ditto
4020         * Menubar_pimpl.C (add_toc): ditto
4021
4022 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
4023
4024         * added credits:
4025         * Dialogs.C:
4026         * Makefile.am:
4027         * FormCredits.[Ch]:
4028         * form_credits.[Ch]:
4029         * forms/form_credits.fd:
4030
4031 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4032
4033         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
4034         make ButtonList contain boost::shared_ptr<ItemInfo>
4035
4036         * Menubar_pimpl.C (~Pimpl): remove destructor
4037
4038 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4039
4040         * Makefile.am:
4041         * FileDialog.C:
4042         * FormFiledialog.C:
4043         * FormFiledialog.h:
4044         * form_filedialog.C:
4045         * form_filedialog.h:
4046         * FormGraphics.C:
4047         * FormInclude.C:
4048         * FormPreferences.C:
4049         * FormPrint.C:
4050         * xforms_helpers.C:
4051         * xforms_helpers.h:
4052         * forms/fdfix.sh:
4053         * forms/makefile:
4054         * form/form_filedialog.fd: add File Dialog
4055         * Toolbar_pimpl.h:
4056         * Toolbar_pimpl.C: move LayoutsCB to here
4057
4058 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4059
4060         * FormParagraph.C: changes because of ParagraphParameters.
4061
4062 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4063
4064         * FormSearch.C (Replace): remove default argument
4065         (Find): ditto
4066
4067 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4068
4069         * added find/replace dialog:
4070         * FormSearch.*: added
4071         * form_search.*: added
4072         * forms/form_search.fd: added
4073
4074 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4075
4076         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
4077
4078         * various: in a rush of delayed guilt, I've renamed all instances of
4079         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
4080         finally sprouted.
4081
4082         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
4083         activate/deactivate an FL_OBJECT.
4084
4085         * FormCitation.C:
4086         * FormDocument.C:
4087         * FormInclude.C:
4088         * FormParagraph.C:
4089         * FormPreamble.C:
4090         * FormPreferences.C:
4091         * FormRef.C:
4092         * FormTabular.C: used it.
4093
4094 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4095
4096         * FormPreferences.C: removed three unused using directives.
4097
4098 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
4099
4100         * added find/replace dialog:
4101         * FormSearch.*: added
4102         * form_search.*: added
4103         * forms/form_search.fd: added
4104
4105 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
4106
4107         * FormRef.C: Fixed the behaviour of Goto-Ref.
4108
4109 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
4110
4111         * forms/makefile: added character and preamble dialogs
4112
4113 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4114
4115         * FormCharacter.C (FormCharacter): change order of deletion,
4116         change combo_language2 to combo_language2_
4117
4118 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
4119
4120         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
4121
4122 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
4123
4124         * Dialogs.C: added layoutcharacter
4125         * FormCharacter.C: added
4126         * FormCharacter.h: added
4127         * form_character.C: added
4128         * form_character.h: added
4129         * forms/form_character.fd: added
4130
4131 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
4132
4133         * FormPreferences.C: Handle lyxrc.language_use_babel and
4134         lyxrc.language_global_options.
4135
4136 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
4137
4138         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
4139
4140 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
4141
4142         * FormBase.C: no longer transient dialogs, XMapWindow()
4143           in attempt to de-iconify
4144
4145         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
4146
4147 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
4148
4149         * FormDocument.C (checkMarginValues): Activate "use geometry" button
4150         if using custom paper size/margin.
4151
4152 2001-02-21  Allan Rae  <rae@lyx.org>
4153
4154         * forms/form_preferences.fd: larger, bold font for outer tabfolder
4155
4156 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
4157
4158         * src/frontends/xforms/Dialogs.C: added preamble
4159         * src/frontends/xforms/FormPreamble.C: added
4160         * src/frontends/xforms/FormPreamble.h: added
4161         * src/frontends/xforms/Makefile.am: added
4162         * src/frontends/xforms/form_preamble.C: added
4163         * src/frontends/xforms/form_preamble.h: added
4164         * src/frontends/xforms/form_preamble.fd: added
4165
4166 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4167
4168         * FormBase.h: moved noncopyable derivation to DialogBase.
4169
4170 2001-02-19  Juergen Vigna  <jug@sad.it>
4171
4172         * FormTabular.C (build): make all input field accepted only after
4173         a "RETURN".
4174
4175         * forms/form_tabular.fd: removed default "Return" on Close-Button.
4176
4177 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4178
4179         * FormError.C:
4180         * FormGraphics.C:
4181         * FormInset.C (showInset): change associated with name change
4182         inset::hide to inset::hideDialog.
4183
4184 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
4185
4186         * FormCitation.C (build): altering "Text after" now activates the Ok,
4187         Apply buttons.
4188
4189 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
4190
4191         * FormCitation.C: lots of white-space changes to make file consistent
4192         with LyX style.
4193         (input): use the FL_OBJECT * parameter to decide what to do, not the
4194         long parameter.
4195
4196         * FormCitation.h: removed most entries in enum.
4197
4198         * forms/form_citation.fd: change names of variables, consistent with
4199         Allan's naming scheme.
4200         Don't pass any particular arguments to the InputCB function.
4201         choice_style now triggers a callback and looks like other choices.
4202
4203 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4204
4205         * other: use compare instead of strcmp/strncmp
4206
4207 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
4208
4209         * ButtonController.[Ch]: changed trigger_change_ vector and associated
4210         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
4211         callback to InputCB() but don't trigger a change in the state of the
4212         Ok, Apply buttons are much rarer than those that do.
4213
4214         * FormCitation.C (build): associated change.
4215
4216 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4217
4218         * ButtonController.C: include algorithm
4219
4220 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4221
4222         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
4223         new methods.
4224         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
4225         the vector of FL_OBJECT *s that can trigger a change in the button state
4226         is not empty, then a change of state will occur only if the FL_OBJECT *
4227         is present in this vector.
4228
4229         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
4230         the user to deactivate specific fields within restore().
4231         (InputCB): pass the FL_OBJECT * to bc_.valid().
4232
4233         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
4234         trigger a change of state in the Ok,Apply buttons.
4235         (update): bc_.readOnly() to the start of the method. Similar reasoning
4236         to that for FormBase::RestoreCB, above.
4237
4238 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
4239
4240         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
4241         IgnorantPolicy.
4242
4243         * forms/form_browser.fd:
4244         * forms/form_copyright.fd:
4245         * forms/form_error.fd:
4246         * forms/form_tabular.fd:
4247         * forms/form_toc.fd:
4248         Consistent shortcuts for Close button: Esc and Return only.
4249
4250         * forms/form_citation.fd:
4251         * forms/form_document.fd:
4252         * forms/form_index.fd:
4253         * forms/form_paragraph.fd:
4254         * forms/form_preferences.fd:
4255         * forms/form_print.fd:
4256         * forms/form_ref.fd:
4257         * forms/form_tabular_create.fd:
4258         * forms/form_url.fd:
4259         Consistent shortcut for Cancel button: Esc only.
4260
4261 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
4262
4263         * Dialogs.C: new Splash. Include, Bibitem/tex
4264
4265         * FormBase.h: make show() virtual for Splash's benefit
4266
4267         * Makefile.am:
4268         * forms/makefile:
4269         * FormBibitem.C:
4270         * FormBibitem.h:
4271         * FormBibtex.C:
4272         * FormBibtex.h:
4273         * form_bibitem.C:
4274         * form_bibitem.h:
4275         * form_bibtex.C:
4276         * form_bibtex.h:
4277         * forms/form_bibitem.fd:
4278         * forms/form_bibtex.fd:
4279         * FormInclude.C:
4280         * FormInclude.h:
4281         * form_include.C:
4282         * form_include.h:
4283         * forms/form_include.fd:
4284         * FormSplash.C:
4285         * FormSplash.h:
4286         * form_splash.C:
4287         * form_splash.h:
4288         * forms/form_splash.fd: new forms
4289
4290 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
4291
4292         * FormLog.C: handle Literate build log nicely
4293
4294 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4295
4296         * Menubar_pimpl.C: remove support for reference menuitem type.
4297
4298 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
4299
4300         * Makefile.am:
4301         * Timeout_pimpl.h:
4302         * Timeout_pimpl.C: add Timeout implementation
4303
4304 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
4305
4306         * form_browser.h:
4307         * form_browser.C:
4308         * forms/form_browser.fd:
4309         * forms/makefile:
4310         * FormBrowser.C:
4311         * FormBrowser.h: readonly browser form
4312
4313         * FormLog.C:
4314         * FormLog.h:
4315         * FormVCLog.C:
4316         * FormVCLog.h:
4317         * Dialogs.C: add Log and VCLog
4318
4319         * Makefile.am: add Log and VCLog, add updatesrc target
4320
4321 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4322
4323         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
4324
4325 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4326
4327         * FormPreferences.C (GetFrom): fix crash when there is no format
4328         defined.
4329         (GetTo): ditto.
4330
4331 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
4332
4333         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
4334         unsigned char correctly and so fix 2 bugs loading/changing colors.
4335
4336 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
4337
4338         * FormRef.C (update): Do not update dialog_->{ref,name,type}
4339         if inset_ == 0.
4340         Deactivate the type button when buffer is LinuxDoc/Docbook
4341         (build): Uncomment calls to addReadOnly().
4342         (updateBrowser) Do not disable the update button when there are no
4343         keys.
4344         (build, getType, getName): Use InsetRef::types.
4345
4346 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
4347
4348         * FormPrint.[Ch] (browse): new method to browse for file to print to.
4349
4350         * forms/form_print.fd: give the form a Browse button.
4351
4352 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
4353
4354         * FormRef.C (input): Fix the behavior of goto reference button.