]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
apply workarea() patch. Most of it is orthogonal to the scoped_ptr
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
2
3         * XWorkArea.h:
4         * XWorkArea.C: remove belowMouse() and active()
5  
6 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7
8         * xfont_metrics.h:
9         * xfont_metrics.C:
10         * XPainter.C: X-specific metrics stuff moved into xforms/ only
11
12 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
13  
14         * FormParagraph.[Ch]: moved to mvc
15         * form_paragraph.[Ch]: idem
16         * forms/form_paragraph.fd: idem
17         * Dialogs.C: idem
18
19 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
20
21         * GUIRunTime.C (initialiseGraphics): condition the choice of
22         loader on USE_XFORMS_IMAGE_LOADER
23
24         * xformsGImage.C (init_graphics): do not initialize jpeg support
25         if not available
26
27 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
28
29         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
30
31 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32  
33         * FormMathsPanel.C: do not include ButtonController.tmpl
34         * FormPreferences.C: ditto
35         * xformsBC.C: ditto
36
37         * FormBase.h (controller): remove ViewBase:: prefix
38
39 2002-06-07  Angus Leeming  <leeming@lyx.org>
40
41         Fixes needed to compile with Compaq cxx 6.5.
42         * ColorHandler.C:
43         * DropDown.C:
44         * FormThesaurus.C:
45         all c-library variables have been moved into namespace std.
46         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
47
48         * XFormsView.C: add a using std::abs directive.
49
50         * FormBase.h (FormCB::controller): I have had to prefix base class
51         methods with Base:: Wierd!
52
53 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
54
55         * xformsGImage.h: an xforms build fix
56  
57 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
58  
59         * Tooltips.C: fix some sigc++ -> boost errors.
60  
61 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
62
63         * GUIRunTime.C:
64         * XFormsView.C:
65         * XWorkArea.C:
66         * xforms_resize.C:
67         * xformsGImage.h: fixes for xforms 1.0 version
68           checking
69
70 2002-05-10  Herbert Voss  <voss@perce.de>
71
72         * FormInclude.C (input, update): disable load-button when 
73         "use verbatim" is enabled
74
75 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
76
77         * FileDialog.C (FileDialog): fix () bug when using new
78         * xformsGImage.C (newImage): ditto
79         * Toolbar_pimpl.C (Pimpl): ditto
80         * xfont_loader.C (getFontinfo): ditto
81
82 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
83
84         * switch from SigC signals to boost::signals.
85
86         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
87
88 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
89
90         * FormDocument.C (input): set preamble too when saving default
91         template.
92
93 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
94
95         * Makefile.am:
96         * XWorkArea.h:
97         * XWorkArea.C: moved here
98
99 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
100
101         * ColorHandler.h:
102         * ColorHandler.C:
103         * FontInfo.h:
104         * FontInfo.C: moved here
105
106         * xfont_loader.h:
107         * xfont_loader.C: moved here
108
109         * Makefile.am:
110         * xfont_metrics.C: changes from above
111
112 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
113
114         * Makefile.am:
115         * XPainter.C:
116         * xfont_metrics.h:
117         * xfont_metrics.C: moved font metrics code
118
119 2002-05-24  Juergen Vigna  <jug@sad.it>
120
121         * FormMathsBitmap.C: include local includes first (selfcontainment)
122         * FormMathsBitmap.h: include LString.h first.
123
124 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
125
126         * XFormsView.C:
127         * lyxlookup.h:
128         * lyxlookup.C:
129         * Makefile.am: move here
130
131 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
132
133         * DropDown.h:
134         * FileDialog.C:
135         * FormBaseDeprecated.C:
136         * FormDocument.C:
137         * FormIndex.C:
138         * FormInset.C:
139         * FormMathsBitmap.C:
140         * FormMathsDelim.C:
141         * FormMathsMatrix.C:
142         * FormMathsPanel.C:
143         * FormParagraph.C:
144         * FormPreferences.C:
145         * FormPrint.C:
146         * FormTabular.C:
147         * Makefile.am:
148         * XFormsView.h:
149         * XFormsView.C: LyXView is now in frontends/,
150         XFormsView moved to here
151
152 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
153
154         * Makefile.am:
155         * XPainter.h:
156         * XPainter.C: move Painter here
157
158 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
159
160         * Menubar_pimpl.C: add scoped_ptr.hpp
161
162         * FormPrint.h: remove smart_ptr.hpp
163
164         * FormBase.h: use more specific smart_ptr header
165         * FormCharacter.h: ditto
166         * FormMathsStyle.h: ditto
167         * FormAboutlyx.h: ditto
168         * Menubar_pimpl.h: ditto
169         * FormTabular.h: ditto
170         * FormPreferences.h: ditto
171         * FormParagraph.h: ditto
172         * FormMathsSpace.h: ditto
173         * FormMathsPanel.h: ditto
174         * FormMathsMatrix.h: ditto
175         * FormMathsDelim.h: ditto
176         * FormMathsDeco.h: ditto
177         * FormGraphics.h: ditto
178         * FormDocument.h: ditto
179
180 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
181
182         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
183           (bug 406) (from Angus)
184
185 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
186
187         * FormDocument.C (language_apply): Fix language changing.
188
189 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
190
191         * Tooltips.C: enable tooltips by default.
192
193 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
194
195         * xforms_resize.h: improve the doc++ comments.
196
197         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
198         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
199         providing this info "somehow".
200         Constify a few variables.
201         whitespace changes.
202
203 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
204
205         * FormBase.C (show):
206         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
207         is widened sufficiently to display wholely the tabs of any
208         tabbed-folders. This is more than just cosmetic as it will prevent
209         crashes when selecting a partly displayed tab. (The problem occurs
210         with a "long" locale like German and xforms < 0.9999.)
211
212         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
213         by how much a dialog should be scaled to show its tabs fully (should
214         it have a tabfolder).
215
216 2002-05-08  Garst Reese  <reese@isn.net>
217
218         * FormMathsDeco.C: fix offset to normal size decos.
219
220 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
221
222         * xformsGImage.C (rotate): work-around xforms bug when rotating by
223         270 degs.
224
225 2002-05-02  Herbert Voss  <voss@perce.de>
226
227         * FormBibtex.C (apply): a change from a style to an empty one
228         (which is valid) wasn't saved
229
230 2002-05-02  Herbert Voss  <voss@perce.de>
231
232         * FormGraphics.C (input): do not read bb new when it was changed
233
234 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
235
236         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
237         * FormParagraph.C: "Other" -> "Custom"
238         * FormPreferences.C: "USletter" -> "US letter" etc.
239         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
240         * forms/form_preferences.fd: style consistency
241
242 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
243
244         * FormCharacter.C:
245         * FormDocument.C:
246         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
247
248         * xforms_helpers.h (findPos): new template.
249
250         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
251         for the rotation origins.
252
253         * FormGraphics.C: internationalise the rotation origin strings in the
254         choice using the same approach as used for the language names in the
255         Character, Document, Preferences dialogs.
256
257 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
258
259         * FormCharacter.C:
260         * FormDocument.C:
261         * FormPreferences.C: use the bool flag to getLanguageData as
262         appropriate. No longer translate the strings as this is done in
263         getLanguageData.
264
265 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
266
267         * FormBibtex.C:
268         * FormCitation.C: fix two typos
269
270 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
271
272         * FormCharacter.h:
273         * FormDocument.h:
274         * FormPreferences.h: store a vector<string> lang_ of language
275         identifiers.
276
277         * FormCharacter.C: changes associated with frnt::getLanguageData
278         returning a vector<LanguagePair> rather than a vector<string>.
279
280         * FormDocument.C:
281         * FormPreferences.C: internationalise the languages on display, similar
282         to the changes in FormCharacter.C.
283
284 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
285
286         * FormMathsPanel.C: translate Close
287         * FormGraphics.C: a little more translation
288
289 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
290
291         * FormCitation.C (apply, input): ensure that the choice is always valid.
292
293         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
294         identifier when performing one of the substitutions. "shortcut" can
295         reasonably appear in the label.
296
297 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
298
299         * Makefile.am: fix typo "shoul go to" -> "should go to".
300
301         * forms/form_preferences.fd: Modify naming for Converter flags
302         ("Extra flags") and remove a couple of shortcut-clashes.
303
304         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
305
306 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
307
308         * FormBibtex.C: Do not use a blank after the comma for multiple
309         bib-files (which is not read in correctly).
310
311 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
312
313         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
314         disable the choice.
315
316 2002-04-19  Juergen Vigna  <jug@sad.it>
317
318         * FormParagraph.C (changedParagraph): don't check for p == par_ as
319         we don't set par_ on a changedParagraph call so we don't resete the
320         buttons and message when we return to the original paragraph!
321
322 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
323
324         * forms/cvsignore: add Makefile.
325
326 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
327
328         * forms/Makefile.am: make it a dummy make file + extra dist
329
330 2002-04-14  Herbert Voss  <voss@perce.de>
331
332         * FormCharacter.C
333         * FormExternal.C: adding #include "support/lstrings.h"
334         for the getStringFromVector and vice versa
335
336 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
337
338         * FormParagraph.C (changedParagraph): ensure that the warning message
339         is removed if the underlying paragraph will accept our changes.
340
341 2002-04-09  Herbert Voss  <voss@perce.de>
342
343         * FormGraphics.C: allow rotate-values like 270.1
344         * xformsGImage.C (rotate): get the right rotate-angle from
345         GraphicParams
346
347 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
348
349         * xformsGImage.C (clip): no need to check if the width, height are > 0
350         because the BoundingBox would be empty() in this weren't the case.
351
352 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
353
354         * FormDocument.[Ch]: Add a new method UpdateClassParams
355         which is used in CheckChoiceClass to update the fontsizes
356         and other necessary stuff (pagestyle) on class change
357         (hopefully finally fix bug #306)
358
359 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
360
361         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
362         (updatesrc): delete wrong version
363
364 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
365
366         * forms/.cvsignore: add Makefile.in
367
368         * forms/Makefile.am: make distcheck work, new file
369
370         * Makefile.am: make distcheck work
371
372 2002-04-05  Herbert Voss  <voss@perce.de>
373
374         * FormGraphics.C: use correct unit bp (big point - PostScript point)
375         for the bounding box values
376
377 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
378
379         * FormGraphics.C (updateBB, input): Don't set the path of the file
380         passed to readBB. Let the controller do that because it knows about
381         the buffer (and therefore the path) whereas the view has no idea.
382
383 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
384
385         * xformsGImage.C (clip): ensure that the clipped image has sensible
386         dimensions.
387
388 2002-04-04  Herbert Voss  <voss@lyx.org>
389
390         * FormGraphics.C (updateBB):  new method to read the BBox when reading
391         a new file or changing an existing one.
392
393 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
394
395         * FormCharacter.C (findPos): add a missing typename
396
397 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
398
399         * FeedbackController.C:
400         * FormBibtex.C:
401         * FormCitation.C:
402         * FormForks.C:
403         * FormMathsBitmap.C:
404         * FormPreferences.C:
405         * FormSendto.C:
406         * FormTexinfo.C:
407         * Tooltips.C:
408         * xforms_helpers.C: use _() correctly rather than N_().
409
410 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
411
412         * FormDocument.C (CheckChoiceClass): update the necessary class
413         settings on class change (fix bug #306)
414
415 2002-03-27  Herbert Voss  <voss@lyx.org>
416
417         * xforms_helpers.h:
418         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
419         and text%
420
421 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
422
423         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
424         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
425         The MathsSymbols are now xforms-independent.
426
427         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
428
429 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
430
431         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
432
433         * FormGraphics.C (input): don't disallow the input of a file that's
434         not there.
435
436 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
437
438         * FormParagraph.C (changedParagraph): whitespace.
439
440         * xforms_helpers.C: rearrange #includes.
441
442         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
443
444         * FormPrint.C: changes associated with changes to RadioButtonGroup.
445
446         * FormGraphics.C:
447         * forms/form_graphics.fd: rename some of the widgets.
448
449 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
450
451         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
452         file can't be found.
453
454         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
455         only if the underlying paragraph will accept changes.
456
457         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
458
459         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
460         set the choice to a unit that isn't present in the choice!
461         Also remove #if 0 sections of code.
462
463 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
464
465         * several files: ws cleanup
466
467 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
468
469         * lots: whitespace changes.
470
471 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
472
473         * FormParagraph.C: a little more factorisation.
474
475 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
476
477         * xforms_helpers.C (setCursorColor):
478         * Tooltips.C (set): remove XC_question_arrow code.
479
480         * FeedbackController.[Ch] (clearMessage): new method.
481
482         * FeedbackController.C (postMessage): the warning message is now
483         displayed in red!
484
485         * FormParagraph.C: define some helper functions to minimise the amount
486         of repeated code.
487
488         * FormDocument.C:
489         * FormGraphics.C:
490         * FormMinipage.C:
491         * FormTabular.C: use the FeedbackController to post the warning
492         messages.
493
494 2002-03-19  André Pönitz <poenitz@gmx.net>
495
496         * FormParagraph.C: whitespace changes
497
498 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
499
500         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
501         longer call fl_set_object_helper as this routine respects line breaks
502         only if the dialog is visible.
503         (getTooltip): renamed as get.
504         (toggleTooltips): renamed as set and made public.
505
506         * FormBase.C (show):
507         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
508
509         * FormBibtex.C (build):
510         * FormCitation.C (build):
511         * FormForks.C (build):
512         * FormSendto.C (build):
513         * FormTexinfo.C (build):
514         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
515
516         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
517
518 2002-03-18  Juergen Vigna  <jug@sad.it>
519
520         * FormTabular.C (update): deactivate left/right border settings for
521         multicolumns if not an outer cell or no parent multicolumn cell.
522
523 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
524
525         * GUIRunTime.C: add spaces to error messages
526
527 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
528
529         * FormBase.C (show):
530         * FormBaseDeprecated.C (show): set the initial state of the cursor.
531
532         * FormPreferences.C (Colors::apply()): use the helper function
533         setCursorColor.
534
535         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
536         Can only set the cursor if the dialog is visible.
537
538         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
539         color of all cursors used by LyX.
540         (XformsColor::read): use it.
541
542 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
543
544         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
545         housekeeping changes.
546         1. Ensure that all radio buttons are wrapped up within a group.
547         2. Rename all button_cancel as button_close.
548         3. Ensure that all objects follow the naming scheme outlined in
549            forms/README
550
551         class             | prefix
552         ------------------+-------
553         FL_BROWSER        | browser
554         FL_BUTTON         | button
555         FL_PIXMAPBUTTON   | button
556         FL_CHECKBUTTON    | check
557         FL_CHOICE         | choice
558         FL_COUNTER        | counter
559         FL_DIAL           | dial
560         FL_INPUT          | input
561         FL_FRAME          | frame
562         FL_LABELFRAME     | frame
563         FL_ROUND3DBUTTON,
564         RADIO_BUTTON      | radio
565         FL_SLIDER         | slider
566         FL_VALSLIDER      | slider
567         FL_TABFOLDER      | tabfolder
568         FL_TEXT           | text
569
570         The only exceptions to this are objects that are to be converted
571         in the sed scripts. At the moment this applies only to bmtable:
572
573         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
574
575 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
576
577         * doxygen fixes.
578
579 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
580
581         * FeedbackController.C: improve a comment.
582
583         * FormFiledialog.C: whitespace change.
584
585         * FormBibitem.C (build):
586         * FormBibtex.C (build):
587         * FormCitation.C (build):
588         * FormDocument.C (build):
589         * FormExternal.C (build):
590         * FormGraphics.C (build):
591         * FormInclude.C (build):
592         * FormIndex.C (build):
593         * FormMathsMatrix.C (build):
594         * FormMinipage.C (build):
595         * FormParagraph.C (build):
596         * FormPrint.C (build):
597         * FormRef.C (build):
598         * FormSendto.C (build):
599         * FormSpellchecker.C (build):
600         * FormTabular.C (build):
601         * FormThesaurus.C (build):
602         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
603         Means that pasting with the middle mouse button will activate the
604         Ok, Apply buttons.
605
606         * FeedbackController.C (MessageCB): fix crash by removing
607         Assert(message_widget_) and returning silently in this case.
608         Can happen quite justifiably.
609
610         * Most files: consistent comments at the top of the file, usable by
611         sourcedoc.
612
613 2002-03-09  Herbert Voss  <voss@lyx.org>
614
615         * FormGraphics.C: test if file exists, simplify an if command
616
617 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
618
619         * FormToc.C: make goto not reset the dialog
620
621 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
622
623         * FeedbackController.[Ch]: new files, providing a standard interface to
624         the feedback and warning messages. Created by stripping code out of
625         FormBase.
626
627         * FormBase.[Ch]: strip out all the feedback code and simplify yet
628         further the tooltips code.
629
630         * FormBase.[Ch]:
631         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
632         Derive both classes from FeedbackController so daughter classes each
633         have a common interface for same.
634
635         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
636         Tooltips wrapper class.
637
638         * Tooltips.[Ch]: work out how to update tooltips when using
639         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
640         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
641         and when the dialog has some tooltips.
642
643         * FormPreferences.[Ch]: strip out all the feedback code and use
644         the FeedbackController.
645
646         * xforms_helpers.C: save the color of the gui pointer.
647
648         * FormBibtex.[Ch]:
649         * forms/form_bibtex.fd:
650         * FormCitation.[Ch]:
651         * forms/form_citation.fd:
652         * FormForks.[Ch]:
653         * forms/form_forks.fd:
654         * FormSendto.[Ch]:
655         * forms/form_sendto.fd:
656         * FormTexinfo.[Ch]:
657         * forms/form_texinfo.fd: remove "Help" button and rejig for much
658         simplified tooltips code.
659
660         * Makefile.am: add FeedbackController.[Ch].
661
662 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
663
664         * FormGraphics.C: Tiny stylistic correction.
665
666 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
667
668         * FormGraphics.C:
669                 - Make radiobuttons change too when using Latex size in
670                   lyxview and vice versa.
671                 - Fix a typo where the value for height (lyxview) was
672                   taken from width (size).
673                 - Remove *%-values from lyxview.
674                 - Add an Alert when using "Get Latex size" and that contains
675                   *%-values.
676         * FormTabular.C: Remove obsolete comment.
677
678 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
679
680         * FormMathsDeco.C: add leftrightarrows to the bitmap.
681
682         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
683
684 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
685
686         * xformsGImage.C (statusCB, errorCB): close the file streams once the
687         image is loaded or if an error occurs.
688         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
689         it permanently (and does not make a copy!).
690
691 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
692
693         * xformsGImage.[Ch]: new files. An image loader based on xforms library
694         routines.
695
696         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
697         your version of the xforms libraries is up to the task.
698
699         * Makefile.am: compile the xforms image loader if so configured.
700
701 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
702
703         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
704
705         * Dialogs.C:
706         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
707
708 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
709
710         * FormDocument.C (build): add a std:: qualifier to remove_if.
711
712 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
713
714         * Toolbar_pimpl.[Ch]: layout as string
715
716         * FormParagraph.C: layout as string
717
718         * FormDocument.C (build): use remove_if and contains_functor
719         layout as string
720
721 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
722
723         * FormMathsBitmap.[Ch]:
724         * FormMathsPanel.C: Give window titles to bit map sub-panels.
725
726 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
727
728         * Dialogs.C (initialiseGraphics): a new static method.
729         Remove Allan's venerable description as I think it's past its sell-by
730         date.
731
732 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
733
734         * FormBase.C:
735         * FormBaseDeprecated.C:
736         * FormFiledialog.C: possible fix to the Bad Window problems that some
737         people have been experiencing.
738
739 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
740
741         * FormForks.C (input_button_all): resolve comparison between signed
742         and unsigned.
743
744 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
745
746         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
747         submenus in menubar.
748
749 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
750
751         * FormForks.[Ch]:
752         * forms/form_forks.fd: new files. A view for the Forked Child
753         processes dialog, enabling the user to see what forked processes
754         are running, and, if he so desires, to kill them.
755
756         * Dialogs.C: add the class Forked Child dialog.
757
758         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
759
760         * forms/makefile: add form_forks.fd.
761
762         * FormPreferences.C (LnFmisc::apply): rather ugly: call
763         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
764
765 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
766
767         * forms/form_graphics.fd: Enlarge Restore button.
768         * FormGraphics.C: Set filter to bounding box input fields.
769
770 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
771
772         * Makefile.am: simpler obj. file compiling
773
774 2002-02-20  Juergen Vigna  <jug@sad.it>
775
776         * FormTabular.C (input): don't call the autoapply on exit input calls
777         if we don't really have a change!
778
779 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
780
781         * FormBase.h (FormCB): tiny bugfix.
782
783         * xforms_helpers.h: remove incorrect comment.
784
785 2002-02-18  Herbert Voss  <voss@lyx.org>
786
787         * FormGraphics.C: same units for LyX and Latex view, cosmetics
788
789 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
790
791         * Timeout_pimpl.[Ch] (running): new method.
792
793 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
794
795         * FormParagraph.C:
796         * FormTabular.C: added a using std::remove_if directive.
797
798 2002-02-14  Herbert Voss  <voss@lyx.org>
799
800         * xforms_helpers.h: fix bug with "?%" units
801
802 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
803         * forms/form_graphics.fd:
804         * form_graphics.C: minor layout changes, such as stretching all
805         tab-windows to equal sizes and better keyboard-shortcuts.
806
807 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
808         * forms/form_graphics.fd:
809         * form_graphics.C: minor layout changes, such as stretching all
810         tab-windows to equal sizes and better keyboard-shortcuts.
811
812 2002-02-12  Herbert Voss  <voss@lyx.org>
813
814         * forms/form_graphics.fd:
815         * form_graphics.[Ch]: small changes to the layout, mentioned
816         by Rob
817
818         * FormGraphics.C: fix bug with use of updateWidget... when
819         no unit is given.
820
821 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
822
823         * FormMinipage.C: return SMI_VALID on other form changes
824
825 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
826
827         * FormParagraph.C (update): [VSpace:] Delete the special method
828         for gluelengths...
829         * xforms_helpers.C: ...and move it here.
830         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
831         and updateWidgetsFromLength.
832
833 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
834
835         * forms/form_external.fd:
836         * form_external.C: change color2 of a few buttons into the
837         proper grey color.
838
839 2002-02-08  Herbert Voss  <voss@lyx.org>
840
841         * forms/form_graphics.fd:
842         * FormGraphics.C:
843         * form_graphics.[Ch]: Adding buttons for unzip-Option,
844         getValues from LyX/LaTeXfolder
845
846 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
847
848         * forms/form_graphics.fd:
849         * FormGraphics.C:
850         * form_graphics.[Ch]: simplify the bounding box folder
851         of the Graphic GUI
852
853 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
854
855         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
856         where one could not have both toggleon and disabled.
857
858 2002-02-08  Herbert Voss  <voss@lyx.org>
859
860         * xforms_helpers.h: change unit "%" to t%
861
862         * FormGraphics.C: fiy bug when BB is read from file and the
863         unit is always "pt"
864
865 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
866
867         * FormMathsDeco.C: \underleftarrow and \underrightarrow
868
869 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
870
871         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
872
873         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
874         clean interface. Means that FormBase, FormBaseDeprecated and
875         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
876
877         * FormBase.C: add a Tooltips instance and interface with it.
878         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
879         setTooltipLevel(ob).
880         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
881
882         * FormBibtex.[Ch]:
883         * FormCitation.[Ch]:
884         * FormTexinfo.[Ch]:
885         * Makefile.am: altered appropriately.
886
887 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
888
889         * forms/form_texinfo.fd:
890         * forms/form_bibtex.fd:
891         * forms/form_citation.fd: delete text_info field again, add help choice
892
893         * FormBibtex.[Ch]:
894         * FormCitation.[Ch]:
895         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
896
897 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
898
899         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
900         a new method setTooltipLevel(). In turn this determines which of the
901         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
902         called from getTooltip.
903         No need for a "message" widget at the bottom of every dialog, therefore.
904         If retained, this "message" widget can be used to display "warnings",
905         pure and simple.
906
907         * FormBibtex.[Ch]:
908         * FormCitation.[Ch]:
909         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
910         to lose the "message" widget and to gain a "tooltip level" choice.
911
912 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
913
914         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
915         Cancel buttons' positions consistent with the other dialogs.
916
917 2002-02-05  Herbert Voss  <voss@lyx.org>
918
919         * forms/form_graphics.fd: Noew the same view of the
920         buttons as in preferences (LyXView). Make some things clear
921         with better names.
922         * FormGraphic.C: cosmetic changes to the layout. Delete
923         the help button
924
925 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
926
927         * forms/form.texinfo.fd: delete help button, add text_info
928         * forms/form.citation.fd,form.bibtex.fd: add text_info
929         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
930         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
931         no tooltips in Bibtex).
932
933 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
934
935         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
936         working with both xforms 0.88 and 0.89. Use by invoking
937         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
938         derived class to provide the required string.
939
940 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
941
942         * FormBase.[Ch]: make it really easy to set up and use a prehandler
943         for feedback messages and to invoke an input event on paste from
944         the middle mouse button. The derived class needs invoke only
945         setPrehandler(ob) and for the feedback to override the virtual methods
946         feedback(ob) and clear_feedback(). If the message posted is a warning
947         rather than mere feedback, first setWarningPosted(true) to ensure
948         that the message remains visible.
949
950         * FormBaseDeprecated.C: a physical rearrangement of the file,
951         nothing more.
952
953         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
954
955 2002-02-04  Herbert Voss  <voss@lyx.org>
956
957         * forms/form_graphics.fd: small changes to the layout
958         * FormGraphic.C: Apply-button, keepaspectratio enabling
959         depends to case of LaTeXView. Other small changes and
960         fixes. Add LyXView scale.
961
962 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
963
964         * FormGraphics.C (c-tor): prevent resizing of the dialog.
965
966 2002-02-03  Herbert Voss  <voss@lyx.org>
967
968         * xforms_helpers.C: fix bug with unit "%" in
969         updateWidgetsFromLengthString(...)
970
971 2002-02-02  Herbert Voss  <voss@lyx.org>
972
973         * FormGraphic.C: fix bug with filename, rearrange the code,
974         delete choice "referencePoint" which is only possible for
975         rotatebox
976         * forms/form_graphics.fd: position options in a logical way,
977         add folder and scale for LyXView
978
979 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
980
981         * FormGraphics.C (apply, update): respect the new DEFAULT state of
982         InsetGraphicsParams::DisplayType.
983
984 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
985
986         * forms/form_graphics.fd: tweeks.
987
988 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
989
990         * FormGraphics.C: Fix MAXDIGIT values for height and width.
991
992 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
993
994         * forms/form_citation: a few tweaks of my own.
995
996 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
997
998         * forms/form_citation: De-Monsterization (make it smaller).
999
1000 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
1001
1002         * forms/form_graphics.fd:
1003         * FormGraphics.C: a few tweaks of my own.
1004
1005 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1006
1007         * forms/form_graphics.fd: Very small tweaks.
1008
1009 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1010
1011         * forms/form_graphics.fd: Change the dialog to look similar as
1012         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
1013         added text_warning field..
1014
1015         * FormGraphics.[Ch]: Handle the Rearrangements.
1016         Add input filters and warnings concerning invalid inputs.
1017         Recognize the lyxrc-settings of display_graphics.
1018
1019 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
1020
1021         * FormMathsSpace.h (space_):
1022         * FormMathsStyle.h (style_): change from a short to an int to fix
1023         type conversion warnings.
1024
1025 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1026
1027         * FormMathsSpace.[Ch]:
1028         * forms/form_maths_space.fd:
1029         Changed the "Space" subpanel of the math panel into one of
1030         ordinary buttons rather than radio buttons. They are now
1031         self-applying so OK and Apply could go.
1032
1033 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1034
1035         * FormMathsStyle.[Ch]:
1036         * forms/form_maths_style.fd:
1037         Patched to use button arrays. Buttons are self-applying, saving
1038         one keystroke and the OK and Apply buttons.
1039
1040 2002-01-27  Herbert Voss  <voss@lyx.org>
1041
1042         * FormGraphic.[Ch]:
1043         * form_graphic.[Ch]:
1044         * forms/form_graphic.fd: rewritten to support graphicx with
1045         all options and to be sure that the old figinsets are correct
1046         converted.
1047         * xforms-helpers.h: added two choice const for the LyXLength
1048         one with all and one only with length which have a unit.
1049
1050 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1051
1052         * forms/form_minipage.fd: add text_warning field.
1053
1054         * FormMinipage.[Ch]: added input filters and warnings
1055         (ButtonPolicy::SMInput FormMinipage::input)
1056
1057 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
1058
1059         * FormAboutlyx.[Ch]: Removed redundant form() method and
1060         dialog_ variable. They replicate that in the parent FormDB.
1061
1062 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1063
1064         * FormMathsDeco[hC]:
1065         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
1066         the Decorations sub-panel of mathed. See Lamport Table 3.11.
1067
1068         * FormMathsPanel.C:
1069         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
1070         "negated relations". Lower and broader.
1071
1072 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1073
1074         * FormTabular.C (update): Remove redundant code.
1075
1076 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1077
1078         * forms/form_tabular.fd: checkbox2radiobutton changes.
1079
1080 2002-01-20  Herbert Voss  <voss@perce.de>
1081
1082         * FormInclude.[C]: better control of unexistings files
1083         when entered without the browser
1084
1085 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1086
1087         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
1088         is disabled
1089
1090         * combox.C (activate):
1091         (deactivate): change color of labels to reflect the state of the
1092         combox
1093
1094 2002-01-16  Herbert Voss  <voss@lyx.org>
1095
1096         * FormExternal.C (build): activate  apply/ok-button when something
1097         is entered in the filename-field
1098
1099 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1100
1101         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
1102         rather than 'string::size_type'
1103
1104 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
1105
1106         * FormMathPanel.[hC]:
1107         * MathsSymbols.[hC]:
1108         * form_math_panel.[hC]:
1109         * form_math_panel.fd: Modified. Added five symbol sub-panels
1110         to the math panel containing AMS math symbols: arrows, relations,
1111         negated relation, operators and miscellaneous (also containing some
1112         hebrew and corner symbols).
1113
1114 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1115
1116         * FormMinipage.C (apply): change because MinipageParams::pageWidth
1117         is now a real LyXLength
1118
1119 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1120
1121         * FormDocument.C: enable line spacing input properly
1122
1123 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1124
1125         * forms/form_preferences.fd:
1126         * form_preferences.h:
1127         * form_preferences.C:
1128         * FormPreferences.h:
1129         * FormPreferences.C: use better variable name
1130
1131 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1132
1133         * forms/form_preferences.fd: change "Use Scalable Fonts"
1134           to "Rescale bitmap fonts"
1135
1136 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1137
1138         * FormMathsPanel.C:
1139         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
1140         the button controller for IgnorantPolicy and PreferencesPolicy.
1141
1142 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1143
1144         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
1145
1146 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1147
1148         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
1149         choice if the input field contains a LyXGlueLength.
1150
1151         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
1152
1153         * FormParagraph.C
1154         * FormDocument.C
1155         * FormTabular.C: Change input filter to allow inserting
1156         gluelengths/lyxlength or numbers with unit choices.
1157
1158         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
1159         which was more or less duplicated.
1160
1161         * FormGraphics.C: set default units, dependent on US/other paper.
1162
1163 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1164
1165         * Dialogs.C: no longer need to #include the Controller classes, as this
1166         is how done in GUI.h.
1167
1168         * xformsBC.C: #include ButtonController.tmpl, containing the
1169         instatiation of the button controller.
1170
1171 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
1172
1173         * FormThesaurus.C: fix a crash
1174
1175 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
1176
1177         * FormMathsDelim.C:
1178         * form_maths_delim_C:
1179         * form_maths_delim.h:
1180         * form_maths_delin.fd:
1181         Put three radio buttons on the delimiters pop-up. It works as follows:
1182
1183                                 left mouse     middle mouse        right mouse
1184         ----------------------------------------------------------------------
1185         Left radio button   |       (               ()                   )
1186         Middle radio button |       ()              ()                   )
1187         Right radio button  |        )               )                   )
1188         ----------------------------------------------------------------------
1189
1190         Where
1191
1192         (       left-side delimiter selected
1193         )       right-side delimiter selected
1194         ()      "symmnetric pair" selected, of which the clicked delimiter is
1195                 the left one.
1196                 So, if the middle radio button is activated ("()\nBoth")
1197                 and you click on "[" with the default (left) mouse button, you
1198                 get the delimiter pair "[]".
1199                 A shortcut for this (if the leftmost radio button is on) is
1200                 simply clicking the middle mouse button.
1201
1202         To create equal pairs, either have the middle radio button on and use
1203         Mouse-left, or have the left radio button on and use Mouse-middle.
1204
1205         To create unequal pairs, you should have either the left or middle radio
1206         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
1207
1208 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1209
1210         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
1211         unchanged:
1212         Remove the clickline_ member variable and hide() method;
1213         Use fl_set_browser_dblclick_callback;
1214         Constify a few temporary variables;
1215         Use xforms_helpers' wrappers functions returning string rather than
1216         the raw xforms functions returning char const *.
1217
1218 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1219
1220         * DropDown.C: include <cctype> for isprint()
1221
1222 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1223
1224         * FormMinipage.C (apply, update): MinipageParams::width renamed
1225         as MinipageParams::pageWidth.
1226
1227 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
1228
1229         * FormMathsBitmap.C:
1230           FormMathsPanel.C:
1231           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
1232         added to math panel's 'misc' sub-panel.
1233
1234 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1235
1236         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
1237
1238 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1239
1240         * FormPreferences.h: add a std:: to make_pair.
1241
1242 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1243
1244         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
1245         respectively.
1246
1247         * DropDown.C: place xforms callback functions in namespace anon.
1248         Set browser callback on single not double click.
1249         (select): return immediately of the vector is empty. Highlight the top
1250         line. Position the browser above the minibuffer, not below it.
1251         (peek): call key_pressed when a key press is detected.
1252         (key_pressed): clean-up and emit the keypress signal.
1253
1254         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
1255         If nothing is selected, return string().
1256
1257 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
1258
1259         * FormSpellchecker.C: disable resizing due to xforms bug
1260
1261 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1262
1263         * FormFiledialog.C (Reread): skip broken symlinks
1264
1265 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1266
1267         * FormMathsMatrix.C (AlignFilter): use std::count and add some
1268         comments.
1269
1270 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1271
1272         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
1273         in the switch.
1274
1275         * FormPreferences.C (Interface::input):
1276         (Language::input):
1277         (Paths::input): add shortcuts to file dialogs directory buttons
1278
1279         * FormPreference.h (browse): add default empty parameters for
1280         buttons descriptions.
1281
1282         * FormFiledialog.C (SetButton): allow for a shortcut in the name
1283         of the button.
1284
1285 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
1286
1287         * FormThesaurus.C:
1288         * FormThesaurus.h:
1289         * form_thesaurus.h:
1290         * form_thesaurus.C:
1291         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
1292
1293 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1294
1295         * Toolbar_pimpl.C (setPixmap): simplify a bit
1296
1297 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1298
1299         * Toolbar_pimpl.C (ToolbarCB):
1300         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
1301         dispatch.
1302
1303 2002-01-12  Allan Rae  <rae@lyx.org>
1304
1305         * FormTabular.C (FormTabular): Fix Purify UMR.
1306
1307         * FormPreferences.C (build): "Conversion" is a better name.
1308
1309 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1310
1311         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
1312         LyXFunc::dispatch.
1313
1314         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
1315
1316 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
1317
1318         * FormPreferences.C:
1319         * forms/form_preferences.fd: change names and descriptions of popup
1320         font variables to reflect their actual use.
1321
1322         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
1323
1324 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1325
1326         * FormPreferences.C (input): allow empty values for document_path
1327         and template_path.
1328
1329         * FormFiledialog.C (SetButton):
1330         (FileDlgCB): do not disable directory buttons if they have an
1331         empty path.
1332         (SetDirectory): if the argument is an empty string, change to
1333         cwd().
1334
1335 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
1336
1337         * forms/form_maths_style.fd:
1338         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
1339         size "styles" and font types.
1340         * FormMathsPanel.[Ch]:
1341         * MathsSymbols.C:
1342         * forms/form_maths_panel.fd: Modified too.
1343
1344 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1345
1346         * Menubar_pimpl.C (create_submenu):
1347         * Toolbar_pimpl.C (update): use FuncStatus.
1348
1349 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
1350
1351         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
1352         for fl_get_browser_line that is guaranteed to return a valid string.
1353
1354 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
1355
1356         * FormSpellchecker.C: fix possible crash on clicking a suggestion
1357
1358 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1359
1360         * forms/form_document.fd (bullets): fix small cosmetic problem after
1361         John's radio2button change.
1362
1363 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1364
1365         * FormDocument.C:
1366         * forms/form_document.fd: change the labels and variable names of
1367         left_margin, right_margin to inner_margin, outer_margin, in line
1368         with bugzilla bug #157.
1369
1370         * FormFiledialog.C (Reread): used locally stored modtime variable
1371         rather than make repeated calls to fileInfo.getModificationTime().
1372
1373         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
1374         isOK() checks to the use of the FileInfo instance and removed those
1375         FIXMEs.
1376
1377         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
1378         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
1379
1380 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
1381
1382         * form_*:
1383         * forms/form_*: change radio buttons to round3dbutton
1384
1385 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1386
1387         * FormFiledialog.C: add FIXME
1388
1389         * xforms_helpers.C: fix use of FileInfo
1390
1391 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
1392
1393         * FormTabular.h:
1394         * FormTabular.C:
1395         * form_tabular.h:
1396         * form_tabular.C:
1397         * forms/form_tabular.fd: ugly fix to get around
1398           some of the UI problems (bug #110).
1399
1400 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1401
1402         * FormDocument.C: Recognize the default paper settings too
1403         when setting the default length values (cm or inch).
1404         * FormParagraph.C: do the same.
1405
1406 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
1407
1408         * FormFloat.C: changes to prevent here definitely being used
1409         with wide figures.
1410
1411 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
1412
1413         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
1414
1415 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1416
1417         * DropDown.C: always include <config.h> in sources.
1418
1419         * xforms_helpers.h:
1420         * FormFiledialog.h:
1421         * Timeout_pimpl.h:
1422         * DropDown.h: do not include <config.h> in headers
1423
1424 2001-12-20  Juergen Vigna  <jug@sad.it>
1425
1426         * FormTabular.C (update): final LT-h/f support modifications.
1427
1428 2001-12-19  Juergen Vigna  <jug@sad.it>
1429
1430         * FormTabular.C (update): change a bit the tabular layout and added
1431         better longtable options handling.
1432
1433 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1434
1435         * FormToc.C: using std::endl
1436
1437 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
1438
1439         * FormToc.C: fix crash when no entries, and
1440           update types properly
1441
1442 2001-12-11  Ben Stanley <bds02@uow.edu.au>
1443
1444         * Menubar_pimpl.C: Fixed a crashing bug when document has more
1445         than 80 floats and using xforms 0.88
1446
1447 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1448
1449         * xforms_helpers.C: include lyxlength.h here
1450         * xforms_helpers.h: ... but not here
1451
1452         * FormTabular.C: use LyXLength instead of string wherever
1453         necessary; whitespace changes.
1454
1455 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1456
1457         * forms/form_preferences.fd: use the same name for font sizes
1458         than the character dialog.
1459
1460 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1461
1462         * forms/form_search.fd: Added label text to search buttons
1463         (to make the shortcuts visible).
1464
1465 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1466
1467         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
1468
1469 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1470
1471         * FormFiledialog.C:
1472         * xforms_helpers.C: change "while(" to "while ("
1473
1474 2001-12-05  Allan Rae  <rae@lyx.org>
1475
1476         * FormParagraph.C (apply): One other LyXText fix.
1477
1478 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1479
1480        * FormParagraph.C (getCurrentParagraph):
1481         (apply):  get the right LyXText !
1482
1483 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
1484
1485         * FormParagraph.C: disallow page breaks in insets
1486
1487 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
1488
1489         * FormParagraph.C: allow signed space above/below, actually
1490           use space below units
1491
1492 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1493
1494         * FormToc.C: fixes to make floatlists work
1495
1496 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
1497
1498         * Makefile.am:
1499         * Alert_pimpl.C: Alert etc.
1500
1501         * xforms_helpers.h:
1502         * xforms_helpers.C:
1503         * forms/fdfix.sh: move idex etc. to here
1504
1505         * GUIRunTime.C: move getScreenDPI() to here
1506
1507 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1508
1509        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
1510        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
1511        to 100p (now German translation fits in).
1512        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
1513        form_preferences.fd, form_graphics.fd, form.include.fd,
1514        form-external.fd:
1515        Unified label "Browse..." and unified its width to 100p.
1516
1517 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1518
1519        * forms/form_graphics.fd: fixed shortcut clash
1520        * forms/form-external.fd: added shortcut for "Apply"
1521
1522 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
1523
1524         * FormFiledialog.C: don't reset path if new dir
1525           doesn't exist.
1526
1527 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1528
1529        * forms/form_document.fd: Renamed "Save as Class Defaults"
1530        to "Save as Document Defaults"
1531        * FormDocument.C:
1532        Removed the setEnabled-Definitions for the
1533        "save_default"-Button since it causes nothing but trouble.
1534        Changed the text of AskQuestion on saveParamsAsDefault.
1535
1536 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
1537
1538         * DropDown.C: fix crash, improve behaviour a bit
1539
1540 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1541
1542         * FormDocument.C (class_apply):
1543         (paper_apply):
1544         (language_apply):
1545         (options_apply):
1546         (bullets_apply): add a version of these methods taking a
1547         BufferParams& parameters. The original versions are now wrappers
1548         around these.
1549         (saveParamsAsDefault): new function, moved from old
1550         LFUN_LAYOUT_SAVE_DEFAULT code.
1551
1552 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
1553
1554         * Makefile.am:
1555         * DropDown.h:
1556         * DropDown.C: drop-down completion
1557
1558 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1559
1560         * forms/form_graphics.fd: change clashing shortcut
1561
1562 2001-10-24  Juergen Vigna  <jug@sad.it>
1563
1564         * FormTabular.C: changed calls for footer/headers of longtabulars.
1565
1566 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1567
1568         * forms/form_tabular.fd: Add value choices
1569         * FormTabular.C: Handle that choices
1570
1571         * FormDocument.C: fix small bug.
1572
1573 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
1574
1575         * FormGraphics.[Ch]: move some parameters out of the heaader file and
1576         into namespace anon.
1577
1578         * FormPreferences.C:
1579         * forms/form_preferences.fd: replaced button_colorspace with two
1580         radio buttons, button_hsv and button_rgb.
1581
1582 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1583
1584        * forms/form_document.fd:
1585          Class: add a value choice for Default Skip.
1586          Some rearrangements (minor tweaks).
1587        * FormDocument.C: Handle that choice, minor tweaks.
1588        * forms/form_paragraph.fd: Add value choices
1589        * FormParagraph.C: Handle that choices.
1590        * FormMinipage.C/FormGraphics.C: Small tweaks.
1591
1592 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
1593
1594         * FormDocument.C: fixed some bugs in the Paper tab.
1595
1596         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
1597         specifying default unit for choice if input string is empty.
1598
1599 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
1600
1601         * FormDocument.C (input): one more tweak...
1602
1603 2001-10-10  Herbert Voss  <voss@perce.de>
1604
1605         * FormTexinfo.[Ch]: some changes to the code
1606
1607 2001-10-10  André Pönitz  <poenitz@htwm.de>
1608
1609         * FormsMathMatrix.C: add missing space between v- and h-alignment
1610         parameters
1611
1612 2001-10-09  Herbert Voss  <voss@perce.de>
1613
1614         * FormTexinfo.[Ch]:
1615         * forms/form_texinfo.fd: new files. Display information about the
1616         installed texfiles (cls,sty,bst).
1617
1618         * FormShowFile.[Ch]: new files. Display the contents of a file.
1619
1620         * Dialog.C:
1621         * Makefile.am: modified appropriately.
1622
1623 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
1624
1625         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
1626         Given input and choice widgets, create a string such as "1cm".
1627         (updateWidgetsFromLengthString): new function.
1628         Given a string such as "1cm", set the input and choice widgets.
1629
1630         * FormDocument.C:
1631         * forms/form_document.fd: improve the GUI of the paper tab using these
1632         new helper functions.
1633
1634 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1635
1636         * FormDocument.C (build): support latin4
1637
1638 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1639
1640         * FormDocument.C (build): support latin3
1641
1642 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1643
1644         * forms/form_aboutlyx.fd: use flat boxes for tabs.
1645
1646 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1647
1648         * forms/form_document.fd: rearrangement of the paper tab;
1649         rename "use geometry" to "custom margins/sizes".
1650
1651         * FormDocument.C: add code to avoid the input of senseless data
1652         in document -> paper.
1653
1654 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1655
1656         * FormDocument.C: Disable choice "Special" if landscape
1657         is chosen to prevent senseless values.
1658
1659 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1660
1661         * forms/form_preferences.fd: small tweaks.
1662
1663 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1664
1665         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
1666         button to "Use Class Defaults" and moved it outside the tab.
1667         Some more minor tweaking.
1668
1669         * FormDocument.C: handled this changes.
1670
1671 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1672
1673         * Dialogs.C: remove splash dialog code.
1674
1675         * FormSplash.[Ch]:
1676         * form_splash.[Ch]:
1677         * forms/form_splash.fd: removed.
1678
1679         * Makefile.am:
1680         * forms/makefile: remove splash dialog files.
1681
1682         * Menubar_pimpl.C (MenuCallback): no longer call
1683         Dialogs::destroySplash.
1684
1685 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1686
1687         * forms/form_preferences.fd: fix typo
1688
1689 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1690
1691         * FormRef.C:
1692         * forms/form_ref.fd: renamed the widgets in the standard style.
1693
1694         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
1695         helper functions. Build a vector<string> from the contents of
1696         an fl_choice and fl_browser respectively.
1697
1698         * FormCitation.C (fillChoice, updateBrowser):
1699         * FormRef.C: use these new functions to only update the choices and
1700         browsers when absolutely necessary.
1701
1702 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1703
1704         * FormBase.C (InputCB):
1705         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
1706         "select choice < 1" problem.
1707
1708         * FormRef.C (input): undid Dekel's change in light of the above
1709         generalisation.
1710
1711 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
1712
1713         * FormRef.C (input): Fix crash when using dialog with keyboard.
1714
1715 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1716
1717         * forms/form_document.fd: small tweaks.
1718
1719 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1720
1721         * forms/form_document.fd: Added checkbox "auto_reset", button
1722         "reset_defaults" and button "save_defaults".
1723
1724         * Form_Document.[Ch]: Removed AskQuestion when changing class.
1725         Implement the 2 buttons and the checkbox described above.
1726
1727         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
1728         save the default value of that lyxrc)
1729
1730         * FormPreferences.C: Handle that button
1731
1732 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1733
1734         * form_ref.fd: a little tweaking.
1735
1736         * FormSpellchecker.C (build): set the bounds to the slider, so it
1737         updates during a spellchecking session.
1738
1739 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
1740
1741         * forms/form_preferences.fd: rearrangement and addition of new
1742         Display Graphics radio buttons to Look & Feel->Misc
1743         (By Jürgen Spitzmüller).
1744
1745         * FormPreferences.C: modify new lyxrc variable "display_graphics"
1746         depending on the values of the Display Graphics radio buttons.
1747
1748         * FormGraphics.C: use this variable.
1749
1750 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1751
1752         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
1753         Hoorah! Happy Birthday to me!
1754
1755 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1756
1757         * forms/form_ref.fd: Add buffer button.
1758
1759         * FormRef.C (update): Handle the buffer button.
1760         (input): Ditto
1761
1762 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1763
1764         * forms/form_graphics.fd: complete rewrite of the dialog
1765         (Most work was done by Angus, though).
1766
1767 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1768
1769         * combox.C (hide): execute the callback _after_ closing the
1770         combox.
1771
1772 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1773
1774         * FormDocument.C (c-tor): initialise some variables.
1775
1776         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
1777         (Thereby removing a warning message when the dialog is built.)
1778
1779         * FormFloat.C (input): return SMI_VALID.
1780
1781 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1782
1783         * FormDocument.C (input, options_update): add code to enable the
1784         Author-Year/Numerical citation choice only if the natbib checkbox is
1785         active.
1786
1787         * FormFloat.[Ch]: added new method input() to control the behaviour of
1788         the buttons better.
1789         * forms/form_float.fd: renamed Here as button_here_definitely.
1790
1791         * FormGraphics.C:
1792         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
1793         have them, so enabling the Ok, Apply buttons appropriately.
1794
1795 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1796
1797         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
1798         Label", added a labelframe).
1799
1800 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1801
1802         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
1803         (C_Toolbar_BubbleTimerCB): fix linking
1804
1805         * FormMathsBitmap.C (form): use get() to get the raw pointer.
1806
1807         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
1808
1809 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1810
1811         * combox.C (C_Combox_input_cb): make it static
1812         (C_Combox_combo_cb): make it static
1813         (C_Combox_peek_event): make it static
1814
1815         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
1816         (C_Toolbar_BubblePost): make it static
1817         (C_Toolbar_ToolbarCB): make it static
1818
1819         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
1820
1821         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
1822
1823         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
1824         gui libs
1825
1826 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1827
1828         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
1829         been used successfully in FormBase.
1830         (show): call bc().refresh() after building the dialog to activate the
1831         button controller.
1832
1833         * FormPreferences.C (build): remove hack to fix butoon controller as
1834         the correct fix is in FormBaseDeprecated.
1835
1836         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
1837
1838         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
1839
1840 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1841
1842         * Toolbar_pimpl.C (setLayout):
1843         (layoutSelected): make them work even when gettext has been
1844         translating the interface.
1845
1846 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1847
1848         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
1849         ("Apply" does not work without former user change in the dialog).
1850
1851         * FormPreferences.C (build): Fix bug: if you start LyX and open the
1852         Preferences dialog, "Apply" is activated even though no change has been
1853         made so far.
1854
1855 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1856
1857         * FormBase.C (show): use controller_.IconifyWithMain() to control
1858         the dialog's show policy
1859
1860         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
1861
1862         * FormPreferences.C:
1863         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
1864         check button to the Look & Feel->Misc tab and code to modify the lyxrc
1865         variable dialogs_iconify_with_main appropriately.
1866
1867 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1868
1869         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
1870
1871 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1872
1873         * forms/form_character.fd: small cosmetics (aligned "Language:" right
1874         as suggested in Michael's Buglist).
1875
1876 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1877
1878         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
1879         layouts
1880         (layoutSelected): remove the numeric argument and use the text of
1881         the combox entry instead.
1882
1883         * combox.C: lowercase a few remaining methods, rename select_text
1884         to select
1885         * several files: propagate these changes
1886
1887 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
1888
1889         * FormPreferences.C: add fl_set_input_return to input_paperoption.
1890
1891 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1892
1893         * FormParagraph.C: fix default line spacing case
1894
1895 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1896
1897         * FormParagraph.C: disable space inputs when != Length
1898
1899 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1900
1901         * FormPreferences.C:
1902         * form_preferences.h:
1903         * form_preferences.C:
1904         * forms/form_preferences.fd: add view_dvi_paper_option
1905
1906 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1907
1908         * FormMathsPanel.h: sub dialogs must be Ignorant.
1909
1910 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1911
1912         * FormParagraph.C: fix to not allow 0 linespacing
1913
1914 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1915
1916         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
1917
1918         * FormParagraph.C (input): set fl_get_choice check for the linespacing
1919         to 5 not 4. xforms arrays start at 1.
1920
1921 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1922
1923         * FormParagraph.[Ch]:
1924         * forms/form_paragraph.fd: clean up of dialog and of controlling
1925         code.
1926
1927 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1928
1929         * FormBase.C (C_CutandPastePH): new function that can be used as a
1930         pre-handler to any xforms text input widget. Will trigger an event on
1931         pasting into the widget using the middle mouse button.
1932
1933         * FormPreamble.C (build): use this pre-handler for the input widget.
1934
1935 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
1936
1937         * FormCitation.C:
1938         * forms/form_citation.fd: a little tweaking to ensure that the
1939         style choice remains centred within the frame if its contents change.
1940
1941         * FormBase.h: added an allow_resize_ member variable. If false
1942         resizing the dialog is prohibitted.
1943
1944         * FormBase.[Ch]:
1945         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
1946
1947         * FormAboutlyx.C:
1948         * FormCharacter.C:
1949         * FormThesaurus.C:
1950         make use of this functionality to ensure that the dialog cannot be
1951         resized.
1952
1953 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1954
1955         * GUIRunTime.C: initApplication() should take a int & argc
1956
1957 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1958
1959         * FormCitation.h:
1960         * FormCitation.C: tidy code a little
1961
1962         * GUIRunTime.C: more informative error
1963
1964 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1965
1966         * forms/form_preferences.fd: order the items "logically" so that
1967         tabbing through the dialog makes sense. Close bug #404569.
1968
1969 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1970
1971         * FormPreferences.C: Tentative fix of John's "no point in spell
1972         command "None"" bug, #223255.
1973
1974 2001-08-23  Herbert Voss  <voss@perce.de>
1975
1976         * FormBibtex.C (input): normalize database list
1977
1978 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1979
1980         * FormBibtex.C: make sure that any database is stored only once.
1981
1982 2001-08-22  Herbert Voss  <voss@perce.de>
1983
1984         * FormBibtex.C (input): fix for multiple databases
1985
1986 2001-08-21  Herbert Voss  <voss@perce.de>
1987
1988         * FormBibtex.C (input): extension handling for ".bst"
1989
1990 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1991
1992         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
1993         check button is pressed.
1994
1995 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1996
1997         * FormParagraph.C (general_apply): Handle default spacing.
1998         (general_update): Ditto.
1999
2000 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
2001
2002         * FormBibtex.C:
2003         * forms/form_bibtex.fd: get the browse buttons working as they should.
2004
2005 2001-08-20  Herbert Voss  <voss@perce.de>
2006
2007         * FormBibtex.C:
2008         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
2009         databases and styles. Added an option for "bibliography into toc"
2010
2011 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2012
2013         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
2014         cleanup.
2015
2016 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
2017
2018         * combox.h: fix source doc
2019
2020         * form_math_matrix.C:
2021         * forms/form_math_matrix.fd: new layout
2022
2023 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
2024
2025         * form_paragraph.h:
2026         * form_paragraph.C:
2027         * forms/form_paragraph.fd:
2028         * FormParagraph.C: support per-para linespacing
2029
2030         * forms/form_float.fd:
2031         * form_float.C: fix shortcut typo
2032
2033 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2034
2035         * forms/form_character.fd: small adjustment to the position of John's
2036         extra Language label.
2037
2038 2001-08-09  André Pönitz  <poenitz@htwm.de>
2039
2040         * FormMathsDelim.C: renamed some delimiter parameters.
2041
2042 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2043
2044         * FormCitation.C (build):
2045         * FormDocument.C (build):
2046         * FormMinipage.C (build):
2047         * FormParagraph.C (build):
2048         * FormRef.C (build): added stuff to read-only list in the
2049         button controller.
2050
2051         * FormCitation.C (update): disable citation style stuff when not using
2052         Natbib.
2053
2054 2001-08-06  Juergen Vigna  <jug@sad.it>
2055
2056         * forms/form_ert.fd: new file.
2057
2058         * form_ert.[Ch]: new files.
2059
2060         * FormERT.[Ch]: new files. Implementation of ERT dialog.
2061
2062 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2063
2064         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
2065
2066 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2067
2068         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
2069
2070 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
2071
2072         * FormMathsPanel.C:
2073         * FormMathsPanel.h:
2074         * form_maths_panel.C:
2075         * form_maths_panel.h:
2076         * forms/form_maths_panel.fd: re-add dots bitmaps
2077
2078         * FormRef.C: "Goto" -> "Go to"
2079
2080 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
2081
2082         * FormMathsBitmap.C: initialise form_
2083
2084 2001-07-29  Baruch Even  <baruch@lyx.org>
2085
2086         * src/forms/form_graphics.fd:
2087         * src/FormGraphics.C: Added support for the new horizontal scale factor.
2088
2089 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2090
2091         * forms/makefile (SRCS): add form_float.fd
2092
2093         * forms/form_float.fd: new file
2094
2095         * form_float.[Ch]: new files
2096
2097         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
2098         FormFloat.h, form_float.C and form_float.h
2099
2100         * FormFloat.[Ch]: new files
2101
2102         * Dialogs.C: init GUIFloat is well
2103
2104 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
2105
2106         * FormToc.C (updateType): Fix problem with TOC that couldn't be
2107         updated because the type list was not updated.
2108
2109 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
2110
2111         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
2112         Version stuff in.
2113
2114         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
2115
2116         * FormGraphics.C (build): uncommented the fl_set_input_return call for
2117         input_rotate_angle. Set input filter on rotate_angle to make it accept
2118         only floating point numbers.
2119         (input): Browse now activates the Ok button approriately.
2120
2121 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2122
2123         * Dialogs.C:
2124         * Makefile.am:
2125         * FormThesaurus.h:
2126         * FormThesaurus.C:
2127         * form_thesaurus.h:
2128         * form_thesaurus.C:
2129         * forms/makefile:
2130         * forms/form_thesaurus.fd: add thesaurus
2131
2132 2001-07-26  Baruch Even  <baruch@lyx.org>
2133
2134         * FormGraphics.h:
2135         * FormGraphics.C: Removed hide method since it was interfering with the
2136         needed work, it cleared several vectors that were needed for proper
2137         functioning. Also changed rotateAngle to float.
2138
2139         * FormGraphics.C:
2140         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
2141         are inlined.
2142
2143 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2144
2145         * FormInclude.C: add load file facility back
2146
2147 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2148
2149         * FormCharacter.C: disable resizing as it doesn't work
2150
2151         * FormPreamble.C: allow to copy-paste from RO preamble by
2152           enabling editing.
2153
2154 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
2155
2156         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
2157
2158 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2159
2160         * FormCitation.[Ch]: changes associated with adding natbib support.
2161         New helper functions, string_width, fillChoice, updateStyle.
2162         (apply): set the citation command appropriately.
2163         (input): deal with the citation command choices.
2164         (update): parse the citation command and deal with it. Nuke the
2165         setSize stuff.
2166         (setSize): nuked!
2167
2168         * FormDocument.C (build): add options to use natbib.
2169
2170         * forms/form_citation.fd: add natbib support. Rearrange dialog to
2171         fit onto shorter screens.
2172
2173         * forms/form_document.fd: add natbib support.
2174
2175 2001-07-16  Juergen Vigna  <jug@sad.it>
2176
2177         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
2178
2179 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2180
2181         Consistent use of Lsstream.h:
2182         * FormAboutlyx.C (build):
2183         * FormVCLog.C (update): std::ostringstream -> ostringstream.
2184
2185         * FormMathsDelim.C (apply):
2186         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
2187
2188 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2189
2190         * implement 1 about lyx dialog instead of 3 separate ones
2191
2192         * FormCredits.[Ch]: removed
2193         * FormCopyright.[Ch]: removed
2194         * form_credits.[Ch]: removed
2195         * forms/form_credits.fd: removed
2196         * form_copyright.[Ch]: removed
2197         * forms/form_copyright.fd: removed
2198         * FormAboutlyx.[Ch]: added
2199         * form_aboutlyx.[Ch]: added
2200         * forms/form_aboutlyx.fd: added
2201         * Dialogs.C: add about lyx stuff
2202
2203 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2204
2205         * add spellchecker
2206
2207         * FormPreferences.[Ch]: rename spellchecker to spelloptions
2208         * form_preferences.[Ch]: idem
2209         * forms/form_preferences.fd: idem
2210         * FormSpellchecker.[Ch]: added
2211         * form_spellchecker.[Ch]: added
2212         * forms/form_spellchecker.fd: added
2213         * Dialogs.C: add spellchecker
2214
2215 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2216
2217         * FormFiledialog.C: (*it). -> it->
2218         * Toolbar_pimpl.C: ditto
2219         * RadioButtonGroup.C: ditto
2220         * FormPreferences.C: ditto
2221
2222 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2223
2224         * GUIRunTime.C (x11Display):
2225         (x11Screen):
2226         (x11Colormap):
2227         (x11VisualDepth): new methods
2228
2229 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2230
2231         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
2232         directly.
2233
2234         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
2235         because of this.
2236
2237         * GUIRunTime.C (createMainView): implement
2238
2239 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2240
2241         * FormCharacter.C:
2242         * form_character.C:
2243         * forms/form_character.fd: hide the widget underneath language
2244           combox hack.
2245
2246 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
2247
2248         * FormPreferences.h:
2249         * FormPreferences.C: connect and operator
2250           showSpellcheckerPreferences signal
2251
2252         * FormPrint.C (input): modify to select radio_file
2253           when the user uses the filename input
2254
2255 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2256
2257         * combox.C (remove): send debug output to Debug::GUI.
2258
2259 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
2260
2261         * Menubar_pimpl.C (create_submenu):
2262         * Toolbar_pimpl.C (update): update to use func_status
2263
2264 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
2265
2266         * FormPreferences.C (Path::feedback): remove bogus description of
2267         lyxpipe.
2268
2269 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2270
2271         * xformsBC.h: clean-up of included files.
2272
2273 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2274
2275         * FormDocument.C:
2276         * FormParagraph.C (c-tor): cosmetic name change of signal.
2277
2278         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
2279         signal. It's pretty crude at the moment! Mental note: would be more
2280         elegant if we passed a LyXParagraph & with both the signals rather than
2281         search through the Buffer.
2282
2283 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2284
2285         * *.[h]: added // -*- C++ -*-
2286         * *.[C]: removed // -*- C++ -*-
2287
2288         * FormCharacter.C (update): now uses contents of font_, stored
2289         permanently by the controller to update() the dialog.
2290
2291 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2292
2293         * FormInclude.C:
2294         * form_include.fd: (various places): Ok button is now activated when
2295         the filename is input from the keyboard.
2296
2297         * FormPreferences.C white-space change in various places.
2298         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
2299         that disabled addition of new converters.
2300
2301         * FormCharacter.C (input, update): new methods. Activate the Apply
2302         button when any of the input fileds are not IGNORE.
2303
2304 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2305
2306         * FormToc.C (input): change test slightly.
2307         (updateContents): clear list if empty and add no list msg.
2308
2309 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2310
2311         * FormParagraph.C (update, general_update): enabling the align buttons
2312         is now dependent on the AlignPossible entry in the Layout.
2313
2314 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2315
2316         * MathsSymbols.C:
2317         * FormMathsMatrix.C: bring C functions into global namespace if
2318         necessary.
2319
2320 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2321
2322         * MathsSymbols.C (pixmapFromBitmapData): add std::
2323
2324         * FormMathsMatrix.C (AlignFilter): add std::
2325
2326 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
2327
2328         * FormDocument.C (build): add iso8859-15 support.
2329
2330 2001-05-08  Baruch Even  <baruch@lyx.org>
2331
2332         * Menubar_pimpl.C: Fixed compilation problem.
2333
2334 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2335
2336         * Menubar_pimpl.C (add_toc): use name and not type with float.
2337         (create_submenu): correct call of new object
2338         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
2339
2340 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2341
2342         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
2343
2344 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2345
2346         * Dialogs.C: included insetgraphicsParams.h
2347
2348         * FormMathsMatrix.C:
2349         * FormMathsBitmap.C: included LAssert.h
2350
2351 2001-04-24  Allan Rae  <rae@lyx.org>
2352
2353         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
2354
2355 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2356
2357         * xforms_helpers.C (formatted): do not use string::substr(1) on a
2358         string of length 1 !
2359
2360 2001-04-16  Allan Rae  <rae@lyx.org>
2361
2362         * xforms_helpers.C (formatted):
2363         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
2364         as an unrecognised preprocessor directive.  So ensure they're wrapped.
2365
2366 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2367
2368         * FormTabularCreate.C: pass a pair of uints to the controller
2369
2370         * FormVCLog.C: the log appears as a stringstream now
2371
2372         * forms/form_external.fd: make params update state (from Angus)
2373
2374 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2375
2376         * Menubar_pimpl.C: include gettext.h
2377
2378 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2379
2380         * xforms_helpers.C (formatted): constify length
2381
2382         * FormTabular.C (update): small restructure, adjust for scoped_ptr
2383         (input): adjust for scoped_ptr
2384         (input): constify str
2385
2386 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2387
2388         * Dialogs.C: s/popup/dialog/
2389
2390         * Form*.C:
2391         * FormBase.h:
2392         * FormBase.C: s/ControlButton/ControlButtons/
2393         move bc().refresh() into base show() method
2394
2395         * Form*.C:
2396         * FormBaseDeprecated.C:
2397         s/UndoAll/restore/
2398
2399 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2400
2401         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
2402
2403         * FormToc.[Ch]:
2404         * forms/form_toc.fd: implemented controller-view split.
2405
2406         * Dialogs.C: associated changes.
2407
2408 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2409
2410         * FormCitation.C:
2411         * forms/form_citation.fd: Don't change the name of the button when
2412         toggling between regular expression and simple searches.
2413         Squashed bug when creating a new inset, the keys field contained
2414         one (empty) key. No more; thanks, Dekel.
2415
2416         * FormExternal.C:
2417         * forms/form_external.fd: added Apply button.
2418
2419 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2420
2421         * FormBase.[Ch]:
2422         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
2423         ControlButton.
2424
2425         * FormExternal.[Ch]:
2426         * forms/form_external.fd: implemented controller-view split.
2427
2428         * Dialogs.C: associated changes.
2429
2430         * FormGraphics.[Ch]:
2431         * FormInclude.[Ch]:
2432         * FormPrint.[Ch]:
2433         moved the browsing functionality into the controller.
2434
2435         * xforms_helpers.[Ch]: moved browseFile to
2436         ../controllers/helper_funcs.[Ch]
2437
2438         * FormCitation.C
2439         * forms/form_citation.fd: added case sensitive search button.
2440
2441 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2442
2443         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
2444         Code moved into the generic template base class. Replaced
2445         setCancelCloseButton() with setButtonLabel().
2446
2447 2001-03-29  Juergen Vigna  <jug@sad.it>
2448
2449         * FormMinipage.C: removed widthp_ and all it's functions and changed
2450         to use new %-lengths of LyXLength.
2451
2452 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2453
2454         * FormGraphics.[Ch]:
2455         * forms/form_graphics.fd:
2456         * FormIndex.[Ch]:
2457         * forms/form_index.fd: implemented controller-view split.
2458
2459         * Dialogs.C: associated changes.
2460
2461         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
2462
2463         * FormCitation.C: changes associated with ControlCitation cleanup.
2464
2465         * FormMinipage.h: cleaned-up forward declarations.
2466
2467 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2468
2469         * FormMinipage.[Ch]:
2470         * forms/form_minipage.fd:
2471         * FormPrint.[Ch]:
2472         * forms/form_print.fd:
2473         * FormSplash.[Ch]: implemented controller-view split.
2474
2475         * Dialogs.C: associated changes.
2476
2477 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2478
2479         * FormPreamble.[Ch]:
2480         * forms/form_preamble.fd:
2481         * FormRef.[Ch]:
2482         * forms/form_ref.fd:
2483         * FormSearch.[Ch]:
2484         * forms/form_search.fd:
2485         * FormTabularCreate.[Ch]:
2486         * forms/form_tabular_create.fd: implemented controller-view split.
2487
2488         * Dialogs.C: associated changes.
2489
2490 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2491
2492         * FormError.[Ch]:
2493         * form_error.fd:
2494         * FormInclude.[Ch]:
2495         * form_include.fd:
2496         * FormUrl.[Ch]:
2497         * form_url.fd: implemented controller-view split.
2498
2499         * Dialogs.C: associated changes.
2500
2501         * FormBibitem.h:
2502         * FormBibtex.h:
2503         * FormCitation.h: moved methods from protected to private.
2504
2505 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2506
2507         * FormCredits.C (build): changes associated with
2508         ControlCredits::getCredits returning a stringstream not a vector<string>
2509
2510 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2511
2512         * FormCopyright.[Ch]:
2513         * forms/form_copyright.fd: implemented controller-view split.
2514
2515         * FormCredits.[Ch]:
2516         * forms/form_credits.fd: implemented controller-view split.
2517
2518         * Dialogs.C: associated changes.
2519
2520         * xforms_helpers.C (formatted): improved the function so that it now
2521         repects '\n' characters in the input string. Ie, the user can now
2522         specify line breaks explicitly.
2523
2524 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
2525
2526         * FormCharacter.[Ch]:
2527         * forms/form_character.fd: implemented controller-view split.
2528
2529         * Dialogs.C: associated changes.
2530
2531         * FormBase.C (input): changed return to SMI_VALID.
2532
2533         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
2534         any surrounding whitespace.
2535
2536 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2537
2538         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
2539         SMI_NOOP.
2540         (FormBase2): split into two template classes, FormDB (DialogBase) and
2541         FormCB (ControllerBase) for greater flexibility.
2542
2543         * FormBibitem.[Ch]:
2544         * FormBibtex.[Ch]:
2545         * FormCitation.[Ch]: associated changes.
2546
2547         * FormBrowser.[Ch]:
2548         * FormLog.[Ch]:
2549         * FormVCLog.[Ch]:
2550         * forms/form_browser.fd: implemented controller-view split.
2551
2552         * Dialogs.C: associated changes.
2553
2554 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
2555
2556         * FormBibtex.[Ch]:
2557         * forms/form_bibtex.fd: implemented controller-view split.
2558
2559         * Dialogs.C: associated changes.
2560
2561 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
2562
2563         * FormBaseDeprecated.[Ch]: rename title as title_.
2564
2565         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
2566         with limited functionality. It got lost in the MVC merge.
2567
2568         * FormBaseDeprecated.C:
2569         * FormBase.C (show): moved initialisation of minw_, minh_ here.
2570
2571         * FormBibitem.C (build):
2572         * FormBibtex.C (build):
2573         * FormBrowser.C (build):
2574         * FormCharacter.C (build):
2575         * FormCitation.C (build):
2576         * FormCopyright.C (build):
2577         * FormCredits.C (build):
2578         * FormDocument.C (build):
2579         * FormError.C (build):
2580         * FormExternal.C (build):
2581         * FormGraphics.C (build):
2582         * FormInclude.C (build):
2583         * FormIndex.C (build):
2584         * FormMinipage.C (build):
2585         * FormParagraph.C (build):
2586         * FormPreamble.C (build):
2587         * FormPreferences.C (build):
2588         * FormPrint.C (build):
2589         * FormRef.C (build):
2590         * FormSearch.C (build):
2591         * FormTabular.C (build):
2592         * FormTabularCreate.C (build):
2593         * FormToc.C (build):
2594         * FormUrl.C (build): removed initialisation of minw_, minh_.
2595
2596         * The Maths Panel stuff no longer causes a crash on exit from LyX.
2597
2598         * FormMaths.[Ch]:
2599         * forms/form_maths.fd: removed.
2600
2601         * forms/form_maths_delim.fd:
2602         * forms/form_maths_deco.fd:
2603         * forms/form_maths_matrix.fd:
2604         * forms/form_maths_space.fd:
2605         * forms/form_maths_panel.fd: new files.
2606         Split contents of form_maths.fd into 5 new files, one for each form.
2607
2608         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
2609         class FormMathsBitmap in FormMathsBitmap.[Ch].
2610
2611         * FormMathsPanel.[Ch]:
2612         * FormMathsBitmap.[Ch]:
2613         * FormMathsDeco.[Ch]:
2614         * FormMathsDelim.[Ch]:
2615         * FormMathsMatrix.[Ch]:
2616         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
2617         one for each popup. Rewrite so that all the new classes are derived from
2618         FormBaseBD. Clean up the logic in the process (I hope!).
2619
2620         * Makefile.am: added new fils, removed redundant ones.
2621
2622 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2623
2624         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
2625         (showInset): ditto
2626         (updateInset): ditto
2627
2628 2001-03-16  Juergen Vigna  <jug@sad.it>
2629
2630         * Dialogs.C (Dialogs): create minipage options dialog.
2631
2632         * forms/form_minipage.fd:
2633         * form_minipage.C:
2634         * form_minipage.h:
2635         * FormMinipage.C:
2636         * FormMinipage.h: new files for the minipage options dialog.
2637
2638 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2639
2640         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
2641         callback methods.
2642
2643         * forms/form_maths.fd: change C_FormBaseCancelCB to
2644         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
2645
2646 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
2647
2648         * FormMaths.C: quash warnings
2649
2650 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2651
2652         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
2653         compatibility.
2654
2655 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2656
2657         * Form_various.h: cleaned up #includes and forward declarations.
2658
2659         * Form_various.C: added "using SigC::slot" declaration.
2660
2661         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
2662
2663         * FormDocument.C (CheckChoiceClass): removed string tct as the
2664         compiler warned that it was defined but never used.
2665         removed USE_CLASS_COMBO.
2666
2667 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2668
2669         * Dialogs.C:
2670         * FormMaths.h:
2671         * FormMaths.C:
2672         * MathsSymbols.h:
2673         * MathsSymbols.C:
2674         * Makefile.am:
2675         * Toolbar_pimpl.C:
2676         * form_*.C:
2677         * forms/makefile:
2678         * forms/form_maths.fd:
2679         * forms/fdfixc.sed:
2680         * forms/fdfix.sh: add maths panel
2681
2682         * bmtable.h:
2683         * bmtable.c: moved from src/
2684
2685 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2686
2687         * FormParagraph.h: NO_PEXTRA
2688         * FormParagraph.C (input): NO_PEXTRA
2689
2690 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2691
2692         * several files: remove CXX_WORKING_NAMESPACES
2693
2694 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2695
2696         * Merging changes from BRANCH_MVC back into HEAD.
2697
2698 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2699
2700         * Dialogs.C (c-tor): Changes associated with storing a vector of
2701         boost::shared_ptrs.
2702         Use MVC Bibitem popup.
2703
2704         * FormBase.h: add a new template class FormBase2, derived from FormBase
2705         to make life creating MVC popups even easier ;-)
2706
2707         * FormBibitem.[Ch]:
2708         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
2709         Proof that a simple popup should be easy to implement!
2710
2711         * FormCitation.[Ch]: now derived from FormBase2.
2712
2713         * FormToc.C: added using std::vector directive.
2714
2715 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
2716
2717         * FormSearch.C: Add missing #pragma
2718
2719 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2720
2721         * FormCitation.C:
2722         * forms/form_citation.fd: added the ability to Search, both Simply and
2723         for Regular Expressions. Use the Search code in the controller() to do
2724         the actual searching.
2725
2726 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
2727
2728         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
2729         * forms/makefile: added form_credits.fd
2730
2731         * Dialogs.C: added FormCredits and removed ShowCredits.
2732
2733         * FormCredits.[Ch]:
2734         * forms/form_credits.fd:
2735         * forms/form_search.fd: ported to the MVC way.
2736
2737 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2738
2739         * xforms_helpers.h (formatted): now has default arguments for size and
2740         style.
2741
2742         * FormCitation.[Ch]: moved code out of this class and into
2743         ControlCitation and associated helper funcs.
2744
2745 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2746
2747         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
2748         ButtonController::valid() to check state of input. The buttons are
2749         now controlled correctly.
2750
2751         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
2752
2753 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2754
2755         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
2756
2757         * FormBase.[Ch]: rename title as title_.
2758
2759 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
2760
2761         * FormBase.C (c-tor): initialise variables in correct order.
2762
2763         * FormCitation.C: add #include <algorithm>
2764
2765 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
2766
2767         * xformsBC.[Ch]: Changes associated with the changes to
2768         controllers/ButtonController.[Ch]. Ie, the class is now derived from
2769         ButtonControllerBase and the ButtonPolicy is accessed through a method
2770         bp() rather than the instance bp_.
2771
2772         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
2773         rather use a pure virtual method bc() to access the controller
2774         instantiated by the daughter classes.
2775
2776         * F*.[Ch]: changes associated with the above.
2777
2778 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2779
2780         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
2781
2782         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
2783
2784 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2785
2786         * ButtonController.[Ch]: deleted. The class is split into two
2787         (with identical functionality), the code being found in
2788         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
2789
2790         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
2791         ButtonController class.
2792
2793         * FormBase.[Ch]: changes associated with the above split.
2794
2795         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
2796         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
2797         controlling all interaction to/from the LyX kernel.
2798
2799         * FormCitation.[Ch]:
2800         * forms/form_citation.fd: An xforms-specific implementation of the
2801         Citation dialog, controlled by the GUI-I ControlCitation.
2802
2803         * Dialogs.C: Use the controlled Citation dialog.
2804
2805 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2806
2807         * Makefile.am:
2808         * combox.h:
2809         * combox.C: moved from src/
2810
2811 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2812
2813         * forms/fdfix.sh:
2814         * forms/form_filedialog.C.patch: I hate having to make these patches,
2815         but on reflection I think it's probably better than hacking fdfix.sh.
2816
2817 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2818
2819         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
2820
2821 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2822
2823         * FormGraphics.C: remove unnecessary hack
2824
2825 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2826
2827         * FormCitation.C (apply): Do not put space between multiple keys.
2828
2829 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
2830
2831         * Menubar_pimpl.C (add_toc): Remove debug message.
2832
2833 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2834
2835         * Makefile.am:
2836         * Dialogs.C:
2837         * FormExternal.C:
2838         * FormExternal.h:
2839         * form_external.C:
2840         * form_external.h:
2841         * xforms/forms/makefile:
2842         * forms/form_external.fd: add FormExternal
2843
2844 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2845
2846         * Dialogs.C: add destroySplash()
2847
2848         * form_splash.h:
2849         * form_splash.C:
2850         * forms/form_splash.fd:
2851         * FormSplash.h:
2852         * FormSplash.C: make independent of FormBase, tidy
2853
2854         * Menubar_pimpl.C: destroy splash on interaction
2855
2856 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2857
2858         * FormInclude.h:
2859         * FormInclude.C:
2860         * form_include.h:
2861         * form_include.C:
2862         * forms/form_include.fd: rework, clean up
2863
2864 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2865
2866         * FormToc.h: use Buffer::typedef
2867
2868         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
2869         * FormToc.C (build): ditto
2870         (updateToc): ditto
2871
2872 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2873
2874         * FormToc.C (build): implement for dynamic number of lists
2875         (updateToc): ditto
2876         * Menubar_pimpl.C (add_toc): ditto
2877
2878 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2879
2880         * added credits:
2881         * Dialogs.C:
2882         * Makefile.am:
2883         * FormCredits.[Ch]:
2884         * form_credits.[Ch]:
2885         * forms/form_credits.fd:
2886
2887 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2888
2889         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
2890         make ButtonList contain boost::shared_ptr<ItemInfo>
2891
2892         * Menubar_pimpl.C (~Pimpl): remove destructor
2893
2894 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2895
2896         * Makefile.am:
2897         * FileDialog.C:
2898         * FormFiledialog.C:
2899         * FormFiledialog.h:
2900         * form_filedialog.C:
2901         * form_filedialog.h:
2902         * FormGraphics.C:
2903         * FormInclude.C:
2904         * FormPreferences.C:
2905         * FormPrint.C:
2906         * xforms_helpers.C:
2907         * xforms_helpers.h:
2908         * forms/fdfix.sh:
2909         * forms/makefile:
2910         * form/form_filedialog.fd: add File Dialog
2911         * Toolbar_pimpl.h:
2912         * Toolbar_pimpl.C: move LayoutsCB to here
2913
2914 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2915
2916         * FormParagraph.C: changes because of ParagraphParameters.
2917
2918 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2919
2920         * FormSearch.C (Replace): remove default argument
2921         (Find): ditto
2922
2923 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2924
2925         * added find/replace dialog:
2926         * FormSearch.*: added
2927         * form_search.*: added
2928         * forms/form_search.fd: added
2929
2930 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2931
2932         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
2933
2934         * various: in a rush of delayed guilt, I've renamed all instances of
2935         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
2936         finally sprouted.
2937
2938         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
2939         activate/deactivate an FL_OBJECT.
2940
2941         * FormCitation.C:
2942         * FormDocument.C:
2943         * FormInclude.C:
2944         * FormParagraph.C:
2945         * FormPreamble.C:
2946         * FormPreferences.C:
2947         * FormRef.C:
2948         * FormTabular.C: used it.
2949
2950 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2951
2952         * FormPreferences.C: removed three unused using directives.
2953
2954 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2955
2956         * added find/replace dialog:
2957         * FormSearch.*: added
2958         * form_search.*: added
2959         * forms/form_search.fd: added
2960
2961 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
2962
2963         * FormRef.C: Fixed the behaviour of Goto-Ref.
2964
2965 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2966
2967         * forms/makefile: added character and preamble dialogs
2968
2969 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2970
2971         * FormCharacter.C (FormCharacter): change order of deletion,
2972         change combo_language2 to combo_language2_
2973
2974 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2975
2976         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
2977
2978 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2979
2980         * Dialogs.C: added layoutcharacter
2981         * FormCharacter.C: added
2982         * FormCharacter.h: added
2983         * form_character.C: added
2984         * form_character.h: added
2985         * forms/form_character.fd: added
2986
2987 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2988
2989         * FormPreferences.C: Handle lyxrc.language_use_babel and
2990         lyxrc.language_global_options.
2991
2992 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2993
2994         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
2995
2996 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2997
2998         * FormBase.C: no longer transient dialogs, XMapWindow()
2999           in attempt to de-iconify
3000
3001         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
3002
3003 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
3004
3005         * FormDocument.C (checkMarginValues): Activate "use geometry" button
3006         if using custom paper size/margin.
3007
3008 2001-02-21  Allan Rae  <rae@lyx.org>
3009
3010         * forms/form_preferences.fd: larger, bold font for outer tabfolder
3011
3012 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3013
3014         * src/frontends/xforms/Dialogs.C: added preamble
3015         * src/frontends/xforms/FormPreamble.C: added
3016         * src/frontends/xforms/FormPreamble.h: added
3017         * src/frontends/xforms/Makefile.am: added
3018         * src/frontends/xforms/form_preamble.C: added
3019         * src/frontends/xforms/form_preamble.h: added
3020         * src/frontends/xforms/form_preamble.fd: added
3021
3022 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3023
3024         * FormBase.h: moved noncopyable derivation to DialogBase.
3025
3026 2001-02-19  Juergen Vigna  <jug@sad.it>
3027
3028         * FormTabular.C (build): make all input field accepted only after
3029         a "RETURN".
3030
3031         * forms/form_tabular.fd: removed default "Return" on Close-Button.
3032
3033 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3034
3035         * FormError.C:
3036         * FormGraphics.C:
3037         * FormInset.C (showInset): change associated with name change
3038         inset::hide to inset::hideDialog.
3039
3040 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3041
3042         * FormCitation.C (build): altering "Text after" now activates the Ok,
3043         Apply buttons.
3044
3045 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
3046
3047         * FormCitation.C: lots of white-space changes to make file consistent
3048         with LyX style.
3049         (input): use the FL_OBJECT * parameter to decide what to do, not the
3050         long parameter.
3051
3052         * FormCitation.h: removed most entries in enum.
3053
3054         * forms/form_citation.fd: change names of variables, consistent with
3055         Allan's naming scheme.
3056         Don't pass any particular arguments to the InputCB function.
3057         choice_style now triggers a callback and looks like other choices.
3058
3059 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3060
3061         * other: use compare instead of strcmp/strncmp
3062
3063 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
3064
3065         * ButtonController.[Ch]: changed trigger_change_ vector and associated
3066         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
3067         callback to InputCB() but don't trigger a change in the state of the
3068         Ok, Apply buttons are much rarer than those that do.
3069
3070         * FormCitation.C (build): associated change.
3071
3072 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3073
3074         * ButtonController.C: include algorithm
3075
3076 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
3077
3078         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
3079         new methods.
3080         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
3081         the vector of FL_OBJECT *s that can trigger a change in the button state
3082         is not empty, then a change of state will occur only if the FL_OBJECT *
3083         is present in this vector.
3084
3085         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
3086         the user to deactivate specific fields within restore().
3087         (InputCB): pass the FL_OBJECT * to bc_.valid().
3088
3089         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
3090         trigger a change of state in the Ok,Apply buttons.
3091         (update): bc_.readOnly() to the start of the method. Similar reasoning
3092         to that for FormBase::RestoreCB, above.
3093
3094 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
3095
3096         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
3097         IgnorantPolicy.
3098
3099         * forms/form_browser.fd:
3100         * forms/form_copyright.fd:
3101         * forms/form_error.fd:
3102         * forms/form_tabular.fd:
3103         * forms/form_toc.fd:
3104         Consistent shortcuts for Close button: Esc and Return only.
3105
3106         * forms/form_citation.fd:
3107         * forms/form_document.fd:
3108         * forms/form_index.fd:
3109         * forms/form_paragraph.fd:
3110         * forms/form_preferences.fd:
3111         * forms/form_print.fd:
3112         * forms/form_ref.fd:
3113         * forms/form_tabular_create.fd:
3114         * forms/form_url.fd:
3115         Consistent shortcut for Cancel button: Esc only.
3116
3117 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3118
3119         * Dialogs.C: new Splash. Include, Bibitem/tex
3120
3121         * FormBase.h: make show() virtual for Splash's benefit
3122
3123         * Makefile.am:
3124         * forms/makefile:
3125         * FormBibitem.C:
3126         * FormBibitem.h:
3127         * FormBibtex.C:
3128         * FormBibtex.h:
3129         * form_bibitem.C:
3130         * form_bibitem.h:
3131         * form_bibtex.C:
3132         * form_bibtex.h:
3133         * forms/form_bibitem.fd:
3134         * forms/form_bibtex.fd:
3135         * FormInclude.C:
3136         * FormInclude.h:
3137         * form_include.C:
3138         * form_include.h:
3139         * forms/form_include.fd:
3140         * FormSplash.C:
3141         * FormSplash.h:
3142         * form_splash.C:
3143         * form_splash.h:
3144         * forms/form_splash.fd: new forms
3145
3146 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3147
3148         * FormLog.C: handle Literate build log nicely
3149
3150 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3151
3152         * Menubar_pimpl.C: remove support for reference menuitem type.
3153
3154 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3155
3156         * Makefile.am:
3157         * Timeout_pimpl.h:
3158         * Timeout_pimpl.C: add Timeout implementation
3159
3160 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3161
3162         * form_browser.h:
3163         * form_browser.C:
3164         * forms/form_browser.fd:
3165         * forms/makefile:
3166         * FormBrowser.C:
3167         * FormBrowser.h: readonly browser form
3168
3169         * FormLog.C:
3170         * FormLog.h:
3171         * FormVCLog.C:
3172         * FormVCLog.h:
3173         * Dialogs.C: add Log and VCLog
3174
3175         * Makefile.am: add Log and VCLog, add updatesrc target
3176
3177 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3178
3179         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
3180
3181 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3182
3183         * FormPreferences.C (GetFrom): fix crash when there is no format
3184         defined.
3185         (GetTo): ditto.
3186
3187 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
3188
3189         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
3190         unsigned char correctly and so fix 2 bugs loading/changing colors.
3191
3192 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
3193
3194         * FormRef.C (update): Do not update dialog_->{ref,name,type}
3195         if inset_ == 0.
3196         Deactivate the type button when buffer is LinuxDoc/Docbook
3197         (build): Uncomment calls to addReadOnly().
3198         (updateBrowser) Do not disable the update button when there are no
3199         keys.
3200         (build, getType, getName): Use InsetRef::types.
3201
3202 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
3203
3204         * FormPrint.[Ch] (browse): new method to browse for file to print to.
3205
3206         * forms/form_print.fd: give the form a Browse button.
3207
3208 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3209
3210         * FormRef.C (input): Fix the behavior of goto reference button.