| Commit message (Expand) | Author | Age | Files | Lines |
* | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -3/+3 |
|
|
* | Fix the build for MSVC. | culler | 2019-02-08 | 1 | -1/+1 |
|\ |
|
| * | Fix the build for MSVC | fvogel | 2019-02-08 | 1 | -1/+1 |
|
|
* | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency. | culler | 2019-02-07 | 1 | -0/+9 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -4/+4 |
|/ |
|
* | Replace 2 usages of MessageBoxA() with Unicode variant MessageBoxW() | jan.nijtmans | 2018-08-08 | 1 | -4/+4 |
|
|
* | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em... | jan.nijtmans | 2015-11-10 | 1 | -2/+5 |
|\ |
|
| * | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em... | jan.nijtmans | 2015-11-10 | 1 | -2/+5 |
|
|
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -2/+2 |
|
|
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 |
|
|
* | | a few more places | dkf | 2012-07-24 | 1 | -10/+17 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -8/+8 |
| |\ |
|
| * \ | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window | hobbs | 2006-04-11 | 1 | -2/+1 |
|
|
| | * | * generic/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -7/+9 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -36/+1 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -3/+3 |
|
|
* | | | * tkDecls.h: Reverted das's change of Tk's stubs pointers | Kevin B Kenny | 2008-04-08 | 1 | -36/+1 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -5/+10 |
|
|
* | | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic | hobbs | 2006-05-29 | 1 | -2/+1 |
|
|
* | | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -26/+27 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -322/+375 |
|
|
* | | Flushed idle events before mapping an embedded window | chengyemao | 2005-01-27 | 1 | -1/+2 |
|
|
* | | Minor change for correct initial embeddedMenuHwnd | chengyemao | 2005-01-18 | 1 | -1/+2 |
|
|
* | | Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded w... | chengyemao | 2005-01-17 | 1 | -53/+50 |
|
|
* | | Added TK_INFO message for use in an embedded window attachment protocol; modi... | chengyemao | 2005-01-16 | 1 | -41/+89 |
|
|
* | | A better way to map an embbedded window | chengyemao | 2005-01-12 | 1 | -6/+35 |
|
|
* | | Minor bug fix to support embedding/embedded | chengyemao | 2005-01-12 | 1 | -3/+8 |
|
|
* | | corrected return values and added comments for embedded window messages | chengyemao | 2005-01-10 | 1 | -23/+156 |
|
|
* | | Modified to support a container of either a toplevel or a frame | chengyemao | 2005-01-09 | 1 | -13/+25 |
|
|
* | | Changed to make platform implementation ready for a toplevel -use option; com... | chengyemao | 2005-01-09 | 1 | -2/+24 |
|
|
* | | Implemented TK_STAT message to support {wm state} for embedded window | chengyemao | 2005-01-07 | 1 | -1/+13 |
|
|
* | | Removed unnecsssary panic from TkpUseWindow and forced redraw container after... | chengyemao | 2005-01-07 | 1 | -5/+2 |
|
|
* | | Made the remarks of TkpUseWindow clearer regarding the embedding/embedded att... | chengyemao | 2005-01-05 | 1 | -6/+10 |
|
|
* | | Modified to support embedded menu widget | chengyemao | 2004-12-28 | 1 | -2/+45 |
|
|
* | | implemented overrideredirect for an embedded; corrected incorrect frame upper... | chengyemao | 2004-12-20 | 1 | -1/+39 |
|
|
* | | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ... | chengyemao | 2004-12-20 | 1 | -15/+23 |
|
|
* | | Bug fix and feature implementation of embedded/embedding Tk | chengyemao | 2004-12-19 | 1 | -7/+92 |
|
|
* | | Bug fix [222677] | chengyemao | 2004-12-18 | 1 | -25/+24 |
|
|
* | | bug fix (842945,831627) | chengyemao | 2004-12-17 | 1 | -31/+10 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|