summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
|
* [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | ::argv variable before trying to use it
* typojan.nijtmans2012-07-041-1/+1
|
* [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-32/+31
| | | there's no longer any need to have mysterious increments.
* Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-15/+0
| | | remove TkBindDeadWindow from Cygwin stub table
* sync tcl.m4 with Tcl versionjan.nijtmans2012-06-232-47/+41
| | | autoconf-2.13
* [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-2/+2
|
* some more quoting issuesjan.nijtmans2012-06-071-5/+5
|
* merge core-8-4-branchbug_3508771jan.nijtmans2012-06-059-171/+182
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-018-133/+151
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
* | merge core-8-4-branchjan.nijtmans2012-05-296-150/+200
|\ \ | |/
| * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-292-11/+11
| | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
| * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-4/+21
| | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
| * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-242-2/+2
| |
| * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-143-10/+19
| | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h
| * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-131/+158
| | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
* | merge core-8-4-branchjan.nijtmans2012-05-021-13/+4
|\ \ | |/
| * Fix bug 533519jan.nijtmans2012-04-161-13/+4
| |
* | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-029-63/+108
|/
* [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| | | some more tkInt.decls formatting
* sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-113-160/+173
|
* some more cygwin compatibility improvementsjan.nijtmans2012-04-063-15/+20
|
* Only check for cygwin with $GCCjan.nijtmans2012-03-292-49/+55
|
* [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-293-119/+486
|\ | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler.
| * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-293-115/+490
| |
* | enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-262-48/+56
|/
* workaround for _strtoi64 determination on win64 (autoconf-2.13 issue)jan.nijtmans2012-03-152-10/+14
|
* Provide fallback for _strtoi64jan.nijtmans2012-02-262-9/+59
|
* proposed fix for bug-3486474jan.nijtmans2012-02-101-1/+1
|
* 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-28/+25
|
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+5
|
* Support Visual Studio 11jan.nijtmans2011-09-261-51/+55
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1611-47/+30
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-132-29/+29
|
* Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-162-17/+62
|
* Purge RCS Keywords.dgp2011-06-0843-85/+0
|
* The -debug:full option is not supported when using the modern versions of ↵jan2011-03-263-3/+3
| | | | link.exe included with MSVC, use -debug instead
* [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-241-6/+20
|
* SEH-emulation for AMD64jan.nijtmans2011-03-113-42/+112
| | | | | mingw-w64 does not accept _WIN32_IE < 0x0501 Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d) remove conflicting definition of timezone struct
* SC_EMBED_MANIFEST macrojan.nijtmans2011-03-114-129/+475
| | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-24/+0
|
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
| | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
* Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-314-49/+61
| | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
* Update for VS10nijtmans2010-10-231-6/+13
|
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-123-70/+24
| | | | Fix 2 minor gcc warnings in tkWinTest.c
* Fix for [Bug 1739613]Joe Mistachkin2009-11-021-2/+40
|
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-4/+21
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* Backport 2080533 fix.dgp2009-04-301-2/+51
|
* True commit.andreas_kupries2009-01-161-2/+2
|