summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-281-1/+8
| | * * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-4/+4
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-5/+5
| | * * generic/tkWindow.c: add #include "tclInt.h" now required due to usedas2006-09-071-1/+3
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-1/+39
| | * * generic/tkWindow.c (Initialize): Modify change of 2006-05-25andreas_kupries2006-07-141-2/+8
| | * * generic/tkWindow.c (Initialize): Correct mutex (un)lockhobbs2006-05-251-16/+14
| | * * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-301-2/+4
| | * * generic/tkWindow.c (CreateTopLevelWindow): use thread exithobbs2006-03-291-6/+7
| | * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-2/+2
| | * Add missing Tcl_ResetResult [697915]dkf2005-01-071-1/+2
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-5/+4
| | * Backport of 923555 fixesdkf2004-03-261-2/+2
| | * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-2/+2
| | * * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-161-2/+1
| * | Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-2/+2
| * | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
| * | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-271-1/+8
| * | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1
| * | * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-021-1/+3
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-13/+12
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | [Patch #3019624] fix "place" command segfault on half-dead app main window.a_kovalenko2010-06-221-2/+2
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-2/+1
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-3/+3
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-5/+5
* | | Make more internal tables "const"nijtmans2010-02-051-3/+3
* | | CONSTify Tk_SetClassProcsnijtmans2010-01-101-2/+2
* | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-2/+2
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-121-2/+2
* | | Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-041-5/+2
* | | Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-191-1/+6
* | | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-271-1/+8
* | | Implementation of TIP #244, PNG image support.dkf2008-12-281-1/+2
* | | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-67/+71
* | | Fix potential null dereference flagged by clang static analyzerdas2008-12-071-42/+42
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-4/+4
* | | Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-1/+3
* | | After some discussion with Joe English and subsequently thegeorgeps2008-08-191-4/+1
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-53/+50
* | | * generic/tkStubInit.c: make stubs tables static constdas2008-04-161-3/+3
* | | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1
* | | typodgp2008-04-021-1/+3
* | | * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-021-7/+1
* | | * README: Bump version number to 8.6a0dgp2008-04-011-3/+3
|/ /