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