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