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