summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed scale man page to reflect how tick values are now displayedjaspert2019-03-081-2/+2
* Make the branch build with MSVC by replacing calls to C99 functions round(), ...fvogel2019-03-041-4/+8
* Trimmed an unused variablejaspert2019-02-281-1/+1
* Added a procedure to increase the number of digits in the tick values untiljaspert2019-02-281-3/+51
* Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-203-66/+114
* 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
| * 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
| * Attempt to make the new unixEmbed tests work when tests are run from the buildculler2019-01-261-21/+52
* | 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-0212-427/+667
|\ \ \ | |/ / |/| |
| * | 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
| * | Use the MENU_DELETION_PENDING flag to guard against crashes when theculler2019-01-281-3/+1
| * | Fix over-correction in the last commit. We must allow item to be nil on macOS.culler2019-01-271-1/+1
| * | For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu.culler2019-01-152-12/+16
| * | Fix name collision on macOS. Clarify some logic in the geometry computation.culler2019-01-152-7/+7
| * | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-155-32/+32
| * | Fix the underlying problem with empty menubuttons on the mac, rather than theculler2019-01-141-28/+20
| * | Deal with empty menubuttons on the mac.culler2019-01-131-3/+12
| * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-136-79/+206
| * | Avoid errors when a menu is destroyed before its postcommand is run.culler2019-01-131-2/+4
| * | Fix related menubutton issues on linux and Windows.culler2019-01-118-188/+231