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