Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 1 | -1/+5 |
| | |||||
* | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 1 | -34/+28 |
| | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). | ||||
* | Added missed calls of splitlist(). | Serhiy Storchaka | 2014-06-01 | 1 | -6/+5 |
| | |||||
* | Issue #21402: tkinter.ttk now works when default root window is not set. | Serhiy Storchaka | 2014-05-28 | 1 | -19/+16 |
| | |||||
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. | Serhiy Storchaka | 2014-01-07 | 1 | -20/+39 |
| | | | | | | | | | | | | | | | | | | | | * Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed _stringify() for non-ASCII strings. * Fixed error of comparing str and int in tt.LabeledScale._adjust(). * ttk.Notebook.index() now always returns int. * ttk.Notebook.tabs() now always returns a tuple. * ttk.Entry.bbox() now always returns a tuple of ints. * ttk.Entry.validate() now always correctly works. * ttk.Combobox.current() now always returns int. * ttk.Panedwindow.sashpos() now always returns int. * ttk.Treeview.bbox() now always returns a tuple of ints. * ttk.Treeview.get_children() now always returns a tuple. * ttk.Treeview.exists() now always correctly works. * ttk.Treeview.index() now always returns int. * ttk.Treeview.tag_has() now always returns 0 or 1. * And numerous other errors in methods which returns a tuple, list or dict. * Fixed ttk tests for wantobjects is False. | ||||
* | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 1 | -75/+49 |
| | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
* | Transplant 45287f2799f5 from default branch. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Issue #1135: Add the XView and YView mix-ins to avoid duplicating | Guilherme Polo | 2009-08-14 | 1 | -11/+1 |
| | | | | the xview* and yview* methods. | ||||
* | Fix typos. | Walter Dörwald | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Turned setup_master public | Guilherme Polo | 2009-02-09 | 1 | -22/+19 |
| | |||||
* | Eliminated the need to use ttk.__loadtk__ and the problems related it. | Guilherme Polo | 2009-02-07 | 1 | -29/+41 |
| | |||||
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 1 | -0/+1636 |