summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* Stop segfaults on Mac OSX after [$button destroy].dgp2014-08-272-0/+2
|\
| * Stop segfaults on Mac OSX after [$button destroy].core_8_5_16dgp2014-08-272-0/+2
| |\
| | * Apply a similar dealloc fix to menubuttonmacosx_button_segfaulthypnotoad2014-08-271-0/+1
| | |
| | * Fix from kevin_walzer for buttons in cocoahypnotoad2014-08-271-7/+1
| | |
| | * An improvement on beforehypnotoad2014-08-271-1/+2
| | |
| | * dgp's constant comparison fixhypnotoad2014-08-271-0/+3
| | |
| | * Fix for segfaults induced by the following script:hypnotoad2014-08-271-0/+3
| |/ |/| | | | | | | | | | | | | button .b pack .b update destroy .b button .c update
| * Fix for shimmering of buttons embedded when scrolled in text and canvas ↵Kevin Walzer2014-08-163-95/+204
| | | | | | | | widgets; improvements in scrolling smoothness in text widget. Thanks to Marc Culler for patches.
| * Allow Tk to post popup menus when Tk app is not frontmostKevin Walzer2014-08-141-3/+11
| |
* | Fix for shimmering of buttons embedded when scrolled in text and canvas ↵Kevin Walzer2014-08-163-95/+203
| | | | | | | | widgets; improvements in scrolling smoothness in text widget. Thanks to Marc Culler for patches.
* | Allow Tk to post popup menus when Tk app is not frontmostKevin Walzer2014-08-141-2/+10
| |
* | Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-114-15/+15
|\ \ | |/
| * Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-112-11/+14
| |
| * Further refinement of scrolling; addresses artifacts in scrolling complex ↵Kevin Walzer2014-08-112-43/+66
| | | | | | | | interfaces on OS X
| * Further refinement of Mac OS X scrolling; thanks to Marc Culler for an ↵Kevin Walzer2014-08-042-66/+43
| | | | | | | | additional patch.
| * 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
| | | | | | | | removal of private API calls; performance is now better and within acceptable ranges.
| * Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵Kevin Walzer2014-07-257-16/+38
| | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements.
| * Fix for display of images when scrolling a text widget on OS X; thanks to ↵Kevin Walzer2014-07-242-64/+116
| | | | | | | | Marc Culler for patch
| * Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵Kevin Walzer2014-07-074-121/+170
| | | | | | | | Culler for the extensive patch.
| * Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-161-0/+2
| | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
| * 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
| |
* | Further refinement of scrolling; addresses artifacts in scrolling complex ↵Kevin Walzer2014-08-112-12/+45
| | | | | | | | interfaces on OS X
* | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an ↵Kevin Walzer2014-08-042-46/+14
| | | | | | | | additional patch.
* | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-012-1/+4
| |
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵Kevin Walzer2014-07-284-186/+1
| | | | | | | | removal of private API calls; performance is now better and within acceptable ranges.
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵Kevin Walzer2014-07-257-168/+185
| | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements.
* | Fix for display of images when scrolling a text widget on OS X; thanks to ↵Kevin Walzer2014-07-242-64/+116
| | | | | | | | Marc Culler for patch
* | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵Kevin Walzer2014-07-074-121/+170
| | | | | | | | Culler for the extensive patch.
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-035-33/+24
| |
* | Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-161-0/+2
| | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
* | 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 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-251-0/+2
| |
* | Updates to redirect bug reports to the new tracker locationdgp2013-06-171-2/+2
|\ \ | |/
| * Updates to redirect bug reports to the new tracker location.dgp2013-06-171-2/+2
| |
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵jan.nijtmans2013-03-073-4/+10
| | | | | | | | the prefered Tcl_EvalEx).
* | ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-151-1/+1
| | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide().
* | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵jan.nijtmans2013-02-151-1/+1
| | | | | | | | versions in stead.
* | Merge core-8-5-branchjan.nijtmans2013-01-244-40/+40
|\ \ | |/ | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
* | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-3/+3
|\ \ | |/
| * 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.
* | Replace various functions calls, for functions which are small wrappers ↵jan.nijtmans2013-01-143-10/+10
| | | | | | | | around other functions, to call the wrapped function directly.
* | 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.
| * 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 againdkf2012-12-171-1/+21
|\ \ \ | |/ /
| * | Make Aqua Tk build on OSX Leopard again; *I* still use it!dkf2012-12-171-4/+25
| | |