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