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