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