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