summaryrefslogtreecommitdiffstats
path: root/generic/tkFocus.c
Commit message (Expand)AuthorAgeFilesLines
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\
* \ [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-071-3/+9
|\ \ | |/
| * [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-071-3/+9
| * [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-5/+3
| |\
* | | Much more cleaning up of result handling.dkf2012-07-231-8/+9
* | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-5/+3
|\ \ \ | | |/ | |/|
| * | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-201-5/+3
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | | |/ | |/|
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+13
| | * Fix [Bug 1252702]dkf2005-08-111-5/+5
| * | eliminate unneeded variable displayFocusPtrjan2011-04-211-2/+1
| * | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+11
* | | Eliminate some more unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-141-2/+1
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-10/+9
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-2/+2
* | | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+11
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | [Bug 1389270] event generate silently ignored focus events. These can now be ...patthoyts2008-11-231-11/+3
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-53/+72
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-1/+128
* | header cleanupdgp2007-09-071-2/+1
* | ANSI function declsdkf2005-11-161-43/+40
* | Getting more systematic about styledkf2005-08-101-291/+282
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
|/
* * generic/tkFocus.c (TkFocusFilterEvent): Ignore event if we arehobbs2002-10-081-3/+10
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-1/+9
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-3/+3
* generic/tkFocus.c (TkFocusFree): frees TkMainInfo datahobbs2002-04-121-1/+37
* * Updates to handle change in type of tablePtrdgp2002-01-171-3/+4
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-9/+8
* * Merged 8.1 branch into the main trunkstanton1999-04-161-77/+86
* * generic/tkFocus.c (SetFocus): Changed to focus window is alwaysstanton1999-02-041-2/+9
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+998