summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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:
* [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵patthoyts2009-01-071-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 ↵patthoyts2009-01-061-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.davygrvy2008-12-311-1/+2
|
* TIP#171 implementation - sanity for <MouseWheel> event handling!dkf2008-12-281-7/+18
|
* Implementation of TIP #244, PNG image support.dkf2008-12-282-2/+4
|
* * README: Bump version number to 8.6b1dgp2008-12-192-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 variablesnijtmans2008-12-161-4/+2
|
* Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-101-1/+2
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* Fixed windows build glitches for tip 324patthoyts2008-12-101-3/+3
|
* TIP #324 IMPLEMENTATIONdas2008-12-104-30/+578
|
* TIP 337dgp2008-12-094-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.dkf2008-12-061-1/+2
|
* Added vista theme to iron out the visual differences between vista and XP.patthoyts2008-12-051-2/+19
|
* Remove references to deleted filedkf2008-12-051-3/+3
|
* elminate warning: unused variable 'tkwin'nijtmans2008-11-271-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 ↵patthoyts2008-11-222-9/+8
| | | | replaced round() which is a C99 function.
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-56/+247
|
* [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵patthoyts2008-11-221-2/+25
| | | | english constraint
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-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 widgetspatthoyts2008-11-151-1/+7
|
* reverted change from 2008-11-06 (was under the impression thatnijtmans2008-11-112-2/+2
| | | | "-Wno-implicit-int" added an extra warning)
* More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-11/+11
|
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-086-20/+24
|
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-062-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 ↵nijtmans2008-11-031-2/+2
| | | | type
* const fixes for windows codepatthoyts2008-11-031-13/+15
|