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