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