summaryrefslogtreecommitdiffstats
path: root/generic/tkGrab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-20/+19
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-12/+1
* Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50...jan.nijtmans2019-06-241-1/+1
* 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
* Implement local grabs for Aqua.culler2019-01-051-6/+1
* 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
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-8/+8
* * Updates to handle change in type of tablePtrdgp2002-01-171-3/+3
* * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t tohobbs2000-09-061-2/+2
* * generic/tkWindow.c: Updated "grab" command entry to useericm2000-08-041-102/+157
* * Merged 8.1 branch into the main trunkstanton1999-04-161-13/+18
* integrated stubs into 8.0 main branchstanton1999-03-101-1/+5
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1535