summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/ttk.py
Commit message (Expand)AuthorAgeFilesLines
* Added missed calls of splitlist().Serhiy Storchaka2014-06-011-6/+5
* Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-19/+16
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-20/+39
* Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-75/+49
* Transplant 45287f2799f5 from default branch.Georg Brandl2012-04-041-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-141-11/+1
* Fix typos.Walter Dörwald2009-05-041-1/+1
* Turned setup_master publicGuilherme Polo2009-02-091-22/+19
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-071-29/+41
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-281-0/+1636