diff options
author | jenglish <jenglish@flightlab.com> | 2008-10-28 20:02:03 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-10-28 20:02:03 (GMT) |
commit | 66cc8f9b15845d8a5470409603feec48ee347d5f (patch) | |
tree | 647a4f11655b1ca4253b48284c13448f1fc8b8fa /ChangeLog | |
parent | c6809cbce555f56fd88713fb23268419af120d54 (diff) | |
download | tk-66cc8f9b15845d8a5470409603feec48ee347d5f.zip tk-66cc8f9b15845d8a5470409603feec48ee347d5f.tar.gz tk-66cc8f9b15845d8a5470409603feec48ee347d5f.tar.bz2 |
Expanded set of symbolic cursors.
Add correct platform-specific cursors for OSX [Bug 2054562]
Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-10-28 Joe English <jenglish@users.sourceforge.net> + + * library/ttk/cursors.tcl, library/ttk/combobox.tcl, + library/ttk/entry.tcl, library/ttk/paned.tcl, library/ttk/sizegrip.tcl, + library/treeview.tcl: + Add correct platform-specific cursors for OSX [Bug 2054562] + Expanded set of symbolic cursors. Use correct cursor for + ttk::entry and ttk::combobox widgets [Bug 1534835] + 2008-10-28 Don Porter <dgp@users.sourceforge.net> * win/tkWinTest.c: Revise [testclipboard] to form that |