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