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