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