summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Alsoculler2019-03-305-35/+65
* Cross-reference UnixBorder structs in different files.fvogel2019-03-291-1/+2
* Fix bug [1001070]: Aqua labels do not display highlight background.culler2019-03-291-3/+31
* Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-294-2/+19
* Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
* Slightly better: Don't use Tcl_UniCharLen() but wcslen().jan.nijtmans2019-03-221-2/+3
* Bugfix in tkWinClipboard: Failed to determine fname length in loop.jan.nijtmans2019-03-222-2/+3
* Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1
* More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-195-14/+6
* Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-157-48/+81
* 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
* | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
* | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-042-1/+53
|\ \ | |/ |/|
| * gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-02-032-1/+53
* | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs whenculler2019-03-049-105/+129
|\ \
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-034-60/+66
| * | Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
| * | Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
| * | 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 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 [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
|/ /
* | 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
|\ \
| * | 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 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 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 [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