| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by kragen@pobox.com: When tracing is turned on, lines shorter | Guido van Rossum | 2001-01-01 | 1 | -0/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
|
|
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 9 | -249/+246 |
|
|
* | [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) | Guido van Rossum | 2000-10-06 | 1 | -12/+15 |
|
|
* | Don't rename Tkinter to Tk; closes bug 115714 | Martin v. Löwis | 2000-10-01 | 1 | -6/+6 |
|
|
* | Removed some debugging prints: When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 |
|
|
* | Fix for bug 110629: Generate unique image names by introducing a counter | Martin v. Löwis | 2000-09-08 | 1 | -1/+3 |
|
|
* | Older Tk versions don't support mousewheel support. Set event.delta | Fredrik Lundh | 2000-09-07 | 1 | -1/+4 |
|
|
* | -- added a couple of missing Tkinter constants (canvas item styles, | Fredrik Lundh | 2000-08-09 | 1 | -0/+22 |
|
|
* | -- don't mess up in winfo_visualsavailable if the system only | Fredrik Lundh | 2000-08-09 | 1 | -0/+2 |
|
|
* | -- added optional newstate argument to Wm.state. The newstate arg | Fredrik Lundh | 2000-08-09 | 1 | -4/+4 |
|
|
* | -- use explicit conversion instead of u-string literal in the test | Fredrik Lundh | 2000-08-09 | 1 | -4/+8 |
|
|
* | -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll | Fredrik Lundh | 2000-08-09 | 1 | -3/+19 |
|
|
* | -- untabification (use "diff -b" to verify) | Fredrik Lundh | 2000-08-09 | 2 | -2859/+2858 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 4 | -19/+19 |
|
|
* | Change whitespace in two places to silence tabnanny. | Guido van Rossum | 2000-07-06 | 1 | -4/+4 |
|
|
* | Nils Fischbeck: added doc strings to everything. Martin von Loewis | Guido van Rossum | 2000-06-29 | 1 | -9/+1087 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 |
|
|
* | Work the Tcl version number in the path we search for. | Guido van Rossum | 2000-04-04 | 1 | -2/+3 |
|
|
* | A version of FixTk.py that works with the way the installer now | Guido van Rossum | 2000-03-31 | 1 | -64/+4 |
|
|
* | Show Tcl/Tk version number in _test() and show Unicode test if possible. | Guido van Rossum | 2000-03-30 | 1 | -1/+4 |
|
|
* | Fix a typo in Barry's checkin. | Guido van Rossum | 2000-02-27 | 1 | -1/+1 |
|
|
* | Changes inspired by Randall Hooper to allow callbacks when an | Barry Warsaw | 2000-02-25 | 1 | -4/+15 |
|
|
* | Moshe Zadka: | Guido van Rossum | 2000-02-24 | 1 | -4/+77 |
|
|
* | Fix PR#107: wm_colormapwindows() did the wrong thing when presented | Guido van Rossum | 1999-10-20 | 1 | -1/+3 |
|
|
* | Fixed PR#106: winfo_visualsavailable() with the includeids=1 option | Guido van Rossum | 1999-10-18 | 1 | -3/+5 |
|
|
* | Peter Haight discovered that this code uses a mutable default for cnf | Guido van Rossum | 1999-09-20 | 1 | -1/+3 |
|
|
* | Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk | Guido van Rossum | 1999-08-20 | 1 | -0/+2 |
|
|
* | Remove some redundant code from Canvas.tag_bind(), which added all | Guido van Rossum | 1999-07-30 | 1 | -11/+2 |
|
|
* | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Greg McFarlane submitted two missing Text methods: mark_next() and | Guido van Rossum | 1999-06-21 | 1 | -0/+4 |
|
|
* | Greg McFarlane writes: Tkinter.Text.tag_add should take multiple | Guido van Rossum | 1999-06-01 | 1 | -2/+2 |
|
|
* | Nathan Paul Simons noticed that the grid_remove() method was missing. | Guido van Rossum | 1999-05-05 | 1 | -0/+2 |
|
|
* | Delete an accidentally checked-in feature that actually broke more | Guido van Rossum | 1999-04-08 | 1 | -9/+0 |
|
|
* | lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, | Guido van Rossum | 1999-04-07 | 1 | -3/+8 |
|
|
* | Bug reported by Jim Robinson: | Guido van Rossum | 1999-03-16 | 1 | -4/+22 |
|
|
* | Put a try-except around the "image delete" call in Image.__del__ to | Guido van Rossum | 1999-02-08 | 1 | -2/+6 |
|
|
* | This hopefully fixes the problem of having to set PATH | Guido van Rossum | 1999-01-04 | 2 | -1/+68 |
|
|
* | Add XXX comment about the need to add a dump() method to the Text | Guido van Rossum | 1998-12-21 | 1 | -0/+1 |
|
|
* | grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? | Barry Warsaw | 1998-12-15 | 1 | -4/+8 |
|
|
* | Turtle graphics | Guido van Rossum | 1998-12-04 | 1 | -0/+343 |
|
|
* | Perhaps a controversial change: when reporting a callback exception, | Guido van Rossum | 1998-10-13 | 1 | -0/+3 |
|
|
* | Added {xview,yview}_{moveto,scroll} to the Canvas class. | Barry Warsaw | 1998-10-13 | 1 | -0/+8 |
|
|
* | Updated listbox methods to Tk 8.0. (Moved some around, added | Guido van Rossum | 1998-10-13 | 1 | -12/+20 |
|
|
* | When no master widget is specified, use options['parent'] if it exists. | Guido van Rossum | 1998-10-12 | 1 | -0/+2 |
|
|
* | Only reference Tkinter._default_root when needed. | Guido van Rossum | 1998-10-12 | 1 | -3/+2 |
|
|
* | The message "Exception in Tkinter callback" should go to stderr. | Guido van Rossum | 1998-10-06 | 1 | -4/+4 |
|
|
* | NSEW is also valid for -sticky | Barry Warsaw | 1998-10-01 | 1 | -0/+1 |
|
|
* | Added NS and EW constants, which are meaningful values for grid's | Barry Warsaw | 1998-10-01 | 1 | -1/+3 |
|
|