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