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