Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed crash when calling event generate {} <Motion> -warp 1 | fvogel | 2016-05-30 | 1 | -2/+5 |
| | |||||
* | More complete fix for [79549a9134] - Mouse pointer warping crashes, with a ↵ | fvogel | 2016-05-26 | 2 | -3/+16 |
| | | | | non-regression test case. | ||||
* | Fixed [79549a9134] - Mouse pointer warping crashes | fvogel | 2016-05-26 | 1 | -2/+10 |
| | |||||
* | Fixed [109865fa01] - ttk::menubutton unsafe wrt widget destruction | fvogel | 2016-05-25 | 2 | -1/+17 |
|\ | |||||
| * | Added test checkbutton-1.7 to guard against regressions regarding [109865fa01]bug_109865fa01 | fvogel | 2016-05-22 | 1 | -0/+16 |
| | | |||||
| * | Fixed [109865fa01] - ttk::menubutton has an unprotected winfo | fvogel | 2016-05-22 | 1 | -1/+1 |
|/ | |||||
* | Fixed [011706ec42] for the scrollbar case | fvogel | 2016-05-20 | 2 | -3/+45 |
|\ | |||||
| * | Fixed [011706ec42] for the scrollbar case.bug_011706ec42 | fvogel | 2016-05-18 | 2 | -5/+29 |
| | | |||||
| * | Added (currently failing) test case scrollbar-11.1 - Note that it will only ↵ | fvogel | 2016-05-17 | 1 | -0/+18 |
| | | | | | | | | fail on x11 and on aqua, not on Win because on Windows there is no binding of <2> for the Scrollbar class | ||||
* | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵ | fvogel | 2016-05-18 | 1 | -44/+106 |
|\ \ | | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
| * | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵bug_545f10fcf3 | fvogel | 2016-05-10 | 1 | -44/+106 |
| | | | | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
* | | | Tweak to allow Tk to build on 10.5; thanks to Marc Culler for patch | Kevin Walzer | 2016-05-18 | 1 | -1/+6 |
| | | | |||||
* | | | (cherry-pick): Bug [64261b50]. Spurious mouse events sent to underlying ↵ | jan.nijtmans | 2016-05-12 | 1 | -16/+19 |
|/ / | | | | | | | window when file dialog is closed. | ||||
* | | Fixed [011706ec42] - tk::ButtonInvoke safety bug | fvogel | 2016-05-03 | 2 | -3/+34 |
|\ \ | |/ | |||||
| * | Use non-busy wait in stead of busy "after 100". Testcase still passes! Great! | jan.nijtmans | 2016-05-03 | 2 | -7/+17 |
| |\ | |||||
| | * | Experiment: can it be done without a busy wait as well? Not tested on all ↵bug_011706ec42_without_busy_wait | jan.nijtmans | 2016-04-30 | 1 | -6/+15 |
| | | | | | | | | | | | | platforms yet, feedback appreciated! | ||||
| * | | Added test button-14.1 to guard against regressions regarding [011706ec42] | fvogel | 2016-05-02 | 1 | -0/+19 |
| | | | |||||
| * | | Merged core-8-6-branch | fvogel | 2016-05-02 | 10 | -68/+75 |
| |\ \ | |/ / |/| / | |/ | |||||
* | | Fixed Americano-British English (American English selected) | fvogel | 2016-05-02 | 1 | -8/+8 |
| | | |||||
* | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-05-01 | 9 | -60/+49 |
|\ \ | | | | | | | | | | unsafe | ||||
| * | | Added test text-11a.51 to check the fix of [b362182e45]bug_b362182e45 | fvogel | 2016-04-22 | 1 | -0/+19 |
| | | | |||||
| * | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-04-21 | 9 | -59/+29 |
| | | | | | | | | | | | | unsafe | ||||
* | | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 2 | -1/+19 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersbug_fd3a4dc111 | fvogel | 2016-04-05 | 2 | -1/+19 |
| | | | |||||
| | * | Fixed indentation | fvogel | 2016-04-29 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed [011706ec42] - tk::ButtonInvoke safety bug | fvogel | 2016-04-29 | 1 | -3/+5 |
| |/ |/| | |||||
* | | Fixed typo in [text] man page | fvogel | 2016-04-08 | 1 | -1/+1 |
| | | |||||
* | | Documented the <<WidgetViewSync>> virtual event in the event man page | fvogel | 2016-04-08 | 1 | -0/+6 |
| | | |||||
* | | Fixed tests numbering | fvogel | 2016-04-07 | 1 | -5/+5 |
|/ | |||||
* | Minor: fix code indentation | dkf | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 4 | -27/+43 |
|\ | |||||
| * | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 4 | -13/+25 |
| |\ | |||||
| | * | End of fix for [18c08df753] - Merged branch bug-2886436fff-option2bug_18c08df753 | fvogel | 2016-03-27 | 2 | -8/+15 |
| | |\ | |||||
| | | * | Tried to be even clearer.bug_2886436fff_option2 | fvogel | 2015-07-14 | 2 | -13/+13 |
| | | | | |||||
| | | * | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵ | fvogel | 2015-06-29 | 2 | -7/+14 |
| | | | | | | | | | | | | | | | | option 2: don't change the behavior of the text widget, but document it better. | ||||
| | * | | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵ | fvogel | 2016-03-27 | 3 | -9/+14 |
| |/ / | | | | | | | | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result | ||||
| * | | merge release | dgp | 2016-02-12 | 9 | -9/+94 |
| |\ \ | |||||
| | * \ | merge 8.5core_8_5_19core_8_5_19_rc | dgp | 2016-02-09 | 3 | -29/+48 |
| | |\ \ | |||||
| | * | | | update release date | dgp | 2016-02-08 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | merge 8.5 | dgp | 2016-02-08 | 2 | -0/+11 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.5 | dgp | 2016-02-03 | 7 | -41/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.5 | dgp | 2016-01-26 | 5 | -52/+56 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.5 | dgp | 2016-01-23 | 2 | -12/+14 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge 8.5 | dgp | 2016-01-23 | 2 | -2/+6 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Update changes file. | dgp | 2016-01-21 | 1 | -0/+14 |
| | | | | | | | | | | |||||
| | * | | | | | | | | merge 8.5 | dgp | 2016-01-20 | 22 | -92/+290 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge 8.5 | dgp | 2015-12-22 | 19 | -194/+403 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge 8.5 | dgp | 2015-12-10 | 9 | -32/+68 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merge 8.5 | dgp | 2015-11-30 | 41 | -832/+1074 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | merge 8.5 | dgp | 2015-10-23 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |