summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | * configure tktest-X11 with --disable-corefoundation to enable testing of bot...das2008-04-152-7/+25
| * | | | | | | | | | | | * README: Bump version number to 8.6a0dgp2008-04-011-2/+2
* | | | | | | | | | | | | Fix for shimmering of buttons embedded when scrolled in text and canvas widge...Kevin Walzer2014-08-163-95/+204
* | | | | | | | | | | | | Allow Tk to post popup menus when Tk app is not frontmostKevin Walzer2014-08-141-3/+11
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-112-11/+14
* | | | | | | | | | | | Further refinement of scrolling; addresses artifacts in scrolling complex int...Kevin Walzer2014-08-112-43/+66
* | | | | | | | | | | | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi...Kevin Walzer2014-08-042-66/+43
* | | | | | | | | | | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-012-6/+8
* | | | | | | | | | | | Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-285-209/+1
* | | | | | | | | | | | Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-257-16/+38
* | | | | | | | | | | | Fix for display of images when scrolling a text widget on OS X; thanks to Mar...Kevin Walzer2014-07-242-64/+116
* | | | | | | | | | | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ...Kevin Walzer2014-07-074-121/+170
* | | | | | | | | | | | Update configure files on Aqua to remove garbage collection flag, which is no...Kevin Walzer2014-03-161-0/+2
* | | | | | | | | | | | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da...Kevin Walzer2013-10-271-0/+1
* | | | | | | | | | | | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 wit...Kevin Walzer2013-09-162-2/+2
* | | | | | | | | | | | 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 dep...jan.nijtmans2013-01-231-0/+65
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-112-5/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-112-8/+8
* | | | | | | | | 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
* | | | | | | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-13/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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 metrics...jan.nijtmans2012-10-232-59/+45
* | | | | | | 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
* | | | | | | 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
| * | | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-5/+7
* | | | | [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
| * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-061-1/+7
| * | 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