| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
|
| |
| |
| | |
FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
set for aqua.
* tests/choosedir.test: add 'notAqua' constraints to X11-only tests;
* tests/clrpick.test: add 'nonUnixUserInteraction' to 'unix' tests
* tests/menuDraw.test: requiring interaction on aqua.
* tests/unixMenu.test:
* tests/unixWm.test:
* tests/winMenu.test:
FossilOrigin-Name: 63bc9be0bbf758356abee5e440738399b019f765
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* tests/choosedir.test: [removeFile] commands as indicated by the
* tests/filebox.test: results of a -debug 1 run of the test suite.
* tests/imgPPM.test: Tk test suite is now -debug 1 clean. This
* tests/imgPhoto.test: completes fixing [1078648].
* tests/listbox.test:
* tests/main.test:
FossilOrigin-Name: 27f85236860c30c83c0d859b2c5b807868dc8557
|
| |
| |
| | |
FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
|
| |
| |
| | |
FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
|
|/
|
|
|
|
|
| |
* tests/constraints.tcl: -loadfile to hold definitions
* tests/*.test: common to all test files.
FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
|
|
|
| |
FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<Alt-z>] [Bug: 4611].
* tests/choosedir.test: Changed "namespace import ::tcltest" to
"namespace import -force ::tcltest".
* win/tkWinKey.c:
* unix/tkUnixKey.c:
* mac/tkMacKeyboard.c: Changed InitKeymapInfo to
TkpInitKeymapInfo. [Bug: 4611].
* generic/tkStubInit.c:
* generic/tkIntDecls.h: Re-gen'd from tkInt.decls.
* generic/tkInt.decls: Added TkpInitKeymapInfo to list of function
decls.
* generic/tkBind.c (HandleEventGenerate): Added code to initialize
keymap info if necessary, and to correctly set modifier bits in
XEvent structure create to handle [event generate] calls.
Previously, the alt/meta bits were not set correctly, so [event
generate $widget <Alt-z>] would always fail. [Bug: 4611]
FossilOrigin-Name: cd4fc3780f76c12099288725bea9ffac8c1477dd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/choosedir.test: Updated tests.
* library/xmfbox.tcl: Updated to stash data array in
::tk::dialog::file namespace instead of in global namespace.
* library/tkfbox.tcl: Extended some functions to support creation
of a choosedir dialog, to allow greater code reuse between the two
dialogs. Moved tkFDialog* functions into a namespace
(::tk::dialog::file). Because these are private Tk functions (and
should thus not be used directly by users), this should not impact
anybody (the tk_getOpenFile and tk_getSaveFile commands still
exist at the global scope).
* library/tk.tcl:
* library/tclIndex: Updated function names for tkFDialog*
functions and choosedir functions.
* library/choosedir.tcl: New and improved implementation of
tk_chooseDirectory dialog. Based on tk_getOpenFile dialog.
* library/listbox.tcl: (tkListboxCancel) Added a check for empty
string value for tkPriv(listboxPrev). Without this check, it's
possible to get a stack trace under certain conditions. [Bug: 4373].
FossilOrigin-Name: 507a9fe0e822d879c18e4d215b8bb2275ed0aad0
|
|
|
|
|
|
| |
issue with those tests on IRIX can be determined.
FossilOrigin-Name: f1a502f34eecfb42e6ece5a642b8e691fc765a7b
|
|
|
|
|
|
|
| |
more careful about cleaning up its potentially troublesome after
events.
FossilOrigin-Name: 2e735aabd25603fd12c5e024d07c1ce83bd733b8
|
|
|
| |
FossilOrigin-Name: 63f27e98cf2cf7574f67a1459864abf4eabd928f
|
|
|
| |
FossilOrigin-Name: 8f6a4431d133c2cacc0cfd61203a6b48bf66eb1f
|
|
|
| |
FossilOrigin-Name: 11511c7f2837ee58e1dfc9954f53a52c0c47bc9e
|
|
|
|
|
|
|
|
| |
submitted patch was more complicated than necessary and did not
extend to writing GIF's, only reading), to allow reading/writing
of GIF files on EBCDIC and other non-ASCII based systems.
FossilOrigin-Name: 4264008b3df63ee70d20d1a78dcf423b898d854e
|
|
FossilOrigin-Name: b4a3ebbf8a9f27bce3d14ac8ae97b31938879b40
|