Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/scrlbar.tcl: changed tkScrollButtonUp to check for | hobbs | 1999-10-20 | 1 | -4/+7 |
| | | | | | existence of tkPriv(relief) in order to avoid spurious release events | ||||
* | 1999-09-24 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-10-01 | 2 | -5/+5 |
| | | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. | ||||
* | 1999-09-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-02 | 19 | -599/+593 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators | ||||
* | *** 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 |