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