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