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