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