summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* merge to RCdgp2011-06-202-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
| | |
* | | Merge to RC branchdgp2011-06-1047-94/+4
|\ \ \ | |/ /
| * | 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
| | |
* | | Release candidate branch for Tk 8.5.10dgp2011-05-262-2/+2
|/ /
* | 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>
* | 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-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 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>
* | Eliminate unneeded _TkFinalize wrapper.jan.nijtmans2011-03-121-1/+1
| |
* | merge-markjan.nijtmans2011-03-111-9/+0
|\ \ | |/
| * 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)
* | [Bug 3205260] avoid crash in wm manage of children with null class patthoyts2011-03-101-1/+2
| | | | | | | | | | | | | | | | | | The tkhtml widget doesn't set it's window class. The Windows implementation of the wm manage command checks to see if the contained window is actually a menu (looking for torn-off menus) by examining the class. This patch adds a check for a null class to avoid crashing as suggested. Suggested-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-081-21/+0
|\ \ | |/
| * 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
| |
| * * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-161-1/+6
| | | | | | | | SetWindowLongPtr which was not properly ifdef'd.
| * * README: Bump version number to 8.4.19dgp2008-04-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
| * *** 8.4.18 TAGGED FOR RELEASE ***dgp2008-02-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release.
| * * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-053-76/+33
| | | | | | | | | | | | | | * win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker.
| * * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.hobbs2007-12-051-3/+6
| |
| * * README: Bump version number to 8.4.17dgp2007-10-022-3/+3
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * Fix for AMD64 symbols buildspatthoyts2007-09-112-15/+20
| |
| * Backported the BASE_NO_TK_ICON patch to assist in creating tclkitspatthoyts2007-09-041-1/+10
| | | | | | | | and/or basekits with corrent resources.
| * * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.hobbs2007-06-101-4/+15
| | | | | | | | [Bug 1467997] (janssen)
| * * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling tohobbs2007-06-091-16/+19
| | | | | | | | | | allow for unicode char menu indices and not use CharUpper on Tcl utf strings. [Bug #1734223]
| * * README: Bump version number to 8.4.16dgp2007-05-302-12/+31
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * win/Makefile.in (install-private-headers): added targethobbs2007-01-301-1/+23
| |
| * (TkpDisplayButton): lint init. [Bug 1618604]hobbs2006-12-191-2/+2
| |
| * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-25/+81
| | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
| * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-3/+3
| | | | | | | | * tests/menu.test (menu-36.1): [Bug 1599877]
| * * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline):hobbs2006-11-241-41/+48
| | | | | | | | handle unichar underlining correctly and safely. [Bug 1599877]
| * Fix bug #1582769 build with VC2003 and correct i386 arch.patthoyts2006-10-311-3/+6
| |
| * * README: Bump version number to 8.4.15dgp2006-10-232-3/+3
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * Ensure builds with VC6 without Platform SDK and pickup MACHINE from environmentpatthoyts2006-10-182-13/+20
| | | | | | | | to make life easier on Windows non-x86 platforms.