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