| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
to run only on Unix. Alternative approach did not match maintainer
habits.
* tests/spinbox.test (spinbox-17.4): Avoid long failure message.
FossilOrigin-Name: e2892c0389bbdec0dcff181f0ad20b559e0fa09a
|
|
|
|
|
|
|
|
|
| |
* tests/entry.test: return 1 if selection is present even if
* tests/spinbox.test: entry/spinbox is disabled, as selection get
will still return the selection (although selection still ignore
modify requests when entry/spinbox is disabled). [Bug #637828]
FossilOrigin-Name: ea2c85a2ce8a16163679f99cce1fca3767f4c583
|
|
|
|
|
|
|
|
| |
* generic/tkEntry.c (ConfigureEntry): made the textvariable value
take precedence over changed -from/-to values, unless it must be
constrained. [Bug #559078]
FossilOrigin-Name: fc1e3660ffa548f563431caf067e3eb14a5af349
|
|
|
| |
FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
|
|
|
|
|
|
| |
tcltest 2.1.
FossilOrigin-Name: 2813f9722e7446138a51d73786f6caf5b2ecb816
|
|
* generic/tkInt.h: added Tk_SpinboxObjCmd declaration
* generic/tkEntry.c: added 'spinbox' widget - an extension of the
entry widget type.
* generic/tkWindow.c: added 'spinbox' to core Tk commands
* library/spinbox.tcl: (new file) binding and helper procs for spinbox
* library/tk.tcl: added spinbox.tcl to list of files to source
* tests/entry.test: updated changed error messages
* tests/spinbox.test: (new file) test suite for spinbox
FossilOrigin-Name: 73da332473d5aadcb1fa8f6a108a1947d501e87e
|