| Commit message (Expand) | Author | Age | Files | Lines |
* | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background color | culler | 2019-07-12 | 2 | -19/+33 |
|
|
* | 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 |
|\ |
|
| * | merge 8.6 | culler | 2019-07-05 | 1 | -2/+2 |
| |\ |
|
| * | | 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 [e6d58de4b6]: ctext.tcl: remove duplicate word | fvogel | 2019-07-07 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su... | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su... | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
| |\ |
|
| | * | Change for alphabetical order of events concerned by %X,%Y | fvogel | 2019-07-03 | 1 | -2/+2 |
|
|
| | * | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su... | fvogel | 2019-07-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 17 | -22/+22 |
|
|
* | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 31 | -32/+32 |
|
|
* | | Statically initialize "X11ControlChars" pseudo-encoding. | jan.nijtmans | 2019-07-02 | 1 | -9/+3 |
|
|
* | | Fix bug [8476b75781], including the Aqua tk scrollbar. | culler | 2019-07-01 | 3 | -45/+154 |
|\ \ |
|
| * | | 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 |
|
|
| * | | Update documentation on do script Apple Event command | Kevin Walzer | 2019-06-30 | 1 | -0/+16 |
|
|
| * | | Adjust minimum thumb size | culler | 2019-06-29 | 2 | -7/+12 |
|
|
| * | | merge 8.6 | culler | 2019-06-29 | 7 | -31/+20 |
| |\ \ |
|
| * | | | Tiny adjustment. | culler | 2019-06-28 | 1 | -1/+1 |
|
|
| * | | | Fix Tk scrollbar and merge core-8-6-branch | culler | 2019-06-28 | 26 | -73/+146 |
| |\ \ \ |
|
* | | | | | Fix failure to compile. | dgp | 2019-06-30 | 1 | -0/+1 |
| |_|/ /
|/| | | |
|
* | | | | Fix compiler warnings on all macOS versions. | culler | 2019-06-29 | 5 | -8/+7 |
|
|
* | | | | If encoding "utf-16" exists, use it in preference to "unicode", which is depr... | jan.nijtmans | 2019-06-28 | 2 | -23/+13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 2 | -23/+13 |
|
|
* | | | | 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 | 8 | -11/+11 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Remove use of/documentation regarding deprecated symbols/macro's, which moved... | jan.nijtmans | 2019-06-26 | 8 | -12/+12 |
|
|
* | | | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 17 | -47/+46 |
| |/ /
|/| | |
|
* | | | 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 | 2 | -2/+2 |
|
|
* | | | Documentation cleanup and removal of redundant constants; thanks to Christoph... | Kevin Walzer | 2019-06-21 | 2 | -19/+5 |
|
|
* | | | Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ... | jan.nijtmans | 2019-06-20 | 2 | -2/+2 |
| |/
|/| |
|
* | | Don't re-reference encoding "unicode", when we can re-use the encoding. | jan.nijtmans | 2019-06-19 | 2 | -5/+2 |
|
|
* | | Re-generate unix/configure with autoconf 2.59, just as in core-8-6-10-rc bran... | jan.nijtmans | 2019-06-19 | 1 | -4387/+6673 |
|
|
* | | Fix merge conflict in tk.tcl from services branch merge | Kevin Walzer | 2019-06-16 | 1 | -2/+1 |
|
|
* | | Define offsetof() macro for (very rare) platforms which don't have it. Don't ... | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Define offsetof() macro for (very rare) platforms which don't have it. Don't ... | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
|
|
* | | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 14 | -6728/+4946 |
|\ \ |
|
| * | | 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 | 4 | -62/+35 |
|
|
| * | | Finally got timing of initializing NSServices object correct; code cleanup; m... | Kevin Walzer | 2019-05-18 | 23 | -162/+451 |
| |\ \ |
|
| * | | | 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 |
|
|