| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.5 | jan.nijtmans | 2019-07-31 | 3 | -5/+5 |
|\ |
|
* | | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r... | jan.nijtmans | 2019-07-23 | 1 | -6/+6 |
|
|
* | | Fix bug [5ddeca5927]: In Aqua, withdrawn windows can reappear as zombies | culler | 2019-07-16 | 1 | -0/+16 |
|\ \ |
|
| * | | Fix bug [5ddeca5927]: In Aqua, withdrawn windows can appear as zombies when a... | culler | 2019-07-15 | 1 | -0/+16 |
|
|
* | | | Fix two 'unrecognized selector' crashes in macOS 10.9 and 10.10 | culler | 2019-07-16 | 2 | -8/+9 |
|/ / |
|
* | | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background color | culler | 2019-07-12 | 1 | -5/+6 |
|
|
* | | Fix bug [67aa204e5b]: Make Aqua Ttk buttons display their pressed state again. | culler | 2019-07-11 | 1 | -2/+3 |
|
|
* | | Eliminate calls to GetIconRef in macosx | culler | 2019-07-11 | 1 | -64/+32 |
|\ \ |
|
| * | | Eliminate calls to GetIconRef, which is deprecated in macOS 10.15 | culler | 2019-07-05 | 1 | -64/+32 |
|
|
* | | | Fix error message in tk::unsupported::MacWindowStyle appearance. | culler | 2019-07-11 | 1 | -2/+1 |
|/ / |
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 2 | -2/+2 |
|
|
* | | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier. | culler | 2019-07-01 | 2 | -28/+23 |
|
|
* | | Fix layout bugs. | culler | 2019-07-01 | 1 | -21/+27 |
|
|
* | | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is po... | culler | 2019-06-30 | 2 | -32/+45 |
|
|
* | | Adjust minimum thumb size | culler | 2019-06-29 | 2 | -7/+12 |
|
|
* | | merge 8.6 | culler | 2019-06-29 | 5 | -8/+7 |
|\ \ |
|
| * | | Fix compiler warnings on all macOS versions. | culler | 2019-06-29 | 5 | -8/+7 |
|
|
* | | | Tiny adjustment. | culler | 2019-06-28 | 1 | -1/+1 |
|
|
* | | | Fix Tk scrollbar and merge core-8-6-branch | culler | 2019-06-28 | 8 | -42/+115 |
|\ \ \
| |/ / |
|
| * | | Fix bug [8476b75781]: correct rendering of small thumbs in Aqua ttk::scrollbar | culler | 2019-06-27 | 1 | -5/+1 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix bug [8476b75781]: Aqua scrollbar behavior | culler | 2019-06-26 | 1 | -5/+1 |
|
|
| * | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Remove use of/documentation regarding deprecated symbols/macro's, which moved... | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
|
|
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 6 | -26/+25 |
|/ / |
|
* | | Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes. | culler | 2019-06-24 | 1 | -2/+1 |
|
|
* | | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50... | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
|
|
* | | Documentation cleanup and removal of redundant constants; thanks to Christoph... | Kevin Walzer | 2019-06-21 | 2 | -19/+5 |
|
|
* | | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 7 | -46/+452 |
|\ \ |
|
| * | | Edited README. | culler | 2019-05-20 | 1 | -18/+37 |
|
|
| * | | Add documentation on testing Mac services to README; remove obsolete detail f... | Kevin Walzer | 2019-05-20 | 2 | -50/+33 |
|
|
| * | | Finally got timing of initializing NSServices object correct; code cleanup; m... | Kevin Walzer | 2019-05-18 | 7 | -25/+56 |
| |\ \ |
|
| * | | | Code and data type cleanup, thanks to Marc Culler for patch | Kevin Walzer | 2019-05-17 | 4 | -22/+41 |
|
|
| * | | | Restore deprecated call to NSPasteboardTypeString in writeSelectiontoPasteboa... | Kevin Walzer | 2019-05-12 | 2 | -2/+1 |
|
|
| * | | | More tweaking | Kevin Walzer | 2019-05-12 | 1 | -0/+1 |
|
|
| * | | | Tweak merge | Kevin Walzer | 2019-05-12 | 1 | -0/+4 |
|
|
| * | | | Clean up merge | Kevin Walzer | 2019-05-12 | 1 | -1/+0 |
|
|
| * | | | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 33 | -3363/+6163 |
| |\ \ \ |
|
| * | | | | Revert some calls to support building on older systems | Kevin Walzer | 2019-05-02 | 1 | -0/+1 |
|
|
| * | | | | Remove some deprecated calls | Kevin Walzer | 2019-05-01 | 1 | -3/+3 |
|
|
| * | | | | Removal of needlessly large buffer for services script, thanks to Marc Culler... | Kevin Walzer | 2019-05-01 | 1 | -16/+7 |
|
|
| * | | | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ... | Kevin Walzer | 2019-04-30 | 1 | -1/+1 |
|
|
| * | | | | Tweak text widget bindings to fire Services menu more consistently; formattin... | Kevin Walzer | 2019-04-24 | 1 | -134/+182 |
|
|
| * | | | | Fix comment | Kevin Walzer | 2019-03-16 | 1 | -196/+196 |
|
|
| * | | | | Fix comment | Kevin Walzer | 2019-03-16 | 1 | -1/+1 |
|
|
| * | | | | Ensure ::tk::mac::GetAppPath is included | Kevin Walzer | 2019-03-09 | 2 | -52/+41 |
|
|
| * | | | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus... | Kevin Walzer | 2019-03-08 | 2 | -1/+41 |
|
|
| * | | | | Clean up implementation and documentation of ::tk::mac::PrintDocument command... | Kevin Walzer | 2019-03-07 | 1 | -1/+16 |
|
|
| * | | | | Fix bug in print doc implementation | Kevin Walzer | 2019-03-07 | 1 | -2/+2 |
|
|
| * | | | | Further refinement in URL event handling | Kevin Walzer | 2019-03-07 | 2 | -3/+14 |
|
|
| * | | | | Cleanup line endings | Kevin Walzer | 2019-03-04 | 1 | -210/+210 |
|
|