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