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