summaryrefslogtreecommitdiffstats
path: root/win/tkWinEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Flushed idle events before mapping an embedded windowchengyemao2005-01-271-1/+2
* | Minor change for correct initial embeddedMenuHwndchengyemao2005-01-181-1/+2
* | Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded w...chengyemao2005-01-171-53/+50
* | Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-161-41/+89
* | A better way to map an embbedded windowchengyemao2005-01-121-6/+35
* | Minor bug fix to support embedding/embeddedchengyemao2005-01-121-3/+8
* | corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
* | Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
* | Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-2/+24
* | Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-071-1/+13