summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-01-121-1/+1
|\
* | Ticket [0de707ab06]: Add explanation of the solution provided on the core lis...oehhar2023-12-201-0/+18
* | Fix for [0de707ab06]: Problem in tk9 static build under windowsjan.nijtmans2023-12-121-0/+1
|/
* c++ fix in winMain.cjan.nijtmans2021-06-231-1/+2
* Merge 8.6jan.nijtmans2021-06-231-12/+11
|\
| * Fix [4efbfe2d6a]: Wrong order in winMain.c for TCL_USE_STATIC_PACKAGESjan.nijtmans2021-06-231-12/+11
* | Merge 8.6jan.nijtmans2021-04-041-12/+12
|\ \ | |/
| * Tcl_StaticPackage -> Tcl_StaticLibraryjan.nijtmans2021-04-041-8/+12
* | Merge 8.7jan.nijtmans2020-12-111-6/+18
|\ \
| * \ Merge 8.6jan.nijtmans2020-12-091-3/+3
| |\ \ | | |/
| | * Sync win/rules.vc with Tcl. And the use of TCL_USE_STATIC_PACKAGES as welljan.nijtmans2020-12-091-6/+18
| * | Static builds on Windows should include the "dde" and "registry" extensions too.jan.nijtmans2020-12-081-2/+10
| * | Define MODULE_SCOPE correctly when using a C++ compilerjan.nijtmans2020-11-161-1/+5
* | | Merge 8.7jan.nijtmans2020-11-161-4/+4
|\ \ \ | |/ /
| * | Implement TIP #588: Unicode for (X11) keysymsjan.nijtmans2020-11-161-4/+4
| |\ \ | | |/
| | * Merge 8.5. Some more explicit type-casts.jan.nijtmans2020-11-161-5/+16
| | |\
| | | * Second argument of Tcl_StaticPackage() should always be Titlecase. Synced fro...jan.nijtmans2020-11-161-4/+4
| | | * Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
* | | | Merge-mark trunk. Fix warning in tkUnixSysNotify.c. Eliminate eol-spacingjan.nijtmans2020-09-261-1/+1
|\ \ \ \ | |/ / /
* | | | Merge trunkKevin Walzer2020-09-171-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-091-0/+1
| |\ \ \ | | |/ /
* | | | Successful test of icon display in system tray; next to refine balloon alert ...Kevin Walzer2020-09-031-0/+4
|/ / /
* | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | | Merge 8.7jan.nijtmans2020-02-061-0/+4
|\ \ \
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-0/+6
|/ / /
* | | Merge tcl.m4 with Tcl version. Add zipfs hooks to tkAppInit.c and winMain.c, ...jan.nijtmans2018-10-121-0/+3
|/ /
* | Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-1/+1
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
|\ \
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
| |/
* | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never u...jan.nijtmans2013-02-221-1/+5
* | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tkAppInit.c/winMain....jan.nijtmans2013-02-181-21/+25
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+1
|\ \ | |/
| * remove some unused CYGWIN stuffjan.nijtmans2012-05-141-132/+2
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl'sdavygrvy2003-12-121-7/+5
| | * (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch anydavygrvy2003-12-111-4/+6
| * | re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any mor...nijtmans2010-11-241-20/+62
| * | Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-311-2/+130
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-69/+8
* | | use TkpDisplayWarning as panic proc on Windows, but restore panicnijtmans2010-11-241-9/+10
* | | re-write TkpDisplayWarning not to use any Tcl functions any more. This allows...nijtmans2010-11-241-7/+3
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-60/+88
* | | Workaround for bug in some versions of mingw-w64nijtmans2010-11-171-2/+8
* | | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
* | | Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-27/+27
* | | [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-6/+6
* | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-8/+5