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