| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: 8b40f8cacfa041305390bd37fa6a8551157f6137
|
| |
| |
| |
| |
| | |
after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: a76570974faca3ef3bdf49c5f8423c49d3b160da
|
|\ \
| |/
| | |
FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
|
| |
| |
| | |
FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
|
| |
| |
| | |
FossilOrigin-Name: 28ed6478f86ed6c90d95df848f5ef211c4fb8fb5
|
|/
|
|
|
|
|
|
| |
formatting,
etc.)
FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/GetHWND.3: Changed synopsis to indicate the tkPlatDecls.h
should be included, not tk.h.
* generic/tkPlatDecls.h: Removed #include <windows.h> for Windows,
a better solution for now is to update the docs and have extension
authors #include <tkPlatDecls.h>.
* generic/tk.h: Removed '#include "tkPlatDecls.h"', as the
incorrect inclusion order between windows.h/tkPlatDecls.h causes
build conflicts on Windows.
* generic/tkPlatDecls.h: Added #include <windows.h> for Windows,
so that HWND, etc., are defined properly.
FossilOrigin-Name: 0788f3d9cd9ddf0e0112ef9357aa0dab70271faf
|
|
* doc/HWNDToWindow.3: Man page for Tk_HWNDToWindow [Bug: 1869].
FossilOrigin-Name: 53aea9a8351661c322a0cb4e96417afe3833bac2
|