Tk Source Code

Check-in [19cd87b4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:merge-mark
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 19cd87b48fa91d9d466d525fa185bc03ac2bb1f8
User & Date: jan.nijtmans 2012-05-02 11:42:15
Context
2012-05-02
22:16
sync tcl.m4 with Tcl version check-in: 79101c73 user: jan.nijtmans tags: trunk
11:42
merge-mark check-in: 19cd87b4 user: jan.nijtmans tags: trunk
11:39
[Bug 533519]: Window placement with multiple screens check-in: 62d212e9 user: jan.nijtmans tags: core-8-5-branch
2012-04-29
07:37
[Bug 533519]: Window placement with multiple screens check-in: 49d4d5d6 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2
3
4
5
6
7
8
9
10
2012-04-29  Jan Nijtmans  <[email protected]>

	* library/tk.tcl:    [Bug 3508771]: Window placement with multiple screens
	* generic/tkBind.c:
	* generic/tkFocus.c:
	* generic/tkMenuDraw.c:
	* generic/tkWinWm.c:

2012-04-26  Donal K. Fellows  <[email protected]>



|







1
2
3
4
5
6
7
8
9
10
2012-04-29  Jan Nijtmans  <[email protected]>

	* library/tk.tcl:    [Bug 533519]: Window placement with multiple screens
	* generic/tkBind.c:
	* generic/tkFocus.c:
	* generic/tkMenuDraw.c:
	* generic/tkWinWm.c:

2012-04-26  Donal K. Fellows  <[email protected]>

Changes to generic/tkStubInit.c.

94
95
96
97
98
99
100






101
102
103
104
105
106
107
{
    void *hInstance = NULL;

    GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
	    (const char *) &tkIntStubs, &hInstance);
    return hInstance;
}







#	else /* !__CYGWIN__ */
#	    define TkPutImage		0
#	endif /* __CYGWIN__ */
#   endif /* !MAC_TCL && !MACC_OSX_TCL */
#endif /* !__WIN32__ */








>
>
>
>
>
>







94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
    void *hInstance = NULL;

    GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
	    (const char *) &tkIntStubs, &hInstance);
    return hInstance;
}
	    /* TODO: To be implemented for Cygwin */
#	    define Tk_AttachHWND		0
#	    define Tk_GetHWND		0
#	    define Tk_HWNDToWindow		0
#	    define Tk_PointerEvent		0
#	    define Tk_TranslateWinEvent	0

#	else /* !__CYGWIN__ */
#	    define TkPutImage		0
#	endif /* __CYGWIN__ */
#   endif /* !MAC_TCL && !MACC_OSX_TCL */
#endif /* !__WIN32__ */