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