| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tix_configure() work the same way configure() works for the basic | Fred Drake | 2001-12-13 | 1 | -86/+92 |
|
|
* | Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError | Guido van Rossum | 2001-12-12 | 1 | -3/+3 |
|
|
* | SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work | Guido van Rossum | 2001-12-10 | 1 | -2/+6 |
|
|
* | Be more careful about accessing attributes of the parent: if Tk has not been | Fred Drake | 2001-12-06 | 1 | -4/+20 |
|
|
* | Properly set static options for tixBalloon and tixResizeHandle. | Martin v. Löwis | 2001-11-25 | 1 | -2/+19 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 | Guido van Rossum | 2001-09-01 | 1 | -5/+26 |
|
|
* | Don't make even the _slightest_ modification between test and checkin, | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
|
|
* | The MacOS module may be available on Mac OS X, but it doesn't have a SchedPar... | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
|
|
* | Fix two bugs discovered by PyChecker. (I cannot test these, but I'm | Guido van Rossum | 2001-08-13 | 1 | -2/+2 |
|
|
* | Patch #403514: precompute _subst_format_str to avoid a call to | Martin v. Löwis | 2001-08-09 | 1 | -2/+2 |
|
|
* | Applied SF patch #438424 by Josh Cogliati: | Guido van Rossum | 2001-08-09 | 1 | -4/+42 |
|
|
* | The lower() and tkraise() methods were calling the Canvas widget | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
|
|
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
|
|
* | 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 |
|
|
* | Don't rename Tkinter to Tk; closes bug 115714 | Martin v. Löwis | 2000-10-01 | 1 | -6/+6 |
|
|
* | Removed some debugging prints: When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 |
|
|
* | 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 |
|
|
* | -- added a couple of missing Tkinter constants (canvas item styles, | Fredrik Lundh | 2000-08-09 | 1 | -0/+22 |
|
|
* | -- don't mess up in winfo_visualsavailable if the system only | Fredrik Lundh | 2000-08-09 | 1 | -0/+2 |
|
|
* | -- added optional newstate argument to Wm.state. The newstate arg | Fredrik Lundh | 2000-08-09 | 1 | -4/+4 |
|
|
* | -- use explicit conversion instead of u-string literal in the test | Fredrik Lundh | 2000-08-09 | 1 | -4/+8 |
|
|
* | -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll | Fredrik Lundh | 2000-08-09 | 1 | -3/+19 |
|
|
* | -- 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 |
|
|
* | Change whitespace in two places to silence tabnanny. | Guido van Rossum | 2000-07-06 | 1 | -4/+4 |
|
|
* | Nils Fischbeck: added doc strings to everything. Martin von Loewis | Guido van Rossum | 2000-06-29 | 1 | -9/+1087 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Changes inspired by Randall Hooper to allow callbacks when an | Barry Warsaw | 2000-02-25 | 1 | -4/+15 |
|
|
* | Moshe Zadka: | Guido van Rossum | 2000-02-24 | 1 | -4/+77 |
|
|