summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | type casts
* | correct -DUNICODE handling for tk_chooseColor dialogjan.nijtmans2011-10-101-3/+3
| |
* | [BUG 3163893] -initialdir option bug for tk_chooseDirectory under XPjan.nijtmans2011-10-101-7/+7
| |
* | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-053-66/+6
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-166-29/+29
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-5/+5
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1611-48/+48
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-164-9/+5
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1611-47/+30
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-133-6/+3
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-137-21/+19
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-132-29/+29
| | |
* | | merge to rcdgp2011-08-032-2/+9
|\ \ \
| * | | Bug 2891541 Merge of 8.5.8 fix from Pat Thoyts.dgp2011-08-031-1/+8
| | | | | | | | | | | | | | | | Permit normal behaviour on Windows for a grabbed toplevel when it is the main window.
| * | | [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-031-1/+1
| |\ \ \ | | |/ /
| | * | [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-031-1/+1
| | | |
| | * | merge to RCdgp2011-06-202-0/+73
| | |\ \
| | * \ \ Merge to RC branchdgp2011-06-1047-94/+4
| | |\ \ \
| | * | | | Release candidate branch for Tk 8.5.10dgp2011-05-262-2/+2
| | | | | |
* | | | | | Bump version number to 8.6b2dgp2011-07-182-2/+2
|/ / / / /
* | | | | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-162-0/+73
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-162-0/+73
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-162-17/+62
| | | |
* | | | Purge RCS Keywordsdgp2011-06-0847-93/+0
|\ \ \ \ | |/ / /
| * | | Purge RCS Keywords.dgp2011-06-0847-93/+0
| |\ \ \ | | |/ /
| | * | Purge RCS Keywords.dgp2011-06-0843-85/+0
| | | |
| * | | correctiondgp2011-06-071-0/+3
| | | |
| * | | Backport [Bug 2482771] fix.dgp2011-06-071-1/+1
| | |/ | |/|
* | | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-211-45/+51
|\ \ \ | |/ / | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-212-45/+61
| | | | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT ↵Joe Mistachkin2011-04-041-3/+3
| | | | | | | | | | | | used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-282-0/+6
| | |
* | | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
|\ \ \ | |/ / | | | | | | link.exe included with MSVC, use -debug instead
| * | 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
| | * 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 support.jan.nijtmans2011-03-241-5/+19
|\ \ \ | |/ /
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-7/+21
| |\ \ | | |/
| | * [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-241-6/+20
| | |
* | | [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-3/+69
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-3/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-3/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | The fix for [Bug 2009788] prevented a crash but causes windows to be lost if their parent is unmapped when [wm forget] is called. Added a test for this case and ensure that the parent window exists when we remap the child to its parent. Reported-by: Koen Danckaert <danckaert@users.sourceforge.net> Reported-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for [Bug 2009788] prevented a crash but causes windows to be lost if their parent is unmapped when [wm forget] is called. Added a test for this case and ensure that the parent window exists when we remap the child to its parent. Reported-by: Koen Danckaert <danckaert@users.sourceforge.net> Reported-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | The -debug:full option is not supported when using the modern versions of ↵Joe Mistachkin2011-03-171-2/+2
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead.
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-1222-204/+195
| | | | | | | | | using useful casts internally.