| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | fvogel | 2017-05-13 | 13 | -74/+214 |
|\ |
|
| * | merge core-8-6-branch | jan.nijtmans | 2017-05-12 | 1 | -1/+1 |
| |\ |
|
| | * | Revert [f38091d0]: If TK_LAYOUT_WITH_BASE_CHUNKS is set (MacOSX), this change... | jan.nijtmans | 2017-05-12 | 1 | -1/+1 |
|
|
| * | | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ... | fvogel | 2017-05-10 | 1 | -13/+17 |
| |\ \
| | |/ |
|
| | * | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ... | fvogel | 2017-05-10 | 1 | -13/+17 |
| | |\ |
|
| | | * | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ...bug_a5ba1c9764 | fvogel | 2017-05-05 | 1 | -13/+17 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-05-10 | 3 | -7/+32 |
| |\ \ \
| | |/ / |
|
| | * | | New internal function TkpCancelWarp(), which does a proper warp clean-up when... | jan.nijtmans | 2017-05-10 | 3 | -8/+33 |
|
|
| * | | | merge trunk | jan.nijtmans | 2017-05-09 | 1 | -1/+0 |
| |\ \ \
| | |/ / |
|
| | * | | unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that. | jan.nijtmans | 2017-05-09 | 2 | -4/+3 |
|
|
| * | | | merge-mark | jan.nijtmans | 2017-05-08 | 0 | -0/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Remove calls to Tk_FreeXId(), since it's just a NOP. | jan.nijtmans | 2017-05-08 | 3 | -9/+0 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-05-08 | 4 | -7/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Don't use sizeof(struct) when the structure has a char array as last element:... | jan.nijtmans | 2017-05-08 | 2 | -3/+3 |
|
|
| | * | | tk_getSaveFile now correctly displays multiple file types with filtering on m... | Kevin Walzer | 2017-05-06 | 1 | -2/+3 |
|
|
| | * | | Add support for file filters in tk_getSaveFile on macOS/Cocoa | Kevin Walzer | 2017-05-06 | 1 | -24/+50 |
| | |/ |
|
| | * | Constrain test that demands user interaction | dgp | 2017-05-05 | 1 | -1/+1 |
|
|
| * | | tk_getSaveFile now correctly displays multiple file types with filtering on m... | Kevin Walzer | 2017-05-06 | 1 | -2/+3 |
|
|
| * | | Add support for file filters in tk_GetSaveFile on macOS/Cocoa | Kevin Walzer | 2017-05-06 | 1 | -24/+50 |
|
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-05 | 6 | -24/+109 |
| |\ \
| | |/ |
|
| | * | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T... | jan.nijtmans | 2017-05-05 | 6 | -24/+109 |
|
|
* | | | Bug in TkTextPickCurrent eliminated. | gcramer | 2017-05-13 | 4 | -3/+32 |
|
|
* | | | Make test textDisp-16.25 pass on all platforms (I hope. At least on Windows a... | fvogel | 2017-05-12 | 1 | -4/+16 |
|
|
* | | | Minor change in manual | gcramer | 2017-05-11 | 1 | -8/+8 |
|
|
* | | | Bugfix [283d52f41]: "mark unset" now works with undo, "unset" is removing the... | gcramer | 2017-05-10 | 6 | -144/+93 |
|
|
* | | | (1) Some temporary debugging stuff for chasing bug [283d52f41]
| gcramer | 2017-05-09 | 4 | -30/+33 |
|
|
* | | | Formatting problem in manual solved. | gcramer | 2017-05-09 | 1 | -9/+9 |
|
|
* | | | (1) All depreciation warnings prefixed with "tk::text: ". | gcramer | 2017-05-09 | 4 | -11/+77 |
|
|
* | | | (1) Bugfix [c3e31d8f98]: wrong assertion removed. | gcramer | 2017-05-09 | 2 | -5/+15 |
|
|
* | | | Correction in comment. | gcramer | 2017-05-08 | 1 | -1/+1 |
|
|
* | | | (1) Commands "mark names", "mark next", "mark prev" extended with option "-di... | gcramer | 2017-05-08 | 3 | -43/+176 |
|
|
* | | | Correction in manual. | gcramer | 2017-05-08 | 1 | -1/+1 |
|
|
* | | | Manual: two sections added | gcramer | 2017-05-07 | 1 | -12/+136 |
|
|
* | | | Problem with TkTextTagSetJoinComplementTo() fixed. | gcramer | 2017-05-06 | 3 | -29/+43 |
|
|
* | | | (1) Refactorization of deleteProc, inspectProc, needed because tree (previous... | gcramer | 2017-05-06 | 8 | -118/+194 |
|
|
* | | | Minor corrections of comments. | gcramer | 2017-05-05 | 1 | -2/+2 |
|
|
* | | | Bugfix [0d630132f2]: cached values in index now will be properly cleared when... | gcramer | 2017-05-05 | 5 | -42/+41 |
|
|
* | | | Bugfix [80fe5971a4] | gcramer | 2017-05-04 | 1 | -8/+38 |
|
|
* | | | Silence compiler warnings. | gcramer | 2017-05-04 | 1 | -3/+3 |
|
|
* | | | merge trunk | fvogel | 2017-05-02 | 11 | -108/+344 |
|\ \ \
| |/ / |
|
| * | | Change floor() back to casting to int() in fixing [6020ee2d03]. | fvogel | 2017-05-02 | 1 | -6/+3 |
| |\ \
| | |/ |
|
| | * | Change floor() back to casting to int() in fixing [6020ee2d03]. | fvogel | 2017-05-02 | 1 | -6/+3 |
| | |\ |
|
| | | * | Revert the previous commit since it has drawbacks (see [6020ee2d03]).bug_308940fff | fvogel | 2017-05-02 | 1 | -6/+3 |
|
|
| * | | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No... | jan.nijtmans | 2017-05-02 | 4 | -26/+54 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-05-02 | 2 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray) | jan.nijtmans | 2017-05-02 | 2 | -12/+12 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-05-01 | 4 | -51/+199 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ... | jan.nijtmans | 2017-05-01 | 3 | -47/+195 |
| | |\ \ |
|
| | | * | | Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): if...bug_e4336bef5d | simonbachmann | 2017-04-30 | 3 | -47/+195 |
|
|
| | | * | | Create new branch named "bug-e4336bef5d" | simonbachmann | 2017-04-30 | 0 | -0/+0 |
|
|