diff options
author | wordtech <wordtech> | 2011-01-06 08:51:44 (GMT) |
---|---|---|
committer | wordtech <wordtech> | 2011-01-06 08:51:44 (GMT) |
commit | f59f2f1e2ca5ea39fdb19e3d3c2bca81464da3ac (patch) | |
tree | bb06309a8f8c19cde649322d4bae2589e674f6cc | |
parent | 42a81371d3c685306021a717dd79d0f0faa1e199 (diff) | |
download | tk-f59f2f1e2ca5ea39fdb19e3d3c2bca81464da3ac.zip tk-f59f2f1e2ca5ea39fdb19e3d3c2bca81464da3ac.tar.gz tk-f59f2f1e2ca5ea39fdb19e3d3c2bca81464da3ac.tar.bz2 |
Add changes to OSX files
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-01-06 Kevin Walzer <wordtech@users.sourceforge.net> + + * macosx/README: Added info on textured background windows. + * macosx/tkMacOSXFont.c: Fix for 2857300, improves rounding up on text width [submitted by treectrl] + * macosx/tkMacOSXMenu.c: Fix for radiobuttons and checkbuttons not displaying in popup menus, and disabled menu entries. + *macosx/ tkMacOSXWindowEvent.c: Fix for 3086887, speeds up scrolling; also textured background windows + * macosx/tkMacOSXWm.c: Textured background windows. + 2011-01-06 Stuart Cassoff <stwo@users.sourceforge.net> * generic/tkEvent.c: Cast some NULLs to (void *) in order to quash |