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