summaryrefslogtreecommitdiffstats
path: root/generic/tkGrab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [Bug 1389270] event generate silently ignored focus events. These can now be ...patthoyts2008-11-231-4/+4
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-15/+14
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | ANSIfydkf2005-11-141-490/+470
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
|/
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+2