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