summaryrefslogtreecommitdiffstats
path: root/generic/tkGrab.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-8/+8
* Merge 8.7jan.nijtmans2022-10-201-1/+1
|\
| * Merge core-8-6-branch that just received changes from unstable_tests branch, ...fvogel2022-10-171-1/+1
| |\
| | * Fix typo in comments.fvogel2022-10-031-1/+1
| | * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-0/+2
* | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
|/ /
* | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-0/+2
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-09-151-2/+1
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-20/+19
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-3/+3
* | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-0/+25
|\ \
| * | Remove excess spacing.fvogel2020-06-031-1/+1
| * | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-021-2/+2
| * | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-021-0/+20
| * | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-021-30/+2
| * | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-021-10/+6
| * | A more robust approach to warping with respect to a window: make the call to ...fvogel2020-06-021-0/+37
| |/
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-17/+18
* | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-1/+1
* | Merge 8.6jan.nijtmans2019-07-231-12/+1
|\ \ | |/
| * New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-12/+1
* | Merge 8.6jan.nijtmans2019-06-241-1/+1
|\ \ | |/
| * Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50...jan.nijtmans2019-06-241-1/+1
* | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed windowfvogel2019-06-151-2/+3
|\ \ | |/
| * Change the fix (see details in ticket [75b8fbfd77])fvogel2019-06-091-1/+1
| * Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed windowfvogel2019-06-091-2/+3
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | Implement local grabs on macOS.culler2019-01-091-6/+1
|\ \ | |/
| * Implement local grabs for Aqua.culler2019-01-051-6/+1
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
|/
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-6/+6
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-6/+6
* minor improvements to flag handlingdkf2012-07-311-2/+2
* Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* Much more cleaning up of result handling.dkf2012-07-231-18/+29
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-25/+27
* implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+3
|\
| * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+3
| |\
* | \ Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
* | | Consistent use of variable names in RestrictEventnijtmans2010-05-111-6/+6
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-2/+7
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2