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