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