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