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