CHANGELOG in ffi-tk-2010.01.02 vs CHANGELOG in ffi-tk-2010.02

- old
+ new

@@ -1,4 +1,134 @@ +[e1ae1ee | 2010-02-14 18:34:03 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Version 2010.02 + +[a84139f | 2010-02-11 15:16:14 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Parse the grid_info + +[848118d | 2010-02-10 01:35:13 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Remove debugging output from canvas bind + +[860e5eb | 2010-02-03 15:53:47 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Tile::Treeview is Scrollable + +[bb895e7 | 2010-02-02 16:22:12 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Make sure we return strings from Focus::focus + +[9906882 | 2010-02-01 05:45:57 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Tk::get_color should run in thread_sender if needed + +[a3c410f | 2010-01-30 04:07:03 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Version 2010.01 + +[08ea2af | 2010-01-30 04:05:57 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Version 2009.01 + +[8ae78b3 | 2010-01-28 18:47:39 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Return Items for Treeview#selection + +[3a65a4a | 2010-01-28 13:25:25 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Define correct methods for ttk::panedwindow + +[7e23eef | 2010-01-25 09:21:33 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Make sure all files are valid ASCII + +[08d7237 | 2010-01-22 20:51:36 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Improve some more around Bind and add a spec + +[f03669c | 2010-01-22 19:39:13 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Allow lookup of existing binds for Bind and BindTag + +[9c0188f | 2010-01-20 15:00:45 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Adding Event::Data.resend + +[d479e70 | 2010-01-19 01:40:23 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fix Event::generate by converting options + +[afabe51 | 2010-01-18 12:30:49 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Add shortcut to get from event data to widget instance + +[5b0bbb0 | 2010-01-18 07:41:05 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Relay full exception with backtrace to tcl when something goes wrong in a callback or event + +[c94a30f | 2010-01-18 07:25:55 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Add Clipboard::set + +[0dfb69e | 2010-01-16 15:58:48 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Add convenience methods for a few obscure but helpful tk procs + +[0a25db7 | 2010-01-15 15:19:03 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Add little example for picking themes + +[c1813f5 | 2010-01-14 14:49:41 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fixing some commands for Tile::Notebook + +[2673fec | 2010-01-14 14:49:22 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fixing Place::configure + +[855fc4a | 2010-01-11 05:10:08 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Revert "Correct usage of ffi_lib" until new FFI gem is out. + + This reverts commit b6f9b0aab4255e545fcee087ba4b72b76168db60. + +[b6f9b0a | 2010-01-11 05:02:29 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Correct usage of ffi_lib + +[35c816d | 2010-01-06 03:57:38 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Adding .gitignore + +[eda8832 | 2010-01-05 17:33:31 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Add FFI::Tk::get_color + +[764a4fe | 2010-01-05 08:20:15 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fix Text#dump + +[0b480a3 | 2010-01-03 17:41:12 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fix String#to_tcl, take care of {} + +[25a628d | 2010-01-03 16:40:04 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Handle case when the array thought to contain configuration doesn't contain any + +[bc5eef4 | 2010-01-02 07:40:27 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fix bug in Treeview#selection_set and add Treeview::Item#selection_set + +[6064ac0 | 2010-01-02 07:40:05 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Fix bug in Grid::columnconfigure + +[3e84b8d | 2010-01-02 07:39:12 UTC] Michael Fellinger <m.fellinger@gmail.com> + + * Version 2010.01.02 + [b4c87c4 | 2010-01-01 18:37:44 UTC] Michael Fellinger <m.fellinger@gmail.com> * Refine handling of event data [fdac9fc | 2009-12-29 13:44:48 UTC] Michael Fellinger <m.fellinger@gmail.com>