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