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