Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/entry.tcl: change tkEntrySeeInsert to avoid the use | hobbs | 1999-10-30 | 2 | -8/+10 |
| | | | | | | | | | | | of a while loop that could eat CPU tremendously. Behavior of moving the cursor at the right edge changes slightly (previously it tried to keep the cursor at the right edge, now it moves the cursor to a "central right" location - better IMHO). [Bug: 3195] * library/scrlbar.tcl: changed tkScrollButtonUp to check for existence of tkPriv(relief) in order to avoid spurious release events | ||||
* | 1999-09-24 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-24 | 1 | -2/+2 |
| | | | | | | * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. | ||||
* | *** empty log message *** | hobbs | 1999-08-13 | 1 | -6/+6 |
| | |||||
* | 1999-08-10 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-10 | 3 | -9/+9 |
| | | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422] | ||||
* | 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-09 | 3 | -35/+41 |
| | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] | ||||
* | Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425] | redman | 1999-07-22 | 1 | -2/+2 |
| | |||||
* | Changed to Tk 8.2b1 | welch | 1999-06-25 | 1 | -3/+3 |
| | |||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -2/+3 |
| | |||||
* | * library/menu.tcl: Fixed bug where tk_popup fails when called too | stanton | 1999-05-07 | 1 | -3/+8 |
| | | | | quickly. [Bug: 2009] | ||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 5 | -0/+0 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 28 | -657/+5011 |
| | |||||
* | * library/prolog.ps: Changed string that determines font height to | stanton | 1999-02-04 | 1 | -2/+2 |
| | | | | include European character with an umlaut. | ||||
* | * library/menu.tcl (tkMenuFind): Changed so keyboard shortcuts | stanton | 1999-02-04 | 1 | -1/+9 |
| | | | | | | will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924] | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 2 | -3/+5 |
| | |||||
* | Removed lint | welch | 1998-11-12 | 5 | -19/+19 |
| | |||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 2 | -2/+20 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 83 | -85/+86 |
| | |||||
* | <Insert> binding in entries was masking the virtual event <<Paste>> binding ↵ | stanton | 1998-08-05 | 1 | -2/+6 |
| | | | | to Shift-Insert on Windows. | ||||
* | lint | stanton | 1998-08-04 | 1 | -1/+0 |
| | |||||
* | Created a <<PasteSelection>> virtual event that replaces <ButtonRelease-2> | surles | 1998-08-03 | 1 | -0/+3 |
| | |||||
* | Changed binding on <ButtonRelease-2> to be a binding on <<PasteSelection>> | surles | 1998-08-03 | 2 | -11/+10 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-06-27 | 2 | -147/+147 |
| | | | | parent workspace "/ws/tk8.0". | ||||
* | plugin updates | welch | 1998-06-27 | 18 | -297/+356 |
| | |||||
* | plugin update | welch | 1998-06-27 | 2 | -6/+6 |
| | |||||
* | fixed reinitialization bug | stanton | 1998-06-25 | 1 | -0/+8 |
| | |||||
* | fixed reinitialization bugs | stanton | 1998-06-25 | 1 | -5/+16 |
| | |||||
* | fixed initialdir bug | stanton | 1998-06-24 | 2 | -3/+17 |
| | |||||
* | bug fix: 1) If the -initialdir option was "." the result would be ↵ | surles | 1998-06-03 | 1 | -5/+7 |
| | | | | "././foo.tcl" instead of an absolute path, like the Windows interface. 2) There is a traceVar on the data(selectPath) where the script was assumes the window exists. | ||||
* | Initial revision | rjohnson | 1998-04-01 | 92 | -0/+17147 |