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