summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-5/+3
* Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis...jan.nijtmans2019-10-041-1/+2
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-0/+2
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-2/+0
* Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-5/+10
* Remove call to idletasks in tkMacOSXKeyEvent.cKevin Walzer2019-09-291-1/+1
* Merge chavez-canvas branchKevin Walzer2019-09-292-2/+13
|\
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-242-2/+13
* | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-252-9/+24
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-243-8/+76
* | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-1/+1
* | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-1/+3
|/
* Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-222-4/+24
* Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-163-3/+3
* Tweak logging message if NSWindow tabbing or apperance operation failsKevin Walzer2019-09-091-2/+2
* Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
* Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
* Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-022-210/+245
|\
| * Additional refinements by Marc Culler to streamline the execution of the DoSc...Kevin Walzer2019-09-021-268/+175
| * Remove dummy procedures for testingKevin Walzer2019-09-011-1/+1
| * Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-011-43/+40
| * More refinementsKevin Walzer2019-09-011-5/+9
| * Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-012-105/+232
* | Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Ch...Kevin Walzer2019-09-021-6/+21
|/
* Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-281-0/+11
|\
| * Add comments in tkMacOSXPort.h about the new #definefvogel2019-08-271-0/+10
| * Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-274-9/+10
| * Adapt macOS code to the renaming that just happened in previous commit. Branc...fvogel2019-08-263-9/+9
* | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-281-0/+1
|\ \ | |/ |/|
| * Merge 8.6jan.nijtmans2019-08-131-11/+12
| |\
| * | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-0/+1
* | | Document some known issues with Dark Mode and Apple Events in macOSKevin Walzer2019-08-211-1/+1
* | | Remove call to Tcl_PanicKevin Walzer2019-08-211-1/+0
* | | Remove crash, replace with NSLog message calling for update if MacWindowStyle...Kevin Walzer2019-08-212-2/+6
* | | Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-195-36/+63
* | | One missing "return Success;"jan.nijtmans2019-08-181-0/+1
* | | Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-183-12/+18
* | | Accidentally discovered how to make HIToolbox indicate the pressed state ofculler2019-08-182-19/+7
* | | Add comma that accidentally got deleted.culler2019-08-161-1/+1
* | | Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-163-19/+53
* | | Merge updates for macOS 10.15 CatalinaKevin Walzer2019-08-163-131/+104
|\ \ \
| * | | Fix typos in variable names for panel objects.culler2019-08-141-10/+10
| * | | Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create culler2019-08-143-160/+120
| * | | Remove import of Carbon headersKevin Walzer2019-08-141-1/+0
| * | | Begin branch to remove deprecated API calls on CatalinaKevin Walzer2019-08-141-24/+38
| | |/ | |/|
* | | Tweak display of bitmaps in menus on macOS; thanks to Christopher Chavez for ...Kevin Walzer2019-08-151-0/+4
|/ /
* | Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patchKevin Walzer2019-08-091-11/+12
|/
* Merge 8.5jan.nijtmans2019-07-313-5/+5
|\
* | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-6/+6
* | Fix bug [5ddeca5927]: In Aqua, withdrawn windows can reappear as zombiesculler2019-07-161-0/+16
|\ \