summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-11/+0
|\
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-11/+0
| * [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-14/+4
| |\
* | \ same bugfix, but now applied to trunkjan.nijtmans2012-04-211-14/+4
|\ \ \ | | |/ | |/|
| * | Fix bug 533519jan.nijtmans2012-04-161-13/+4
* | | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
|\ \ \ | | |/ | |/|
| * | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| |\ \ | | |/
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
* | | re-generate win/configurejan.nijtmans2012-04-121-111/+121
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-122-11/+14
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-123-122/+135
| |\ \ | | |/
| | * 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-064-23/+32
|\ \ \ | |/ /
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-064-23/+32
| |\ \ | | |/
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-063-15/+20
* | | gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-82/+428
|\ \ \ | |/ /
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-023-68/+172
|\ \ \ | |/ /
| * | re-generate configurejan.nijtmans2012-04-011-97/+441
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-303-48/+151
| |\ \ | | |/
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-292-49/+55
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-293-119/+486
| | |\
| | | * 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-0/+79
|\ \ \ | |/ /
| * | Provide fallback for _strtoi64jan.nijtmans2012-02-262-0/+79
| |\ \ | | |/
| | * Provide fallback for _strtoi64jan.nijtmans2012-02-262-9/+59
* | | [Bug 1913750]: tk_chooseDirectory -initialdir internationalization problem.jan.nijtmans2012-02-171-79/+77
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
| |\ \ | | |/
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-1/+1
* | | * win/tkWinDialog.c (GetFileName): Ensure that we do not convert adkf2012-02-101-3/+10
|\ \ \ | |/ /
| * | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert adkf2012-02-101-3/+10
* | | [Bug 3480471]: tk_getOpenFile crashes on Win64jan.nijtmans2012-01-271-2/+2
|\ \ \ | |/ /
| * | [Bug 3480471]: tk_getOpenFile crashes on Win64jan.nijtmans2012-01-271-4/+4
* | | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-15/+21
|\ \ \ | |/ /
| * | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-15/+21
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+5
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+5
| | * Support Visual Studio 11jan.nijtmans2011-09-261-51/+55
| * | Release candidate branch for Tk 8.5.11dgp2011-10-262-2/+2
* | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-241-37/+23
|\ \ \ | |/ /
| * | Fix up the implementation to account for shared options enumeration.dgp2011-10-171-43/+20
| * | Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp2011-10-051-9/+11
| * | Contributed implementation patch for TIP 382.dgp2011-10-041-4/+10
* | | Internationalization of all Windows font handlingjan.nijtmans2011-10-132-64/+44
* | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ...jan.nijtmans2011-10-112-36/+35
* | | correct -DUNICODE handling for tk_chooseColor dialogjan.nijtmans2011-10-101-3/+3