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