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