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