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