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