summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-03-291-0/+6
|\
| * Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+6
* | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
|\ \ | |/
| * Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
* | Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1
|\ \ | |/
| * Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1
* | Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong value...fvogel2019-03-141-30/+85
|\ \ | |/
| * Fix typofvogel2019-03-141-5/+5
| * Fix bug [609e0045f5]: Aqua scrollwheel events have incorrect mouse coordinates.culler2019-03-041-30/+85
* | Fixed one more None -> NULL compiler warning.culler2019-03-071-1/+1
* | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-043-67/+65
|\ \ | |/
| * Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-032-53/+54
| * Make it be an error to create a transient/master cycle on Aqua. Otherculler2019-03-011-14/+11
* | Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient.culler2019-03-012-104/+99
|\ \ | |/
| * Fix bugs in the list management code for the record of transient windows.culler2019-02-281-19/+32
| * Remove some bloat from tkMacOSXWm.c.culler2019-02-282-69/+35
| * Make sure that we don't create cycles in the parent->child digraph even ifculler2019-02-281-23/+39
| * Adding 1 character fixes two of the three crashes reported in ticket [1951abf...culler2019-02-271-1/+1
* | Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window...culler2019-02-231-3/+14
|\ \ | |/
| * Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window...culler2019-02-231-3/+14
* | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-232-7/+27
|\ \ | |/
| * Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-232-7/+27
| |\
| | * Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-182-7/+27
* | | Fix [30a0fc767a]: spelling error in a commentfvogel2019-02-221-1/+1
|\ \ \ | |/ /
| * | Fix [30a0fc767a]: spelling error in a commentfvogel2019-02-221-1/+1
| |/
* | Remove a missed unused variable.culler2019-02-131-1/+0
|\ \ | |/
| * Remove a missed unused variable.culler2019-02-131-1/+0
* | Fix bug [2249e64bdc]: adjust unixWm tests which expect impossible results on ...culler2019-02-131-14/+0
|\ \ | |/
| * Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-131-14/+0
* | Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary display.culler2019-02-131-4/+2
|\ \ | |/
| * Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary displayculler2019-02-131-4/+2
* | Fix bug [8814bddf5d]: segfault in [NSMenu size]culler2019-02-101-5/+9
|\ \ | |/
| * Fix bug [8814bddf5d]: segfault in [NSMenu size]culler2019-02-091-5/+9
* | Fix bug [1529659ff]: Embedded toplevel makes the outer toplevel menu inaccess...culler2019-02-081-7/+28
|\ \ | |/
| * Fix bug [1529659ff]: Embedded toplevel makes the outer toplevel menu inaccess...culler2019-02-081-7/+28
* | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-073-8/+17
|\ \ | |/
| * Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-073-8/+17
| |\
| | * Change tkMacOSXEmbed.c to match the change in tkUnixEmbed.c even thoughculler2019-02-041-0/+8
| | * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-312-7/+6
| | * Tweak the last commit: generate FocusOut events when the NSApp is deactivated.culler2019-01-301-1/+1
| | * A small change in how ActivateEvents are handled makes unixEmbed-5.3a passculler2019-01-301-1/+3
* | | Add missing components of the implementation of transient windows on macOS.culler2019-02-022-8/+186
|\ \ \ | |/ /
| * | Add missing components of the implementation of transient windows on macOS.culler2019-02-022-8/+186
| |\ \
| | * | Fix bugs that could lead to segfaults when the test interpreter is destroyed.culler2019-01-271-36/+73
| | * | Fix bug [688cd9c9de]: many wm-transient tests fail on macOSculler2019-01-272-7/+148
* | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-023-214/+271
|\ \ \ \ | |/ / /
| * | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-023-214/+271
| |\ \ \ | | |/ / | |/| |
| | * | Remove lines that were commented out.culler2019-01-281-3/+0
| | * | Edited comments.culler2019-01-281-4/+31
| | * | Reverting TkpPostTearoffMenu to the unix function, which is equally useless butculler2019-01-281-9/+82