Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 o... | fvogel | 2015-06-29 | 2 | -7/+14 |
| | * | | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted textDis... | fvogel | 2016-03-27 | 3 | -9/+14 |
| |/ / | |||||
| * | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | update changes | dgp | 2015-10-23 | 1 | -0/+45 |
| | * | | | | | | | | | | | | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 8 | -9/+9 |
| * | | | | | | | | | | | | | | Fixed error in comment (cherrypicked [a3d4e5de17] | fvogel | 2016-02-11 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | Repair visual test for bevels, inadvertently broken in [9046f1cb83] (cherrypi... | fvogel | 2016-02-11 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | (cherry-pick): Fix crash in TkFinalize() if Tk_Init() is never called. Sugges... | jan.nijtmans | 2016-02-11 | 1 | -0/+6 |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | (cherry-pick): Slightly more logical fix for [62a5ba7474]: tk 'make install' ... | jan.nijtmans | 2016-02-09 | 1 | -2/+2 |
| * | | | | | | | | | | | | | (cherry-pick): Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11 | jan.nijtmans | 2016-02-09 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during... | fvogel | 2016-02-08 | 2 | -27/+43 |
| * | | | | | | | | | | | | | Corrected indentation + added an explanatory comment (cherrypicked [1121252f]) | fvogel | 2016-02-08 | 1 | -1/+4 |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. Thank... | jan.nijtmans | 2016-02-08 | 2 | -7/+4 |
| * | | | | | | | | | | | | Fix crashing test case, textDisp-8.13 | dgp | 2016-02-05 | 2 | -0/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Fixed bug [1192095] - Toplevel menus return incorrect active index (cherrypic... | fvogel | 2016-03-27 | 1 | -1/+11 |
* | | | | | | | | | | | | | Fixed bug [487861ffff] - cascade with -accelerator looks wrong (cherrypicked ... | fvogel | 2016-03-20 | 1 | -6/+11 |
* | | | | | | | | | | | | | Merged tip-443 following acceptation of the TIP by TCT vote | fvogel | 2016-03-20 | 6 | -19/+359 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Rebased to core-8-6-branchtip_443 | fvogel | 2016-03-20 | 3 | -3/+39 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger <Map... | fvogel | 2016-03-11 | 2 | -2/+38 |
* | | | | | | | | | | | | | | (cherry-pick) Explicit require Tcl 8.6.0, no matter if Tk is compiled against... | jan.nijtmans | 2016-03-09 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Rebased to core-8-6-branch | fvogel | 2016-03-08 | 55 | -318/+487 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Added test case wm-forget-2 related to test the fix for bug [e9112ef96e] (che... | fvogel | 2016-03-07 | 1 | -0/+26 |
* | | | | | | | | | | | | | | Fixed bug [2262543] - Scale widget unexpectedly fires command callback (cherr... | fvogel | 2016-03-07 | 2 | -1/+122 |
* | | | | | | | | | | | | | | Fixed bug [2981253] - spinbox button frozen in case of repeated depressions (... | fvogel | 2016-03-07 | 1 | -14/+32 |
* | | | | | | | | | | | | | | Fixed bug [3137232] - spinbox error after destroying toplevel from widget (ch... | fvogel | 2016-03-07 | 1 | -0/+4 |
* | | | | | | | | | | | | | | Open branch for continued 8.6.* patching. | dgp | 2016-03-03 | 0 | -0/+0 |
* | | | | | | | | | | | | | | Update version in tk.spec | jan.nijtmans | 2016-03-02 | 1 | -1/+1 |