| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support. | jan.nijtmans | 2011-03-24 | 1 | -5/+19 |
|\ |
|
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support. | jan.nijtmans | 2011-03-24 | 1 | -7/+21 |
| |\ |
|
| | * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support | jan.nijtmans | 2011-03-24 | 1 | -6/+20 |
|
|
| | * | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -4/+21 |
|
|
| | * | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to | hobbs | 2007-06-09 | 1 | -16/+19 |
|
|
| | * | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 1 | -3/+3 |
|
|
| | * | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 1 | -41/+48 |
|
|
| | * | * win/tkWinMenu.c (TkpPostMenu): disable menu animation in menus | hobbs | 2006-09-21 | 1 | -4/+21 |
|
|
| | * | * win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler) | hobbs | 2006-04-05 | 1 | -29/+59 |
|
|
| | * | * generic/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -2/+2 |
|
|
| | * | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-23 | 1 | -49/+142 |
|
|
| | * | * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place | hobbs | 2004-05-03 | 1 | -1/+15 |
|
|
| | * | * win/tkWinX.c: fix drawing of unicode chars in menu | hobbs | 2004-05-03 | 1 | -3/+4 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -9/+7 |
|
|
| * | | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts | 2010-01-03 | 1 | -20/+77 |
|
|
| * | | Highlight for cascade items in torn-off menus is incorrect on Windows. | patthoyts | 2009-12-27 | 1 | -4/+7 |
|
|
| * | | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -4/+21 |
|
|
| * | | [Bug 2794778]: backported fix for keyboard transversal of the menus on Windows. | patthoyts | 2009-05-21 | 1 | -4/+5 |
|
|
| * | | [Patch 2507419] fix menu image display issue on windows | patthoyts | 2009-02-23 | 1 | -29/+56 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -5/+5 |
|
|
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -6/+6 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -12/+6 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -4/+3 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 1 | -42/+36 |
|
|
* | | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor... | nijtmans | 2010-09-13 | 1 | -3/+1 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -1/+7 |
|
|
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -3/+3 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -3/+1 |
|
|
* | | | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts | 2010-01-03 | 1 | -20/+77 |
|
|
* | | | Highlight for cascade items in torn-off menus is incorrect on Windows. | patthoyts | 2009-12-27 | 1 | -3/+5 |
|
|
* | | | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -4/+21 |
|
|
* | | | eliminate various gcc and msvc compiler warnings | nijtmans | 2009-08-02 | 1 | -7/+5 |
|
|
* | | | [Bug 2794778]: Calls to CallWindowProc can lead to other functions | patthoyts | 2009-05-21 | 1 | -4/+5 |
|
|
* | | | Eliminate a few compiler warnings on mingw | nijtmans | 2009-03-25 | 1 | -4/+4 |
|
|
* | | | update comment to reflect reality | patthoyts | 2009-03-01 | 1 | -2/+3 |
|
|
* | | | [Patch 2507419] fixes the image drawing bug on windows menus. | patthoyts | 2009-02-23 | 1 | -29/+56 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 1 | -12/+12 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -3/+3 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -3/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -39/+39 |
|
|
* | | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to | hobbs | 2007-06-09 | 1 | -16/+15 |
|
|
* | | Slight simplification | dkf | 2007-05-05 | 1 | -3/+4 |
|
|
* | | Reduce the number of warnings | dkf | 2007-02-23 | 1 | -40/+33 |
|
|
* | | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -133/+130 |
|
|
* | | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 1 | -20/+19 |
|
|
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -16/+17 |
|
|
* | | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 1 | -3/+3 |
|
|
* | | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 1 | -24/+34 |
|
|