summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TIP #742: Add Control+MouseWheel zoom support to Tk consoletip_742et2025-12-051-0/+8
|
* Unbreak MacOS build (bool/BOOL doesn't work in tkMacOSXPort.h)jan.nijtmans2025-12-042-2/+2
|
* Use more 'bool' type internallyjan.nijtmans2025-12-0446-160/+162
|\
| * Use more 'bool' type internallyjan.nijtmans2025-12-0419-82/+83
| |
* | Merge 9.0jan.nijtmans2025-12-024-47/+20
|\ \ | |/
| * Fix [095db8b350]: ::tk::startOfCluster (and friends) only understand ICU ↵jan.nijtmans2025-12-022-6/+17
| |\ | | | | | | | | | locale syntax
| | * Fix [095db8b350]: ::tk::startOfCluster (and friends) only understand ICU ↵core-bug-095db8b350jan.nijtmans2025-12-021-6/+18
| | | | | | | | | | | | locale syntax
| * | Remove some dead codejan.nijtmans2025-12-023-41/+4
| |/
* | Correct typoKevin Walzer2025-12-011-1/+1
| |
* | Comment cleanupKevin Walzer2025-12-011-8/+6
| |
* | System notifications now use customized icon and titlebar string for better ↵Kevin Walzer2025-12-012-36/+99
|\ \ | | | | | | | | | UI on Windows
| * | System notifications now use customized icon and titlebar string for better UIKevin Walzer2025-12-012-37/+48
| | |
| * | Some progressKevin Walzer2025-12-011-124/+38
| | |
| * | Move to branchKevin Walzer2025-12-011-27/+165
|/ /
* | Correct updateKevin Walzer2025-12-011-165/+27
| |
* | Move update to systray to branchKevin Walzer2025-12-011-27/+165
| |
* | Revert changes, additional work neededKevin Walzer2025-12-011-162/+28
| |
* | Revise internal implementation of sysnotify on Windows to use the title of ↵Kevin Walzer2025-12-012-30/+165
| | | | | | | | Tk's root window in the notification title bar to avoid the hard-coded exe name such as Wish. Also, replace the system info icon with the same image used in the systray icon and add documentation on the optimal image size, 48x48. This change allows customization of the sysnotify properties without having to modify the exe with tool like Resource Hacker.
* | Fix for [4535035519]Kevin Walzer2025-11-271-1/+1
|\ \
| * \ Merge trunkKevin Walzer2025-11-261-1/+1
| |\ \ | |/ / |/| |
* | | Merge 9.0jan.nijtmans2025-11-261-1/+1
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2025-11-261-1/+1
| |\ \
| | * | Fix syntax error in mac-build.ymljan.nijtmans2025-11-261-1/+1
| | | |
| * | | Ticket [c51a56d7]: svg: Correctly paint stroke leftover path. Upstream: ↵oehhar2025-11-252-1/+4
| | | | | | | | | | | | | | | | https://github.com/memononen/nanosvg/issues/276
| | | * Clean up test accessibility test failure on XQuartz and X11core-xquartz-linux-testKevin Walzer2025-11-251-1/+1
| |_|/ |/| |
* | | Ticket [c51a56d7]: svg: Correctly paint stroke leftover path. Upstream: ↵oehhar2025-11-251-1/+3
| | | | | | | | | | | | https://github.com/memononen/nanosvg/issues/276
* | | Merge 9.0jan.nijtmans2025-11-254-18/+18
|\ \ \ | |/ /
| * | Update to actions/checkout@v6jan.nijtmans2025-11-254-18/+18
| |\ \ | | |/
| | * Update to actions/checkout@v6jan.nijtmans2025-11-253-11/+11
| | |
| * | Merge-markjan.nijtmans2025-11-240-0/+0
| |\ \ | | |/
| | * (backport): Always define noinline flag to DllMain, to prevent optimizer ↵jan.nijtmans2025-11-241-6/+6
| | | | | | | | | | | | flag -O3 to cause problems
| | * Updated the changes file.csaba2025-11-241-0/+2
| | |
| | * Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the ↵csaba2025-11-244-1/+8
| | | | | | | | | | | | built-in themes.
| * | Updated the changes.md file.csaba2025-11-241-0/+1
| | |
| * | Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the ↵csaba2025-11-244-1/+8
| | | | | | | | | | | | built-in themes.
* | | Updated the changes.md file.csaba2025-11-241-0/+1
| | |
* | | Implementation of TIP 736: Scroll entry with mouse wheel.csaba2025-11-244-4/+68
|\ \ \
| * | | Proposed implementation for TIP 736: Add mouse wheel and ↵csaba2025-11-044-4/+68
| | | | | | | | | | | | | | | | <TouchpadScroll> event bindings for entry widgets.
| * | | Create new branch named "tip-736"csaba2025-11-040-0/+0
| | | |
* | | | Final fix for [e770378a5b]: Narrator fails to speak accessible text on Windowsjan.nijtmans2025-11-241-12/+10
|\ \ \ \
| * | | | Windows build is broken, this hopefully fixes it, see [e770378a5ba56ca2]core-bug-e770378a5bjan.nijtmans2025-11-231-10/+8
| | | | |
* | | | | Indentingjan.nijtmans2025-11-243-34/+34
| | | | |
* | | | | Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the ↵csaba2025-11-244-1/+8
| | | | | | | | | | | | | | | | | | | | built-in themes.
* | | | | Remove all SEH error-handling for TkFinalize. See [44b34c6152]jan.nijtmans2025-11-241-195/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Always define noinline flag to DllMain, to prevent optimizer flag -O3 to ↵jan.nijtmans2025-11-241-1/+1
| | | | | | | | | | | | | | | | cause problems
| * | | (backport): Don't protect TkFinalize() with SEH on arm64 and in debug more. ↵jan.nijtmans2025-11-241-10/+10
| | | | | | | | | | | | | | | | See [44b34c6152]
| * | | Backport of colorspace rfe-9108ce12d to 9.0culler2025-11-221-9/+15
| | | |
* | | | Implement RFE from Nicolas Bats to speed up macOS rendering by avoiding ↵culler2025-11-221-9/+15
|\ \ \ \ | | | | | | | | | | | | | | | unnecessary colorspace conversions. Thanks to Nicolas and Christopher Chavez.
| * | | | Release the copied colorspace -- thanks to Christopher Chavezculler2025-11-221-0/+2
| | | | |
| * | | | Adaptation of RFE 9108ce12df: calls to ↵culler2025-11-211-9/+13
|/ / / / | | | | | | | | | | | | CGColorTransformConvertUsingCMSConverter are very costly.