| Commit message (Expand) | Author | Age | Files | Lines |
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -4/+8 |
|
|
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
|
|
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
|
|
* | comments, whitespace | das | 2008-09-02 | 1 | -1/+2 |
|
|
* | revert erroneous CONST->const sync | das | 2008-05-03 | 1 | -2/+2 |
|
|
* | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra... | das | 2008-05-03 | 1 | -403/+409 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 1 | -5/+4 |
|
|
* | fix warnings | das | 2007-11-08 | 1 | -5/+2 |
|
|
* | whitespace | das | 2007-10-26 | 1 | -7/+7 |
|
|
* | * macosx/tkMacOSXDialog.c: TIP#242 cleanup. | das | 2007-10-26 | 1 | -29/+28 |
|
|
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -23/+74 |
|
|
* | cleanup | das | 2007-09-11 | 1 | -11/+7 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of | das | 2007-08-27 | 1 | -35/+27 |
|
|
* | * macosx/tkMacOSXDialog.c (NavServicesGetFile): reset interp result on | das | 2007-07-25 | 1 | -1/+2 |
|
|
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -6/+4 |
|
|
* | * macosx/tkMacOSXXStubs.c (XCreateImage, DestroyImage): correct XImage | das | 2007-06-23 | 1 | -5/+12 |
|
|
* | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+10 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -723/+721 |
|
|
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 1 | -481/+532 |
|
|
* | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 1 | -532/+481 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): fix inability to use | das | 2006-12-01 | 1 | -1/+4 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escape | das | 2006-04-11 | 1 | -751/+760 |
|
|
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -4/+1 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+4 |
|
|
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -7/+27 |
|
|
* | * macosx/tkMacOSXDialog.c: make dialogs ignore -initialfile "" and | hobbs | 2005-08-23 | 1 | -53/+57 |
|
|
* | * macosx/tkMacOSXButton.c: | das | 2005-08-22 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -6/+6 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -16/+16 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): | das | 2005-02-22 | 1 | -40/+20 |
|
|
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 1 | -3/+2 |
|
|
* | The TIP specified a -detail option, not a -finemessage option. | dkf | 2004-05-24 | 1 | -5/+5 |
|
|
* | Turn on the -finemessage option (TIP 152) for Mac OS X. | wolfsuit | 2004-05-24 | 1 | -5/+5 |
|
|
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they would | wolfsuit | 2004-02-16 | 1 | -15/+28 |
|
|
* | Apply patch 112997, and kill a few more places where we were still using | wolfsuit | 2004-02-14 | 1 | -49/+45 |
|
|
* | 2003-10-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-10-23 | 1 | -27/+54 |
|
|
* | MacOSX fixes | vincentdarley | 2003-07-18 | 1 | -1/+393 |
|
|
* | * macosx/tkMacOSXHLEvents.c: fixed conversion of apple event | das | 2003-02-25 | 1 | -2/+1 |
|
|
* | 2003-02-24 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | wolfsuit | 2003-02-24 | 1 | -2/+2 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -0/+1229 |
|
|