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