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