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