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