Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ttk::combobox: Add missing 'validate' command (reported by schelte). | jenglish | 2011-01-22 | 2 | -1/+7 |
| | |||||
* | Remove stippling from disabled images under Aqua; renders as white box ↵ | wordtech | 2011-01-14 | 1 | -1/+7 |
| | | | | currently. | ||||
* | [Patch #3154705] Close button has no effect | nijtmans | 2011-01-13 | 2 | -2/+6 |
| | |||||
* | handle --enable-64bit=ia64 for gcc | nijtmans | 2011-01-12 | 4 | -39/+59 |
| | |||||
* | Add changes to OSX files | wordtech | 2011-01-06 | 1 | -0/+8 |
| | |||||
* | Fix for radiobuttons and checkbuttons not displaying in popup menus. | wordtech | 2011-01-06 | 1 | -1/+2 |
| | |||||
* | Cast some NULLs to (void *) in order to quash "missing sentinel in function ↵ | stwo | 2011-01-06 | 5 | -11/+18 |
| | | | | call" compiler warnings. | ||||
* | Fix for 3012605, enables menu entries if parent is enabled. | wordtech | 2011-01-06 | 1 | -1/+11 |
| | |||||
* | Fix for 3086887, speeds up scrolling | wordtech | 2011-01-06 | 1 | -5/+2 |
| | |||||
* | Fix for 2857300, improves rounding up on text width [submitted by treectrl] | wordtech | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | Textured background windows | wordtech | 2011-01-04 | 3 | -6/+142 |
| | |||||
* | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tcl's ↵ | stwo | 2010-12-17 | 2 | -6/+14 |
| | | | | Makefile.in, add any missing ones and remove duplicates. | ||||
* | [Bug 2446711]: Remove 'allpatch' target. | stwo | 2010-12-17 | 2 | -24/+6 |
| | |||||
* | Use 'rpmbuild', not 'rpm' [Bug 2537626]. | stwo | 2010-12-17 | 2 | -3/+7 |
| | |||||
* | refactor isatty() function for Windows | nijtmans | 2010-12-17 | 4 | -48/+51 |
| | | | | Let TkpDisplayWarning() send the message directly to the debugger, if available, otherwise do as before | ||||
* | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 3 | -71/+20 |
| | | | | Remove special MessageBox'es here, since every panic-related thing is now handled correctly by Tcl | ||||
* | Installer Improvements. Similar to Tcl [Patch 3101127]. | stwo | 2010-12-16 | 3 | -138/+542 |
| | |||||
* | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c | nijtmans | 2010-12-15 | 2 | -116/+96 |
| | |||||
* | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) | nijtmans | 2010-12-13 | 3 | -0/+8 |
| | |||||
* | Change "Application initialization failed" to "application-specific ↵ | nijtmans | 2010-12-13 | 3 | -4/+7 |
| | | | | initialization failed", for consistency with Tcl. | ||||
* | See also: [Patch 1910041] and [Patch 3059922]. SEH emulation on Win64 was ↵ | nijtmans | 2010-12-13 | 2 | -2/+81 |
| | | | | not correct here: it sometimes results in a crash. Contrary to the other places, the code here is not meant to protect from OS bugs, but to protect Finalizing Tk when the application went in an invalid state. | ||||
* | Better building on OpenBSD. | stwo | 2010-12-12 | 3 | -26/+71 |
| | |||||
* | Fix manifest-generation for 64-bit gcc (mingw-w64) | nijtmans | 2010-12-10 | 3 | -4/+15 |
| | |||||
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2 | nijtmans | 2010-12-06 | 5 | -16/+23 |
| | |||||
* | [Patch #3116490] cross-compile support for unix | nijtmans | 2010-12-05 | 3 | -14/+51 |
| | |||||
* | [Patch #3116490] cross-compile Tk mingw32 on unix. | nijtmans | 2010-12-03 | 3 | -7/+7 |
| | | | | This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools. | ||||
* | fix/regen | dkf | 2010-12-02 | 3 | -27/+38 |
| | |||||
* | regen | dkf | 2010-12-02 | 2 | -2/+26 |
| | |||||
* | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 9 | -79/+96 |
| | | | | | Expose angled text API for Emiliano Gavilan. Still only in internal stub table. | ||||
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of ↵ | nijtmans | 2010-11-29 | 3 | -10/+15 |
| | | | | different size | ||||
* | Make assembler code compile in Win64 with gcc. | nijtmans | 2010-11-29 | 2 | -2/+12 |
| | |||||
* | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of ↵ | nijtmans | 2010-11-29 | 9 | -33/+44 |
| | | | | different size | ||||
* | use TkpDisplayWarning as panic proc on Windows, but restore panic | nijtmans | 2010-11-24 | 1 | -9/+10 |
| | | | | dialog title to exactly what it was in Tk 8.5 ("Fatal Error in Wish") | ||||
* | Remove unused strrchr, combine outChannel/errChannel variables to a single ↵ | nijtmans | 2010-11-24 | 2 | -19/+21 |
| | | | | variable | ||||
* | re-write TkpDisplayWarning not to use any Tcl functions any more. This ↵ | nijtmans | 2010-11-24 | 3 | -23/+16 |
| | | | | allows TkpDisplayWarning to be used as panic proc on Windows | ||||
* | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ | nijtmans | 2010-11-24 | 2 | -2/+9 |
| | |||||
* | Revise Tcl_Panic() calls ending with a newline removing the newline, because ↵ | nijtmans | 2010-11-19 | 18 | -42/+56 |
| | | | | Tcl_Panic() outputs a final newline already | ||||
* | Allow cross-compilation by default. | nijtmans | 2010-11-18 | 3 | -59/+149 |
| | |||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 2 | -60/+93 |
| | | | | now implemented for cygwin and mingw32 too. | ||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵ | nijtmans | 2010-11-17 | 3 | -2/+89 |
| | | | | for mingw-w64 | ||||
* | Workaround for bug in some versions of mingw-w64 | nijtmans | 2010-11-17 | 2 | -2/+12 |
| | |||||
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break ↵ | nijtmans | 2010-11-17 | 1 | -3/+3 |
| | | | | mingw32 build!) | ||||
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 2 | -1/+7 |
| | |||||
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 4 | -29/+36 |
| | |||||
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 2 | -34/+38 |
| | |||||
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 2 | -38/+34 |
| | |||||
* | * changes: Updates for 8.6b2 release. | andreas_kupries | 2010-11-10 | 2 | -1/+9 |
| | |||||
* | Update NL catalog. | nijtmans | 2010-11-06 | 15 | -205/+204 |
| | | | | For other languages, sorting and fix some locations of "&" | ||||
* | Sync TK_ASCII_MAIN usage with tclMain.c | nijtmans | 2010-11-05 | 2 | -4/+10 |
| | |||||
* | Use unicode copyright sign, in stead of depending on translation. | nijtmans | 2010-11-05 | 4 | -7/+13 |
| |