Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark 10 testcases with failsOnUbuntuNoXft. They fail on Ubuntu if Tk is compi... | jan.nijtmans | 2020-09-30 | 6 | -222/+236 |
* | Fix safe-1.2 testcase when running Tcl version < 8.6.7 (That's when tcl:encod... | jan.nijtmans | 2020-09-30 | 1 | -1/+4 |
* | Mark more test-cases with "failsOnUbuntu" | jan.nijtmans | 2020-09-29 | 25 | -160/+174 |
* | It appears that xcode 9/10 need "update: true" for a new enough tcl-tk instal... | jan.nijtmans | 2020-09-29 | 1 | -0/+10 |
* | Unshadow some variables | jan.nijtmans | 2020-09-29 | 2 | -20/+19 |
* | Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis... | jan.nijtmans | 2020-09-28 | 41 | -762/+756 |
|\ | |||||
| * | Update to xcode12 and gcc-10. X11 test failures on Ubuntu now cause Travis bu... | jan.nijtmans | 2020-09-28 | 39 | -493/+589 |
| |\ | |||||
| | * | \t -> real tab character | jan.nijtmans | 2020-09-27 | 1 | -2/+2 |
| | * | Mark 4 more testcases as failsOnUbuntu | jan.nijtmans | 2020-09-26 | 2 | -4/+4 |
| | * | Xcode 11.7 -> 12. Mark more testcases as failsOnUbuntu | jan.nijtmans | 2020-09-25 | 8 | -33/+33 |
| | * | Compile with gcc-10 too. Mark more test-cases as failing on Ubuntu | jan.nijtmans | 2020-09-24 | 24 | -169/+205 |
| | * | testcase cleanup | jan.nijtmans | 2020-09-23 | 7 | -237/+275 |
| | * | Don't set ERROR_ON_FAILURES, it doesn't work for Tk. | jan.nijtmans | 2020-09-23 | 2 | -3/+0 |
| | * | Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the re... | jan.nijtmans | 2020-09-23 | 17 | -72/+92 |
| | * | Add TESTFLAGS= part | jan.nijtmans | 2020-09-23 | 1 | -2/+2 |
| | * | Experiment: See if we can have a Travis build fail when a test-case fails | jan.nijtmans | 2020-09-22 | 1 | -1/+6 |
| |/ | |||||
* | | Fix aqua MapNotify and UnmapNotify | culler | 2020-09-27 | 7 | -63/+140 |
|\ \ | |||||
| * | | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_styles | marc_culler | 2020-09-27 | 7 | -63/+140 |
|/ / | |||||
* | | Last TIP #581 changes. 100% done now | jan.nijtmans | 2020-09-27 | 7 | -11/+15 |
|\ \ | |||||
| * \ | Merge 8.6. Change macro names | jan.nijtmans | 2020-09-24 | 107 | -883/+1096 |
| |\ \ | |||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-09-09 | 124 | -4070/+4257 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-09-03 | 11 | -552/+553 |
| |\ \ \ \ | |||||
| * | | | | | Slave ->Pane, Master->Container in tkPanedwindow.c | culler | 2020-09-02 | 1 | -407/+407 |
| * | | | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 26 | -370/+294 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-08-31 | 59 | -1143/+1101 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-08-19 | 28 | -639/+747 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Implementation ofr TIP #581 for Tk | jan.nijtmans | 2020-08-12 | 15 | -17/+51 |
* | | | | | | | | | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 7 | -323/+310 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||||
* | | | | | | | | Fix [aa4be2c1b8]: Aqua test suite hangs. | marc_culler | 2020-09-22 | 1 | -2/+6 |
* | | | | | | | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO... | fvogel | 2020-09-21 | 1 | -6/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled | fvogel | 2020-09-20 | 1 | -6/+1 |
* | | | | | | | | | Remove an unused variable and an unnecessary include directive. | marc_culler | 2020-09-21 | 1 | -3/+0 |
* | | | | | | | | | Explicitly require building against Tcl 8.6 in Travis | jan.nijtmans | 2020-09-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Explicitly require building against Tcl 8.6 in Travis | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Make sure Travis uses the latest public Tcl 8.6 version for testing | jan.nijtmans | 2020-09-18 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Make demo's like floor/items/ctext behave the same on MacOS as other platform... | jan.nijtmans | 2020-09-21 | 15 | -52/+90 |
* | | | | | | | | | Doc format warnings | jan.nijtmans | 2020-09-21 | 3 | -5/+5 |
* | | | | | | | | | Fix issues with console display on macOS | Kevin Walzer | 2020-09-21 | 1 | -51/+50 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Don't open a console when running Wish from the command line; further simplif... | marc_culler | 2020-09-20 | 1 | -14/+3 |
| * | | | | | | | | Tiny code improvement | marc_culler | 2020-09-19 | 1 | -2/+1 |
| * | | | | | | | | Fix the regression with ScidvsMac; reorganize the code in the rest of TkpInit... | marc_culler | 2020-09-19 | 1 | -51/+62 |
| * | | | | | | | | Remove debugging statement | Kevin Walzer | 2020-09-19 | 1 | -1/+0 |
| * | | | | | | | | Restore console | Kevin Walzer | 2020-09-19 | 1 | -3/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix [4f4f03f5eb]: B1-Motion events are ignored in the window title bar. | marc_culler | 2020-09-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix the button state for drags. | marc_culler | 2020-09-18 | 1 | -3/+0 |
| * | | | | | | | | Fix [4f4f03f5eb]: in Aqua allow mouse drags across the titlebar while ignorin... | marc_culler | 2020-09-18 | 1 | -1/+4 |
* | | | | | | | | | Remove unused variable | jan.nijtmans | 2020-09-18 | 1 | -1/+0 |
|/ / / / / / / / | |||||
* | | | | | | | | Fixes for Apple Event execution on app startup and window display in IDLE/Tki... | Kevin Walzer | 2020-09-17 | 6 | -41/+85 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Deal with timing issues for AppleEvents which arrive during the launch process. | marc_culler | 2020-09-17 | 2 | -12/+43 |
| * | | | | | | | | Deal with the deprecation of the context property of mouse NSEvents. | marc_culler | 2020-09-16 | 2 | -14/+20 |