2012-01-10 john verzani * DESCRIPTION (Suggests): put in cairoDevice into Suggests to keep out a warning in R CMD check. 2011-08-07 john verzani * R/toolkitClasses.R (guiToolkit): new function toolkit to return string naming toolkit (for comparison) 2011-07-27 john verzani * R/dialogs.R: forgot to pass parent along in galert 2011-07-26 john verzani * R/gslider.R (gslider): added length.out, along.with arguments * R/gspinbutton.R: added length.out, along.with arguments 2011-07-22 john verzani * man/gWidgets-dialogs.Rd (icon): doc changes to gbasicdialog * R/glayout.R (glayout): worked on [ method to return subset of one row or one column. (Before just an item) 2011-07-13 john verzani * DESCRIPTION (Version): version bump 2011-04-07 john verzani * man/gWidgets-methods.Rd: put in new methods editable[<-]. Can be used to query or set whether a widget is editable. E.g, gedit text may be locked. 2011-01-05 john verzani * R/gedit.R (gedit): added new argument initial.msg to display a grayed out message when no intial value is specified 2010-12-30 john verzani * R/gaction.R (gaction): added parent argument (like gWidgetsWWW), allows one to insert key accelerator into toplevel window of parent 2010-10-17 john verzani * R/gcheckbox.R: added use.togglebutton argument to use toggle button in place of checkbox 2010-10-15 john verzani * R/gcommandline.R: updated this widget, works better with Qt, tcltk 2010-10-10 john verzani * R/gcheckbox.R: added ... to gcheckbox! 2010-10-05 john verzani * R/ghelp.R (.findHelpPage): cleaned up code thanks to Josef L. and his textConnection snippet 2010-09-19 john verzani * R/ghelp.R: reworked this, made work for all three toolkits 2010-08-22 john verzani * R/aaaGenerics.R (gwindow): added check to options for whether visible=TRUE should be default. 2010-07-06 john verzani * man/ggraphics.Rd: new example 2010-05-19 john verzani * man/gimage.Rd: new help page example contributed by Richie Cotton. 2010-04-29 verzani * R/aaaGenerics.R (toolkitProvidesWidget): new method to see if widget is provided by toolkit. E.g. is gsvg defined, or ggraphics? 2010-04-18 verzani * R/gvariables.R: fix fonts -- use c, not list 2010-04-06 john verzani * R/aaaGenerics.R: removed gWIdgetsWWW from possible choices. 2010-04-02 john verzani * R/aaaGenerics.R: added guiToolkitQt, added generics undo/redo 2009-11-15 john verzani * R/aaaGenerics.R: add column clicked, doubleclick and rightclick to API for use with gdf gtable. 2009-09-09 john verzani * inst/tests/ex-gdialogs.R: added interactive() check to this one. Hanging in tcltk? 2009-03-07 john verzani * R/gcommandline.R: fixed little bug with history, redid layout. Still not great 2009-03-05 john verzani * R/zzz.R (popup): removed popup when no toolkits are installed so that automatic builds go through. 2009-02-13 john verzani * R/ggenericwidget.R: Fixes to handling of functino 2009-02-12 john verzani * R/ggenericwidget.R: fix to cli call (thanks to Diego Zardetto) 2008-12-15 john verzani * R/aaaGenerics.R: put in code for gbasicdialog to be able to use arbitrary modal dialogs with tcltk and others. 2008-12-09 john verzani * R/ghelp.R: fixes to ghelp for gWidgetstcltk 2008-12-04 john verzani * R/aaaGenerics.R (ladd): fixed "add" to weed out extra arguments based on being container component. 2008-10-21 john verzani * man/gtable.Rd: fix to man page for svalue with sorted data frames 2008-10-01 john verzani * R/gformlayout.R: New constructor for laying out forms (dialogs) using a list to specify widgets. 2008-07-20 john verzani * inst/doc/gWidgets.Rnw (section*{Abstract:}): updated vignette: Scode -> <<>>=; = -> <-, minor fixes 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.