Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge directory chooser into tkFileDialog. | Martin v. Löwis | 2001-11-08 | 2 | -54/+18 |
| | |||||
* | Patch #478654: Expose tk_chooseDirectory. | Martin v. Löwis | 2001-11-07 | 1 | -4/+11 |
| | | | | Also delegate kw arguments through ** calls. | ||||
* | Patch #471120: Improved doc strings and new wrappers. | Martin v. Löwis | 2001-11-02 | 1 | -45/+382 |
| | |||||
* | directory chooser (requires a recent version of Tk) | Fredrik Lundh | 2001-10-29 | 1 | -0/+52 |
| | |||||
* | Move grid_location into Misc. Fixes bug #426892. | Martin v. Löwis | 2001-10-13 | 1 | -8/+8 |
| | |||||
* | Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et | Guido van Rossum | 2001-10-12 | 1 | -4/+9 |
| | | | | | al. if already set. Also adds TIX_LIBRARY (just in case). (Note that this is entirely Windows specific.) | ||||
* | Add entry parameter to HList.item_cget. Fixes bug #466981. | Martin v. Löwis | 2001-10-09 | 1 | -2/+2 |
| | |||||
* | Undo last checkin, since it duplicated the code. | Martin v. Löwis | 2001-10-01 | 1 | -25/+0 |
| | |||||
* | Patch #426880: Implement Listbox itemcget and itemconfigure. | Martin v. Löwis | 2001-10-01 | 1 | -0/+25 |
| | |||||
* | class Listbox: add itemcget, to satisfy SF patch #457713. | Guido van Rossum | 2001-09-05 | 1 | -1/+5 |
| | | | | Fix up docstring for itemconfigure. | ||||
* | Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 | Guido van Rossum | 2001-09-01 | 1 | -5/+26 |
| | | | | doesn't have it.) This is from SF bug #457487 by anonymous. | ||||
* | Don't make even the _slightest_ modification between test and checkin, | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
| | | | | or you will break something:-) | ||||
* | The MacOS module may be available on Mac OS X, but it doesn't have a ↵ | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
| | | | | SchedParams() method, and there's no need to call it anyway. | ||||
* | Fix two bugs discovered by PyChecker. (I cannot test these, but I'm | Guido van Rossum | 2001-08-13 | 1 | -2/+2 |
| | | | | | confident that the old code was utterly broken -- the worse that can happen is that the new code is still broken.) | ||||
* | Patch #403514: precompute _subst_format_str to avoid a call to | Martin v. Löwis | 2001-08-09 | 1 | -2/+2 |
| | | | | string.join() on each invocation of _bind. | ||||
* | Applied SF patch #438424 by Josh Cogliati: | Guido van Rossum | 2001-08-09 | 1 | -4/+42 |
| | | | | | | | | | Python's logolike module turtle.py did not display the turtle except when actually drawing lines. This patch changes the turtle.py module so that it displays the turtle at all times when tracing is on. This is similar to the the way that logo works. When tracing is off the turtle will not be displayed. | ||||
* | The lower() and tkraise() methods were calling the Canvas widget | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
| | | | | | | wrongly. Fixed this. This closes SF bug #412682. | ||||
* | Fixed a bunch of Tabnanny errors | Moshe Zadka | 2001-03-21 | 1 | -590/+590 |
| | |||||
* | Patch #410231: Add the Python Tix library. | Martin v. Löwis | 2001-03-21 | 1 | -0/+1266 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 3 | -15/+10 |
| | |||||
* | Patch by kragen@pobox.com: When tracing is turned on, lines shorter | Guido van Rossum | 2001-01-01 | 1 | -0/+2 |
| | | | | | than a pixel don't get drawn at all. If you're building long curves made of such lines, this is a bad thing. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
| | | | | Changed the landmark to tclIndex, which should occur in both. | ||||
* | 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 |
| | | | | | | | | | | | | | | http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110677 Canvas.CanvasItem & Canvas.Group: - bind lacks an optional "add" param - unbind lacks an optional "funcid" param - tkraise/lower should call self.canvas.tag_XXXX (markus.oberhumer@jk.uni-linz.ac.at) Note: I'm *not* fixing "bbox() return value is inconsistent with Canvas.bbox()" -- it might break existing code. | ||||
* | Don't rename Tkinter to Tk; closes bug 115714 | Martin v. Löwis | 2000-10-01 | 1 | -6/+6 |
| | | | | Subclass Error from Exception. | ||||
* | Removed some debugging prints: When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 |
| | | | | | from Tk.readprofile(), do not print anything extra to stdout, just run the code. | ||||
* | 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 |
| | | | | to zero if that's the case (closes bug #113727) | ||||
* | -- added a couple of missing Tkinter constants (canvas item styles, | Fredrik Lundh | 2000-08-09 | 1 | -0/+22 |
| | | | | place bordermode, etc) | ||||
* | -- don't mess up in winfo_visualsavailable if the system only | Fredrik Lundh | 2000-08-09 | 1 | -0/+2 |
| | | | | supports a single visual (closes bug #110603) | ||||
* | -- added optional newstate argument to Wm.state. The newstate arg | Fredrik Lundh | 2000-08-09 | 1 | -4/+4 |
| | | | | was added in Tk 8.3 (this fixes the first part of Bug #110605) | ||||
* | -- use explicit conversion instead of u-string literal in the test | Fredrik Lundh | 2000-08-09 | 1 | -4/+8 |
| | | | | | code, to make the new Tkinter.py run under 1.5.2 -- changed Text.yview argument name (for consistency with xview) | ||||
* | -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll | Fredrik Lundh | 2000-08-09 | 1 | -3/+19 |
| | | | | to the Text method (closes Bug #110605) | ||||
* | -- 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 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | Change whitespace in two places to silence tabnanny. | Guido van Rossum | 2000-07-06 | 1 | -4/+4 |
| | | | | Also fix spelling tupel -> tuple. | ||||
* | Nils Fischbeck: added doc strings to everything. Martin von Loewis | Guido van Rossum | 2000-06-29 | 1 | -9/+1087 |
| | | | | has reviewed this, too. | ||||
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 |
| | | | | | | | | | | this patch adds a fast _flatten function to the _tkinter module, and imports it from Tkinter.py (if available). this speeds up canvas operations like create_line and create_polygon. for example, a create_line with 5000 vertices runs about 50 times faster with this patch in place. | ||||
* | 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 |
| | | | | installs Tcl/Tk. | ||||
* | 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 |
| | | | | Reported both by Gerrit Holl and Mark Favas. | ||||
* | Changes inspired by Randall Hooper to allow callbacks when an | Barry Warsaw | 2000-02-25 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | OptionMenu is modified. Somewhat rewritten and elaborated by myself. class _setit: The constructor now takes an optional argument `callback' and stashes this in a private variable. If set, the __call__() method will invoke this callback after the variable's value has changed. It will pass the callback the value, followed by any args passed to __call__(). class OptionMenu: The constructor now takes keyword arguments, the only one that's legally recognized is `command', which can be set to a callback. This callback is invoked when the OptionMenu value is set. Any other keyword argument throws a TclError. | ||||
* | Moshe Zadka: | Guido van Rossum | 2000-02-24 | 1 | -4/+77 |
| | | | | Added docstrings to tkSimpleDialog.py | ||||
* | Fix PR#107: wm_colormapwindows() did the wrong thing when presented | Guido van Rossum | 1999-10-20 | 1 | -1/+3 |
| | | | | more than one window argument. | ||||
* | Fixed PR#106: winfo_visualsavailable() with the includeids=1 option | Guido van Rossum | 1999-10-18 | 1 | -3/+5 |
| | | | | didn't properly handle the hex numbers returned. | ||||
* | Peter Haight discovered that this code uses a mutable default for cnf | Guido van Rossum | 1999-09-20 | 1 | -1/+3 |
| | | | | | and then (under certain circumstances) can clobber the default! He also submitted this patch as PR#82. | ||||
* | Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk | Guido van Rossum | 1999-08-20 | 1 | -0/+2 |
| | | | | | | | | and Toplevel class constructors. This means that if the window manager closes the window, the Python-side Tkinter data structures will be destroyed correctly. (Most apps do this anyway, and it's recommended practice; I see no reason why making it the default behavior could be bad.) | ||||
* | Remove some redundant code from Canvas.tag_bind(), which added all | Guido van Rossum | 1999-07-30 | 1 | -11/+2 |
| | | | | | | | | | | bindings to a dictionary _tagcommands which was otherwise unused. (This was checked in accidentally with rev. 1.125 and not deleted with rev. 1.127 when the other half of this code was removed -- although even as originally checked in the _tagcommands variable was never used.) (PR#40, reported by Peter Stoehr) |