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