summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
Commit message (Expand)AuthorAgeFilesLines
* Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* Really use snprintf (and not _snprintf) when MSVC is at least 2015.fvogel2023-01-151-3/+2
* Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-0/+9
* Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-031-0/+1
* Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-18/+0
* TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-2/+2
* Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-201-0/+6
* Implemented more options for new tk_get{Open,Save} file dialogsashok2014-09-131-0/+6
* Typo's and unnecessary end-of-line spacingjan.nijtmans2014-06-031-2/+2
* some more cygwin compatibility improvementsjan.nijtmans2012-04-061-2/+2
|\
| * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-2/+2
| |\
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-2/+2
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-26/+0
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-2/+1
| | * * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-1/+6
| | * * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-231-1/+7
| | * * tests/winWm.test: Add 'wm attributes -alpha' to control toplevelhobbs2004-09-171-1/+2
| | * * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-1/+6
| | * * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-1/+3
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-1/+4
| * | doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-15/+7
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-2/+2
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-23/+11
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-22/+17
* | | Add SPI_SETKEYBOARDCUES definition,nijtmans2010-01-141-1/+4
* | | win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-021-16/+8
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+3
|/ /
* | Add in missing function definitions to support plain MSVC6 and usepatthoyts2007-12-141-1/+48
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-2/+1
* | TIP #145 implementationpatthoyts2007-05-041-1/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-2/+2
* | ANSIficationdkf2005-12-021-45/+52
* | * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,hobbs2005-06-011-2/+10
* | Modified to handle a wide-character title string of a toplevelchengyemao2005-01-311-1/+2
* | Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-2/+2
* | implemented overrideredirect for an embedded; corrected incorrect frame upper...chengyemao2004-12-201-1/+2
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ...chengyemao2004-12-201-1/+10
* | * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-1/+6
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-211-1/+7
* | * doc/wm.n:hobbs2004-09-171-1/+2
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-1/+6
* | * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-1/+3
|/
* * win/tkWinInt.h:hobbs2003-02-261-2/+3
* * win/tkWinInt.h: declaration for TkWinGetUnicodeEncodinghobbs2002-04-121-1/+7
* * win/tkWinInt.h:hobbs2001-12-281-1/+27