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