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