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