summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-3/+3
|
* Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-20/+77
| | | | | | | | | This patch by Anton Kovalenko adds support for the Windows system-wide UI setting that prevents accelerators being underlined unless the Alt key is pressed. Modified to support the system keyboard cues flag and to handle dynamic changes to the system parameters by the user.
* cast away const needed for msvc6 when calling Tcl_SetResultpatthoyts2010-01-031-2/+3
|
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
|
* Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-3/+5
| | | | Applied patch from [Bug 2879927].
* CONSTify return values of TkKeysymToString,nijtmans2009-12-161-2/+2
| | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast.
* Fix dependancies on ${TKSTUBLIB} whennijtmans2009-12-121-5/+5
| | | | TCL_USE_STATIC_PACKAGES is defined
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-022-32/+27
| | | | | | | | win/tkWinInt.h mark various functions MODULE_SCOPE generic/tkInt.decls make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. generic/tkIntPlatDecls.h (regenerated) generic/tkStubInit.c (regenerated)
* win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-021-9/+7
|
* Better dependancies in case of static build.nijtmans2009-11-301-10/+24
| | | | Generate tktest86.dll and tktest86.lib.
* Make all internal initializationnijtmans2009-11-293-25/+17
| | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-4/+15
| | | | 2899949]
* Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-221-2/+2
|
* Compile tkTest.c and friends with Stubsnijtmans2009-11-201-3/+3
|
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-6/+62
|
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-12/+8
| | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure"
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-101-8/+3
|
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-3/+8
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.
* Fix for [Bug 1739613]Joe Mistachkin2009-11-021-2/+40
|
* [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-291-17/+20
| | | | | | This patch reverts a previous attempt to fix tiny fonts on Russian Windows. It fixes the issue by requesting a suitable fixed font instead of decoding the system stock font.
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-221-33/+20
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-232/+239
| | | | with global variables (the only way it *can* work...)
* Bug fix for #2875562nijtmans2009-10-212-10/+11
|
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-201-8/+3
| | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098].
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
|
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-051-9/+13
| | | | | | | The default disabled text is embossed on Windows. But this looks poor when a non-default background color is in use. This patch disables the embossed effect for buttons and labels when the background is non- standard.
* * 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]
* Eliminate more gcc warningsnijtmans2009-08-103-30/+39
|
* Eliminate various gcc warningsnijtmans2009-08-093-3/+63
| | | | include <vssym32.h> only when available
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-0211-52/+70
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-021-3/+13
| | | | activation.
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-211-4/+5
| | | | | overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events.
* FormatMessage should always use the ignore-inserts flag when processing ↵patthoyts2009-05-132-6/+8
| | | | system errors.
* Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-062-0/+0
| | | | | | Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
* Fix [Bug 2785744].dkf2009-05-031-27/+30
|
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-301-11/+66
| | | | | | This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
* Fix [Bug 2080533] by falling back to creating a DIB.dkf2009-04-301-5/+53
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-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 mingwnijtmans2009-03-252-42/+42
| | | | spacing
* Fix [Bug 1871101].dkf2009-03-251-20/+27
|
* update comment to reflect realitypatthoyts2009-03-011-2/+3
|
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2328-0/+0
|
* [Patch 2507419] fixes the image drawing bug on windows menus.patthoyts2009-02-231-29/+56
|
* [Patch 2542828] use stock Win32 help arrow cursor for question_arrowpatthoyts2009-02-221-1/+5
|
* Correct the ttk::treeview border on XP and Vista.patthoyts2009-02-211-1/+11
|
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-172-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 tclhobbs2009-02-162-428/+498
| | | | version. Ensures finding correct CPP for Win64.
* - eliminate some unnessary type castsnijtmans2009-01-287-57/+56
| | | | | - some internal const decorations - spacing
* * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-162-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: