summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-2836-229/+155
* * generic/tkCmds.c: Purged remaining references todgp2006-03-133-27/+6
* * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86hobbs2006-03-021-29/+30
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-094-21/+29
* sync minor overlooked change to HEAD in last commitdas2006-01-112-7/+7
* * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-01-108-39/+195
* * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-132-16/+30
* * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcldas2005-12-085-13/+11
* * macosx/tkMacOSXInt.h:das2005-12-083-31/+33
* 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp2005-12-011-5/+5
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-011-1/+2
* * macosx/tkMacOSXEvent.h: definehobbs2005-11-301-1/+6
* * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-11-304-56/+110
* * macosx/tkMacOSXMenu.c:das2005-11-272-8/+14
* typo in last commitdas2005-11-272-4/+4
* document automatic removal of -arch ppc64 CFLAGSdas2005-11-271-1/+3
* * macosx/tkMacOSXMenu.c:das2005-11-272-2/+14
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2730-3566/+1273
* * README: Bump version number to 8.4.12dgp2005-11-161-4/+4
* * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtrhobbs2005-10-181-17/+16
* move declarations of Carbon-internal event debugging routines to tkMacOSXCarb...das2005-09-102-6/+8
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-1018-215/+335
* * macosx/tkMacOSXDialog.c: make dialogs ignore -initialfile "" andhobbs2005-08-231-42/+48
* * macosx/tkMacOSXButton.c:das2005-08-222-4/+4
* * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-0926-790/+895
* * macosx/tkMacOSXDraw.c (XDrawLines, XDrawSegments): correcthobbs2005-07-291-98/+101
* * macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed checkhobbs2005-07-282-248/+315
* * generic/tkFrame.c (DisplayFrame):hobbs2005-07-281-5/+88
* * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-283-408/+389
* * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): sethobbs2005-07-211-1/+1
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent):hobbs2005-07-211-1/+1
* * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2das2005-06-231-4/+4
* *** 8.4.11 TAGGED FOR RELEASE ***das2005-06-181-2/+4
* * README: Bump version number to 8.4.11dgp2005-06-181-4/+4
* * macosx/Makefile: fixed 'embedded' target.core_8_4_10das2005-06-031-4/+3
* 2005-06-02 Jim Ingham <jingham@apple.com>wolfsuit2005-06-031-23/+41
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-06-011-6/+9
* * macosx/Wish.pbproj/project.pbxproj: added missing FRAMEWORK definesdas2005-05-291-1/+1
* * macosx/tkMacOSXInit.c:das2005-05-292-4/+4
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-271-4/+4
* * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extractiondas2005-05-262-18/+23
* * macosx/Makefile:das2005-05-245-116/+378
* * macosx/Wish.pbproj/project.pbxproj:das2005-05-242-10/+8
* From Michael Kirkham:wolfsuit2005-05-153-7/+11
* * macosx/tkMacOSXInit.c:das2005-05-1413-1078/+156
* * macosx/tkMacOSXNotify.c: syncd with tclUnixNotfy.c changes sincedas2005-04-261-205/+157
* * macosx/README: updated requirements for OS & developer tooldas2005-04-091-12/+12
* * macosx/tkMacOSXEntry.c (ComputeIncDecParameters): manually definedas2005-04-091-0/+6
* * macosx/Wish.pbproj/project.pbxproj: fixed absolute path todas2005-04-091-5/+5
* Add native drawing for Entry and Spinbox widgets.wolfsuit2005-03-254-66/+1740