summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵Kevin Walzer2013-10-271-0/+1
| | | | Daniel Steffen for patch
* Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 ↵Kevin Walzer2013-09-162-2/+2
| | | | with clang on OS X, thanks to Ned Deily for patch
* Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-254-6/+13
|
* Updates to redirect bug reports to the new tracker location.dgp2013-06-171-2/+2
|
* Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-3/+3
|
* make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵jan.nijtmans2013-01-231-0/+65
| | | | deprecated SaveResult API from it.
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-112-5/+5
|\ | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-112-8/+8
| | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
* | Make Aqua Tk build on OSX Leopard again; *I* still use it!dkf2012-12-171-4/+25
| |
* | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]dgp2012-10-241-0/+6
| | | | | | operations that could cause segfaults due to premature free of structs.
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-13/+10
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | remove tkMacOSXCarbonEvents.cjan.nijtmans2012-10-231-690/+0
| |
* | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-2349-138/+52
| |
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-232-59/+45
| | | | | | | | metrics handling from trunk
* | Backport of dgp wm-forget and wm-manage fixes; test suite no longer crashesKevin Walzer2012-10-181-6/+17
| |
* | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+7
| | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6.
* | Fix typo in tkMacOSXFont.cKevin Walzer2012-10-041-1/+1
| |
* | Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-0/+6
| |
* | Backport of dgp fixes to trunk for Tk-CocoaKevin Walzer2012-09-252-2/+4
| |
* | Added two missing header files from the cococa backport branch.cocoa_full_merge_review_8_5andreask2012-09-122-0/+800
| |
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-1264-23091/+11935
| |
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-055-20/+24
|\ \ | |/
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-015-20/+22
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-5/+7
| | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
|\ \ | |/
| * proposed fix for bug-3486474jan.nijtmans2012-02-101-1/+1
| |
* | Implementation for Carbon.dgp2011-10-171-5/+19
| |
* | Correct some README bitrot.dgp2011-06-101-9/+3
| |
* | Purge RCS Keywords.dgp2011-06-0856-113/+2
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-0849-98/+0
| |
| * * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-241-49/+27
| | | | | | | | | | | | event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac)
| * * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-061-1/+7
| | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c:
| * whitespacedas2009-02-061-2/+2
| |
| * adjust copyright yeardas2009-01-081-3/+3
| |
| * Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
| |
| * Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
| |
| * TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
| |
| * MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
| |
| * * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-44/+37
| | | | | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
| * * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit makingdas2008-06-192-5/+6
| | | | | | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds.
| * * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-192-18/+50
| | | | | | | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created).
| * * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| | | | | | | | return value.
| * * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.das2008-06-121-2/+2
| |
| * fix copyright yeardas2008-02-271-4/+4
| |
| * * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()das2008-02-271-12/+26
| | | | | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
| * * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-021-1/+5
| | | | | | | | | | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13
| * * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-183-35/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899]
| * * macosx/tkMacOSXPrivate.h: fix Panther build.das2007-12-181-1/+2
| |
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| |
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-0923-775/+2124
| |