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