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