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