Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | add keyword args to CanvasItem class __init__ | Guido van Rossum | 1996-01-26 | 1 | -3/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | added listbox selection modes | Guido van Rossum | 1995-10-11 | 1 | -0/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 1 | -0/+70 | |
| | ||||||
* | move constants to Tkconstants; added some; overridable error reporting; fix ↵ | Guido van Rossum | 1995-09-07 | 1 | -74/+26 | |
| | | | | typo in propagate | |||||
* | Filter button should set selection's directory, too | Guido van Rossum | 1995-09-01 | 1 | -1/+4 | |
| | ||||||
* | added OptionMenu class (tk_optionMenu interface) | Guido van Rossum | 1995-09-01 | 1 | -2/+10 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1995-08-29 | 1 | -0/+211 | |
| | ||||||
* | 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 | |
| | ||||||
* | keyword parameter changes | Guido van Rossum | 1995-08-04 | 1 | -2/+4 | |
| | ||||||
* | Tk 4.0 and Tcl 7.4 are now standard | Guido van Rossum | 1995-07-14 | 2 | -77/+156 | |
| | ||||||
* | Tommy's mail explaining status | Guido van Rossum | 1995-07-14 | 1 | -0/+27 | |
| | ||||||
* | 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 | 2 | -5/+8 | |
| | | | | 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. | |||||
* | Use new packing and 'name' in cnf dict | Guido van Rossum | 1994-08-03 | 1 | -3/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Totally changed, now it is actually derived from Text | Guido van Rossum | 1994-07-06 | 1 | -31/+20 | |
| | | | | (This breaks something in MimeViewer.py, don't know what yet) | |||||
* | tag_remove: add tagName to tk call | Guido van Rossum | 1994-07-06 | 1 | -1/+1 | |
| | ||||||
* | Added bind and tag_config methods; minor lay-out change | Guido van Rossum | 1994-07-06 | 1 | -2/+3 | |
| | ||||||
* | Remove garbage '+ ' and reformat tag_delete function budy | Guido van Rossum | 1994-07-06 | 1 | -3/+2 | |
| | ||||||
* | * ScrolledText.py: added some more methods of Text (This should | Guido van Rossum | 1994-07-06 | 1 | -0/+10 | |
| | | | | really be done differently, e.g. by deriving from the Text class.) | |||||
* | 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. | |||||
* | Mon Jul 4 12:42:04 1994 Guido van Rossum (guido@voorn.cwi.nl) | Guido van Rossum | 1994-07-04 | 1 | -3/+3 | |
| | | | | | | | | | * Tkinter.py (Misc.bind_all): fix typo (name shouldn't be quoted). Wed Jun 29 10:02:21 1994 Guido van Rossum (guido@voorn.cwi.nl) * Tkinter.py (Misc.selection_get): add 'return' (Tk.destroy): self.master is always None | |||||
* | Lots of new stuff | Guido van Rossum | 1994-06-28 | 1 | -42/+102 | |
| | ||||||
* | wait_{variable,window,visibility} | Guido van Rossum | 1994-06-27 | 1 | -0/+11 | |
| | | | | register = _register | |||||
* | Initial revision | Guido van Rossum | 1994-06-27 | 1 | -0/+38 | |
| | ||||||
* | Redo these changes: | Guido van Rossum | 1994-06-27 | 1 | -2/+4 | |
| | | | | | (Menu.index): return int or None, not string (Widget.__getitem__): use splitlist, not split | |||||
* | Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk) | Guido van Rossum | 1994-06-27 | 1 | -36/+114 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Doc fix. * Dialog.py: tk_dialog wrapper widget. * Tkinter.py: (Widget) Code moved from __init__ to _setup. Sat Jun 25 00:27:24 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py (Misc): selection_own and selection_own_get methods. (Misc.winfo_toplevel): Return widget. * kill.py: New demo. * Tkinter.py: tk_menuBar method moved from Menu class to Misc class. (Scrollbar.get): Bug fix; self._getints not self.tk.getints. Fri Jun 24 17:42:16 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py (Variable, StringVar, IntVar, BooleanVar): New classes. * mklibapp: New shell script. * Setup.in: moreButtons Tk extension support. * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. * appinit.c (Tcl_AppInit): New file and function. * Tkinter.py: (Button): Dummy args in tk_* methods. (Studbutton, Tributton): New widget by <tnb2d@cs.virginia.edu>; morebuttons extension. Thu Jun 23 22:22:43 1994 Steen Lumholt (lumholt@login.dkuug.dk) * tkintermodule.c (FileHandler): Make arg a tuple; bug found by <tnb2d@cs.virginia.edu>. Call the Python file handler function with (file, mask) argument. Fix a few of my refcnt bugs. | |||||
* | (Menu.index): return int or None, not string | Guido van Rossum | 1994-06-27 | 1 | -2/+4 | |
| | | | | (Widget.__getitem__): use splitlist, not split | |||||
* | * Tkinter.py | Guido van Rossum | 1994-06-23 | 1 | -6/+51 | |
| | | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig(). | |||||
* | * Tkinter.py: some tidying up. | Guido van Rossum | 1994-06-21 | 1 | -14/+27 | |
| | | | | | | | (Misc.after): arrange to call deletecommand after it is called. (Canvas.itemconfig): generalized to support all forms. (Canvas.find): returns a list of integers instead of strings. * Tkinter.py (Canvas._create): call _flatten earlier. |