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