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