summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce redraw issues during window zoom events on CocoaKevin Walzer2014-12-312-0/+7
|
* Refinement of redraw during window resizing in Cocoa; refinement of button ↵Kevin Walzer2014-12-282-4/+16
| | | | display
* merge-markjan.nijtmans2014-12-240-0/+0
|\
| * Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ↵Kevin Walzer2014-12-241-45/+47
| | | | | | | | identical to scrollbars in Safari, etc.
| * Add method to tkMacOSXButton.cKevin Walzer2014-12-241-1/+1
| |
| * All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵Kevin Walzer2014-12-242-24/+70
| | | | | | | | drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped
| * Minor optimization of drawing code in OSXKevin Walzer2014-12-211-0/+1
| |
* | Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ↵Kevin Walzer2014-12-241-9/+11
| | | | | | | | identical to scrollbars in Safari, etc.
* | Revert change from ttk Mac themeKevin Walzer2014-12-241-4/+0
| |
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵Kevin Walzer2014-12-245-58/+119
| | | | | | | | drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped
* | Revert unintended commit of menubutton fileKevin Walzer2014-12-211-15/+2
| |
* | Minor optimization of drawing code in OSXKevin Walzer2014-12-213-5/+21
| |
* | merge-markjan.nijtmans2014-12-140-0/+0
|\ \ | |/
| * Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patchKevin Walzer2014-12-131-1/+1
| |
* | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patchKevin Walzer2014-12-131-1/+1
| |
* | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-032-6/+27
| | | | | | | | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string.
* | Fix typos in commentsfvogel2014-11-211-2/+2
|\ \ | |/
| * Fix typos in commentsfvogel2014-11-211-2/+2
| |
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-2115-39/+39
| |
* | merge-markjan.nijtmans2014-11-210-0/+0
|\ \ | |/
| * Back out changes not pertaining to private API; those files should not have ↵Kevin Walzer2014-11-185-5/+5
| | | | | | | | been updated.
| * Remove residual private API calls from Tk/Mac after Mac App Store review ↵Kevin Walzer2014-11-181-5/+3
| | | | | | | | flagged them as being present.
* | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c ↵jan.nijtmans2014-11-211-14/+19
| | | | | | | | defines type "SIGDN" (enum __MIDL_IShellItem_0001), which is already defined
* | Back out changes not pertaining to private API; those files should not have ↵Kevin Walzer2014-11-205-88/+20
| | | | | | | | been updated.
* | Remove residual private API calls from Tk/Mac after Mac App Store review ↵Kevin Walzer2014-11-186-20/+86
| | | | | | | | flagged them as being present.
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵ashok2014-11-141-3/+18
| | | | | | | | | | | | crashes when passed a bad -typevariable. Crash was caused by access to a list element after the Tcl_Obj was shimmered to a variable intrep.
* | Backout last change, it doesn't solve the issuejan.nijtmans2014-11-131-50/+2
| |
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵jan.nijtmans2014-11-131-2/+50
| | | | | | | | crashes when passed a bad -typevariable.
* | merge releasedgp2014-11-1217-313/+1490
|\ \
| * | update READMEcore_8_6_3core_8_6_3_rcdgp2014-11-071-1/+1
| | |
| * | update changesdgp2014-11-071-1/+9
| | |
| * | merge trunkdgp2014-11-073-3/+5
| |\ \ | |/ / |/| |
* | | Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-073-3/+5
|\ \ \ | | |/ | |/|
| * | Stop test litter breaking scale-19.dgp2014-11-072-2/+5
| | |
| * | Restore test menu-32.8dgp2014-11-071-3/+3
| | |
| | * merge trunkdgp2014-11-0711-26/+84
| | |\ | |_|/ |/| |
* | | [3529885] [scale] handle negative resolution properly.dgp2014-11-072-1/+40
|\ \ \ | |/ /
| * | [3529885] [scale] handle negative resolution properly.dgp2014-11-072-1/+40
| |\ \
| | * | Added test case for bug [3529885fff]bug_3529885ffffvogel2014-11-061-0/+33
| | | |
| | * | Fixed bug [3529885fff]fvogel2014-10-301-1/+7
| | | |
* | | | Stop invalid readdgp2014-11-061-0/+1
|\ \ \ \ | |/ / /
| * | | Stop invalid read.dgp2014-11-061-0/+1
| | | |
* | | | [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
| |/ /
* | | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-305-13/+15
|\ \ \ | |/ /
| * | [3417012] Stop [scale] segfault when -digits too big.dgp2014-10-305-13/+15
| |\ \
| | * | Test for 3417012bug_3417012fffdgp2014-10-301-0/+5
| | | |
| | * | Pushing the fix out to more files.dgp2014-10-305-18/+9
| | | |
| | * | Fixed bug [3417012fff]fvogel2014-10-292-3/+9
| |/ /
| * | Fix for different ttk notebook tab metrics on OS X/YosemiteKevin Walzer2014-10-281-3/+10
| | |