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