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