summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
Commit message (Expand)AuthorAgeFilesLines
* it's no longer necessary to set _USE_32BIT_TIME_T in Tkjan.nijtmans2012-08-091-5/+0
* fix broken build on Visual Studio 9+10jan.nijtmans2012-08-051-1/+6
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-4/+10
|\
| * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-4/+9
| |\
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-15/+20
| | * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-2/+0
* | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-1/+9
* | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-0/+22
|\ \ \ | |/ /
| * | merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-291-36/+68
| |\ \ | | |/
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-35/+70
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-121-1/+1
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-121-1/+1
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-5/+18
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-2/+2
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-2/+2
| | * * generic/tkMain.c: Added Tcl_Preserve() call on the masterdgp2006-06-091-1/+3
| | * * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-181-16/+21
| | * * generic/tkMain.c:das2004-11-111-1/+10
| * | Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in sys/ty...nijtmans2010-05-311-9/+1
| * | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
* | | refactor isatty() function for Windowsnijtmans2010-12-171-35/+21
* | | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.cnijtmans2010-12-151-116/+92
* | | Change "Application initialization failed" to "application-specific initializ...nijtmans2010-12-131-2/+2
* | | Remove unused strrchr, combine outChannel/errChannel variables to a single va...nijtmans2010-11-241-19/+19
* | | reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-28/+38
* | | Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-38/+28
* | | Sync TK_ASCII_MAIN usage with tclMain.cnijtmans2010-11-051-4/+9
* | | tkMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-40/+86
* | | [Tcl Bug 3029891] Functions that don't belong in the stub table (Tk part, not...nijtmans2010-07-161-6/+5
* | | TIP #338 IMPLEMENTATIONdgp2008-12-151-2/+1
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-17/+14
* | | * README: Bump version number to 8.6a0dgp2008-04-011-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to accountdgp2007-09-171-2/+2
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-2/+2
* | * generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restoredgp2007-09-101-2/+2
* | header cleanupdgp2007-09-071-4/+2
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-4/+18
* | * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-2/+2
* | * generic/tkMain.c: Added Tcl_Preserve() call on the masterdgp2006-06-091-1/+3
* | ANSIfydkf2005-12-121-125/+130
* | * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-181-24/+23
* | * generic/tkMain.c:das2004-11-111-1/+10
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-6/+2
* | * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-051-23/+43
|/