| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus... | Kevin Walzer | 2019-03-08 | 4 | -28/+42 |
|
|
* | Clean up implementation and documentation of ::tk::mac::PrintDocument command... | Kevin Walzer | 2019-03-07 | 2 | -4/+18 |
|
|
* | Fix bug in print doc implementation | Kevin Walzer | 2019-03-07 | 1 | -2/+2 |
|
|
* | Further refinement in URL event handling | Kevin Walzer | 2019-03-07 | 2 | -3/+14 |
|
|
* | Cleanup line endings | Kevin Walzer | 2019-03-04 | 1 | -210/+210 |
|
|
* | Minor cleanup | Kevin Walzer | 2019-03-04 | 1 | -19/+20 |
|
|
* | Cleanup of code to set default app, fix crashes | Kevin Walzer | 2019-03-02 | 2 | -10/+27 |
|
|
* | Update | Kevin Walzer | 2019-03-02 | 1 | -0/+4 |
|
|
* | Replace some deprecated calls | Kevin Walzer | 2019-03-02 | 2 | -11/+10 |
|
|
* | Clean up implementation | Kevin Walzer | 2019-03-01 | 5 | -27/+35 |
|
|
* | Rename tkMacOSXLaunch.c | Kevin Walzer | 2019-02-28 | 2 | -2/+195 |
|
|
* | Update makefile, trying to build | Kevin Walzer | 2019-02-28 | 4 | -6681/+4397 |
|
|
* | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 7 | -630/+894 |
|
|
* | Cleanup of library code, removal of unneeded function | Kevin Walzer | 2019-02-27 | 1 | -10/+0 |
|
|
* | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 10 | -2/+347 |
|\ |
|
| * | Remove unused method call: | Kevin Walzer | 2018-03-10 | 1 | -39/+0 |
|
|
| * | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 6 | -22/+40 |
|
|
| * | Flesh out implementation | Kevin Walzer | 2018-03-07 | 1 | -1/+1 |
|
|
| * | Flesh out implementation | Kevin Walzer | 2018-03-07 | 6 | -13/+47 |
|
|
| * | Implement script level bindings | Kevin Walzer | 2018-03-07 | 4 | -0/+67 |
|
|
| * | More refinements | Kevin Walzer | 2018-03-05 | 2 | -1/+4 |
|
|
| * | Modify makefile to add new file | Kevin Walzer | 2018-03-05 | 3 | -25/+15 |
|
|
| * | Begin refinements of code | Kevin Walzer | 2018-03-05 | 1 | -6/+5 |
|
|
| * | Implementation of NSServices API for Tk core on macOS | Kevin Walzer | 2018-03-05 | 1 | -0/+244 |
|
|
* | | Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window... | culler | 2019-02-23 | 1 | -3/+14 |
|\ \ |
|
| * | | Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window... | culler | 2019-02-23 | 1 | -3/+14 |
|/ / |
|
* | | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-23 | 2 | -7/+27 |
|\ \ |
|
| * | | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-18 | 2 | -7/+27 |
|
|
* | | | Fix [30a0fc767a]: spelling error in a comment | fvogel | 2019-02-22 | 1 | -1/+1 |
|/ / |
|
* | | Remove a missed unused variable. | culler | 2019-02-13 | 1 | -1/+0 |
|
|
* | | Fix bug [2249e64bdc]: adjust unixWm tests which expect impossible results on ... | culler | 2019-02-13 | 3 | -30/+38 |
|\ \ |
|
| * | | Two text tests also try to position a window with y = 0. Tweak these for Aqua. | culler | 2019-02-13 | 1 | -4/+11 |
|
|
| * | | Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aqua | culler | 2019-02-13 | 2 | -26/+27 |
|/ / |
|
* | | Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary display. | culler | 2019-02-13 | 1 | -4/+2 |
|\ \ |
|
| * | | Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary display | culler | 2019-02-13 | 1 | -4/+2 |
|/ / |
|
* | | Fix bug [8814bddf5d]: segfault in [NSMenu size] | culler | 2019-02-10 | 1 | -5/+9 |
|\ \ |
|
| * | | Fix bug [8814bddf5d]: segfault in [NSMenu size] | culler | 2019-02-09 | 1 | -5/+9 |
|/ / |
|
* | | Fix the build for MSVC | fvogel | 2019-02-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix the build for MSVC | fvogel | 2019-02-08 | 1 | -1/+1 |
|
|
* | | | Fix bug [1529659ff]: Embedded toplevel makes the outer toplevel menu inaccess... | culler | 2019-02-08 | 1 | -7/+28 |
|
|
* | | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 8 | -115/+194 |
|\ \ \
| |/ / |
|
| * | | Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency. | culler | 2019-02-07 | 1 | -0/+9 |
|
|
| * | | Change tkMacOSXEmbed.c to match the change in tkUnixEmbed.c even though | culler | 2019-02-04 | 1 | -0/+8 |
|
|
| * | | Make the place manager send ConfigureNotify events when size change requests | culler | 2019-02-04 | 3 | -10/+19 |
|
|
| * | | Simplify and uniformize unixEmbed tests 6.1, 6.1a, 6.2, 6.2a. | culler | 2019-02-03 | 1 | -11/+5 |
|
|
| * | | Remove unnecessary sleep from unixEmbed-6.2a, which still fails however. | culler | 2019-02-01 | 1 | -6/+3 |
|
|
| * | | Changes which make unixEmbed-8.1a pass on macOS. | culler | 2019-01-31 | 4 | -39/+52 |
|
|
| * | | Tweak the last commit: generate FocusOut events when the NSApp is deactivated. | culler | 2019-01-30 | 1 | -1/+1 |
|
|
| * | | A small change in how ActivateEvents are handled makes unixEmbed-5.3a pass | culler | 2019-01-30 | 1 | -1/+3 |
|
|
| * | | Add an update making unixEmbed-5.1a pass on Linux | fvogel | 2019-01-27 | 1 | -0/+1 |
|
|