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