| Commit message (Expand) | Author | Age | Files | Lines |
* | Added coords() and identify() methods to Scale class. | Guido van Rossum | 1998-08-11 | 1 | -0/+4 |
|
|
* | Tk.__init__(): In computing baseName, add ".pyo" to list of dropped | Fred Drake | 1998-07-15 | 1 | -1/+2 |
|
|
* | Allow binding a Tcl command (given as a string) as well as a Python | Guido van Rossum | 1998-06-25 | 1 | -3/+3 |
|
|
* | Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. | Guido van Rossum | 1998-06-19 | 1 | -1/+1 |
|
|
* | Different trick to get the _test() window to pop up. | Guido van Rossum | 1998-06-19 | 1 | -1/+5 |
|
|
* | getint() now raises ValueError, not TclError, on errors. | Guido van Rossum | 1998-06-09 | 1 | -2/+2 |
|
|
* | Get rid of nearly all clals to self._do -- turns out self.tk.call can | Guido van Rossum | 1998-05-19 | 1 | -38/+48 |
|
|
* | Change the names of all methods in the Wm class: they are now | Guido van Rossum | 1998-05-01 | 1 | -27/+56 |
|
|
* | Another optimization, probably of negligeable effect: instead of | Guido van Rossum | 1998-04-30 | 1 | -82/+78 |
|
|
* | In _bind(), found a way to test for break without a temp variable. | Guido van Rossum | 1998-04-29 | 1 | -5/+5 |
|
|
* | Save a tiny bit of time: self.tk.call takes a tuple argument so it's | Guido van Rossum | 1998-04-29 | 1 | -70/+62 |
|
|
* | Import MacOS at the top instead of insize Tk.__init__() -- the latter | Guido van Rossum | 1998-04-29 | 1 | -10/+7 |
|
|
* | When setting the event structure fields, don't die when the widget | Guido van Rossum | 1998-04-27 | 1 | -1/+4 |
|
|
* | Add image_types() and image_names() as methods to Misc class. | Guido van Rossum | 1998-04-10 | 1 | -0/+8 |
|
|
* | Restructured the event_* calls slightly -- there's really no need to | Guido van Rossum | 1998-04-06 | 1 | -14/+11 |
|
|
* | Return the name of the Tcl command defined by _bind(). This can | Guido van Rossum | 1998-03-27 | 1 | -5/+13 |
|
|
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 1 | -6/+0 |
|
|
* | Give in to the tab police. | Guido van Rossum | 1998-03-20 | 1 | -17/+27 |
|
|
* | Typo: baseWidht -> baseWidth. | Guido van Rossum | 1998-02-24 | 1 | -1/+1 |
|
|
* | Fix bug in trace_vdelete(); should use master's delete command. | Guido van Rossum | 1998-02-19 | 1 | -1/+2 |
|
|
* | Add trace methods to class Variable | Guido van Rossum | 1998-01-14 | 1 | -5/+15 |
|
|
* | Two critical fixes to the changes that I made for Greg McFarlane -- | Guido van Rossum | 1997-12-30 | 1 | -3/+3 |
|
|
* | Fixed several bugs reported by Greg McFarmane: | Guido van Rossum | 1997-12-29 | 1 | -42/+31 |
|
|
* | Typo: Widht instead of Width... | Guido van Rossum | 1997-12-27 | 1 | -1/+1 |
|
|
* | PhotoImage.put(): Fixed -to handling, including backward compatibility hack. | Fred Drake | 1997-12-16 | 1 | -1/+3 |
|
|
* | Added tag_prevrange analogous to rag_nextrange. | Guido van Rossum | 1997-12-15 | 1 | -0/+3 |
|
|
* | Change _nametowidget to nametowidget -- it is a public interface. | Guido van Rossum | 1997-12-12 | 1 | -1/+2 |
|
|
* | Last minute fix to Text.window_cget(), which should properly Tcl-ify | Guido van Rossum | 1997-12-11 | 1 | -0/+4 |
|
|
* | Fix problem detected by Greg McFarlane -- callbacks passed to | Guido van Rossum | 1997-12-11 | 1 | -10/+16 |
|
|
* | Support for the "event" command, new in Tk 4.2. | Guido van Rossum | 1997-12-02 | 1 | -0/+24 |
|
|
* | bind_class should return a value | Guido van Rossum | 1997-11-22 | 1 | -1/+1 |
|
|
* | Some restructuring. | Guido van Rossum | 1997-11-07 | 1 | -111/+166 |
|
|
* | Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. | Guido van Rossum | 1997-09-29 | 1 | -31/+30 |
|
|
* | Add missing comma to make a tuple of (tagOrId). | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
|
|
* | Add dummies for create/delete filehandles, just so that vanilla Grail | Guido van Rossum | 1997-08-14 | 1 | -0/+6 |
|
|
* | Fixes for the Mac. (Jack) | Guido van Rossum | 1997-08-12 | 1 | -1/+5 |
|
|
* | Get READABLE c.s. from _tkinter instead of conditional definition. | Guido van Rossum | 1997-08-05 | 1 | -12/+6 |
|
|
* | Use dictionary's update() method in _cnfmerge(). | Guido van Rossum | 1997-07-19 | 1 | -2/+6 |
|
|
* | Widget._setup(): Support name=None in a similar way to the handling of other | Fred Drake | 1997-05-27 | 1 | -1/+2 |
|
|
* | Add root.tkraise() to the _test() program so the window doesn't hide | Guido van Rossum | 1997-05-09 | 1 | -0/+1 |
|
|
* | Misc.__init__(): Removed method, replaced with class attribute (which | Fred Drake | 1997-05-03 | 1 | -4/+1 |
|
|
* | Patch by Craig McPheeters to clean up the back-references to widgets | Guido van Rossum | 1997-04-14 | 1 | -2/+23 |
|
|
* | Require _tkinter -- don't attempt to import tkinter when _tkinter does | Guido van Rossum | 1997-02-15 | 1 | -25/+10 |
|
|
* | Gave the Listbox selection methods their correct (longer) names. | Guido van Rossum | 1997-02-14 | 1 | -2/+4 |
|
|
* | Avoid traceback in selection_own_get() when no Tk widget owns the | Guido van Rossum | 1997-01-21 | 1 | -3/+4 |
|
|
* | (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative | Fred Drake | 1997-01-10 | 1 | -1/+4 |
|
|
* | Added config(ure) method to Image class. | Guido van Rossum | 1996-12-27 | 1 | -0/+10 |
|
|
* | Change the default values for IntVar and DoubleVar to numbers (they | Guido van Rossum | 1996-12-27 | 1 | -2/+2 |
|
|
* | Added a bunch of new winfo options; we should now be up to date with | Guido van Rossum | 1996-12-12 | 1 | -2/+29 |
|
|
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
|
|