Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to set | hobbs | 2009-04-24 | 1 | -3/+2 | |
| | | | | cwd on selchange. Prevents delete of selected folder in dialog. | |||||
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the new | hobbs | 2009-04-23 | 1 | -6/+16 | |
| | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910] | |||||
* | Eliminate a few compiler warnings on mingw | nijtmans | 2009-03-25 | 2 | -42/+42 | |
| | | | | spacing | |||||
* | Fix [Bug 1871101]. | dkf | 2009-03-25 | 1 | -20/+27 | |
| | ||||||
* | update comment to reflect reality | patthoyts | 2009-03-01 | 1 | -2/+3 | |
| | ||||||
* | [Patch 2513104] fix cursor hotspots (cjmcdonald) | patthoyts | 2009-02-23 | 28 | -0/+0 | |
| | ||||||
* | [Patch 2507419] fixes the image drawing bug on windows menus. | patthoyts | 2009-02-23 | 1 | -29/+56 | |
| | ||||||
* | [Patch 2542828] use stock Win32 help arrow cursor for question_arrow | patthoyts | 2009-02-22 | 1 | -1/+5 | |
| | ||||||
* | Correct the ttk::treeview border on XP and Vista. | patthoyts | 2009-02-21 | 1 | -1/+11 | |
| | ||||||
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 2 | -76/+144 | |
| | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | |||||
* | * win/configure.in, win/configure: align better with tcl | hobbs | 2009-02-16 | 2 | -428/+498 | |
| | | | | version. Ensures finding correct CPP for Win64. | |||||
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 7 | -57/+56 | |
| | | | | | - some internal const decorations - spacing | |||||
* | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 2 | -3/+3 | |
| | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵ | patthoyts | 2009-01-07 | 1 | -19/+80 | |
| | | | | prevents that by handling the keyboard activation message and the system menu commands when grabs are present. | |||||
* | Use task modal rather than system modal for messageboxes and use ↵ | patthoyts | 2009-01-06 | 1 | -2/+5 | |
| | | | | MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771] | |||||
* | * win/rules.vc: small bug not setting SYMBOLS macro fixed. | davygrvy | 2008-12-31 | 1 | -1/+2 | |
| | ||||||
* | TIP#171 implementation - sanity for <MouseWheel> event handling! | dkf | 2008-12-28 | 1 | -7/+18 | |
| | ||||||
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 2 | -2/+4 | |
| | ||||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 2 | -3/+3 | |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | remove unused variables | nijtmans | 2008-12-16 | 1 | -4/+2 | |
| | ||||||
* | Fix some problems running the tests on windows. As Tk tests run in ↵ | patthoyts | 2008-12-10 | 1 | -1/+2 | |
| | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests. | |||||
* | Fixed windows build glitches for tip 324 | patthoyts | 2008-12-10 | 1 | -3/+3 | |
| | ||||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 4 | -30/+578 | |
| | ||||||
* | TIP 337 | dgp | 2008-12-09 | 4 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: | |||||
* | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -1/+2 | |
| | ||||||
* | Added vista theme to iron out the visual differences between vista and XP. | patthoyts | 2008-12-05 | 1 | -2/+19 | |
| | ||||||
* | Remove references to deleted file | dkf | 2008-12-05 | 1 | -3/+3 | |
| | ||||||
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 1 | -4/+1 | |
| | | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere | |||||
* | Fixed up complaints from MSVC engendered by the last commit. In particular ↵ | patthoyts | 2008-11-22 | 2 | -9/+8 | |
| | | | | replaced round() which is a C99 function. | |||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -56/+247 | |
| | ||||||
* | [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵ | patthoyts | 2008-11-22 | 1 | -2/+25 | |
| | | | | english constraint | |||||
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -4/+6 | |
| | | | | | | | | no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | |||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 1 | -1/+7 | |
| | ||||||
* | reverted change from 2008-11-06 (was under the impression that | nijtmans | 2008-11-11 | 2 | -2/+2 | |
| | | | | "-Wno-implicit-int" added an extra warning) | |||||
* | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -11/+11 | |
| | ||||||
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 6 | -20/+24 | |
| | ||||||
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 2 | -2/+2 | |
| | | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin | |||||
* | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ↵ | nijtmans | 2008-11-03 | 1 | -2/+2 | |
| | | | | type | |||||
* | const fixes for windows code | patthoyts | 2008-11-03 | 1 | -13/+15 | |
| | ||||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 2 | -6/+64 | |
| | ||||||
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -12/+9 | |
| | | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) | |||||
* | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 1 | -25/+15 | |
| | | | | | * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used. | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 2 | -3/+3 | |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 2 | -33/+215 | |
| | ||||||
* | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts | 2008-10-19 | 1 | -3/+4 | |
| | ||||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 3 | -3/+6 | |
| | | | | Adapted from [Patch 1997907] | |||||
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 1 | -3/+16 | |
| | | | | | Windows we will avoid removing the internal leading for fixed width fonts. See the bug for more details on why this change is as it is. | |||||
* | Add "const" to many internal | nijtmans | 2008-10-17 | 8 | -55/+57 | |
| | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | |||||
* | Corrected some errors from the previous commit | patthoyts | 2008-10-06 | 1 | -4/+2 | |
| | ||||||
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 5 | -97/+75 | |
| |