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