summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Cleaner aqua exit handling.culler2024-10-163-9/+7
* | | | Remove obsolete -single_module linker flagjan.nijtmans2024-10-1621-6490/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Remove obsolete -single_module linker flagjan.nijtmans2024-10-1622-6605/+117
| |\ \ \
| | * \ \ No longer use -Wl,-single_module linker flag: it's deprecatedjan.nijtmans2024-10-166-175/+85
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Remove a lot of stuff meant for macOS < 10.9core-bug-cb052066dejan.nijtmans2024-10-1421-6478/+39
* | | | | Tcl_NumUtfChars-> Tcl_GetCharLength, it's more efficientjan.nijtmans2024-10-162-16/+20
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | TkNumUtfChars -> TkGetCharLength, it's more efficientjan.nijtmans2024-10-162-1/+7
* | | | Fix [73c5e3ad3]: Two potentially bogus binding scripts for <TouchpadScroll>jan.nijtmans2024-10-163-31/+16
|\ \ \ \ | |/ / /
| * | | Fix [73c5e3ad3]: Two potentially bogus binding scripts for &lt;TouchpadScroll>jan.nijtmans2024-10-163-31/+16
| |\ \ \
| | * | | Proposed fix for [73c5e3ad3]: Two potentially bogus binding scripts for &lt;T...core-bug-73c5e3ad3jan.nijtmans2024-10-152-18/+16
| | |/ /
| * | | Fix [f91aa24bbe] for "message"jan.nijtmans2024-10-152-100/+68
| |/ /
* | | Fix crash at exit on macOS 12.culler2024-10-161-0/+7
|\ \ \
| * | | Make updateLayer a no-op during exit.culler2024-10-161-0/+7
|/ / /
* | | Remove an unused restrict proc.culler2024-10-151-14/+0
* | | Remove some unneeded Aqua event loops - makes all tests pass reliably on Sonomaculler2024-10-143-26/+6
* | | Fix [5869c270bd] and [01f58bf8f1]: Aqua issues with winfo rgb, root window be...culler2024-10-1412-204/+67
|\ \ \
| * | | Remove unnecessary event loop.culler2024-10-121-17/+7
| * | | Fix wish app activation on Sequoia.culler2024-10-121-1/+2
| * | | Finally -- prevent the root from flashing on the screen when it is immediatel...culler2024-10-122-7/+31
| * | | Simplify: remove tkDirtyRect and TkDrawAllViews now that drawRect is gone.culler2024-10-128-145/+13
| * | | Merge mainculler2024-10-114-6/+13
| |\ \ \
| * | | | New branch to fix Aqua color issues.culler2024-10-114-36/+16
* | | | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ...jan.nijtmans2024-10-143-10/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ...jan.nijtmans2024-10-143-10/+2
* | | | | Fix [f91aa24bbe] for CanvImg and scrollbarjan.nijtmans2024-10-134-79/+58
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix [f91aa24bbe] for CanvImg, scrollbar and textjan.nijtmans2024-10-1310-513/+313
| |\ \ \
| | * | | Improvements in canvas images and scrollbarjan.nijtmans2024-10-134-102/+133
| | * | | Fix [f91aa24bbe] for "text": Use of Tcl_Obj vs char * in Widget storagejan.nijtmans2024-10-117-424/+193
| |/ / /
* | | | Add commentjan.nijtmans2024-10-111-2/+5
|\ \ \ \ | |/ / /
| * | | Add comment. Backported some indenting/spacingjan.nijtmans2024-10-112-5/+8
| |\ \ \ | | | |/ | | |/|
| | * | Add comment. Backported some indenting/spacingjan.nijtmans2024-10-117-23/+26
* | | | Improved the appearance of the ttk::checkbutton widget in the "default" theme.csaba2024-10-111-3/+3
|\ \ \ \ | |/ / /
| * | | Improved the appearance of the ttk::checkbutton widget in the "default" theme.csaba2024-10-111-3/+3
* | | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler()jan.nijtmans2024-10-113-3/+7
|\ \ \ \ | |/ / /
| * | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler()jan.nijtmans2024-10-112-3/+6
| |\ \ \ | | |/ /
| | * | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). Backport some code cl...jan.nijtmans2024-10-112-23/+40
| | |\ \
| | | * | Fix candidate for [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). From An...fvogel2024-10-071-0/+7
| | | * | Inconspicuous logic change in Tk_MeasureChars(), from AndroWish. See [f52986c...fvogel2024-10-071-1/+2
* | | | | merge-markjan.nijtmans2024-10-100-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2024-10-101-1/+1
| |\ \ \ \ | | |/ / /
* | | | | merge core-8-6-branchfvogel2024-10-100-0/+0
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Fix error in previous commit.fvogel2024-10-101-1/+1
| |\ \ \
| | * | | Fix error in previous commit.fvogel2024-10-101-1/+1
* | | | | Fix [23b57a7214]: RGB values were not being set in TkpGetColor for semantic c...culler2024-10-101-0/+3
|\ \ \ \ \
| * | | | | Fix [23b57a7214]: RGB values were not being set in TkpGetColor for semantic c...culler2024-10-091-0/+3
* | | | | | Merge-markjan.nijtmans2024-10-090-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2024-10-092-37/+109
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Indenting ( 8 spaces -> tab)jan.nijtmans2024-10-0931-182/+182
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Indenting (two more files)jan.nijtmans2024-10-092-4/+4
| * | | | | Indenting (massive)jan.nijtmans2024-10-09130-3809/+3808