| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Cleaner aqua exit handling. | culler | 2024-10-16 | 3 | -9/+7 | |
| * | | | | Remove obsolete -single_module linker flag | jan.nijtmans | 2024-10-16 | 21 | -6490/+7 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | Remove obsolete -single_module linker flag | jan.nijtmans | 2024-10-16 | 22 | -6605/+117 | |
| | |\ \ \ | ||||||
| | | * \ \ | No longer use -Wl,-single_module linker flag: it's deprecated | jan.nijtmans | 2024-10-16 | 6 | -175/+85 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Remove a lot of stuff meant for macOS < 10.9core-bug-cb052066de | jan.nijtmans | 2024-10-14 | 21 | -6478/+39 | |
| * | | | | | Tcl_NumUtfChars-> Tcl_GetCharLength, it's more efficient | jan.nijtmans | 2024-10-16 | 2 | -16/+20 | |
| |\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| | * | | | TkNumUtfChars -> TkGetCharLength, it's more efficient | jan.nijtmans | 2024-10-16 | 2 | -1/+7 | |
| * | | | | Fix [73c5e3ad3]: Two potentially bogus binding scripts for <TouchpadScroll> | jan.nijtmans | 2024-10-16 | 3 | -31/+16 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix [73c5e3ad3]: Two potentially bogus binding scripts for <TouchpadScroll> | jan.nijtmans | 2024-10-16 | 3 | -31/+16 | |
| | |\ \ \ | ||||||
| | | * | | | Proposed fix for [73c5e3ad3]: Two potentially bogus binding scripts for <T...core-bug-73c5e3ad3 | jan.nijtmans | 2024-10-15 | 2 | -18/+16 | |
| | | |/ / | ||||||
| | * | | | Fix [f91aa24bbe] for "message" | jan.nijtmans | 2024-10-15 | 2 | -100/+68 | |
| | |/ / | ||||||
| * | | | Fix crash at exit on macOS 12. | culler | 2024-10-16 | 1 | -0/+7 | |
| |\ \ \ | ||||||
| | * | | | Make updateLayer a no-op during exit. | culler | 2024-10-16 | 1 | -0/+7 | |
| |/ / / | ||||||
| * | | | Remove an unused restrict proc. | culler | 2024-10-15 | 1 | -14/+0 | |
| * | | | Remove some unneeded Aqua event loops - makes all tests pass reliably on Sonoma | culler | 2024-10-14 | 3 | -26/+6 | |
| * | | | Fix [5869c270bd] and [01f58bf8f1]: Aqua issues with winfo rgb, root window be... | culler | 2024-10-14 | 12 | -204/+67 | |
| |\ \ \ | ||||||
| | * | | | Remove unnecessary event loop. | culler | 2024-10-12 | 1 | -17/+7 | |
| | * | | | Fix wish app activation on Sequoia. | culler | 2024-10-12 | 1 | -1/+2 | |
| | * | | | Finally -- prevent the root from flashing on the screen when it is immediatel... | culler | 2024-10-12 | 2 | -7/+31 | |
| | * | | | Simplify: remove tkDirtyRect and TkDrawAllViews now that drawRect is gone. | culler | 2024-10-12 | 8 | -145/+13 | |
| | * | | | Merge main | culler | 2024-10-11 | 4 | -6/+13 | |
| | |\ \ \ | ||||||
| | * | | | | New branch to fix Aqua color issues. | culler | 2024-10-11 | 4 | -36/+16 | |
| * | | | | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ... | jan.nijtmans | 2024-10-14 | 3 | -10/+2 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ... | jan.nijtmans | 2024-10-14 | 3 | -10/+2 | |
| * | | | | | Fix [f91aa24bbe] for CanvImg and scrollbar | jan.nijtmans | 2024-10-13 | 4 | -79/+58 | |
| |\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| | * | | | Fix [f91aa24bbe] for CanvImg, scrollbar and text | jan.nijtmans | 2024-10-13 | 10 | -513/+313 | |
| | |\ \ \ | ||||||
| | | * | | | Improvements in canvas images and scrollbar | jan.nijtmans | 2024-10-13 | 4 | -102/+133 | |
| | | * | | | Fix [f91aa24bbe] for "text": Use of Tcl_Obj vs char * in Widget storage | jan.nijtmans | 2024-10-11 | 7 | -424/+193 | |
| | |/ / / | ||||||
| * | | | | Add comment | jan.nijtmans | 2024-10-11 | 1 | -2/+5 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Add comment. Backported some indenting/spacing | jan.nijtmans | 2024-10-11 | 2 | -5/+8 | |
| | |\ \ \ | | | |/ | | |/| | ||||||
| | | * | | Add comment. Backported some indenting/spacing | jan.nijtmans | 2024-10-11 | 7 | -23/+26 | |
| * | | | | Improved the appearance of the ttk::checkbutton widget in the "default" theme. | csaba | 2024-10-11 | 1 | -3/+3 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Improved the appearance of the ttk::checkbutton widget in the "default" theme. | csaba | 2024-10-11 | 1 | -3/+3 | |
| * | | | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler() | jan.nijtmans | 2024-10-11 | 3 | -3/+7 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler() | jan.nijtmans | 2024-10-11 | 2 | -3/+6 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). Backport some code cl... | jan.nijtmans | 2024-10-11 | 2 | -23/+40 | |
| | | |\ \ | ||||||
| | | | * | | Fix candidate for [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). From An... | fvogel | 2024-10-07 | 1 | -0/+7 | |
| | | | * | | Inconspicuous logic change in Tk_MeasureChars(), from AndroWish. See [f52986c... | fvogel | 2024-10-07 | 1 | -1/+2 | |
| * | | | | | merge-mark | jan.nijtmans | 2024-10-10 | 0 | -0/+0 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2024-10-10 | 1 | -1/+1 | |
| | |\ \ \ \ | | |/ / / | ||||||
| * | | | | | merge core-8-6-branch | fvogel | 2024-10-10 | 0 | -0/+0 | |
| |\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | ||||||
| | * | | | Fix error in previous commit. | fvogel | 2024-10-10 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | Fix error in previous commit. | fvogel | 2024-10-10 | 1 | -1/+1 | |
| * | | | | | Fix [23b57a7214]: RGB values were not being set in TkpGetColor for semantic c... | culler | 2024-10-10 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix [23b57a7214]: RGB values were not being set in TkpGetColor for semantic c... | culler | 2024-10-09 | 1 | -0/+3 | |
| * | | | | | | Merge-mark | jan.nijtmans | 2024-10-09 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Merge 8.6 | jan.nijtmans | 2024-10-09 | 2 | -37/+109 | |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | | Indenting ( 8 spaces -> tab) | jan.nijtmans | 2024-10-09 | 31 | -182/+182 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Indenting (two more files) | jan.nijtmans | 2024-10-09 | 2 | -4/+4 | |
| | * | | | | | Indenting (massive) | jan.nijtmans | 2024-10-09 | 130 | -3809/+3808 | |
