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