| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Put support for a cnf dictionary back in, since it is still supported | Guido van Rossum | 1997-02-12 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | Fix the following bug: | Guido van Rossum | 1997-01-03 | 1 | -4/+6 |
|
|
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 1 | -2/+6 |
|
|
* | 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 |
|
|
* | Added ALL='all'. | Guido van Rossum | 1996-11-20 | 1 | -0/+1 |
|
|
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
|
|
* | Don't require leading '-' on option name to Text.tag_cget | Guido van Rossum | 1996-11-11 | 1 | -0/+4 |
|
|
* | Get rid of bogus binding of <Delete> to a function that deletes the next | Guido van Rossum | 1996-10-24 | 1 | -3/+0 |
|
|
* | Added support for floating point resolution to Scale.get(). | Guido van Rossum | 1996-10-23 | 1 | -1/+5 |
|
|
* | (Tkinter.py): Fixed bug in re-implementation of OptionMenu. | Fred Drake | 1996-10-21 | 1 | -1/+1 |
|
|
* | (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real | Guido van Rossum | 1996-10-21 | 1 | -5/+28 |
|
|
* | (Tkinter.py): Improve application basename determination to make .py and | Fred Drake | 1996-10-06 | 1 | -1/+2 |
|
|
* | (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). | Fred Drake | 1996-10-04 | 1 | -2/+2 |
|
|
* | (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated | Fred Drake | 1996-09-27 | 1 | -40/+86 |
|
|
* | (Canvas.py): Added definition of CanvasItem.cget() as suggested by | Fred Drake | 1996-09-26 | 1 | -0/+1 |
|
|
* | Implement lower by calling lower, not lift. | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Bug fixes in index&icursor suggested by Nils Fischbeck. | Guido van Rossum | 1996-09-11 | 1 | -5/+5 |
|
|
* | simpler version of the previous fix | Guido van Rossum | 1996-09-10 | 1 | -4/+2 |
|
|
* | compatibility changes suggested by Jack, | Guido van Rossum | 1996-09-10 | 1 | -2/+4 |
|
|
* | Change to allow keyword args for Group, | Guido van Rossum | 1996-09-06 | 1 | -5/+6 |
|
|
* | Fixed Entry.select_from() to acually call the "select from" widget | Guido van Rossum | 1996-09-06 | 1 | -1/+1 |
|
|
* | Added Menu.insert*() methods [Fred] | Guido van Rossum | 1996-09-05 | 1 | -0/+13 |
|
|
* | Add initial values to variables to avoid crash in __del__ | Guido van Rossum | 1996-09-05 | 1 | -0/+6 |
|
|
* | Changes for Canvas by Fred | Guido van Rossum | 1996-08-22 | 2 | -43/+33 |
|
|
* | Added a small test program. | Guido van Rossum | 1996-08-21 | 1 | -0/+19 |
|
|
* | stupid typo in latest fix ('Name' should be 'name') | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
|
|
* | Need to import * from types | Guido van Rossum | 1996-08-08 | 1 | -2/+1 |
|
|
* | Add missing close parenthesis. | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
|
|
* | Change to use keyword args instead of dicts | Guido van Rossum | 1996-07-30 | 1 | -10/+8 |
|
|
* | Two independent changes: | Guido van Rossum | 1996-07-30 | 1 | -2/+3 |
|
|
* | Restore the capability to pass a class (usually Pack) as an option to widget | Guido van Rossum | 1996-07-21 | 1 | -4/+7 |
|
|
* | Don't use tktools, dummy! Reworded test message slightly. | Guido van Rossum | 1996-07-21 | 1 | -5/+31 |
|
|
* | fix canvas bind commands | Guido van Rossum | 1996-07-21 | 2 | -2/+2 |
|
|
* | new simple dialog module, incompatible | Guido van Rossum | 1996-06-17 | 1 | -0/+77 |
|
|
* | made it work again with changed Tkinter | Guido van Rossum | 1996-05-28 | 1 | -5/+19 |
|
|
* | Major overhaul: | Guido van Rossum | 1996-05-28 | 1 | -48/+101 |
|
|
* | don't export selection | Guido van Rossum | 1996-05-28 | 1 | -2/+2 |
|
|
* | more changes copied from Grail | Guido van Rossum | 1996-05-21 | 1 | -30/+49 |
|
|
* | Made Place.info == Pack.info | Guido van Rossum | 1996-05-16 | 1 | -1/+10 |
|
|
* | Yet another mini fix to pack/grid info. | Guido van Rossum | 1996-05-16 | 1 | -2/+2 |
|
|
* | Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). | Guido van Rossum | 1996-05-16 | 1 | -5/+25 |
|
|
* | Resync with Grail's Tkinter.py. | Guido van Rossum | 1996-05-16 | 1 | -195/+340 |
|
|