summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Make it be an error to create a transient/master cycle on Aqua. Otherculler2019-03-013-30/+38
* | | | | Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient.culler2019-03-014-107/+102
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient.culler2019-03-014-107/+102
| |\ \ \ \ | | |/ / /
| | * | | 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-284-72/+38
| | * | | 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 [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
| |/ /
* | | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su...jan.nijtmans2019-02-153-3/+9
* | | 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-133-30/+38
|\ \ \ | |/ /
| * | Fix bug [2249e64bdc]: adjust unixWm tests which expect impossible results on ...culler2019-02-133-30/+38
| |\ \
| | * | Two text tests also try to position a window with y = 0. Tweak these for Aqua.culler2019-02-131-4/+11
| | * | Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-132-26/+27
| |/ /
* | | Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary display.culler2019-02-131-4/+2
|\ \ \ | |/ /
| * | 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-101-5/+9
| |\ \
| | * | Fix bug [8814bddf5d]: segfault in [NSMenu size]culler2019-02-091-5/+9
| |/ /
* | | Fix the build for MSVC.culler2019-02-081-1/+1
|\ \ \ | |/ /
| * | Fix the build for MSVCfvogel2019-02-081-1/+1
| |\ \
| | * | Fix the build for MSVCfvogel2019-02-081-1/+1
* | | | 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-078-113/+192
|\ \ \ \ | |/ / /
| * | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-078-115/+194
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency.culler2019-02-071-0/+9
| | * Change tkMacOSXEmbed.c to match the change in tkUnixEmbed.c even thoughculler2019-02-041-0/+8
| | * Make the place manager send ConfigureNotify events when size change requestsculler2019-02-043-10/+19
| | * Simplify and uniformize unixEmbed tests 6.1, 6.1a, 6.2, 6.2a.culler2019-02-031-11/+5
| | * Remove unnecessary sleep from unixEmbed-6.2a, which still fails however.culler2019-02-011-6/+3
| | * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-314-39/+52
| | * 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 an update making unixEmbed-5.1a pass on Linuxfvogel2019-01-271-0/+1
| | * More changes in the Unix version of TkpTestembedCmdfvogel2019-01-271-2/+2
| | * Reduce the number of unixEmbed test failures on Linux from 10 to 4 by propaga...fvogel2019-01-271-3/+19
| | * Fix indentation in the -setup and -cleanup sections of the new *a testsfvogel2019-01-271-23/+23
| | * Make unixEmbed-3.2 pass on macOS even with the deployment target when unixEmb...fvogel2019-01-271-0/+1
| | * Make unixEmbed-3.2 pass (revert previous change that introduced a loop on [wi...fvogel2019-01-271-3/+1
| | * Load the Tk package, not Tktestfvogel2019-01-261-1/+1