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