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