summaryrefslogtreecommitdiffstats
path: root/win/tkWinEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-5/+5
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-1/+1
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-4/+4
* Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-2/+2
|\
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-2/+2
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-4/+4
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-12/+12
* | Merge 8.6culler2021-06-041-1/+1
|\ \ | |/
| * Analogous changes for linux and Windowsjan.nijtmans2021-06-041-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Merge 8.7. More WIP.jan.nijtmans2019-12-161-3/+10
* | Merge 8.6. jan.nijtmans2019-09-231-5/+5
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-5/+5
* | Merge 8.6jan.nijtmans2019-09-191-2/+2
|\ \ | |/
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-2/+2
| * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-3/+3
* | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-3/+3
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Fix the build for MSVC.culler2019-02-081-1/+1
|\ \ | |/
| * Fix the build for MSVCfvogel2019-02-081-1/+1
* | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-0/+9
|\ \ | |/
| * Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency.culler2019-02-071-0/+9
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-4/+4
|/
* Replace 2 usages of MessageBoxA() with Unicode variant MessageBoxW()jan.nijtmans2018-08-081-4/+4
* Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em...jan.nijtmans2015-11-101-2/+5
|\
| * Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em...jan.nijtmans2015-11-101-2/+5
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-2/+2
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | a few more placesdkf2012-07-241-10/+17
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+8
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+8
| |\
| * \ [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-1/+1
| |\ \ | | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-111-2/+1
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-7/+9
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-36/+1
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-6/+6
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
* | | * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-081-36/+1
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Assorted minor cleanups.dkf2007-09-081-5/+10
* | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panichobbs2006-05-291-2/+1
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-26/+27
* | ANSIficationdkf2005-12-021-322/+375