Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | Menu object via om['menu'] -- this is necessary to use a post-command with an OptionMenu. The API has not changed. | |||||
* | (Tkinter.py): Improve application basename determination to make .py and | Fred Drake | 1996-10-06 | 1 | -1/+2 | |
| | | | | | .pyc extensions completely equivelent when locating the "profile" which should be read on startup. | |||||
* | (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 | |
| | | | | | | | selection interface, handle the -displayof option intelligently in many places. Added "wm colormapwindows" and "winfo colormapfull" support. Removed "focus default" and "focus none" method: these are not in Tk 4.X. | |||||
* | Implement lower by calling lower, not lift. | Guido van Rossum | 1996-09-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | | | | for tk_menuBar and tk_bindForTraversal (i.e. don't call these for Tk >= 4.1) | |||||
* | Fixed Entry.select_from() to acually call the "select from" widget | Guido van Rossum | 1996-09-06 | 1 | -1/+1 | |
| | | | | command instead of the non-existant "select set". (Fred) | |||||
* | 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 | 1 | -14/+14 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add missing close parenthesis. | Guido van Rossum | 1996-07-30 | 1 | -1/+1 | |
| | ||||||
* | Two independent changes: | Guido van Rossum | 1996-07-30 | 1 | -2/+3 | |
| | | | | | - accept empty string from focus_get - map coords() return value through getdouble and splitlist | |||||
* | Restore the capability to pass a class (usually Pack) as an option to widget | Guido van Rossum | 1996-07-21 | 1 | -4/+7 | |
| | | | | creation; no longer support this for the config method. | |||||
* | fix canvas bind commands | Guido van Rossum | 1996-07-21 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Disable pythons own eventhandling on the mac. | Jack Jansen | 1995-11-10 | 1 | -0/+8 | |
| | ||||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 1 | -9/+9 | |
| | ||||||
* | add Listbox.activate() | Guido van Rossum | 1995-10-11 | 1 | -0/+2 | |
| | ||||||
* | fix Menu.add_command etc. | Guido van Rossum | 1995-10-09 | 1 | -10/+10 | |
| | ||||||
* | better version sanity checks; get rid of Widget.unbind_class() | Guido van Rossum | 1995-10-07 | 1 | -4/+18 | |
| | ||||||
* | new after options; text.search; new image methods | Guido van Rossum | 1995-09-30 | 1 | -2/+37 | |
| | ||||||
* | added getitem/setitem to Image class; changed call wrapping (again) | Guido van Rossum | 1995-09-18 | 1 | -1/+7 | |
| | ||||||
* | move constants to Tkconstants; added some; overridable error reporting; fix ↵ | Guido van Rossum | 1995-09-07 | 1 | -74/+26 | |
| | | | | typo in propagate | |||||
* | added OptionMenu class (tk_optionMenu interface) | Guido van Rossum | 1995-09-01 | 1 | -2/+10 | |
| | ||||||
* | added select_present and select_range to Entry widget | Guido van Rossum | 1995-08-11 | 1 | -0/+5 | |
| | ||||||
* | added some missing constants | Guido van Rossum | 1995-08-04 | 1 | -0/+18 | |
| | ||||||
* | keyword arguments; redid Photo image class; other goodies | Guido van Rossum | 1995-08-04 | 1 | -96/+201 | |
| | ||||||
* | Tk 4.0 and Tcl 7.4 are now standard | Guido van Rossum | 1995-07-14 | 1 | -76/+147 | |
| | ||||||
* | fix typo in tag_nextrange | Guido van Rossum | 1995-03-20 | 1 | -1/+1 | |
| | ||||||
* | add TkVersion,TclVersion; don't drop in debugger | Guido van Rossum | 1995-03-17 | 1 | -42/+20 | |
| | ||||||
* | Fixed 'propagate' method | Guido van Rossum | 1994-12-30 | 1 | -4/+5 | |
| | ||||||
* | added option interface | Guido van Rossum | 1994-10-20 | 1 | -0/+8 | |
| | ||||||
* | Dialog.py: d.num should be numeric, not string | Guido van Rossum | 1994-08-30 | 1 | -0/+2 | |
| | | | | Tkinter.py: on destroy(), remove self from master's dict of children | |||||
* | Add Widget.unbind and {Canvas,Text}.tag_unbind. | Guido van Rossum | 1994-08-08 | 1 | -2/+9 | |
| | | | | In Widget.__init__, call config only if cnf not empty. | |||||
* | read various startup files in Tcl and Python based upon className and | Guido van Rossum | 1994-07-12 | 1 | -1/+23 | |
| | | | | baseName. | |||||
* | Fix bug in At() (Steen) | Guido van Rossum | 1994-07-12 | 1 | -3/+3 | |
| | ||||||
* | Make Pack.newinfo() return a dict | Guido van Rossum | 1994-07-11 | 1 | -1/+10 | |
| | ||||||
* | Added _exit and register as Tcl command exit. Micro lay-out fix. | Guido van Rossum | 1994-07-07 | 1 | -2/+6 | |
| | ||||||
* | tag_remove: add tagName to tk call | Guido van Rossum | 1994-07-06 | 1 | -1/+1 | |
| | ||||||
* | Remove garbage '+ ' and reformat tag_delete function budy | Guido van Rossum | 1994-07-06 | 1 | -3/+2 | |
| | ||||||
* | Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk) | Guido van Rossum | 1994-07-06 | 1 | -31/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Setup.in: moreButtons Tk extension support (again). * mklibapp: $1 is now the path to the Tk extension source directory. The default is /usr/local/src/tcl. * kill.py: Don't use the exec Tcl command. * Tkinter.py (Misc.bind_all): Bug fix; extra graves. (Misc.tk_strictMotif): Return the value. (mainloop, getint, getdouble, getboolean): New functions. (_cnfmerge): Flatten cnfs. Wed Jun 29 22:01:17 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py: (Tk.destroy): master is always None; so don't del. Found by Tommy Burnette, solution from Guido van Rossum. (Misc.selection_get): Missing return. Found by Richard Neitzel. (Misc._options, Widget.config, Canvas._create): If cnf is a tuple or list then merge the contents. Suggested by Matthew Conway. |