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