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