2008-05-27 jverzani * R/ghelp.R: try to fix ghelp to work under windows by putting in chmhelp=FALSE, htmlhelp=FALSE ala Rpad. 2008-05-19 jverzani * R/aaaGenerics.R: changed .svalue generic 2008-04-25 jverzani * inst/tests/test-window.R (f): Added tests to tests director 2008-04-23 jverzani * R/aaaGenerics.R: changed location argument to parent in gwindow. Added parent argument to gdialogs. * R/common.R (gwCat): added function to quiet messages. Set option gWidgetsDebug to non null to hear warning messages 2008-04-12 jverzani * R/aaaGenerics.R: added blockHandler, unblockHandler 2008-04-04 jverzani * man/ggroup.Rd: names should refer to label for gframe, gexpandgroup 2008-04-02 jverzani * R/aaaGenerics.R (as.gWidget): added new S3 generic for coercion, mostly with RGtk2 implementation. 2008-03-31 jverzani * NAMESPACE: added addHandlerMouseMotion 2008-02-14 jverzani * R/aaaGenerics.R: Added defaultWidget method. Implemented in RGtk2. 2008-01-23 jverzani * man/gWidgets-methods.Rd: fixed entry for font 2008-01-22 jverzani * R/aaaGenerics.R: added gcombobox alias for gdroplist 2007-11-03 John Verzani * R/aaaGenerics.R: added location= argument for gwindow to set initial placement of window 2007-10-23 John Verzani * R/aaaGenerics.R: fixed type with addHandlerChanged 2007-09-18 John Verzani * R/common.R (str2): moved this here to export (was in each toolkit implementation) * R/gvariables.R: added width,height to tbl's in model so that gWidgetsRwxWidgets is happy. 2007-08-14 John Verzani * R/ggenericwidget.R: fixed missing fileurl. 2007-08-13 John Verzani * R/generics.R: trimmed arguments in ggenericwidget 2007-07-31 John Verzani * R/aaaGenerics.R: gwindow -- added args width height to set default size at window creation. Different from size<- which sets the minimum size. 2007-06-26 John Verzani * R/icons.R: Moved icons into gWidgets from tcltk 2007-06-25 John Verzani * R/bbbGenericsANY.R: Added this to handle ANY widgets. Might need some more work. * R/ggenericwidget.R: moved from tcltk into this using gWidgetANY classes. 2007-04-27 John Verzani * R/generics.R: names, as of 2.5.0 does not need set generic 2007-04-23 John Verzani * DESCRIPTION (Package): Changed SaveImage: TRUE to LazyLoad: yes as per suggestion by B. Ripley.