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