Dear Emacs, please make this -*-Text-*- mode! NEWS for gWidgetstcltk Changes for 0.0-30 ------------------- * bug fix for gtable Changes for 0.0-29 ------------------- * added [<- method for gspinbutton, gslider * minor fix for gfilebrowse and width argument Changes for 0.0-28 ------------------- * fixed enable<- to recurse, and for gradio, gcheckbox * Changes to stock icons in gtable, gimage, gbutton. * fix to add method for ggroup -- handlers anchor better with expand=TRUE * Numerous small bug fixes. Changes for 0.0-27 ------------------- * fixes to gdf() for Enter, Tab binding Changes for 0.0-26 ------------------- * added gdf() constructor if user has tktable package installed for tcl * fixes to gmessasge gconfirm to use tkmessagebox Changes for 0.0-25 ------------------- * fixed inheritance for gbasicdialog so that size<- method works as expected Changes for 0.0-24 ------------------- * fix to gmenu to get working with gbasicdialog Changes for 0.0-23 ------------------- * minor fix to DESCRIPTION Changes for 0.0-22 ------------------- * added gbasicdialog. Three step process: create ocntainer, add widget, call visible with set=TRUE. * fixes to gtable -- working on column width issues, but still not great * fixed several issues with how containers are used, some were not expanding properly: gnotebook, gexpandgroup * changed layout of gexpandgroup so that group is always below the label and trigger icon, instead of adjacent. Code was cleaned up. * changed how statusbars and toolbars are handled by gwindow. Also use ttkframe within gwindow to offer theme support to window. * added use.scrollwindow argument for ggroup. Not quite perfect, as the frame doesn't scroll to follow recently added children. * new(ish) constructor gformlayout coming from gWidgets * new(ish) gaction for menus, toolbars, buttons. This is now recommened means to implement menus and toolbars * new galert dialog. This is like gmessage only non obtrusive. Can be improved. * added autoscroll bar feature to gtree, gtable, gtext. Changes for 0.0-20 ------------------- * fixed handler code in gcheckbox, gcheckboxgrioup Changes for 0.0-19 ------------------- * fixed bug with gtable and multiple selection Changes for 0.0-18 ------------------- * fixed another issue with gtable: debugging info, extra columns, error if more than 2 columns Changes for 0.0-17 ------------------- * fixed issues with gtable (factors converted to character, widths) Changes for 0.0-16 ------------------- * fixed ggroup bug in svalue method Changes for 0.0-15 ------------------- * fix bug in gfile regarding initialfilename * fix to eliminate extra column in gtree if single column Changes for 0.0-14 ------------------- * fix to gtree Changes for 0.0-13 ------------------- * added test for version 8.5. Changes for 0.0-11 ------------------- * fixed typo in gframe * changes to pass R CMD check on R-devel (again!) Changes for 0.0-9 ------------------- * changes to pass R CMD check on R-devel Changes for 0.0-9 ------------------- * added tests directory to run tests from gWidgets package * fixed documentation to avoid warnings Changes for 0.0-8 ------------------- * new uses ttk (tile) libraries. (Hence R 2.7.0) * implemented parent argument for gwindow. This can be used to specify a gwindow parent or a location by x,y coordinates. * added parent argument for dialogs * replaced hacked versions of gcombobox, gnotebook, gexpandgroup, gframe, ... with ttk versions * added gtable widget based on ttktreeview replacing one based on itemlist * added gtree widget using ttktreeview * exported addHandler for binding events not covered by gWidgets API * fixed tag to use an environment not one big list. * fixed gfilebrowse error * fixed wrap argument for gtext