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