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