summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* | Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-274-8/+7
* | Add comments explaining the obscure reason that the name TkMacOSXGetRootContr...culler2020-08-261-2/+10
* | Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun...jan.nijtmans2020-08-262-34/+8
* | Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-261-31/+0
* | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c...culler2020-08-254-6/+6
* | Fix one more compilation issue with old macOS targets.culler2020-08-253-7/+10
* | Merge 8.5jan.nijtmans2020-08-251-1/+1
|\ \
* \ \ Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X...culler2020-08-246-550/+521
|\ \ \
| * | | Address compiler warnings.culler2020-08-231-6/+2
| * | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-226-550/+525
| | |/ | |/|
* | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-243-14/+22
|\ \ \
| * | | Use graphicsPort instead of CGContext if the minimum target is earlier than 1...culler2020-08-241-1/+1
| * | | Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-232-15/+21
| |/ /
* | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to Csa...culler2020-08-241-3/+3
|/ /
* | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-2110-132/+132
|\ \
| * | Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-2110-132/+132
* | | Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()?jan.nijtmans2020-08-215-65/+93
|\ \ \ | |/ /
| * | More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez.culler2020-08-191-7/+1
| * | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-194-12/+25
| * | Yet another cleanup of TkMacOSXSetupDrawingContextculler2020-08-181-50/+46
| * | Test using XSetClipRectangles on macOS.culler2020-08-181-0/+25
* | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-9/+7
|\ \ \
| * | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-7/+7
| * | | Two occurrences leftover in previous commit.fvogel2020-07-181-4/+2
* | | | Adapt systemSelectedTabTextColor to Big Sur.culler2020-08-192-9/+18
| |/ / |/| |
* | | one more "const"jan.nijtmans2020-08-171-1/+1
* | | const usagejan.nijtmans2020-08-171-3/+3
* | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
|\ \ \
| * | | misplaced #endifculler2020-08-151-2/+2
| * | | Adjustments for 10.6culler2020-08-151-3/+5
| * | | sync with bug-315104a5c10culler2020-08-153-50/+100
| * | | Fix the first event reporting a change in effective appearanceculler2020-08-112-5/+11
| * | | Generate a virtual event <<NewAccentColor>> when the accent or highlight colo...culler2020-08-111-8/+9
| * | | Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-102-4/+15
* | | | Aqua - automatically support all colors in Apple's system ColorListculler2020-08-133-19/+53
|\ \ \ \
| * | | | Use the TkMacOSXInDarkMode from bug-315104a5c10culler2020-08-131-4/+5
| * | | | Fix an issue with 10.9culler2020-08-121-1/+2
| * | | | Fix some issues with 10.6culler2020-08-123-2/+16
| * | | | Aqua - automatically support all NSColors in the System ColorList.culler2020-08-122-14/+32
| |/ / /
* | | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-135-77/+96
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
* | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-066-37/+38
* | | More use of TCL_UNUSED() macrojan.nijtmans2020-08-064-92/+76
* | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-042-4/+4
* | | Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-044-366/+289
* | | Address compiler warnings about dark mode when building on new systems with o...culler2020-08-041-7/+8
* | | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-033-5/+84
* | | end-of-line spacing cleanupjan.nijtmans2020-08-033-32/+32
* | | Edit comments.culler2020-08-031-3/+7
* | | Be a little more efficient.culler2020-08-033-10/+9
* | | Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel()culler2020-08-031-7/+13