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