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