Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 2 | -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.nijtmans | 2012-05-25 | 1 | -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 Cygwin | jan.nijtmans | 2012-05-24 | 2 | -2/+2 |
| | |||||
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 3 | -10/+19 |
| | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
* | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
| | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -13/+4 |
| | |||||
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
| | | | some more tkInt.decls formatting | ||||
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 3 | -160/+173 |
| | |||||
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 3 | -15/+20 |
| | |||||
* | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 2 | -49/+55 |
| | |||||
* | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 3 | -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_3511806 | jan.nijtmans | 2012-03-29 | 3 | -115/+490 |
| | | |||||
* | | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 2 | -48/+56 |
|/ | |||||
* | workaround for _strtoi64 determination on win64 (autoconf-2.13 issue) | jan.nijtmans | 2012-03-15 | 2 | -10/+14 |
| | |||||
* | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 2 | -9/+59 |
| | |||||
* | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald. | dgp | 2011-12-22 | 1 | -28/+25 |
| | |||||
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+5 |
| | |||||
* | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 11 | -47/+30 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 2 | -29/+29 |
| | |||||
* | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 2 | -17/+62 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 43 | -85/+0 |
| | |||||
* | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 3 | -3/+3 |
| | | | | link.exe included with MSVC, use -debug instead | ||||
* | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support | jan.nijtmans | 2011-03-24 | 1 | -6/+20 |
| | |||||
* | SEH-emulation for AMD64 | jan.nijtmans | 2011-03-11 | 3 | -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 macro | jan.nijtmans | 2011-03-11 | 4 | -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 more | jan.nijtmans | 2011-03-05 | 1 | -24/+0 |
| | |||||
* | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -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 ↵ | nijtmans | 2010-10-31 | 4 | -49/+61 |
| | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
* | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
| | |||||
* | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 3 | -70/+24 |
| | | | | Fix 2 minor gcc warnings in tkWinTest.c | ||||
* | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 1 | -2/+40 |
| | |||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -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. | dgp | 2009-04-30 | 1 | -2/+51 |
| | |||||
* | True commit. | andreas_kupries | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | * win/tkWinWm.c (WmAttributesCmd): Fix a single use of | andreas_kupries | 2009-01-16 | 1 | -1/+6 |
| | | | | SetWindowLongPtr which was not properly ifdef'd. | ||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 2 | -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 *** | dgp | 2008-02-06 | 2 | -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) | hobbs | 2007-12-05 | 3 | -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. | hobbs | 2007-12-05 | 1 | -3/+6 |
| | |||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 2 | -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 builds | patthoyts | 2007-09-11 | 2 | -15/+20 |
| | |||||
* | Backported the BASE_NO_TK_ICON patch to assist in creating tclkits | patthoyts | 2007-09-04 | 1 | -1/+10 |
| | | | | and/or basekits with corrent resources. | ||||
* | * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. | hobbs | 2007-06-10 | 1 | -4/+15 |
| | | | | [Bug 1467997] (janssen) | ||||
* | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to | hobbs | 2007-06-09 | 1 | -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.16 | dgp | 2007-05-30 | 2 | -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 target | hobbs | 2007-01-30 | 1 | -1/+23 |
| | |||||
* | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 1 | -2/+2 |
| |