summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* whitespacedas2006-09-101-2/+2
* * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-1/+2
* * macosx/tkMacOSXScrlbr.c (UpdateControlValues): set native scrollbardas2006-08-241-7/+8
* * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving maindas2006-08-211-4/+8
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-187-43/+63
* sync whitespace with core-8-4-branchdas2006-08-181-5/+5
* fix typo in WmAttrGetNotifyStatushobbs2006-08-171-2/+2
* * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result forhobbs2006-08-171-59/+56
* * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): handle keydas2006-07-251-1/+2
* * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfodas2006-07-241-10/+22
* fix typo: visable -> visibledas2006-07-243-7/+7
* * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, changedas2006-07-211-10/+13
* typosdas2006-07-211-3/+3
* * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-2011-120/+159
* * generic/tkImgGIF.c (ReadImage):das2006-07-203-6/+6
* * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invaliddas2006-06-142-83/+139
* * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redrawhobbs2006-05-261-22/+28
* updates for Xcode 2.3das2006-05-262-28/+4
* fix building on Jaguardas2006-05-161-1/+9
* fix building on Jaguar: move defines of newer OS constants to top, fix warningsdas2006-05-161-13/+16
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't senddas2006-05-162-15/+65
* comment typodas2006-05-161-2/+2
* fix whitespace, copyrightdas2006-05-123-5/+10
* * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-127-422/+491
* * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-2812-126/+157
* fix warningsdas2006-04-222-9/+7
* fix tests for TkAquavincentdarley2006-04-181-1/+55
* fix to get correct error messagevincentdarley2006-04-181-11/+11
* fix to embed.test failuresvincentdarley2006-04-181-1/+16
* fix to 'embedded' targets & cosmetic fix to 'install' targetsdas2006-04-121-3/+8
* * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escapedas2006-04-111-751/+760
* * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatusdas2006-04-112-16/+40
* * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for alldas2006-04-112-104/+213
* * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): prevent multiple init.das2006-04-111-7/+7
* * macosx/tkMacOSXFont.c: remove #ifdef'd text measuring codepaths nowdas2006-04-113-165/+32
* * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-113-74/+118
* typos, whitespacedas2006-04-112-5/+5
* * (MeasureStringWidth): Use implementation based oncc_benny2006-04-101-53/+61
* * macosx/tkMacOSXWm.c (TkSetWMName, TkMacOSXMakeRealWindowExist):das2006-04-101-15/+8
* * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attributedas2006-04-091-6/+16
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix returndas2006-04-072-81/+97
* add support for proxy icon dragging and titlepath menuvincentdarley2006-04-061-2/+2
* add support for proxy icon dragging and titlepath menuvincentdarley2006-04-061-1/+19
* * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errorsdas2006-04-061-35/+75
* use standard Carbon Fixed <-> Int conversion macros instead of our owndas2006-04-051-23/+12
* * macosx/Wish.xcode/default.pbxuser: add '-singleproc 1' cli arg todas2006-03-284-7/+11
* * macosx/tkMacOSXDraw.c: sync whitespace & minor changesdas2006-03-285-13/+12
* * macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext):das2006-03-251-3/+3
* * macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext):das2006-03-252-72/+98
* * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-2433-166/+94