| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -1/+1 |
|
|
* | cherrypick the changes to GNUmakefile, accidentally committed to the rc branc... | marc_culler | 2020-10-21 | 1 | -15/+7 |
|
|
* | One TCL_UNUSED and some eol-spacing | jan.nijtmans | 2020-10-20 | 1 | -1/+1 |
|
|
* | Fix ifeq test which accidentally got reversed in GNUmakefile | culler | 2020-10-20 | 1 | -1/+9 |
|
|
* | typo | marc_culler | 2020-10-19 | 1 | -1/+1 |
|
|
* | Add a make variable to GNUmakefile for building the Tk.framework for use as a... | marc_culler | 2020-10-19 | 1 | -0/+14 |
|
|
* | sync with bug-315104a5c10 | culler | 2020-08-15 | 1 | -8/+28 |
|
|
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez. | culler | 2020-05-12 | 1 | -3/+3 |
|
|
* | Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co... | jan.nijtmans | 2019-10-28 | 1 | -3/+3 |
|
|
* | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l... | jan.nijtmans | 2019-10-04 | 1 | -5/+3 |
|
|
* | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | Document some known issues with Dark Mode and Apple Events in macOS | Kevin Walzer | 2019-08-21 | 1 | -1/+1 |
|
|
* | Remove crash, replace with NSLog message calling for update if MacWindowStyle... | Kevin Walzer | 2019-08-21 | 1 | -1/+2 |
|
|
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
* | Documentation cleanup and removal of redundant constants; thanks to Christoph... | Kevin Walzer | 2019-06-21 | 1 | -5/+5 |
|
|
* | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 1 | -41/+52 |
|\ |
|
| * | 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 | 1 | -41/+33 |
|
|
* | | Fix [75115f91cd] - typo in macosx/README | fvogel | 2019-06-05 | 1 | -1/+1 |
|/ |
|
* | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 1 | -2/+4 |
|
|
* | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether an | culler | 2019-04-14 | 1 | -5/+12 |
|
|
* | For Aqua, add systemControlAccentColor; simulate the color for older systems. | culler | 2019-04-14 | 1 | -13/+16 |
|
|
* | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match | culler | 2019-04-14 | 1 | -4/+5 |
|
|
* | Update README. | culler | 2019-04-10 | 1 | -2/+36 |
|
|
* | Added ::tk::unsupported::MacWindowStyle appearance to control which appearanc... | culler | 2019-03-18 | 1 | -0/+10 |
|
|
* | Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ... | culler | 2018-12-02 | 1 | -3/+4 |
|
|
* | Update README to explain how FullScreen, Split View and Tabbed windows are | culler | 2018-12-02 | 1 | -31/+100 |
|
|
* | Make tabbed windows work correctly on macOS. | culler | 2018-11-30 | 1 | -1/+16 |
|
|
* | Restore the README description of virtual events for appearance changes. | culler | 2018-11-11 | 1 | -7/+6 |
|
|
* | Remove new Mojave virtual events to register system appearance changes becaus... | Kevin Walzer | 2018-11-10 | 1 | -6/+7 |
|
|
* | Merging unintentional fork. | culler | 2018-10-17 | 1 | -6/+5 |
|\ |
|
* | | Fix typos, formatting, compiler warnings. | culler | 2018-10-17 | 1 | -2/+9 |
|/ |
|
* | Update README with new virtual events for appearance changes | Kevin Walzer | 2018-10-17 | 1 | -0/+3 |
|
|
* | Merge in remove_mac_decorations branch | Kevin Walzer | 2017-11-28 | 1 | -31/+2 |
|\ |
|
| * | More tweak of README | Kevin Walzer | 2017-11-28 | 1 | -5/+0 |
|
|
| * | Tweak README | Kevin Walzer | 2017-11-27 | 1 | -27/+0 |
|
|
| * | Remove unused experimental window decoration flags from macOS | Kevin Walzer | 2017-11-27 | 1 | -3/+1 |
|
|
* | | Merge byebye-leopard into core-8-6-branch. Removes conditional code for OS X... | culler | 2017-11-27 | 1 | -22/+17 |
|\ \
| |/
|/| |
|
| * | Remove all conditional code which requires a minimum deployment target | culler | 2017-11-27 | 1 | -22/+17 |
|
|
* | | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|/ |
|
* | Fix utterly minor formatting things in macosx/README | fvogel | 2017-11-07 | 1 | -4/+4 |
|
|
* | Update of the macosx README file to include explanations of the | culler | 2017-11-07 | 1 | -61/+207 |
|
|
* | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -1/+1 |
|\ |
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -0/+61 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -0/+61 |
|
|
* | | Updates to redirect bug reports to the new tracker location | dgp | 2013-06-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
|
|
| * | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -13/+10 |
| |\ |
|
* | \ | consistant use of mode: objc for OSX, strip spaces from the end of lines | jan.nijtmans | 2012-10-23 | 1 | -10/+10 |
|\ \ \
| |/ / |
|
| * | | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -4/+2 |
|
|