| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
LC_FACESIZE limitation for NT. [Bug: 4931]
FossilOrigin-Name: 7f44776861dfc41601aae81138b49f1378019ee1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/tkWinFont.c (TkpFontPkgInit): move private ref to platformId
to TkWinGetPlatformId
* win/tkWinMenu.c (SetDefaults): moved private use of versionInfo
to TkWinGetPlatformId and removed all code for
(versionInfo.dwMajorVersion < 4) (== Win32s)
* win/tkWinX.c:
* win/tkWin32Dll.c: moved TkWinGetPlatformId to tkWinX.c
* win/tkWinInit.c: added TkWinXInit to TkpInit to ensure that its
called for static Windows shells. [Bug: 3647]
* win/tkWinInt.h:
* win/tkWinX.c:
* win/tkWinDraw.c (SetUpGraphicsPort):
* win/tkWinScrlbr.c (UpdateScrollbar): removed use of tkpIsWin32s
* win/tkWinInt.h (TkWinDCState struct): added bkmode value
* win/tkWinDraw.c (TkWinGetDrawableDC, et al): added support for
properly transparent dashed lines on Windows. [Bug: 4617]
FossilOrigin-Name: 4da507a963ef135744aef559227cc6d7a4335951
|
|
|
|
|
|
|
|
|
|
|
| |
characters [Bug: 2406]
* README:
* unix/configure.in:
* win/configure.in:
* generic/tk.h (TK_RELEASE_SERIAL): Moved to 8.3.0 patchlevel
FossilOrigin-Name: 740a11d2da11146d7908e091b9477fbdd961abd8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/tkWinPixmap.c (XGetGeometry): added support for windows in
XGetGeometry [Bug: 4069]
* win/tkWinFont.c (GetScreenFont): fixed possible mem overrun with
long font names [Bug: 4108]
* win/tkWinDialog.c: added EnableWindow calls to dialogs to
correct for possible loss of control in parent Tk toplevel
[Bug: 1212 et al]
FossilOrigin-Name: 97a60a4857c1e41eedeefeffdb0f432156ccce64
|
|
|
|
|
|
|
|
|
|
|
|
| |
TkGetCursorByName (.ani, .cur) using -cursor @<filename>
(Ascher) [Bug: 1350]
* win/tkWinWm.c: fixed 'wm deiconify' to update position of the
toplevel if event is waiting before mapping. (Mao) [Bug: 3687]
This removes the need for 'update idle' before 'wm deiconify' on
Windows.
FossilOrigin-Name: e7aa2a517ac9d86186daa5274230776997172f85
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
|
|
|
| |
in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006]
FossilOrigin-Name: 9946f072a52a9c97ed34d2cfede954ea19469c84
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
|
|
|
|
|
| |
This behavior has since been changed. Added new API calls to get the font
measurment for chars (kerning or not)
FossilOrigin-Name: 02cb8cce3aec4c1c46e9e56cbed0789cd1d3e861
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|