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