| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2022-10-20 | 1 | -1/+1 |
|\ |
|
| * | Merge core-8-6-branch that just received changes from unstable_tests branch, ... | fvogel | 2022-10-17 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo in comments. | fvogel | 2022-10-03 | 1 | -1/+1 |
|
|
| | * | Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ... | jan.nijtmans | 2021-11-16 | 1 | -0/+2 |
|
|
* | | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
|/ / |
|
* | | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaks | jan.nijtmans | 2021-11-13 | 1 | -0/+2 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-15 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | More usage of TCL_UNUSED() and explicit type-casts | jan.nijtmans | 2020-09-15 | 1 | -20/+19 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -3/+3 |
|
|
* | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-07-06 | 1 | -0/+25 |
|\ \ |
|
| * | | Remove excess spacing. | fvogel | 2020-06-03 | 1 | -1/+1 |
|
|
| * | | Rename DoWarpWrtWin --> TkDoWarpWrtWin | fvogel | 2020-06-02 | 1 | -2/+2 |
|
|
| * | | Remove function DoWarpWrtScreen which was called from only one place, and add... | fvogel | 2020-06-02 | 1 | -0/+20 |
|
|
| * | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c... | fvogel | 2020-06-02 | 1 | -30/+2 |
|
|
| * | | Remove the TK_DISPLAY_IN_WARP machinery completely. | fvogel | 2020-06-02 | 1 | -10/+6 |
|
|
| * | | A more robust approach to warping with respect to a window: make the call to ... | fvogel | 2020-06-02 | 1 | -0/+37 |
| |/ |
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+0 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -17/+18 |
|
|
* | | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu... | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-23 | 1 | -12/+1 |
|\ \
| |/ |
|
| * | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r... | jan.nijtmans | 2019-07-23 | 1 | -12/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50... | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
|
|
* | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed window | fvogel | 2019-06-15 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Change the fix (see details in ticket [75b8fbfd77]) | fvogel | 2019-06-09 | 1 | -1/+1 |
|
|
| * | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed window | fvogel | 2019-06-09 | 1 | -2/+3 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | Implement local grabs on macOS. | culler | 2019-01-09 | 1 | -6/+1 |
|\ \
| |/ |
|
| * | Implement local grabs for Aqua. | culler | 2019-01-05 | 1 | -6/+1 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -2/+2 |
|/ |
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -6/+6 |
|
|
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -6/+6 |
|
|
* | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -2/+2 |
|
|
* | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -1/+1 |
|
|
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -18/+29 |
|
|
* | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -25/+27 |
|
|
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+3 |
|\ |
|
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+3 |
| |\ |
|
* | \ | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -1/+1 |
|
|
* | | | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 1 | -6/+6 |
|
|
* | | | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -2/+2 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -2/+7 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 1 | -4/+4 |
|
|